summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuv.h
Commit message (Collapse)AuthorAgeFilesLines
* libavcodec: Add missing AVClass pointersMartin Storsjö2016-01-221-0/+1
| | | | | | This fixes crashes since 243df1351. Signed-off-by: Martin Storsjö <martin@martin.st>
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-2/+2
|
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-271-0/+2
| | | | Also shorten HuffYUV context member names to avoid clutter.
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-271-0/+2
| | | | Also shorten HuffYUV context member names to avoid clutter.
* huffyuv: use the AVFrame API properly.Anton Khirnov2013-11-161-1/+0
|
* huffyuv: split encoder and decoder into separate files.Anton Khirnov2012-12-231-0/+92
OpenPOWER on IntegriCloud