Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-17avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENTMichael Niedermayer
2016-09-17lavf/http: deprecate user-agent optionSteven Liu
2016-09-16avformat/movenc: Make the packet check more tolerantMichael Niedermayer
2016-09-16avformat/movenc: Check packet in mov_write_single_packet() tooMichael Niedermayer
2016-09-16avformat/movenc: Factor check_pkt() outMichael Niedermayer
2016-09-16libavformat/webm_chunk: Option to specify HTTP headerVignesh Venkatasubramanian
2016-09-15avformat/msf: add support for ATRAC3 codecPaul B Mahol
2016-09-15lavf/rtsp: Fix a crash with the RTSP muxer.Martin Storsjö
2016-09-15avformat/hlsenc: Emulate strftime("%z") using other functions if it does not ...Michael Niedermayer
2016-09-14avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang
2016-09-14avformat/flvenc: add no_sequence_end flags for flvflagsSteven Liu
2016-09-14avformat/flvenc: Add () around &Michael Niedermayer
2016-09-14lavf/utils: add missing ismv in MOV-like formatsClément Bœsch
2016-09-14lavf/utils: simplify matching MOV-like formatsClément Bœsch
2016-09-14lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch
2016-09-14avformat/flvenc: add FLVFlags for flvflags optionsSteven Liu
2016-09-14avformat/hlsenc: Assume UTC if "%z" is unsupported in strftime()Michael Niedermayer
2016-09-14avformat/hlsenc: Avoid "%T" "%F" in strftime() to improve compatibilityMichael Niedermayer
2016-09-13lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs
2016-09-12avformat/tee: Use BSF list APIJan Sebechlebsky
2016-09-12avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer
2016-09-11ivfenc: Add VPX codec tags.Alex Converse
2016-09-10avformat/movenc: Check first DTS similar to dts differenceMichael Niedermayer
2016-09-09avformat/mov: Enable stream parsing for VP9.Matthew Gregan
2016-09-09avformat/segment: give a warning message for remove initial_offset optionSteven Liu
2016-09-08avformat/mov: Fix potential integer overflow in mov_read_keysSergey Volk
2016-09-08avformat/hlsenc: implement program_date_timeMichael Niedermayer
2016-09-07avformat: Export ticks_per_frame in st->codecMichael Niedermayer
2016-09-07lavf/matroskaenc: use mkv_check_tag_name consistentlyRodger Combs
2016-09-07lavf/matroskaenc: skip writing "duration" tagsRodger Combs
2016-09-07lavf/matroskaenc: move skipped metadata keys to separate functionRodger Combs
2016-09-05avformat/hlsenc: fix incomplete write of subtitle HLS playlistFranklin Phillips
2016-09-04avcodec/utvideodec: add support for ULY4 and ULH4Paul B Mahol
2016-09-03lavf/udp: Do not use MCAST_* for multicast on tvOS.Carl Eugen Hoyos
2016-09-03lavf/webm_chunk: Print an error if no header filename was provided.Carl Eugen Hoyos
2016-09-03lavf/httpauth: Do case-insensitive http header checks.Carl Eugen Hoyos
2016-09-03lavf/img2dec: Skip DQT segment when auto-detecting jpg.Carl Eugen Hoyos
2016-09-02avformat/avidec: Fix infinite loop in avi_read_nikon()Michael Niedermayer
2016-09-01avformat/movenc: added ability to use original stream ids as track ids instea...Erkki Seppälä
2016-08-31avformat/hlsenc: add warning for append_list and hls_init_time optionSteven Liu
2016-08-30avformat/crypto: add seeking support on readSimon Hailes
2016-08-30libavformat/crypto - encourage reads of 4096 bytesSimon Hailes
2016-08-30avisynth: support pix_fmts added to AviSynth+Stephen Hutchinson
2016-08-29avformat/hlsenc: add option hls_init_time to set init hls window segment dura...Steven Liu
2016-08-28avformat/mov: aax: pass proper AVClass to av_log()Thomas Hebb
2016-08-28avformat: fix decoded creation_time timestampsMarton Balint
2016-08-27avformat/utils: fix a codecpar non useJames Almer
2016-08-27avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR...Michael Niedermayer
2016-08-25webm_chunk: Set pts precision to millisecondsVignesh Venkatasubramanian
2016-08-25mov: Remove old b-frame/video delay heuristicDerek Buitenhuis