| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I | Andreas Rheinhardt | 2024-05-19 | 1 | -2/+0 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | lavc/texturedsp: require explicitly-set frame dimensions | Connor Worley | 2024-02-18 | 1 | -0/+2 |
* | avcodec/texturedsp: Factor common code out | Andreas Rheinhardt | 2024-01-28 | 1 | -1/+1 |
* | avcodec/dxvenc, hap(dec|enc): Move TextureDSPContext to stack | Andreas Rheinhardt | 2024-01-28 | 1 | -7/+8 |
* | 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: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+1 |
* | avcodec/hapdec: use the common texturedsp decode function | Marton Balint | 2022-04-10 | 1 | -85/+25 |
* | 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 | -8/+6 |
* | avcodec/hapdec: Remove always-false check | Andreas Rheinhardt | 2022-02-09 | 1 | -3/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/hapdec: Change compressed_offset to unsigned 32bit | Michael Niedermayer | 2021-02-20 | 1 | -1/+3 |
* | avcodec/hapdec: Check tex_size more strictly and before using it | Michael Niedermayer | 2020-05-10 | 1 | -9/+14 |
* | avcodec/hapdec: Add codec_tags list | Michael Niedermayer | 2020-01-22 | 1 | -0/+8 |
* | avcodec/hap : move parse_section_header to hap.c in order to be use by new bs... | Martin Vignali | 2018-03-13 | 1 | -29/+4 |
* | avcodec/hapdec : use gray8 for HapAlphaOnly decoding instead of RGB0 | Martin Vignali | 2017-11-25 | 1 | -4/+6 |
* | avcodec/hapdec : add support for hapqa decoding | Martin Vignali | 2017-11-21 | 1 | -7/+46 |
* | avcodec/hapdec : indent after previous commit | Martin Vignali | 2017-11-21 | 1 | -33/+33 |
* | avcodec/hapdec : reorganize code before adding multi-texture decoding | Martin Vignali | 2017-11-21 | 1 | -9/+30 |
* | libavcodec/hapdec : add support HapAlphaOnly | Martin Vignali | 2017-09-24 | 1 | -2/+12 |
* | avcodec/hap: consistent name for codec | Tom Butterworth | 2016-11-04 | 1 | -1/+1 |
* | hapdec: remove unused memory.h include | Josh de Kock | 2016-07-29 | 1 | -1/+0 |
* | lavc/hapdec: Use correct no-transparency colour space. | Carl Eugen Hoyos | 2015-10-24 | 1 | -3/+3 |
* | avcodec/hapdec: Check section_size for non negativity in parse_section_header() | Michael Niedermayer | 2015-09-05 | 1 | -1/+1 |
* | Merge commit '3ee217853a6741b829a2683f49c590618891b1ab' | Michael Niedermayer | 2015-07-27 | 1 | -1/+2 |
|\ |
|
| * | Support the Hap chunked frame format | Tom Butterworth | 2015-07-27 | 1 | -59/+214 |
* | | Merge commit '43dd004747fa697396b47d034a80e069facbea09' | Michael Niedermayer | 2015-07-27 | 1 | -4/+5 |
|\| |
|
| * | hap: Move some per-stream setup into decoder init rather than per-frame | Tom Butterworth | 2015-07-27 | 1 | -21/+28 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
| * | snappy: Refactor so ff_snappy_uncompress() uses an existing buffer | Tom Butterworth | 2015-07-23 | 1 | -1/+6 |
* | | avcodec/hapdec: Check that there is sufficient input data | Michael Niedermayer | 2015-07-24 | 1 | -0/+10 |
* | | Merge commit 'ae5a8dca675ee544178225256893e679b750cb63' | Michael Niedermayer | 2015-07-23 | 1 | -9/+17 |
|\| |
|
| * | hap: Fix slice size computation | Tom Butterworth | 2015-07-23 | 1 | -9/+17 |
* | | Support the Hap chunked frame format | Tom Butterworth | 2015-07-22 | 1 | -59/+213 |
* | | Merge commit '977105407cae55876041dddbf4ce0934cdd4cd6c' | Michael Niedermayer | 2015-07-21 | 1 | -8/+25 |
|\| |
|
| * | hap: Decode using optimal slices sizes | Luca Barbato | 2015-07-21 | 1 | -8/+25 |
* | | avcodec/hapdec: log reason for failure when texture type doesn't match stream | Tom Butterworth | 2015-07-21 | 1 | -1/+3 |
* | | avcodec/hapdec: don't log texture format every frame, do it once per decode s... | Tom Butterworth | 2015-07-21 | 1 | -19/+8 |
* | | avcodec/snappy: refactor so ff_snappy_uncompress uses an existing buffer | Tom Butterworth | 2015-07-16 | 1 | -1/+6 |
* | | avcodec/hap: move some per-stream setup into decoder init rather than per-frame | Tom Butterworth | 2015-07-16 | 1 | -6/+21 |
* | | lavc/hapenc: Silence a warning for multithreaded encoding. | Carl Eugen Hoyos | 2015-06-30 | 1 | -1/+2 |
* | | Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7' | Michael Niedermayer | 2015-06-22 | 1 | -4/+4 |
|/ |
|
* | Hap decoder and encoder | Vittorio Giovara | 2015-06-22 | 1 | -0/+238 |