summaryrefslogtreecommitdiffstats
path: root/libavcodec/lagarith.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/lagarith: Remove duplicate checkMichael Niedermayer2018-12-251-3/+0
* avcodec/lagarith: set pict_type tooPaul B Mahol2018-09-091-0/+1
* avcodec/lagarith: switch to planar rgbPaul B Mahol2018-09-091-77/+31
* avcodec/lagarith: Optimize FRAME_SOLID_RGBAMichael Niedermayer2018-08-201-1/+7
* avcodec/lagarith: Remove redundant varianble initMichael Niedermayer2018-07-181-1/+1
* avcodec/lagarith: Check that the range coded data stream is consistent when t...Michael Niedermayer2018-07-151-0/+7
* avcodec/lagarith: Detect end of input in lag_decode_line() loopMichael Niedermayer2017-08-111-2/+4
* avcodec/lagarith: Fix runtime error: left shift of 1 by 31 places cannot be r...Michael Niedermayer2017-05-231-1/+1
* avcodec/lagarith: Check scale_factorMichael Niedermayer2017-05-101-1/+3
* avcodec/lagarith: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-05-101-1/+1
* lagarith: assign correct per-thread value to LagarithContext::avctx.Ronald S. Bultje2017-03-311-0/+11
* huffyuvdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-121-1/+1
* lossless_videodsp: move shared functions from huffyuvdspJames Almer2017-01-121-6/+6
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-5/+5
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-5/+5
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/lagarith: fix integer overflowMichael Niedermayer2014-11-111-1/+1
* | avcodec/lagarith: fix chroma plane width & heightMichael Niedermayer2014-11-101-6/+6
* | Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer2014-05-271-9/+7
|\ \ | |/
| * dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-271-9/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-221-1/+1
|\ \ | |/
| * lagarith: Fix typo in printf format stringDiego Biurrun2014-03-221-1/+1
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-2/+4
|\ \ | |/
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-2/+4
* | Merge commit '4c3e1956ee35fdcc5ffdb28782050164b4623c0b'Michael Niedermayer2014-02-051-6/+6
|\ \ | |/
| * lagarith: reallocate rgb_planes when neededAnton Khirnov2014-02-041-6/+6
* | Merge commit '2f97094608cfd2665660f7a26a3291559b186752'Michael Niedermayer2014-01-061-5/+5
|\ \ | |/
| * lagarith: do not call simd functions on unaligned linesKostya Shishkov2014-01-061-6/+19
* | avcodec/lagarith: check and propagate return value from init_get_bits8()Michael Niedermayer2013-12-301-1/+3
* | avcodec/lagarith: use init_get_bits8()Michael Niedermayer2013-12-301-1/+1
* | avcodec/lagarith: reenable buggy lag_decode_zero_run_line()Michael Niedermayer2013-12-301-1/+2
* | avcodec/lagarith: fix init_get_bits() size in lag_decode_arith_plane()Michael Niedermayer2013-12-301-1/+1
* | avcodec/lagarith: fix src/src_size for esc_count < 8Michael Niedermayer2013-12-301-0/+2
* | avcodec/lagarith: disable lag_decode_zero_run_line() and ask for a sampleMichael Niedermayer2013-12-301-0/+3
* | 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
OpenPOWER on IntegriCloud