| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). | Diego Biurrun | 2009-04-10 | 1 | -3/+3 |
* | Replace random() usage in test programs by av_lfg_*(). | Diego Biurrun | 2009-03-20 | 1 | -2/+7 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add #undef random and call the right function to fix test program compilation. | 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 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -2/+2 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | cosmetics / remove #if 0 code | Michael Niedermayer | 2007-01-26 | 1 | -29/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fixing out of array access (only cosmetic, this should never have had a end u... | Michael Niedermayer | 2006-03-10 | 1 | -1/+1 |
* | 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 | -15/+15 |
* | Kill some compiler warnings. Compiled code verified identical after changes. | Måns Rullgård | 2005-09-06 | 1 | -1/+2 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -1/+1 |
* | range coder | Michael Niedermayer | 2004-10-30 | 1 | -0/+178 |