summaryrefslogtreecommitdiff
path: root/libavcodec/decode.h
Commit message (Expand)AuthorAge
* lavc: add content light/mastering display side data wrappersAnton Khirnov2024-03-08
* avcodec: add internal side data wrappersNiklas Haas2024-03-08
* avcodec/decode: Use RefStruct API for hwaccel_picture_privateAndreas Rheinhardt2023-10-07
* avcodec/hevcdec: check for DOVI configuration record in AVCodecContext side dataJames Almer2023-10-06
* avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s taskAndreas Rheinhardt2023-08-07
* lavc: add a header for internal generic-layer APIsAnton Khirnov2023-07-07
* avcodec: add AVHWAccel.free_frame_priv callbackLynne2023-05-29
* lavc/decode: allow using AV_CODEC_FLAG_COPY_OPAQUE for decodingAnton Khirnov2023-02-04
* avcodec/decode: add a function to set frame props from a user provided packetJames Almer2022-12-12
* avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-27
* lavc: add API for exporting reconstructed frames from encodersAnton Khirnov2022-08-02
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec: Factor updating palette outAndreas Rheinhardt2021-03-22
* lavc: move decoder bsf init into decoder-specific codeAnton Khirnov2021-03-16
* lavc: factor decoder validation/setup from avcodec_open2()Anton Khirnov2021-03-16
* avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer2020-08-20
* avcodec/decode: remove ff_decode_bsfs_uninit()James Almer2020-05-21
* avcodec/decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer2018-08-16
* libavcodec/decode: remove duplicate includesMichael Niedermayer2017-12-13
* Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer2017-11-11
|\
| * lavc: external hardware frame pool initializationwm42017-10-19
| * decode: add a per-frame private data for hwaccel useAnton Khirnov2017-07-26
| * decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-07-26
| * decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-07-26
* | decode: add a per-frame private data for hwaccel useAnton Khirnov2017-11-10
* | decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-11-10
* | decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-11-10
* | Merge commit '554e55bbf0e4a3640a784cb512b816e776c56333'Clément Bœsch2017-04-26
|\|
| * decode.h: Add missing headers to fix standalone compilationDiego Biurrun2016-12-14
* | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer2017-04-22
|\|
| * lavc: add support for filtering packets before decodingAnton Khirnov2016-12-14
* | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer2017-04-22
|/
* decode: restructure the core decoding codeAnton Khirnov2016-12-14