summaryrefslogtreecommitdiff
path: root/libavcodec/lagarith.c
Commit message (Expand)AuthorAge
* Support decoding of Lagarith frame type FRAME_SOLID_COLOR.Carl Eugen Hoyos2013-05-07
* lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | lagarith: return more meaningful error codesPaul B Mahol2013-01-22
* | Support solid gray frames when decoding Lagarith.Carl Eugen Hoyos2013-01-22
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-21
|\|
| * miscellaneous typo fixesDiego Biurrun2012-12-21
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* | lagarith: always allocate for 4 planes. Fixes out of array accessesMichael Niedermayer2012-11-12
* | lag_read_prob_header: fix out of array accessMichael Niedermayer2012-11-10
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-29
|\|
| * lagarith: check count before writing zeros.Michael Niedermayer2012-09-29
| * lagarith: frame multithreadingHendrik Leppkes2012-08-09
* | lagarith: fix alignment on buffers passed into prediction dsp code.Michael Niedermayer2012-08-23
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
| * lagarith: fix color plane inversion for YUY2 output.Ronald S. Bultje2012-08-03
| * lagarith: pad RGB buffer by 1 byte.Ronald S. Bultje2012-08-03
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-29
* | lagarith: frame multithreadingHendrik Leppkes2012-06-21
* | Fix lagarith YUY2 output.Carl Eugen Hoyos2012-05-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-08
|\|
| * lagarith: add YUY2 decoding supportKostya Shishkov2012-05-08
| * Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos2012-05-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-06
|\|
| * lagarith: make offset array type unsignedKostya Shishkov2012-05-06
* | Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos2012-04-15
* | lagarith: check count before writing zeros.Michael Niedermayer2012-04-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-29
|\|
| * lagarith: fix buffer overreads.Ronald S. Bultje2012-03-28
* | lagarith: Fix various issues that lead to out of array reads.Michael Niedermayer2012-03-28
* | lagarith: fix flipped return valueMichael Niedermayer2012-03-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * lagarith: Add ff_ prefix to lag_rac_initMartin Storsjö2012-02-15
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
| * lagarith: add decode support for arith rgb24 modeThad Ward2011-12-29
* | lagarith: Fix out of array reads.Michael Niedermayer2012-02-11
* | lagarith: refactor codePaul B Mahol2012-02-08
* | lagarith: rgb24 supportMichael Niedermayer2011-12-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-17
|\|
| * lagarith: add some RGBA decoding supportKostya Shishkov2011-11-16
| * lagarith: Add correct line prediction for RGBNathan Caldwell2011-11-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29