summaryrefslogtreecommitdiffstats
path: root/libavcodec/snowenc.c
Commit message (Collapse)AuthorAgeFilesLines
* snow: fix integer overflowsMans Rullgard2011-11-261-2/+4
| | | | | | | The way these values are used, they should have an unsigned type. A similar change was made for mpegvideo in cb66847. Signed-off-by: Mans Rullgard <mans@mansr.com>
* snow: split snow in snowdec and snowencLuca Barbato2011-11-241-0/+1915
The common non inlined code goes in snow.c, the common inlined code in snow.h, tables move in snowdata.h (included only by snow.c)
OpenPOWER on IntegriCloud