summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENTMichael Niedermayer2016-09-171-3/+3
* lavf/http: deprecate user-agent optionSteven Liu2016-09-172-1/+15
* avformat/movenc: Make the packet check more tolerantMichael Niedermayer2016-09-161-15/+16
* avformat/movenc: Check packet in mov_write_single_packet() tooMichael Niedermayer2016-09-161-0/+4
* avformat/movenc: Factor check_pkt() outMichael Niedermayer2016-09-161-6/+18
* libavformat/webm_chunk: Option to specify HTTP headerVignesh Venkatasubramanian2016-09-161-2/+12
* avformat/msf: add support for ATRAC3 codecPaul B Mahol2016-09-151-0/+12
* lavf/rtsp: Fix a crash with the RTSP muxer.Martin Storsjö2016-09-151-1/+2
* avformat/hlsenc: Emulate strftime("%z") using other functions if it does not ...Michael Niedermayer2016-09-151-3/+13
* avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang2016-09-141-0/+1
* avformat/flvenc: add no_sequence_end flags for flvflagsSteven Liu2016-09-141-7/+13
* avformat/flvenc: Add () around &Michael Niedermayer2016-09-141-1/+1
* lavf/utils: add missing ismv in MOV-like formatsClément Bœsch2016-09-141-1/+1
* lavf/utils: simplify matching MOV-like formatsClément Bœsch2016-09-141-3/+1
* lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch2016-09-143-2/+89
* avformat/flvenc: add FLVFlags for flvflags optionsSteven Liu2016-09-141-2/+6
* avformat/hlsenc: Assume UTC if "%z" is unsupported in strftime()Michael Niedermayer2016-09-131-1/+2
* avformat/hlsenc: Avoid "%T" "%F" in strftime() to improve compatibilityMichael Niedermayer2016-09-131-1/+1
* lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs2016-09-123-2/+7
* avformat/tee: Use BSF list APIJan Sebechlebsky2016-09-121-67/+69
* avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer2016-09-115-0/+47
* ivfenc: Add VPX codec tags.Alex Converse2016-09-101-0/+7
* avformat/movenc: Check first DTS similar to dts differenceMichael Niedermayer2016-09-101-0/+7
* avformat/mov: Enable stream parsing for VP9.Matthew Gregan2016-09-081-0/+1
* avformat/segment: give a warning message for remove initial_offset optionSteven Liu2016-09-091-0/+5
* avformat/mov: Fix potential integer overflow in mov_read_keysSergey Volk2016-09-081-1/+1
* avformat/hlsenc: implement program_date_timeMichael Niedermayer2016-09-082-1/+24
* avformat: Export ticks_per_frame in st->codecMichael Niedermayer2016-09-071-1/+3
* lavf/matroskaenc: use mkv_check_tag_name consistentlyRodger Combs2016-09-061-5/+5
* lavf/matroskaenc: skip writing "duration" tagsRodger Combs2016-09-061-0/+1
* lavf/matroskaenc: move skipped metadata keys to separate functionRodger Combs2016-09-061-6/+11
* avformat/hlsenc: fix incomplete write of subtitle HLS playlistFranklin Phillips2016-09-051-3/+3
* avcodec/utvideodec: add support for ULY4 and ULH4Paul B Mahol2016-09-041-0/+2
* lavf/udp: Do not use MCAST_* for multicast on tvOS.Carl Eugen Hoyos2016-09-031-1/+5
* lavf/webm_chunk: Print an error if no header filename was provided.Carl Eugen Hoyos2016-09-031-0/+1
* lavf/httpauth: Do case-insensitive http header checks.Carl Eugen Hoyos2016-09-032-3/+3
* lavf/img2dec: Skip DQT segment when auto-detecting jpg.Carl Eugen Hoyos2016-09-031-0/+1
* avformat/avidec: Fix infinite loop in avi_read_nikon()Michael Niedermayer2016-09-021-2/+2
* avformat/movenc: added ability to use original stream ids as track ids instea...Erkki Seppälä2016-09-012-6/+57
* avformat/hlsenc: add warning for append_list and hls_init_time optionSteven Liu2016-08-311-0/+6
* avformat/crypto: add seeking support on readSimon Hailes2016-08-301-2/+114
* libavformat/crypto - encourage reads of 4096 bytesSimon Hailes2016-08-301-1/+2
* avisynth: support pix_fmts added to AviSynth+Stephen Hutchinson2016-08-301-1/+182
* avformat/hlsenc: add option hls_init_time to set init hls window segment dura...Steven Liu2016-08-291-1/+11
* avformat/mov: aax: pass proper AVClass to av_log()Thomas Hebb2016-08-281-1/+1
* avformat: fix decoded creation_time timestampsMarton Balint2016-08-284-25/+7
* avformat/utils: fix a codecpar non useJames Almer2016-08-271-1/+1
* avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR...Michael Niedermayer2016-08-271-1/+4
* webm_chunk: Set pts precision to millisecondsVignesh Venkatasubramanian2016-08-251-0/+5
* mov: Remove old b-frame/video delay heuristicDerek Buitenhuis2016-08-251-3/+0