summaryrefslogtreecommitdiff
path: root/libavcodec/rangecoder.c
Commit message (Expand)AuthorAge
* Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Merge commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b'Michael Niedermayer2012-10-16
|\|
| * rangecoder-test: Drop timer output that clutters stderrDiego Biurrun2012-10-15
* | Merge commit 'c1fcfdec75468009dc7de29a5d1c6adf3b2ef77d'Michael Niedermayer2012-10-16
|\|
| * rangecoder-test: Return in case of an errorDiego Biurrun2012-10-15
* | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer2012-10-13
|\|
| * rangecoder-test: Set error message log level to error, instead of debugDiego Biurrun2012-10-12
* | Merge commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0'Michael Niedermayer2012-10-13
|\|
| * rangecoder: K&R formatting cosmeticsDiego Biurrun2012-10-12
* | rangecoder: fix "incompatible pointer type" warningMichael Niedermayer2012-10-08
* | rangecoder: use av_assertMichael Niedermayer2012-06-10
* | range coder test code: decoding errors are av_log_error not debug.Michael Niedermayer2012-05-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-29
|\|
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* 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