summaryrefslogtreecommitdiff
path: root/libavcodec/lagarithrac.h
Commit message (Collapse)AuthorAge
* lagarith: avoid infinite loop in lag_rac_refill()Anton Khirnov2013-02-23
| | | | | | range == 0 happens with corrupted files CC:libav-stable@libav.org
* lagarith: Add ff_ prefix to lag_rac_initMartin Storsjö2012-02-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Drop explicit filenames from @file Doxygen tags.Diego Biurrun2011-06-05
| | | | The filename is unnecessary and brittle across file renames.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-08
Originally committed as revision 26270 to svn://svn.ffmpeg.org/ffmpeg/trunk