aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'ed1cd81076434b76f37576d4d806973476a8e96c'Clément Bœsch2017-03-151-9/+20
|\
| * flac demuxer: improve probingAnton Khirnov2016-07-311-3/+18
| * Fix instances of broken indentation found by gcc 6Anton Khirnov2016-07-311-2/+2
| * mov: Validate the ID numberLuca Barbato2016-07-291-2/+2
* | avformat/hlsenc: fix duration wrong when no pkt durationSteven Liu2017-03-151-1/+6
* | ffmpeg, ffprobe: don't "merge" side data into packet data by defaultwm42017-03-141-0/+2
* | lavf/avio: Be more explicit in logging white/black list matchesAlexander Strasser2017-03-141-2/+2
* | lavf/avio: Remove unnecessary escaping of ' in string literalsAlexander Strasser2017-03-141-2/+2
* | avformat/flvenc: flx flvflags no_metadata bugSteven Liu2017-03-141-12/+14
* | avformat/hlsenc: fix ticket 6231Steven Liu2017-03-141-3/+6
* | avformat/hlsenc: second_levels flags process function extractSteven Liu2017-03-131-103/+136
* | avcodec: add XPM decoder and demuxerParas Chadha2017-03-124-0/+13
* | lavf/dashenc: update bitrates on dash_write_trailerPrzemysław Sobala2017-03-111-12/+30
* | avformat/matroskaenc: add support for Spherical Video elementsJames Almer2017-03-092-1/+80
* | hls: pass AVFormatContext flags to sub demuxerwm42017-03-091-0/+1
* | concatdec: pass AVFormatContext flags to sub demuxerwm42017-03-091-0/+1
* | matroskadec: cosmetics: Rearrange checks for projection-depedendent propertiesVittorio Giovara2017-03-071-12/+9
* | mov: Fix checking layout and loading padding for cubemapsVittorio Giovara2017-03-071-1/+7
* | mkv: Export bounds and padding from spherical metadataVittorio Giovara2017-03-071-3/+61
* | mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-071-1/+27
* | spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara2017-03-071-2/+13
* | avfilter/allformats: make av_register_all thread safeMuhammad Faiz2017-03-071-7/+8
* | avformat/flvdec: remove meaningless warningwm42017-03-061-1/+0
* | avformat/vivo: fix logic error in checking version in probePaul B Mahol2017-03-051-1/+1
* | lavf/matroska: Support QDMC.Carl Eugen Hoyos2017-03-052-0/+2
* | avformat/hlsenc: move the segment files handler close to before temp flags pr...Steven Liu2017-03-041-3/+4
* | lavf/matroska: Support codec ID V_FFV1 for demuxing.Carl Eugen Hoyos2017-03-032-1/+2
* | avcodec: add ClearVideo decoderKostya Shishkov2017-03-022-0/+2
* | avformat: fix AVStream private fields markerwm42017-03-021-1/+9
* | avcodec, avutil, avformat: remove AVOption requirement for some fieldswm42017-03-022-25/+27
* | lavf/flacdec: Return maximum score if the streaminfo header is valid.Carl Eugen Hoyos2017-03-021-1/+8
* | avformat/oggdec: fix leak in ogg_restore()Michael Niedermayer2017-03-021-1/+5
* | avformat/oggdec: Factor free_stream outMichael Niedermayer2017-03-021-7/+16
* | avformat/oggdec: remove unused parameter of ogg_restore()Michael Niedermayer2017-03-021-8/+5
* | lavf/matroskadec: Fix demuxing sipr.Carl Eugen Hoyos2017-02-281-1/+1
* | avformat/hlsenc: don't use %s for strftime on msvcHendrik Leppkes2017-02-251-1/+2
* | avformat/hlsenc: fix hls_flags temp_file bugSteven Liu2017-02-251-28/+27
* | avcodec: add ScreenPressor decoderPaul B Mahol2017-02-221-0/+1
* | avformat/matroskaenc: don't write DisplayUnit with value Unknown on WebM filesJames Almer2017-02-211-1/+1
* | avformat/sierravmd: Support for Shivers 2 stereo tracksNicolas Roy-Renaud2017-02-211-7/+13
* | avformat/hlsenc: fix cid 1401346 Dereferencing pointer errorSteven Liu2017-02-211-2/+2
* | avformat/mpl2dec: skip BOM when probingPaul B Mahol2017-02-211-0/+8
* | lavf/mpeg: Initialize a stack variable used by memcmp().Carl Eugen Hoyos2017-02-211-1/+1
* | lavf/mov.c: Correct keyframe search in edit list to return the very first key...Sasi Inguva2017-02-201-0/+12
* | avformat/fifo: assert on disallowed message type and state combinationsMarton Balint2017-02-191-1/+4
* | avformat/utils: Also fill dts==RELATIVE_TS_BASE packets in update_initial_dur...Michael Niedermayer2017-02-191-2/+5
* | avformat/m4vdec: Detect raw mpeg4video with unidentified non mpeg headers wit...Michael Niedermayer2017-02-181-0/+3
* | avformat/hlsenc: set default http method to PUT when method is nullSteven Liu2017-02-181-10/+19
* | lavf/riff: Support decoding files with broken mediasubtype base guid.Thierry Foucu2017-02-172-0/+4
* | avformat/dashenc: Only use temporary files when outputting to file protocolThomas Stephens2017-02-141-6/+23