| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | lavc: add CODEC_CAP_DR1 to all video decoders missing them | Anton Khirnov | 2012-10-29 | 1 | -0/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | bink: fix typo in FFALIGN() argument | Kostya Shishkov | 2012-03-20 | 1 | -1/+1 |
* | bink: align plane width to 8 when calculating bundle sizes | Kostya Shishkov | 2012-03-20 | 1 | -0/+2 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | binkvideo: simplify and remove invalid shifts | Mans Rullgard | 2011-11-14 | 1 | -5/+4 |
* | bink: Check for various out of bound writes | Laurent Aimar | 2011-10-08 | 1 | -5/+14 |
* | bink: Check for out of bound writes when building tree | Laurent Aimar | 2011-10-08 | 1 | -1/+1 |
* | bink: Prevent NULL dereferences with missing reference frame | Laurent Aimar | 2011-10-07 | 1 | -3/+5 |
* | bink: Eliminate unnecessary shadow declaration. | Alex Converse | 2011-08-01 | 1 | -1/+0 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | dsputil: move a bink-only function to binkdsp | Mans Rullgard | 2011-07-27 | 1 | -1/+1 |
* | bink: make IDCT take 32-bit input | Kostya Shishkov | 2011-07-27 | 1 | -28/+30 |
* | Mark parameterless function declarations as 'void'. | Diego Biurrun | 2011-05-26 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | bink: use LOCAL_ALIGNED for aligned stack data | Mans Rullgard | 2011-02-25 | 1 | -1/+1 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | bink: permute Bink version 'b' quant matrices by inverse scan order | Peter Ross | 2011-02-13 | 1 | -4/+9 |
* | bink: simplify how quantization matrices are passed to read_dct_coeffs() | Peter Ross | 2011-02-13 | 1 | -15/+8 |
* | Make tables generation insensitive to floating-point implementation | Vitor Sessak | 2011-02-12 | 1 | -9/+16 |
* | bink: reindent after last commit | Peter Ross | 2011-02-11 | 1 | -6/+6 |
* | Bink version 'b' video decoder | Peter Ross | 2011-02-11 | 1 | -18/+328 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Change some band size calculations in Bink decoder to use width in blocks | Kostya Shishkov | 2011-01-15 | 1 | -2/+2 |
* | bink: make bink_rlelens static (it's only used in this file) | Ramiro Polla | 2010-10-30 | 1 | -1/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -9/+9 |
* | bink: correctly align local arrays | Måns Rullgård | 2010-06-02 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | fix minor typo | Kostya Shishkov | 2010-03-21 | 1 | -1/+1 |
* | Bink version 'h' also has chroma planes swapped | Kostya Shishkov | 2010-03-06 | 1 | -1/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -2/+2 |
* | Decode alpha plane in Bink video | Kostya Shishkov | 2010-02-23 | 1 | -6/+4 |
* | cosmetics: reindent after last commit | Kostya Shishkov | 2010-02-23 | 1 | -157/+157 |
* | Move plane decoding code into separate function in Bink decoder | Kostya Shishkov | 2010-02-23 | 1 | -58/+70 |
* | Bink video decoder now can use extradata to detect alpha plane presence | Kostya Shishkov | 2010-02-23 | 1 | -1/+10 |
* | Make Bink decoder able to skip alpha plane | Kostya Shishkov | 2010-02-22 | 1 | -0/+10 |
* | Make Bink decoder to stop decoding planes after all bits are used. | Kostya Shishkov | 2010-02-22 | 1 | -1/+4 |
* | Correct bundle lengths calculation for small Bink files. | Kostya Shishkov | 2010-02-22 | 1 | -1/+2 |
* | Bink video decoder | Kostya Shishkov | 2010-02-21 | 1 | -0/+979 |