| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Fix test program compilation: Add missing #include and update the call | Diego Biurrun | 2008-01-23 | 1 | -1/+2 |
* | Consistently use TEST as the preprocessor condition to enable test code. | Diego Biurrun | 2008-01-20 | 1 | -2/+2 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 1 | -1/+1 |
* | Fix the self tests which are contained in some codecs and are using random(). | Panagiotis Issaris | 2007-07-19 | 1 | -0/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Kill a warning with MSVC | Jindřich Makovička | 2006-10-18 | 1 | -3/+3 |
* | shift CABACContext.range right, this reduces the number of shifts needed in g... | Michael Niedermayer | 2006-10-15 | 1 | -6/+29 |
* | dehack *ps_state indexing in the branchless decoder | Michael Niedermayer | 2006-10-13 | 1 | -4/+7 |
* | make state transition tables global as they are constant and the code is slig... | Michael Niedermayer | 2006-10-11 | 1 | -15/+16 |
* | make lps_range a global table its constant anyway (saves 1 addition for acces... | Michael Niedermayer | 2006-10-11 | 1 | -4/+6 |
* | BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER | Diego Biurrun | 2006-10-10 | 1 | -1/+1 |
* | reverse remainder of the failed attempt to optimize *state=c->mps_state[s] | Michael Niedermayer | 2006-10-09 | 1 | -12/+12 |
* | optimize branchless C CABAC decoder | Michael Niedermayer | 2006-10-09 | 1 | -0/+8 |
* | decrease ff_h264_norm_shift[] size | Michael Niedermayer | 2006-10-09 | 1 | -14/+6 |
* | branchless renormalization (1% faster get_cabac) old branchless renormalizati... | Michael Niedermayer | 2006-10-08 | 1 | -9/+9 |
* | 5% faster get_cabac() | Michael Niedermayer | 2006-10-08 | 1 | -8/+8 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -24/+24 |
* | fixing selftest | Michael Niedermayer | 2005-01-11 | 1 | -7/+10 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+1 |
* | optimization | Michael Niedermayer | 2004-10-26 | 1 | -6/+29 |
* | overread fix | Michael Niedermayer | 2004-07-08 | 1 | -0/+1 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -1/+1 |
* | h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v... | Laurent Aimar | 2004-03-26 | 1 | -1/+1 |
* | removed the obsolete and unused parameters of init_put_bits | Alex Beregszaszi | 2003-10-12 | 1 | -1/+1 |
* | FFV1 codec (our very simple lossless intra only codec, compresses much better... | Michael Niedermayer | 2003-06-09 | 1 | -0/+1 |
* | cleanup | Michael Niedermayer | 2003-06-06 | 1 | -1/+1 |
* | (truncated) unary binerization | Michael Niedermayer | 2003-05-30 | 1 | -9/+35 |
* | CABAC | Michael Niedermayer | 2003-05-28 | 1 | -0/+179 |