summaryrefslogtreecommitdiffstats
path: root/libavcodec/snowenc.c
Commit message (Collapse)AuthorAgeFilesLines
* snowenc: switch to encode2().Anton Khirnov2012-02-231-8/+20
|
* snowenc: don't abuse input picture for storing information.Anton Khirnov2012-02-231-23/+22
|
* snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-7/+7
| | | | | | | This allows getting rid of a hack for conflicting symbol/define names. Signed-off-by: Martin Storsjö <martin@martin.st>
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* 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