| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -7/+7 |
|\ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-29 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | 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 |
* | | lagarith: fix alignment on buffers passed into prediction dsp code. | Michael Niedermayer | 2012-08-23 | 1 | -11/+15 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -1/+1 |
* | | lagarith: frame multithreading | Hendrik Leppkes | 2012-06-21 | 1 | -7/+8 |
* | | Fix lagarith YUY2 output. | Carl Eugen Hoyos | 2012-05-09 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-08 | 1 | -3/+71 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lagarith: make offset array type unsigned | Kostya Shishkov | 2012-05-06 | 1 | -1/+1 |
* | | Support decoding unaligned rgb24 lagarith. | Carl Eugen Hoyos | 2012-04-15 | 1 | -1/+2 |
* | | lagarith: check count before writing zeros. | Michael Niedermayer | 2012-04-14 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 1 | -27/+44 |
|\ \
| |/ |
|
| * | lagarith: fix buffer overreads. | Ronald S. Bultje | 2012-03-28 | 1 | -23/+51 |
* | | lagarith: Fix various issues that lead to out of array reads. | Michael Niedermayer | 2012-03-28 | 1 | -9/+27 |
* | | lagarith: fix flipped return value | Michael Niedermayer | 2012-03-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | 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: Fix out of array reads. | Michael Niedermayer | 2012-02-11 | 1 | -4/+5 |
* | | lagarith: refactor code | Paul B Mahol | 2012-02-08 | 1 | -54/+22 |
* | | lagarith: rgb24 support | Michael Niedermayer | 2011-12-18 | 1 | -0/+44 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-17 | 1 | -5/+72 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -9/+8 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -13/+13 |
|\ \
| |/ |
|
| * | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -13/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
* | | Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* | Anton Khirnov | 2011-02-04 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |