summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuvdec.c
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* huffyuvdec: check width size for yuv422pMichael Niedermayer2014-08-05
* huffyuv: Check and propagate function return valuesDiego Biurrun2014-08-03
* huffyuv: Return proper error codesDiego Biurrun2014-08-03
* huffyuv: Use avpriv_report_missing_feature() where appropriateDiego Biurrun2014-08-03
* huffyuv: Eliminate some pointless castsDiego Biurrun2014-08-03
* huffyuv: K&R formatting cosmeticsDiego Biurrun2014-08-03
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
* build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoderDiego Biurrun2014-02-28
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* huffyuv: split encoder and decoder into separate files.Anton Khirnov2012-12-23