summaryrefslogtreecommitdiff
path: root/libavcodec/rangecoder.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+1
* avcodec/rangecoder: Move ff_rac_check_termination to tests/rangecoder.cAndreas Rheinhardt2021-02-241-9/+0
* avcodec/rangecoder: Add and test ff_rac_check_termination()Michael Niedermayer2018-12-311-0/+9
* avcodec/rangecoder: Document ff_rac_terminate()Michael Niedermayer2018-12-311-0/+8
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-311-1/+1
* avcodec/rangecoder: Do not increase the pointer beyond the bufferMichael Niedermayer2017-08-181-2/+6
* Merge commit 'e4d5b55193109d08be47c42d320334546c006b51'Clément Bœsch2017-03-191-14/+0
|\
| * rangecoder: Kill non-compiling disabled cruftDiego Biurrun2016-08-171-14/+0
* | Merge commit '213e606752d16f51337e94431962fb5d7749c07e'Michael Niedermayer2014-09-051-6/+6
|\ \ | |/
| * Replace av_unused attributes by block structuresDiego Biurrun2014-09-051-6/+6
* | Merge commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0'Michael Niedermayer2012-10-131-43/+49
|\ \ | |/
| * rangecoder: K&R formatting cosmeticsDiego Biurrun2012-10-121-43/+49
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | rangecoder.h: use av_assertMichael Niedermayer2012-06-241-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+4
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+4
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-1/+1
* fix assertion failureMichael Niedermayer2007-05-291-0/+7
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-7/+7
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-1/+1
* remove debug stuffMichael Niedermayer2004-10-311-4/+0
* range coderMichael Niedermayer2004-10-301-0/+129