summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuv.h
Commit message (Collapse)AuthorAge
* libavcodec: Add missing AVClass pointersMartin Storsjö2016-01-22
| | | | | | This fixes crashes since 243df1351. Signed-off-by: Martin Storsjö <martin@martin.st>
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
|
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-27
| | | | Also shorten HuffYUV context member names to avoid clutter.
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
| | | | Also shorten HuffYUV context member names to avoid clutter.
* huffyuv: use the AVFrame API properly.Anton Khirnov2013-11-16
|
* huffyuv: split encoder and decoder into separate files.Anton Khirnov2012-12-23