| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-09 | 1 | -2/+2 |
|\ |
|
| * | 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 |
* | | Prevent NULL dereferences when missing the reference frame in the bink decoder. | Laurent Aimar | 2011-09-27 | 1 | -3/+5 |
* | | Check for out of bound writes when building tree in bink decoder. | Laurent Aimar | 2011-09-27 | 1 | -1/+1 |
* | | Check for various out of bound writes in the bink decoder. | Laurent Aimar | 2011-09-27 | 1 | -4/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-02 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | bink: Eliminate unnecessary shadow declaration. | Alex Converse | 2011-08-01 | 1 | -1/+0 |
* | | Revert bink dequantization hack that is no longer necessary. | Reimar Döffinger | 2011-07-30 | 1 | -18/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+7 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-28 | 1 | -29/+31 |
|\ \
| |/ |
|
| * | 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 |
* | | Bink: clip AC coefficients during dequantization. | Reimar Döffinger | 2011-07-18 | 1 | -2/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
* | | bink: use LOCAL_ALIGNED for aligned stack data | Mans Rullgard | 2011-02-26 | 1 | -1/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | bink: permute Bink version 'b' quant matrices by inverse scan order | Peter Ross | 2011-02-14 | 1 | -4/+9 |
* | | bink: simplify how quantization matrices are passed to read_dct_coeffs() | Peter Ross | 2011-02-14 | 1 | -15/+8 |
* | | Make tables generation insensitive to floating-point implementation | Vitor Sessak | 2011-02-13 | 1 | -9/+16 |
* | | bink: reindent after last commit | Peter Ross | 2011-02-13 | 1 | -6/+6 |
* | | Bink version 'b' video decoder | Peter Ross | 2011-02-13 | 1 | -18/+328 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |