| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | libx264: add 'direct-pred' private option | Anton Khirnov | 2011-09-07 | 2 | -2/+0 |
* | libx264: add 'partitions' private option | Anton Khirnov | 2011-09-07 | 2 | -2/+0 |
* | http: Consider the stream as seekable if the reply contains Accept-Ranges: bytes | Stefan Fritsch | 2011-09-04 | 1 | -0/+2 |
* | nutenc: add namespace to the api facing functions | Luca Barbato | 2011-09-04 | 1 | -6/+6 |
* | lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. | Anton Khirnov | 2011-09-03 | 3 | -1/+14 |
* | AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). | Anton Khirnov | 2011-09-03 | 1 | -1/+1 |
* | isom: add missing AVC-Intra tags, rearrange list and update comments | Tomas Härdin | 2011-08-29 | 1 | -5/+12 |
* | Use deinterleavers for demangling audio packets in RealMedia. | Kostya Shishkov | 2011-08-27 | 1 | -12/+34 |
* | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() | Stefano Sabatini | 2011-08-26 | 1 | -2/+2 |
* | Replace deprecated av_find_stream_info() by avformat_find_stream_info(). | Diego Biurrun | 2011-08-26 | 1 | -1/+1 |
* | xmv: eliminate superfluous zeroing of zero data | Sven Hesse | 2011-08-26 | 1 | -11/+2 |
* | mp4: Handle non-trivial ES Descriptors. | Alex Converse | 2011-08-25 | 4 | -4/+19 |
* | lavf utils: Fix bad indentation. | Alex Converse | 2011-08-23 | 1 | -33/+34 |
* | Windows Media Image decoder (WMVP/WVP2) | Alberto Delmás | 2011-08-23 | 1 | -2/+2 |
* | movenc: use libx264 by default when possible for mov, mp4 and psp | Anton Khirnov | 2011-08-22 | 1 | -0/+12 |
* | avienc: saner default audio codec. | Anton Khirnov | 2011-08-22 | 1 | -1/+5 |
* | matroskaenc: saner default codecs. | Anton Khirnov | 2011-08-22 | 1 | -2/+14 |
* | WavPack demuxer: do not rely on index when timestamp is not in indexed range. | Kostya Shishkov | 2011-08-21 | 1 | -1/+2 |