| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/lagarith: Check dst/src in zero run code | Michael Niedermayer | 2022-07-14 | 1 | -0/+3 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -6/+5 |
* | avcodec/lagarith: return early on error | Paul B Mahol | 2021-10-10 | 1 | -18/+32 |
* | avcodec/lagarith: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -11/+0 |
* | avcodec/lagarith: Sanity check scale | Michael Niedermayer | 2020-02-03 | 1 | -0/+3 |
* | avcodec/lagarith: Remove duplicate check | Michael Niedermayer | 2018-12-25 | 1 | -3/+0 |
* | avcodec/lagarith: set pict_type too | Paul B Mahol | 2018-09-09 | 1 | -0/+1 |
* | avcodec/lagarith: switch to planar rgb | Paul B Mahol | 2018-09-09 | 1 | -77/+31 |
* | avcodec/lagarith: Optimize FRAME_SOLID_RGBA | Michael Niedermayer | 2018-08-20 | 1 | -1/+7 |
* | avcodec/lagarith: Remove redundant varianble init | Michael Niedermayer | 2018-07-18 | 1 | -1/+1 |
* | avcodec/lagarith: Check that the range coded data stream is consistent when t... | Michael Niedermayer | 2018-07-15 | 1 | -0/+7 |
* | avcodec/lagarith: Detect end of input in lag_decode_line() loop | Michael Niedermayer | 2017-08-11 | 1 | -2/+4 |
* | avcodec/lagarith: Fix runtime error: left shift of 1 by 31 places cannot be r... | Michael Niedermayer | 2017-05-23 | 1 | -1/+1 |
* | avcodec/lagarith: Check scale_factor | Michael Niedermayer | 2017-05-10 | 1 | -1/+3 |
* | avcodec/lagarith: Fix runtime error: left shift of negative value -1 | Michael Niedermayer | 2017-05-10 | 1 | -1/+1 |
* | lagarith: assign correct per-thread value to LagarithContext::avctx. | Ronald S. Bultje | 2017-03-31 | 1 | -0/+11 |
* | huffyuvdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -1/+1 |
* | lossless_videodsp: move shared functions from huffyuvdsp | James Almer | 2017-01-12 | 1 | -6/+6 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -5/+5 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -5/+5 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/lagarith: fix integer overflow | Michael Niedermayer | 2014-11-11 | 1 | -1/+1 |
* | | avcodec/lagarith: fix chroma plane width & height | Michael Niedermayer | 2014-11-10 | 1 | -6/+6 |
* | | Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' | Michael Niedermayer | 2014-05-27 | 1 | -9/+7 |
|\| |
|
| * | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -9/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-22 | 1 | -1/+1 |
|\| |
|
| * | lagarith: Fix typo in printf format string | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' | Michael Niedermayer | 2014-03-22 | 1 | -2/+4 |
|\| |
|
| * | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -2/+4 |
* | | Merge commit '4c3e1956ee35fdcc5ffdb28782050164b4623c0b' | Michael Niedermayer | 2014-02-05 | 1 | -6/+6 |
|\| |
|
| * | lagarith: reallocate rgb_planes when needed | Anton Khirnov | 2014-02-04 | 1 | -6/+6 |
* | | Merge commit '2f97094608cfd2665660f7a26a3291559b186752' | Michael Niedermayer | 2014-01-06 | 1 | -5/+5 |
|\| |
|
| * | lagarith: do not call simd functions on unaligned lines | Kostya Shishkov | 2014-01-06 | 1 | -6/+19 |
* | | avcodec/lagarith: check and propagate return value from init_get_bits8() | Michael Niedermayer | 2013-12-30 | 1 | -1/+3 |
* | | avcodec/lagarith: use init_get_bits8() | Michael Niedermayer | 2013-12-30 | 1 | -1/+1 |
* | | avcodec/lagarith: reenable buggy lag_decode_zero_run_line() | Michael Niedermayer | 2013-12-30 | 1 | -1/+2 |
* | | avcodec/lagarith: fix init_get_bits() size in lag_decode_arith_plane() | Michael Niedermayer | 2013-12-30 | 1 | -1/+1 |
* | | avcodec/lagarith: fix src/src_size for esc_count < 8 | Michael Niedermayer | 2013-12-30 | 1 | -0/+2 |
* | | avcodec/lagarith: disable lag_decode_zero_run_line() and ask for a sample | Michael Niedermayer | 2013-12-30 | 1 | -0/+3 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |