| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix use of uninitialized memory in 4X Technologies demuxer. | Laurent Aimar | 2011-10-02 | 1 | -2/+4 |
* | avienc: Add a limit on the number of skiped frames muxed in a row. | Michael Niedermayer | 2011-10-01 | 1 | -0/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-01 | 3 | -3/+8 |
|\ |
|
| * | lavf: Avoid using av_malloc(0) in av_dump_format | Martin Storsjö | 2011-09-30 | 1 | -1/+1 |
| * | latmenc: Set latmBufferFullness to largest value to indicate it is not used | Kieran Kunhya | 2011-09-30 | 1 | -1/+1 |
| * | mpeg probe: check the 2/4-bit synchronization value found after a pack_start_... | Alex Converse | 2011-09-29 | 1 | -1/+6 |
* | | Fix double free on error in Deluxe Paint Animation demuxer. | Laurent Aimar | 2011-10-01 | 1 | -15/+8 |
* | | Check for out of bound writes in the avs demuxer. | Laurent Aimar | 2011-10-01 | 1 | -0/+2 |
* | | Check for corrupted data in avs demuxer. | Laurent Aimar | 2011-10-01 | 1 | -0/+2 |
* | | avformat_free_context: favor av_freep() | Michael Niedermayer | 2011-10-01 | 1 | -8/+8 |
* | | oggenc: favor av_freep() | Michael Niedermayer | 2011-10-01 | 1 | -3/+3 |
* | | lavf/utils: Drop old hack for implicit HE-AAC signaling. | Alex Converse | 2011-09-30 | 1 | -9/+0 |
* | | lavf/utils: ignore subtitle timestamps in timings calculation | Michael Niedermayer | 2011-09-30 | 1 | -1/+1 |
* | | fix memory leak in oggenc | Maksym Veremeyenko | 2011-09-30 | 1 | -0/+2 |
* | | g723_1_demuxer: rco is also a commonly used extension. | Michael Niedermayer | 2011-09-30 | 1 | -1/+1 |
* | | mov: Only touch extradata in mov_read_extradata() if codec_id is what we expect | Tomas Härdin | 2011-09-29 | 1 | -5/+31 |
* | | add LJ2K and LJ2C to jpeg2000 decoder | Compn | 2011-09-29 | 1 | -0/+2 |
* | | Add the G723.1 demuxer and decoder | Mohamed Naufal Basheer | 2011-09-29 | 4 | -1/+86 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-29 | 2 | -2/+14 |
|\| |
|
| * | latmenc: Fix private options | Kieran Kunhya | 2011-09-28 | 1 | -0/+1 |
| * | Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. | Michael Niedermayer | 2011-09-27 | 1 | -8/+29 |
* | | movenc: Replace av_realloc by av_realloc_f when relevant. | Nicolas George | 2011-09-28 | 1 | -1/+1 |
* | | gxfenc: Replace av_realloc by av_realloc_f when relevant. | Nicolas George | 2011-09-28 | 1 | -4/+6 |
* | | aviobuf: Replace av_realloc by av_realloc_f when relevant. | Nicolas George | 2011-09-28 | 1 | -2/+2 |
* | | avienc: Replace av_realloc by av_realloc_f when relevant. | Nicolas George | 2011-09-28 | 1 | -1/+1 |
* | | avidec: Replace av_realloc by av_realloc_f when relevant. | Nicolas George | 2011-09-28 | 1 | -1/+1 |
* | | 4xm: Replace av_realloc by av_realloc_f when relevant. | Nicolas George | 2011-09-28 | 1 | -2/+3 |
* | | bintext: remove unused variable. | Nicolas George | 2011-09-28 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-28 | 2 | -0/+73 |
|\| |
|
| * | matroskaenc: write attachments. | Anton Khirnov | 2011-09-27 | 1 | -0/+72 |
| * | matroskadec: export mimetype of attachments as metadata. | Anton Khirnov | 2011-09-27 | 1 | -0/+1 |
* | | mxf: Add PictureEssenceCoding UL for V210 | Tomas Härdin | 2011-09-27 | 1 | -0/+1 |
* | | img2enc: show first 4 bytes if a malformed jpeg2000 codestream is detected | Michael Niedermayer | 2011-09-27 | 1 | -1/+1 |
* | | img2enc: Accept raw jpeg2000 codestream too, | Michael Niedermayer | 2011-09-27 | 1 | -0/+2 |
* | | mxfdec: Consider QuantizationBits between 17 and 24 to be pcm_s24* | Tomas Härdin | 2011-09-27 | 1 | -2/+2 |
* | | swfdec: return correct error code at EOF | Tanami, Ohad | 2011-09-27 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 7 | -38/+46 |
|\| |
|
| * | rtp: Simplify ff_rtp_get_payload_type | Rafaël Carré | 2011-09-26 | 1 | -14/+11 |
| * | rtpenc: Add a payload type private option | Rafaël Carré | 2011-09-26 | 4 | -5/+18 |
| * | rtp: Correct ff_rtp_get_payload_type documentation | Rafaël Carré | 2011-09-26 | 1 | -3/+1 |
| * | oggdec: add support for Xiph's CELT codec | Nicolas George | 2011-09-26 | 5 | -1/+101 |
| * | sol: return error if av_get_packet() fails. | Justin Ruggles | 2011-09-25 | 1 | -0/+2 |
| * | lavf: do not set codec_tag for rawvideo | Mans Rullgard | 2011-09-25 | 1 | -3/+0 |
| * | flvdec: Check for overflow before allocating arrays | Michael Niedermayer | 2011-09-25 | 1 | -0/+3 |
* | | act: correct file description comment | Aurelien Jacobs | 2011-09-26 | 1 | -1/+1 |
* | | act, bintext, wtvenc: use named struct initializers | Aurelien Jacobs | 2011-09-26 | 3 | -44/+42 |
* | | Fix return value on EOF in mpc v8 demuxer. | Laurent Aimar | 2011-09-25 | 1 | -1/+1 |
* | | id3v2: Fix some (function) pointer types. | Reimar Döffinger | 2011-09-25 | 2 | -3/+4 |
* | | Fixed NULL pointer dereference in id3v2 parser. | Laurent Aimar | 2011-09-25 | 1 | -2/+2 |
* | | bit: remove more unused variables | Michael Niedermayer | 2011-09-25 | 1 | -2/+0 |