| Commit message (Expand) | Author | Age | Files | Lines |
* | Support decoding of Lagarith frame type FRAME_SOLID_COLOR. | Carl Eugen Hoyos | 2013-05-07 | 1 | -0/+22 |
* | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -12/+4 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -15/+6 |
|\ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -15/+6 |
* | | lagarith: return more meaningful error codes | Paul B Mahol | 2013-01-22 | 1 | -9/+10 |
* | | Support solid gray frames when decoding Lagarith. | Carl Eugen Hoyos | 2013-01-22 | 1 | -0/+15 |
* | | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 1 | -1/+1 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -2/+2 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | lagarith: always allocate for 4 planes. Fixes out of array accesses | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
* | | lag_read_prob_header: fix out of array access | Michael Niedermayer | 2012-11-10 | 1 | -2/+2 |
* | | 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 |