summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/hlsenc: support mkdir_p for use_localtime_mkdirSteven Liu2016-10-01
* avformat/tee: Copy interrupt callback and flags to slaveJan Sebechlebsky2016-09-29
* lavf/movenc: Put correct display aspect ratio in ARES atom.Carl Eugen Hoyos2016-09-29
* lavf/mov: Read display aspect ratio from ares atom also for dnxhd.Carl Eugen Hoyos2016-09-29
* movenc: Add support for writing language codes into ISML manifestsJan Ekström2016-09-29
* lavf/mov.c: Make audio timestamps strictly monotonically increasing inside an...Sasi Inguva2016-09-29
* movenc: use similar logic to DASH when writing bit rate to ISMLJan Ekström2016-09-28
* avformat/concatdec: don't call open_file when seek position within a fileraymondzheng1412@gmail.com2016-09-28
* lavf/mpegtsenc: Set min PID for data pkt to 0x0010.Sylvain Laurent2016-09-28
* avformat/avidec: Check nb_streams in read_gab2_sub()Michael Niedermayer2016-09-28
* avformat/avidec: Remove ancient assertMichael Niedermayer2016-09-28
* avformat/matroskadec: set AVCodecParameters.field_order on progressive videoJames Almer2016-09-27
* avformat/matroskadec: retain error codes in matroska_resync() and matroska_re...Sophia Wang2016-09-28
* avformat: add av_stream_get_codec_timebase()James Almer2016-09-27
* lavf/movenc: Allow to disable writing the timecode track.Carl Eugen Hoyos2016-09-26
* avformat/avidec: remove warning about deprecated declarationsJames Almer2016-09-25
* avformat/avidec: Fix memleak with dv in aviMichael Niedermayer2016-09-25
* lavf/utils: Avoid an overflow for huge negative durations.Carl Eugen Hoyos2016-09-24
* lavf/aacdec: Do not autodetect a single frame inside the file.Carl Eugen Hoyos2016-09-24
* avformat/hls: Fix handling of EXT-X-BYTERANGE streams over 2GBAnssi Hannula2016-09-24
* avformat/hlsenc: refine EXT-X-BYTERANGE support for segmentsSteven Liu2016-09-24
* avformat/utils: avoid using marked decoders for probingTimo Rothenpieler2016-09-23
* avformat/movenc: write pasp atom even if sar.num == sar.denPaul B Mahol2016-09-22
* avformat/utils: force native h264 decoder for probingTimo Rothenpieler2016-09-22
* ffmpeg: switch to codecparClément Bœsch2016-09-21
* avformat/mxfdec: use first valid sourceclip found if material track has multi...Mark Reid2016-09-21
* lavf/mov: Add support for edit list parsing.Sasi Inguva2016-09-19
* lavf/utils: Support av_index_search_timestamp in case of AVIndexEntry with di...Sasi Inguva2016-09-19
* avformat/avframe.h: Add a flag in AVIndexEntry to discard frame after decoding.Sasi Inguva2016-09-19
* avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENTMichael Niedermayer2016-09-17
* lavf/http: deprecate user-agent optionSteven Liu2016-09-17
* avformat/movenc: Make the packet check more tolerantMichael Niedermayer2016-09-16
* avformat/movenc: Check packet in mov_write_single_packet() tooMichael Niedermayer2016-09-16
* avformat/movenc: Factor check_pkt() outMichael Niedermayer2016-09-16
* libavformat/webm_chunk: Option to specify HTTP headerVignesh Venkatasubramanian2016-09-16
* avformat/msf: add support for ATRAC3 codecPaul B Mahol2016-09-15
* lavf/rtsp: Fix a crash with the RTSP muxer.Martin Storsjö2016-09-15
* avformat/hlsenc: Emulate strftime("%z") using other functions if it does not ...Michael Niedermayer2016-09-15
* avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang2016-09-14
* avformat/flvenc: add no_sequence_end flags for flvflagsSteven Liu2016-09-14
* avformat/flvenc: Add () around &Michael Niedermayer2016-09-14
* lavf/utils: add missing ismv in MOV-like formatsClément Bœsch2016-09-14
* lavf/utils: simplify matching MOV-like formatsClément Bœsch2016-09-14
* lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch2016-09-14
* avformat/flvenc: add FLVFlags for flvflags optionsSteven Liu2016-09-14
* avformat/hlsenc: Assume UTC if "%z" is unsupported in strftime()Michael Niedermayer2016-09-13
* avformat/hlsenc: Avoid "%T" "%F" in strftime() to improve compatibilityMichael Niedermayer2016-09-13
* lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs2016-09-12
* avformat/tee: Use BSF list APIJan Sebechlebsky2016-09-12
* avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer2016-09-11