summaryrefslogtreecommitdiff
path: root/libavcodec/lagarith.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/lagarith: Check dst/src in zero run codeMichael Niedermayer2022-07-141-0/+3
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-6/+5
* avcodec/lagarith: return early on errorPaul B Mahol2021-10-101-18/+32
* avcodec/lagarith: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-11/+0
* avcodec/lagarith: Sanity check scaleMichael Niedermayer2020-02-031-0/+3
* 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
|\ \ | |/