| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/dxv: Constify slice threads' ptr to main context | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec/dxv: Don't cast const away unnecessarily | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+1 |
* | 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 | -2/+1 |
* | 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: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/dxv: make prev variable unsigned | Paul B Mahol | 2020-02-22 | 1 | -2/+2 |
* | avcodec/dxv: Subtract 12 earlier in dxv_decompress_cocg() | Michael Niedermayer | 2019-10-08 | 1 | -1/+1 |
* | libavcodec/dxv: Remove redundant seek | Michael Niedermayer | 2019-10-08 | 1 | -1/+0 |
* | avcodec/dxv: Check op_offset in dxv_decompress_yo() | Michael Niedermayer | 2019-09-30 | 1 | -0/+3 |
* | avcodec/dxv: Check op_offset in both directions | Michael Niedermayer | 2019-09-24 | 1 | -1/+1 |
* | avcodec/dxv: Initialize tex_funct to NULL | Michael Niedermayer | 2019-07-08 | 1 | -0/+4 |
* | avcodec/dxv: Check op_offset in dxv_decompress_cocg() | Michael Niedermayer | 2019-06-05 | 1 | -0/+3 |
* | avcodec/dxv: Check remaining space in CHECKPOINT() | Michael Niedermayer | 2019-03-28 | 1 | -0/+2 |
* | avcodec/dxv: Correct integer overflow in get_opcodes() | Michael Niedermayer | 2019-03-09 | 1 | -1/+2 |
* | avcodec/dxv: Check that there is enough data to decompress | Michael Niedermayer | 2018-12-08 | 1 | -0/+6 |
* | avcodec/dxv: add support for "high" quality mode | Paul B Mahol | 2018-04-15 | 1 | -35/+780 |
* | avcodec/dxv: Check for end of input in dxv_decompress_dxt5() | Michael Niedermayer | 2017-10-04 | 1 | -0/+2 |
* | avcodec/dxv: Check remaining bytes in dxv_decompress_raw() | Michael Niedermayer | 2017-06-04 | 1 | -0/+3 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -2/+2 |
* | Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50' | Clément Bœsch | 2017-03-24 | 1 | -1/+1 |
|\ |
|
| * | Adjust printf conversion specifiers to match variable signedness | Diego Biurrun | 2016-10-28 | 1 | -1/+1 |
| * | Revert "Don't use expressions with side effects in macro parameters" | Martin Storsjö | 2016-08-02 | 1 | -12/+6 |
| * | Don't use expressions with side effects in macro parameters | Martin Storsjö | 2016-07-31 | 1 | -6/+12 |
* | | Merge commit '7ebdffc353f3f0827864e8e3461fdc00cc243b14' | Clément Bœsch | 2017-03-15 | 1 | -6/+10 |
|\| |
|
| * | dxv: Check to make sure we don't overrun buffers on corrupt inputs | Martin Storsjö | 2016-07-31 | 1 | -3/+11 |
* | | avcodec/dxv: Check idx in dxv_decompress_dxt5() | Michael Niedermayer | 2016-01-05 | 1 | -0/+4 |
* | | avcodec/dxv: Check idx in CHECKPOINT() | Michael Niedermayer | 2016-01-05 | 1 | -0/+8 |
* | | Merge commit 'b2417ee6d1ee0c5e9b170a642d73bdf68908966f' | Hendrik Leppkes | 2015-09-26 | 1 | -1/+2 |
|\| |
|
| * | dxv: Improve error message | Vittorio Giovara | 2015-09-24 | 1 | -1/+2 |
* | | Merge commit '1bcd4a476ba45a7fdf59d1701b8f0e274418cc32' | Hendrik Leppkes | 2015-09-26 | 1 | -3/+25 |
|\| |
|
| * | dxv: Support RAW intermediate compression | Vittorio Giovara | 2015-09-24 | 1 | -3/+25 |
* | | Merge commit 'bbf71d46db3417b43bcbd745cbf235e8e2ff69ae' | Hendrik Leppkes | 2015-09-26 | 1 | -5/+13 |
|\| |
|
| * | dxv: Print texture information after header parsing | Vittorio Giovara | 2015-09-24 | 1 | -5/+13 |
* | | Merge commit 'fb2889691cb7720d2680e188eb6036a35afa2392' | Hendrik Leppkes | 2015-09-26 | 1 | -1/+1 |
|\| |
|
| * | dxv: Support the original first version | Vittorio Giovara | 2015-09-24 | 1 | -1/+1 |
* | | Merge commit '588a5619da0d041e55b365f63d0fa9c72bdbd4d3' | Hendrik Leppkes | 2015-09-26 | 1 | -5/+9 |
|\| |
|
| * | dxv: Parse ancillary encoder information | Vittorio Giovara | 2015-09-24 | 1 | -5/+9 |
* | | avcodec/dxv: remove code that is never reached | Paul B Mahol | 2015-09-15 | 1 | -2/+0 |
* | | lavc/dxv: Support more real-world old version samples. | Carl Eugen Hoyos | 2015-09-08 | 1 | -1/+1 |
* | | lavc/dxv: Silence "Multiple ff_thread_finish_setup() calls" warnings. | Carl Eugen Hoyos | 2015-09-08 | 1 | -1/+2 |
* | | Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b' | Hendrik Leppkes | 2015-09-07 | 1 | -4/+4 |
|/ |
|
* | DXV decoder | Vittorio Giovara | 2015-09-02 | 1 | -0/+461 |