| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -7/+7 |
* | lagarith: check count before writing zeros. | Michael Niedermayer | 2012-09-29 | 1 | -0/+5 |
* | lagarith: frame multithreading | Hendrik Leppkes | 2012-08-09 | 1 | -7/+8 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | lagarith: fix color plane inversion for YUY2 output. | Ronald S. Bultje | 2012-08-03 | 1 | -3/+3 |
* | lagarith: pad RGB buffer by 1 byte. | Ronald S. Bultje | 2012-08-03 | 1 | -1/+1 |
* | lagarith: add YUY2 decoding support | Kostya Shishkov | 2012-05-08 | 1 | -3/+71 |
* | Support decoding unaligned rgb24 lagarith. | Carl Eugen Hoyos | 2012-05-08 | 1 | -1/+2 |
* | lagarith: make offset array type unsigned | Kostya Shishkov | 2012-05-06 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | lagarith: fix buffer overreads. | Ronald S. Bultje | 2012-03-28 | 1 | -23/+51 |
* | lagarith: Add ff_ prefix to lag_rac_init | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | lagarith: add decode support for arith rgb24 mode | Thad Ward | 2011-12-29 | 1 | -10/+22 |
* | lagarith: add some RGBA decoding support | Kostya Shishkov | 2011-11-16 | 1 | -0/+67 |
* | lagarith: Add correct line prediction for RGB | Nathan Caldwell | 2011-11-16 | 1 | -5/+5 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -13/+13 |
* | Drop explicit filenames from @file Doxygen tags. | Diego Biurrun | 2011-06-05 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* | Anton Khirnov | 2011-02-03 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Lagarith: fix decoding of one-coloured frames by reading the per-plane | Reimar Döffinger | 2011-01-15 | 1 | -2/+6 |
* | Lagarith decoder by Nathan Caldwell, saintdev at gmail | Carl Eugen Hoyos | 2011-01-08 | 1 | -0/+518 |