summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/mpegtsenc: Set min PID for data pkt to 0x0010.Sylvain Laurent2016-09-281-1/+1
* avformat/avidec: Check nb_streams in read_gab2_sub()Michael Niedermayer2016-09-281-0/+2
* avformat/avidec: Remove ancient assertMichael Niedermayer2016-09-281-1/+0
* avformat/matroskadec: set AVCodecParameters.field_order on progressive videoJames Almer2016-09-271-0/+2
* avformat/matroskadec: retain error codes in matroska_resync() and matroska_re...Sophia Wang2016-09-281-6/+9
* avformat: add av_stream_get_codec_timebase()James Almer2016-09-273-1/+20
* lavf/movenc: Allow to disable writing the timecode track.Carl Eugen Hoyos2016-09-262-2/+5
* avformat/avidec: remove warning about deprecated declarationsJames Almer2016-09-251-0/+4
* avformat/avidec: Fix memleak with dv in aviMichael Niedermayer2016-09-251-0/+4
* lavf/utils: Avoid an overflow for huge negative durations.Carl Eugen Hoyos2016-09-241-1/+1
* lavf/aacdec: Do not autodetect a single frame inside the file.Carl Eugen Hoyos2016-09-241-1/+1
* avformat/hls: Fix handling of EXT-X-BYTERANGE streams over 2GBAnssi Hannula2016-09-241-5/+5
* avformat/hlsenc: refine EXT-X-BYTERANGE support for segmentsSteven Liu2016-09-241-3/+46
* avformat/utils: avoid using marked decoders for probingTimo Rothenpieler2016-09-231-1/+18
* avformat/movenc: write pasp atom even if sar.num == sar.denPaul B Mahol2016-09-221-2/+1
* avformat/utils: force native h264 decoder for probingTimo Rothenpieler2016-09-221-3/+15
* ffmpeg: switch to codecparClément Bœsch2016-09-211-1/+1
* avformat/mxfdec: use first valid sourceclip found if material track has multi...Mark Reid2016-09-211-1/+7
* lavf/mov: Add support for edit list parsing.Sasi Inguva2016-09-192-11/+352
* lavf/utils: Support av_index_search_timestamp in case of AVIndexEntry with di...Sasi Inguva2016-09-191-0/+10
* avformat/avframe.h: Add a flag in AVIndexEntry to discard frame after decoding.Sasi Inguva2016-09-191-0/+3
* 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
OpenPOWER on IntegriCloud