| Commit message (Expand) | Author | Age | Files | Lines |
* | bink: Bound check the quantization matrix. | Luca Barbato | 2013-08-05 | 1 | -0/+3 |
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -2/+3 |
* | bink: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -7/+10 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -37/+30 |
* | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | bink: fix a check for the first frame. | Anton Khirnov | 2013-02-01 | 1 | -1/+2 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. | Ronald S. Bultje | 2013-01-20 | 1 | -1/+0 |
* | bink: operate with pointers to AVFrames instead of whole structs. | Anton Khirnov | 2013-01-06 | 1 | -26/+30 |
* | bink: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -53/+56 |
* | 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 |