aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Fix use of uninitialized memory in 4X Technologies demuxer.Laurent Aimar2011-10-021-2/+4
* avienc: Add a limit on the number of skiped frames muxed in a row.Michael Niedermayer2011-10-011-0/+5
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-013-3/+8
|\
| * lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö2011-09-301-1/+1
| * latmenc: Set latmBufferFullness to largest value to indicate it is not usedKieran Kunhya2011-09-301-1/+1
| * mpeg probe: check the 2/4-bit synchronization value found after a pack_start_...Alex Converse2011-09-291-1/+6
* | Fix double free on error in Deluxe Paint Animation demuxer.Laurent Aimar2011-10-011-15/+8
* | Check for out of bound writes in the avs demuxer.Laurent Aimar2011-10-011-0/+2
* | Check for corrupted data in avs demuxer.Laurent Aimar2011-10-011-0/+2
* | avformat_free_context: favor av_freep()Michael Niedermayer2011-10-011-8/+8
* | oggenc: favor av_freep()Michael Niedermayer2011-10-011-3/+3
* | lavf/utils: Drop old hack for implicit HE-AAC signaling.Alex Converse2011-09-301-9/+0
* | lavf/utils: ignore subtitle timestamps in timings calculationMichael Niedermayer2011-09-301-1/+1
* | fix memory leak in oggencMaksym Veremeyenko2011-09-301-0/+2
* | g723_1_demuxer: rco is also a commonly used extension.Michael Niedermayer2011-09-301-1/+1
* | mov: Only touch extradata in mov_read_extradata() if codec_id is what we expectTomas Härdin2011-09-291-5/+31
* | add LJ2K and LJ2C to jpeg2000 decoderCompn2011-09-291-0/+2
* | Add the G723.1 demuxer and decoderMohamed Naufal Basheer2011-09-294-1/+86
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-292-2/+14
|\|
| * latmenc: Fix private optionsKieran Kunhya2011-09-281-0/+1
| * Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer2011-09-271-8/+29
* | movenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-1/+1
* | gxfenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-4/+6
* | aviobuf: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-2/+2
* | avienc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-1/+1
* | avidec: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-1/+1
* | 4xm: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-2/+3
* | bintext: remove unused variable.Nicolas George2011-09-281-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-282-0/+73
|\|
| * matroskaenc: write attachments.Anton Khirnov2011-09-271-0/+72
| * matroskadec: export mimetype of attachments as metadata.Anton Khirnov2011-09-271-0/+1
* | mxf: Add PictureEssenceCoding UL for V210Tomas Härdin2011-09-271-0/+1
* | img2enc: show first 4 bytes if a malformed jpeg2000 codestream is detectedMichael Niedermayer2011-09-271-1/+1
* | img2enc: Accept raw jpeg2000 codestream too,Michael Niedermayer2011-09-271-0/+2
* | mxfdec: Consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin2011-09-271-2/+2
* | swfdec: return correct error code at EOFTanami, Ohad2011-09-271-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-277-38/+46
|\|
| * rtp: Simplify ff_rtp_get_payload_typeRafaël Carré2011-09-261-14/+11
| * rtpenc: Add a payload type private optionRafaël Carré2011-09-264-5/+18
| * rtp: Correct ff_rtp_get_payload_type documentationRafaël Carré2011-09-261-3/+1
| * oggdec: add support for Xiph's CELT codecNicolas George2011-09-265-1/+101
| * sol: return error if av_get_packet() fails.Justin Ruggles2011-09-251-0/+2
| * lavf: do not set codec_tag for rawvideoMans Rullgard2011-09-251-3/+0
| * flvdec: Check for overflow before allocating arraysMichael Niedermayer2011-09-251-0/+3
* | act: correct file description commentAurelien Jacobs2011-09-261-1/+1
* | act, bintext, wtvenc: use named struct initializersAurelien Jacobs2011-09-263-44/+42
* | Fix return value on EOF in mpc v8 demuxer.Laurent Aimar2011-09-251-1/+1
* | id3v2: Fix some (function) pointer types.Reimar Döffinger2011-09-252-3/+4
* | Fixed NULL pointer dereference in id3v2 parser.Laurent Aimar2011-09-251-2/+2
* | bit: remove more unused variablesMichael Niedermayer2011-09-251-2/+0