summaryrefslogtreecommitdiff
path: root/libavcodec/decode.h
Commit message (Expand)AuthorAge
* 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