summaryrefslogtreecommitdiff
path: root/libavcodec/lagarith.c
Commit message (Expand)AuthorAge
* avcodec/lagarith: return early on errorPaul B Mahol2021-10-10
* avcodec/lagarith: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* avcodec/lagarith: Sanity check scaleMichael Niedermayer2020-02-03
* avcodec/lagarith: Remove duplicate checkMichael Niedermayer2018-12-25
* avcodec/lagarith: set pict_type tooPaul B Mahol2018-09-09
* avcodec/lagarith: switch to planar rgbPaul B Mahol2018-09-09
* avcodec/lagarith: Optimize FRAME_SOLID_RGBAMichael Niedermayer2018-08-20
* avcodec/lagarith: Remove redundant varianble initMichael Niedermayer2018-07-18
* avcodec/lagarith: Check that the range coded data stream is consistent when t...Michael Niedermayer2018-07-15
* avcodec/lagarith: Detect end of input in lag_decode_line() loopMichael Niedermayer2017-08-11
* avcodec/lagarith: Fix runtime error: left shift of 1 by 31 places cannot be r...Michael Niedermayer2017-05-23
* avcodec/lagarith: Check scale_factorMichael Niedermayer2017-05-10
* avcodec/lagarith: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-05-10
* lagarith: assign correct per-thread value to LagarithContext::avctx.Ronald S. Bultje2017-03-31
* huffyuvdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-12
* lossless_videodsp: move shared functions from huffyuvdspJames Almer2017-01-12
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/lagarith: fix integer overflowMichael Niedermayer2014-11-11
* | avcodec/lagarith: fix chroma plane width & heightMichael Niedermayer2014-11-10
* | Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer2014-05-27
|\|
| * dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-22
|\|
| * lagarith: Fix typo in printf format stringDiego Biurrun2014-03-22
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-22
|\|
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* | Merge commit '4c3e1956ee35fdcc5ffdb28782050164b4623c0b'Michael Niedermayer2014-02-05
|\|
| * lagarith: reallocate rgb_planes when neededAnton Khirnov2014-02-04
* | Merge commit '2f97094608cfd2665660f7a26a3291559b186752'Michael Niedermayer2014-01-06
|\|
| * lagarith: do not call simd functions on unaligned linesKostya Shishkov2014-01-06
* | avcodec/lagarith: check and propagate return value from init_get_bits8()Michael Niedermayer2013-12-30
* | avcodec/lagarith: use init_get_bits8()Michael Niedermayer2013-12-30
* | avcodec/lagarith: reenable buggy lag_decode_zero_run_line()Michael Niedermayer2013-12-30
* | avcodec/lagarith: fix init_get_bits() size in lag_decode_arith_plane()Michael Niedermayer2013-12-30
* | avcodec/lagarith: fix src/src_size for esc_count < 8Michael Niedermayer2013-12-30
* | avcodec/lagarith: disable lag_decode_zero_run_line() and ask for a sampleMichael Niedermayer2013-12-30
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | avcodec/lagarith: check scaled probabilitiesMichael Niedermayer2013-09-25
* | 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
|\|