| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. | Michael Niedermayer | 2011-09-27 | 1 | -8/+29 |
* | 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 |
* | 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 |
* | flvdec: Fix invalid pointer deferences when parsing index | Laurent Aimar | 2011-09-24 | 1 | -2/+2 |
* | Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. | Diego Biurrun | 2011-09-24 | 5 | -63/+50 |
* | mpegps: Handle buffer exhaustion when reading packets. | Alex Converse | 2011-09-23 | 1 | -3/+9 |
* | rtp: factorize dynamic payload type fallback | Rafaël Carré | 2011-09-23 | 3 | -6/+5 |
* | flvdec: Ignore the index if it's from a creator known to be different | Martin Storsjö | 2011-09-23 | 1 | -0/+12 |
* | prores: mark prores as intra-only in libavformat/utils.c:is_intra_only() | Diego Biurrun | 2011-09-23 | 1 | -0/+1 |
* | Add LATM demuxer | Janne Grunau | 2011-09-22 | 4 | -2/+15 |
* | 8svx/iff: fix decoding of compressed stereo 8svx files. | Justin Ruggles | 2011-09-22 | 1 | -40/+5 |
* | mp4: Don't read an empty Decoder Config Descriptor | Alex Converse | 2011-09-22 | 1 | -1/+1 |
* | rtmp: Make the input FLV parser handle data cut at any point | Martin Storsjö | 2011-09-22 | 1 | -34/+27 |
* | swfdec: Add support for sample_rate_code 0 (5512 Hz) | Alex Converse | 2011-09-21 | 1 | -2/+3 |
* | Remove some forgotten AVCodecContext.palctrl usage. | Anton Khirnov | 2011-09-21 | 1 | -2/+0 |
* | Fix av_dlog invocations with wrong or missing logging context. | Diego Biurrun | 2011-09-21 | 1 | -1/+1 |
* | oma: support for encrypted files | David Goldwich | 2011-09-21 | 1 | -14/+255 |
* | id3v2: add support for non-text and GEOB type tag frames | David Goldwich | 2011-09-21 | 2 | -38/+270 |
* | rtmp: Don't blindly skip the 4 trailer bytes from the FLV packets | Martin Storsjö | 2011-09-20 | 1 | -3/+19 |
* | rtmp: Handle FLV packets written in more than one write call | Chiranjeevi Melam | 2011-09-20 | 1 | -3/+5 |
* | movenc: fix NULL reference in mov_write_tkhd_tag | Anton Khirnov | 2011-09-19 | 1 | -1/+1 |
* | rmdec: Reject invalid deinterleaving parameters | Laurent Aimar | 2011-09-19 | 1 | -26/+31 |
* | rmdec: use the deinterleaving mode and not the codec when creating audio pack... | Laurent Aimar | 2011-09-19 | 1 | -1/+2 |
* | lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails | David Goldwich | 2011-09-19 | 1 | -1/+1 |
* | oggdec: fix out of bound write in the ogg demuxer | Laurent Aimar | 2011-09-17 | 1 | -2/+12 |
* | movenc: create an alternate group for each media type | Anton Khirnov | 2011-09-17 | 1 | -1/+2 |
* | rawdec: refactor private option for raw video demuxers | Anton Khirnov | 2011-09-17 | 4 | -17/+34 |
* | pcmdec: use unique classes for all pcm demuxers. | Anton Khirnov | 2011-09-17 | 3 | -15/+15 |
* | rawdec: g722 is always 1 channel/16kHz | Anton Khirnov | 2011-09-17 | 1 | -4/+5 |
* | Fixed size given to init_get_bits(). | Laurent Aimar | 2011-09-15 | 1 | -1/+1 |
* | matroskadec: fix typo. | Dustin Brody | 2011-09-15 | 1 | -1/+1 |
* | matroskadec: bail on parsing of incorrect seek index segments | Dustin Brody | 2011-09-15 | 1 | -1/+1 |
* | lavf utils: Remove write-only variable | Alex Converse | 2011-09-14 | 1 | -2/+1 |
* | lavf utils: Rename shadowing variable | Alex Converse | 2011-09-14 | 1 | -4/+4 |
* | Fixed off by one packet size allocation in the smacker demuxer. | Laurent Aimar | 2011-09-12 | 1 | -1/+1 |
* | Check for invalid packet size in the smacker demuxer. | Laurent Aimar | 2011-09-12 | 1 | -0/+2 |
* | ape demuxer: fix segfault on memory allocation failure. | Laurent Aimar | 2011-09-12 | 1 | -0/+2 |
* | smacker demuxer: handle possible av_realloc() failure. | Kostya Shishkov | 2011-09-12 | 1 | -1/+6 |
* | mpegts: improve error reporting | Georgi Chorbadzhiyski | 2011-09-11 | 1 | -1/+3 |
* | mpegts: on seek, reset the cc for all PIDs | Aviad Rozenhek | 2011-09-11 | 1 | -5/+7 |
* | Employ FF_ARRAY_ELEMS instead of manually calculating array length. | Diego Biurrun | 2011-09-08 | 2 | -2/+4 |
* | rtpdec_asf: Fix integer underflow that could allow remote code execution | Michael Niedermayer | 2011-09-07 | 1 | -1/+7 |
* | Add LATM muxer | Kieran Kunhya | 2011-09-07 | 4 | -1/+193 |