| Commit message (Expand) | Author | Age | Files | Lines |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | consistency cosmetics: indices --> indexes | Diego Biurrun | 2008-05-26 | 1 | -2/+2 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -2/+4 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -47/+47 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 1 | -4/+4 |
* | const | Aurelien Jacobs | 2008-02-01 | 1 | -5/+7 |
* | some const | Michael Niedermayer | 2008-02-01 | 1 | -2/+2 |
* | Correctly clean up IntraX8Context upon codec close. | Zdenek Kabelac | 2008-01-25 | 1 | -0/+1 |
* | pqindex=0 is forbidden | Kostya Shishkov | 2008-01-16 | 1 | -0/+2 |
* | Select scan tables for 8x4 and 4x8 blocks only once. | Christophe Gisquet | 2008-01-14 | 1 | -12/+10 |
* | Make decode210() common function. | Kostya Shishkov | 2008-01-03 | 1 | -7/+0 |
* | Enable 4x4 IDCT for FASTTX=0 mode in WMV3 | Kostya Shishkov | 2007-12-09 | 1 | -1/+1 |
* | add ff_ prefix to all simple_idct symbols | Aurelien Jacobs | 2007-12-08 | 1 | -4/+4 |
* | Use IDCT functions when FASTTX=0 | Kostya Shishkov | 2007-12-08 | 1 | -0/+3 |
* | Switch VC-1 decoder to output decoded residual immediately. | Kostya Shishkov | 2007-12-08 | 1 | -17/+15 |
* | Fix alignment broke by my last patch | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | Use put_signed_pixels_clamped where appropriate | Christophe Gisquet | 2007-11-15 | 1 | -6/+3 |
* | X8 is supported now, so warning is incorrect | Kostya Shishkov | 2007-11-10 | 1 | -6/+0 |
* | add {} to make the else look a little more normal | Michael Niedermayer | 2007-11-09 | 1 | -1/+2 |
* | indention | Michael Niedermayer | 2007-11-09 | 1 | -19/+19 |
* | indention | Michael Niedermayer | 2007-11-09 | 1 | -9/+9 |
* | intrax8 decoder patch by "someone" | Michael Niedermayer | 2007-11-09 | 1 | -2/+13 |
* | Use simple IDCT for now | Kostya Shishkov | 2007-10-22 | 1 | -1/+2 |
* | Remove incorrect and unneeded code | Kostya Shishkov | 2007-10-22 | 1 | -3/+0 |
* | WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform | Kostya Shishkov | 2007-10-18 | 1 | -3/+1 |
* | Enable error resilience in WMV3/VC-1 decoder | Kostya Shishkov | 2007-09-15 | 1 | -4/+11 |
* | HALFPQ should be used only for when PQUANT is selected | Kostya Shishkov | 2007-09-15 | 1 | -1/+1 |
* | In case when any quantizer may occur, HALFPQ should be zero | Kostya Shishkov | 2007-09-15 | 1 | -0/+2 |
* | move get_unary() to its own file | Aurelien Jacobs | 2007-08-26 | 1 | -0/+1 |
* | use skip_bits where appropriate | Alex Beregszaszi | 2007-08-09 | 1 | -8/+8 |
* | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi | 2007-08-09 | 1 | -55/+55 |
* | use get_unary from bitstream.h | Alex Beregszaszi | 2007-08-08 | 1 | -55/+9 |
* | Replace non-existing @fixme doxygen tags with @todo. | İsmail Dönmez | 2007-07-13 | 1 | -3/+3 |
* | Drop redundant assignment and variable | Kostya Shishkov | 2007-07-06 | 1 | -3/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | this prediction direction adjustment is wrong | Kostya Shishkov | 2007-06-28 | 1 | -3/+1 |
* | Typo | Kostya Shishkov | 2007-06-12 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+2 |
* | those tables don't need to be extern | Aurelien Jacobs | 2007-05-10 | 1 | -2/+0 |
* | use header instead of copying table declarations | Aurelien Jacobs | 2007-05-10 | 1 | -3/+1 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Add ff_ prefix to (externally) visible variables | Kostya Shishkov | 2007-05-09 | 1 | -93/+93 |
* | Use correct dequantizer value | Kostya Shishkov | 2007-05-09 | 1 | -1/+1 |
* | Add prefix to some variables for consistency | Kostya Shishkov | 2007-05-06 | 1 | -15/+15 |
* | Move variables to vc1data.h | Kostya Shishkov | 2007-05-06 | 1 | -1/+1 |
* | Move some declarations into header | Kostya Shishkov | 2007-05-04 | 1 | -327/+0 |
* | Move VC1 parser to its own file. | Diego Biurrun | 2007-05-04 | 1 | -106/+1 |
* | Remove unused variable. | Diego Biurrun | 2007-04-21 | 1 | -1/+1 |