summaryrefslogtreecommitdiff
path: root/libavcodec/lagarithrac.c
Commit message (Collapse)AuthorAge
* lagarith: Correctly compute hash_shiftLuca Barbato2015-11-02
| | | | | | | | | All the values are unsigned. Bug-Id: 907 CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lagarith: fix buffer overreads.Ronald S. Bultje2012-03-28
| | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind 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>
* 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