summaryrefslogtreecommitdiff
path: root/libavcodec/rangecoder.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add #undef random and call the right function to fix test program compilation.Diego Biurrun2008-01-23
* Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun2008-01-20
* main() --> main(void)Diego Biurrun2007-11-23
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* cosmetics / remove #if 0 codeMichael Niedermayer2007-01-26
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fixing out of array access (only cosmetic, this should never have had a end u...Michael Niedermayer2006-03-10
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* range coderMichael Niedermayer2004-10-30