aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/lagarith.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | avcodec/lagarith: check scaled probabilitiesMichael Niedermayer2013-09-251-1/+9
* | Support decoding of Lagarith frame type FRAME_SOLID_COLOR.Carl Eugen Hoyos2013-05-071-0/+22
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-12/+4
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-15/+6
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-15/+6
* | lagarith: return more meaningful error codesPaul B Mahol2013-01-221-9/+10
* | Support solid gray frames when decoding Lagarith.Carl Eugen Hoyos2013-01-221-0/+15
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\|
| * miscellaneous typo fixesDiego Biurrun2012-12-211-2/+2
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | lagarith: always allocate for 4 planes. Fixes out of array accessesMichael Niedermayer2012-11-121-1/+1
* | lag_read_prob_header: fix out of array accessMichael Niedermayer2012-11-101-2/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-7/+7
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-291-2/+3
|\|
| * lagarith: check count before writing zeros.Michael Niedermayer2012-09-291-0/+5
| * lagarith: frame multithreadingHendrik Leppkes2012-08-091-7/+8
* | lagarith: fix alignment on buffers passed into prediction dsp code.Michael Niedermayer2012-08-231-11/+15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
| * lagarith: fix color plane inversion for YUY2 output.Ronald S. Bultje2012-08-031-3/+3
| * lagarith: pad RGB buffer by 1 byte.Ronald S. Bultje2012-08-031-1/+1
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
* | lagarith: frame multithreadingHendrik Leppkes2012-06-211-7/+8
* | Fix lagarith YUY2 output.Carl Eugen Hoyos2012-05-091-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-081-3/+71
|\|
| * lagarith: add YUY2 decoding supportKostya Shishkov2012-05-081-3/+71
| * Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos2012-05-081-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-061-1/+1
|\|
| * lagarith: make offset array type unsignedKostya Shishkov2012-05-061-1/+1
* | Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos2012-04-151-1/+2
* | lagarith: check count before writing zeros.Michael Niedermayer2012-04-141-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-27/+44
|\|
| * lagarith: fix buffer overreads.Ronald S. Bultje2012-03-281-23/+51
* | lagarith: Fix various issues that lead to out of array reads.Michael Niedermayer2012-03-281-9/+27
* | lagarith: fix flipped return valueMichael Niedermayer2012-03-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-2/+2
|\|
| * lagarith: Add ff_ prefix to lag_rac_initMartin Storsjö2012-02-151-1/+1
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
| * lagarith: add decode support for arith rgb24 modeThad Ward2011-12-291-10/+22
* | lagarith: Fix out of array reads.Michael Niedermayer2012-02-111-4/+5
* | lagarith: refactor codePaul B Mahol2012-02-081-54/+22
* | lagarith: rgb24 supportMichael Niedermayer2011-12-181-0/+44
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-171-5/+72
|\|
| * lagarith: add some RGBA decoding supportKostya Shishkov2011-11-161-0/+67