summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuvdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-4/+4
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-4/+4
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-8/+8
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* huffyuvdec: check width size for yuv422pMichael Niedermayer2014-08-051-0/+7
* huffyuv: Check and propagate function return valuesDiego Biurrun2014-08-031-44/+61
* huffyuv: Return proper error codesDiego Biurrun2014-08-031-3/+3
* huffyuv: Use avpriv_report_missing_feature() where appropriateDiego Biurrun2014-08-031-6/+4
* huffyuv: Eliminate some pointless castsDiego Biurrun2014-08-031-6/+6
* huffyuv: K&R formatting cosmeticsDiego Biurrun2014-08-031-156/+178
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-2/+2
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-271-32/+34
* build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoderDiego Biurrun2014-02-281-2/+0
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-24/+13
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* huffyuv: split encoder and decoder into separate files.Anton Khirnov2012-12-231-0/+782
OpenPOWER on IntegriCloud