summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/matroskaenc: fix targets for attachment tagsJames Almer2016-10-10
* avformat/movenc: Check frame rate in mov_write_uuidprof_tag()Michael Niedermayer2016-10-10
* avformat/movenc: Switch mov_write_uuidprof_tag() to avg_frame_rateMichael Niedermayer2016-10-10
* avformat/utils: Update codec_id before using it in the parser initMichael Niedermayer2016-10-10
* lavf: fix typosMoritz Barsnick2016-10-09
* avformat/matroskaenc: fix Tags master on seekable output if there are tags af...James Almer2016-10-07
* avformat/matroskaenc: Fix () errorMichael Niedermayer2016-10-07
* avformat/matroskaenc: add an option to disable writting CRC32 elementsJames Almer2016-10-06
* avformat/matroskaenc: write a CRC32 element on InfoJames Almer2016-10-06
* avformat/matroskaenc: write a CRC32 element on TagsJames Almer2016-10-06
* avformat/matroskaenc: write a CRC32 element on AttachmentsJames Almer2016-10-06
* avformat/matroskaenc: write a CRC32 element on ChaptersJames Almer2016-10-06
* avformat/matroskaenc: write a CRC32 element on TracksJames Almer2016-10-06
* avformat/matroskaenc: write a CRC32 element on CuesJames Almer2016-10-06
* avformat/matroskaenc: write a CRC32 element on SeekHeadJames Almer2016-10-06
* avformat/matroskaenc: write a CRC32 element on each ClusterJames Almer2016-10-06
* avformat/matroskaenc: always use a dynamic buffer when writting clustersJames Almer2016-10-06
* avformat/matroskaenc: print debug message with cluster offsets only if the ou...James Almer2016-10-06
* avformat/matroskadec: check for more reserved values on some Colour elementsJames Almer2016-10-06
* avformat/matroskaenc: don't write an empty Colour master elementJames Almer2016-10-06
* lavf/utils: avoid using programs for duration when there's only oneRodger Combs2016-10-06
* lavf/utils: ignore outlier subtitle and data stream end times as wellRodger Combs2016-10-06
* avformat/riffenc: added possibility to set first to ninth audio language for ...Florian Diemer2016-10-05
* avformat/matroskaenc: don't reserve space for stream duration tags if the out...James Almer2016-10-04
* avformat/matroska: write FlagInterlaced element in WebMJames Almer2016-10-04
* lavf/mpegtsenc: fix autobsf when the first NAL is 0x1<XX> bytesRodger Combs2016-10-04
* avformat/hlsenc: support multi level path in m3u8 with filenameSteven Liu2016-10-04
* lavf/aviobuf.c: Adapt avio_accept and avio_handshake to new AVIOContext APIStephan Holljes2016-10-03
* lavf/bink.c: fix warning due to misleading indentationAdriano Pallavicino2016-10-03
* 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