summaryrefslogtreecommitdiff
path: root/libavcodec/rangecoder.c
Commit message (Expand)AuthorAgeFilesLines
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-1/+1
* avcodec/rangecoder: Move ff_rac_check_termination to tests/rangecoder.cAndreas Rheinhardt2021-02-241-19/+0
* avcodec/rangecoder: Add and test ff_rac_check_termination()Michael Niedermayer2018-12-311-0/+19
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-311-1/+3
* avcodec/rangecoder: Do not increase the pointer beyond the bufferMichael Niedermayer2017-08-181-0/+1
* avcodec/rangecoder: Fix range coder corner case handlingMichael Niedermayer2017-05-131-1/+1
* avcodec/rangecoder: Test for invalid corner caseMichael Niedermayer2017-05-081-0/+4
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-45/+0
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-44/+0
* | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis2016-04-211-1/+1
|\ \ | |/
| * testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-241-1/+1
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\ \ | |/
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | Merge commit 'abe9adfb31566c415fd830a8d4977c79512d4385'Hendrik Leppkes2015-10-051-2/+4
|\ \ | |/
| * rangecoder: Use AV_RB16 instead of bytestream_get_be16Vittorio Giovara2015-10-041-2/+4
* | avcodec/rangecoder: avoid float operationMichael Niedermayer2015-06-011-1/+1
* | rangecoder-test: Allow running with small stack size.Reimar Döffinger2014-09-021-2/+3
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-2/+4
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+4
* | Merge commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b'Michael Niedermayer2012-10-161-8/+2
|\ \ | |/
| * rangecoder-test: Drop timer output that clutters stderrDiego Biurrun2012-10-151-8/+2
* | Merge commit 'c1fcfdec75468009dc7de29a5d1c6adf3b2ef77d'Michael Niedermayer2012-10-161-1/+3
|\ \ | |/
| * rangecoder-test: Return in case of an errorDiego Biurrun2012-10-151-1/+3
* | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer2012-10-131-0/+1
|\ \ | |/
| * rangecoder-test: Set error message log level to error, instead of debugDiego Biurrun2012-10-121-1/+2
* | Merge commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0'Michael Niedermayer2012-10-131-54/+56
|\ \ | |/
| * rangecoder: K&R formatting cosmeticsDiego Biurrun2012-10-121-55/+57
* | rangecoder: fix "incompatible pointer type" warningMichael Niedermayer2012-10-081-1/+1
* | rangecoder: use av_assertMichael Niedermayer2012-06-101-2/+3
* | range coder test code: decoding errors are av_log_error not debug.Michael Niedermayer2012-05-311-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-1/+1
|\ \ | |/
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-101-3/+3
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-201-2/+7
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add #undef random and call the right function to fix test program compilation.Diego Biurrun2008-01-231-1/+2
* Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun2008-01-201-2/+2
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-2/+2
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* cosmetics / remove #if 0 codeMichael Niedermayer2007-01-261-29/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fixing out of array access (only cosmetic, this should never have had a end u...Michael Niedermayer2006-03-101-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-15/+15
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-061-1/+2
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-1/+1