]> git.sesse.net Git - ffmpeg/history - libavcodec/huffyuvdec.c
dvbsubdec: Fix function return type
[ffmpeg] / libavcodec / huffyuvdec.c
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-05 Michael Niedermayerhuffyuvdec: check width size for yuv422p
2014-08-03 Diego Biurrunhuffyuv: Check and propagate function return values
2014-08-03 Diego Biurrunhuffyuv: Return proper error codes
2014-08-03 Diego Biurrunhuffyuv: Use avpriv_report_missing_feature() where...
2014-08-03 Diego Biurrunhuffyuv: Eliminate some pointless casts
2014-08-03 Diego Biurrunhuffyuv: K&R formatting cosmetics
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-05-27 Diego Biurrundsputil: Split off HuffYUV decoding bits into their...
2014-02-28 Diego Biurrunbuild: Let the ffvhuff decoder/encoder depend on the...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2012-12-23 Anton Khirnovhuffyuv: split encoder and decoder into separate files.