summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/mxfenc: Do not crash if there is no packet in the first streamMichael Niedermayer2015-12-13
* lavf/tee: fix side data double free.Nicolas George2015-12-13
* avformat/hlsenc: Check the return code of avformat_write_header()Michael Niedermayer2015-12-13
* avformat/mov: Enable parser for mp3s by old HandBrakeMichael Niedermayer2015-12-13
* avformat/mxfenc: Fix integer overflow in length computationMichael Niedermayer2015-12-13
* avformat/segment: Fix memory leak of cur_entry.filenameLvqier2015-12-12
* lavf/matroskadec: Set codec_tag also for audio codecs.Carl Eugen Hoyos2015-12-12
* avformat/mpegtsenc: Add basic multi program supportMichael Niedermayer2015-12-11
* avformat: Add av_program_add_stream_index()Michael Niedermayer2015-12-11
* diracdec: Extract version parametersKieran Kunhya2015-12-10
* diracdec: Move strides to bytes, and pointer types to uint8_t.Kieran Kunhya2015-12-10
* lavf/mpjpegdec: Fixed dereference after null checkAlex Agranovsky2015-12-09
* avformat/rmdec: Fix use of uninitialized variableMichael Niedermayer2015-12-09
* avformat/flacdec: remove unused return code assignmentMichael Niedermayer2015-12-09
* avformat/matroskaenc: Check codecdelay before useMichael Niedermayer2015-12-09
* Merge commit '5f3a081b42b84404a40a52c80ef7a354cf048c56'Hendrik Leppkes2015-12-08
|\
| * avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato2015-12-02
| * avi: Validate the stream-id for DV as wellMichael Niedermayer2015-12-02
* | lavf/mxfdec: fix seeking before the first keyframeMarton Balint2015-12-08
* | Merge commit 'd017ed878a45171f2f6c69fb9d76401c3c494110'Hendrik Leppkes2015-12-07
|\|
| * avi: Use the correct data typeLuca Barbato2015-12-02
| * lavf: G.723.1 muxerMohamed Naufal2015-11-30
* | Merge commit 'a0fa6d06b848f26b16ba12f0a9a4a85b93ab8022'Hendrik Leppkes2015-12-07
|\|
| * matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-28
* | Merge commit 'f7986239f4dbec91c743c4c5eb0a2339bd325bf6'Hendrik Leppkes2015-12-07
|\|
| * dvenc: Validate the frame size before copying itLuca Barbato2015-11-28
* | Remove Redundant Entry of MPEG2 Video DescAnshul Maheshwari2015-12-07
* | avformat/movenc-test: correct varargs usageGanesh Ajjanagadde2015-12-06
* | avformat/rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-06
* | avformat/smacker: fix integer overflow with pts_incMichael Niedermayer2015-12-05
* | libavformat/mov.c: allow QuickTime metadata to come after traksNeil Birkbeck2015-12-05
* | avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in ...Michael Niedermayer2015-12-04
* | avformat/msf: Check channels when reading the headerMichael Niedermayer2015-12-04
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | ffmdec: reject zero-sized chunksAndreas Cadhalpun2015-12-04
* | ffmdec: only seek back at EOF if a server is attachedAndreas Cadhalpun2015-12-04
* | avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positiv...Michael Niedermayer2015-12-04
* | avformat/movenc: HE-AAC correct FourCC in ISMLYann Coupin2015-12-04
* | avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argu...Michael Niedermayer2015-12-04
* | mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arraysSebastian Dröge2015-12-04
* | avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed intege...Michael Niedermayer2015-12-04
* | avformat/riffdec: remove special case for bitrate > 32bitMichael Niedermayer2015-12-03
* | avformat/riffdec: Initialize bitrateMichael Niedermayer2015-12-03
* | lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR).Nicolas George2015-12-03
* | lavf/lxfdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-03
* | lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-03
* | lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-03
* | lavf: add FFERROR_REDO to let demuxers return no packet.Nicolas George2015-12-03
* | mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs2015-12-03
* | avformat/mpjpegdec: fix mixed declarations and codeJames Almer2015-12-03