| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -4/+4 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -4/+4 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -8/+8 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | huffyuvdec: check width size for yuv422p | Michael Niedermayer | 2014-08-05 | 1 | -0/+7 |
* | huffyuv: Check and propagate function return values | Diego Biurrun | 2014-08-03 | 1 | -44/+61 |
* | huffyuv: Return proper error codes | Diego Biurrun | 2014-08-03 | 1 | -3/+3 |
* | huffyuv: Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2014-08-03 | 1 | -6/+4 |
* | huffyuv: Eliminate some pointless casts | Diego Biurrun | 2014-08-03 | 1 | -6/+6 |
* | huffyuv: K&R formatting cosmetics | Diego Biurrun | 2014-08-03 | 1 | -156/+178 |
* | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -2/+2 |
* | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -32/+34 |
* | build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoder | Diego Biurrun | 2014-02-28 | 1 | -2/+0 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -24/+13 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | huffyuv: split encoder and decoder into separate files. | Anton Khirnov | 2012-12-23 | 1 | -0/+782 |