summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* diracdec: Extract version parametersKieran Kunhya2015-12-101-1/+3
* diracdec: Move strides to bytes, and pointer types to uint8_t.Kieran Kunhya2015-12-101-2/+2
* lavf/mpjpegdec: Fixed dereference after null checkAlex Agranovsky2015-12-091-2/+4
* avformat/rmdec: Fix use of uninitialized variableMichael Niedermayer2015-12-091-1/+1
* avformat/flacdec: remove unused return code assignmentMichael Niedermayer2015-12-091-3/+3
* avformat/matroskaenc: Check codecdelay before useMichael Niedermayer2015-12-091-4/+8
* Merge commit '5f3a081b42b84404a40a52c80ef7a354cf048c56'Hendrik Leppkes2015-12-081-62/+72
|\
| * avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato2015-12-021-62/+72
| * avi: Validate the stream-id for DV as wellMichael Niedermayer2015-12-021-1/+4
* | lavf/mxfdec: fix seeking before the first keyframeMarton Balint2015-12-081-0/+10
* | Merge commit 'd017ed878a45171f2f6c69fb9d76401c3c494110'Hendrik Leppkes2015-12-071-2/+3
|\ \ | |/
| * avi: Use the correct data typeLuca Barbato2015-12-021-2/+3
| * lavf: G.723.1 muxerMohamed Naufal2015-11-304-2/+16
* | Merge commit 'a0fa6d06b848f26b16ba12f0a9a4a85b93ab8022'Hendrik Leppkes2015-12-071-6/+37
|\ \ | |/
| * matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-281-6/+37
* | Merge commit 'f7986239f4dbec91c743c4c5eb0a2339bd325bf6'Hendrik Leppkes2015-12-071-0/+5
|\ \ | |/
| * dvenc: Validate the frame size before copying itLuca Barbato2015-11-281-0/+5
* | Remove Redundant Entry of MPEG2 Video DescAnshul Maheshwari2015-12-071-1/+0
* | avformat/movenc-test: correct varargs usageGanesh Ajjanagadde2015-12-061-0/+1
* | avformat/rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-061-0/+1
* | avformat/smacker: fix integer overflow with pts_incMichael Niedermayer2015-12-051-0/+5
* | libavformat/mov.c: allow QuickTime metadata to come after traksNeil Birkbeck2015-12-052-1/+6
* | avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in ...Michael Niedermayer2015-12-041-1/+1
* | avformat/msf: Check channels when reading the headerMichael Niedermayer2015-12-041-1/+1
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-0439-80/+80
* | ffmdec: reject zero-sized chunksAndreas Cadhalpun2015-12-041-2/+2
* | ffmdec: only seek back at EOF if a server is attachedAndreas Cadhalpun2015-12-041-1/+4
* | avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positiv...Michael Niedermayer2015-12-041-1/+1
* | avformat/movenc: HE-AAC correct FourCC in ISMLYann Coupin2015-12-041-1/+11
* | avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argu...Michael Niedermayer2015-12-041-2/+2
* | mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arraysSebastian Dröge2015-12-041-2/+2
* | avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed intege...Michael Niedermayer2015-12-041-2/+2
* | avformat/riffdec: remove special case for bitrate > 32bitMichael Niedermayer2015-12-031-15/+1
* | avformat/riffdec: Initialize bitrateMichael Niedermayer2015-12-031-1/+1
* | lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR).Nicolas George2015-12-031-1/+1
* | lavf/lxfdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-031-1/+1
* | lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-031-1/+1
* | lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-031-7/+7
* | lavf: add FFERROR_REDO to let demuxers return no packet.Nicolas George2015-12-032-0/+11
* | mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs2015-12-031-3/+3
* | avformat/mpjpegdec: fix mixed declarations and codeJames Almer2015-12-031-2/+6
* | avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescaleMichael Niedermayer2015-12-031-5/+5
* | avformat/utils: Check AVFormatContext->duration in compute_chapters_end() bef...Michael Niedermayer2015-12-031-1/+4
* | avformat/mpjpeg: utilize MIME boundary value to detect start of new frameAlex Agranovsky2015-12-021-3/+69
* | avformat/mpjpeg: allow processing of MIME parts without Content-Length headerAlex Agranovsky2015-12-021-43/+125
* | lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.Carl Eugen Hoyos2015-12-021-17/+66
* | avformat/matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell2015-12-021-2/+32
* | avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files.Chris Cunningham2015-12-022-23/+25
* | avformat/dump: Fix integer overflow in av_dump_format()Michael Niedermayer2015-12-011-1/+1
* | lavf/mxfdec: Set width to actual coded_width for AVCI50.Carl Eugen Hoyos2015-11-291-0/+13