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