summaryrefslogtreecommitdiff
path: root/libavcodec/decode.h
Commit message (Expand)AuthorAgeFilesLines
* lavc/decode: allow using AV_CODEC_FLAG_COPY_OPAQUE for decodingAnton Khirnov2023-02-041-1/+2
* avcodec/decode: add a function to set frame props from a user provided packetJames Almer2022-12-121-0/+5
* avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.hAndreas Rheinhardt2022-08-271-0/+6
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-0/+6
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-271-0/+6
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+7
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+7
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-271-0/+13
* lavc: add API for exporting reconstructed frames from encodersAnton Khirnov2022-08-021-0/+5
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-1/+1
* avcodec: Factor updating palette outAndreas Rheinhardt2021-03-221-0/+9
* lavc: move decoder bsf init into decoder-specific codeAnton Khirnov2021-03-161-6/+0
* lavc: factor decoder validation/setup from avcodec_open2()Anton Khirnov2021-03-161-0/+6
* avcodec/decode: move the ff_decode_frame_props() prototype to the proper headerJames Almer2020-08-201-0/+5
* avcodec/decode: remove ff_decode_bsfs_uninit()James Almer2020-05-211-2/+4
* avcodec/decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer2018-08-161-0/+2
* libavcodec/decode: remove duplicate includesMichael Niedermayer2017-12-131-3/+0
* Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer2017-11-111-0/+12
|\
| * lavc: external hardware frame pool initializationwm42017-10-191-0/+9
| * decode: add a per-frame private data for hwaccel useAnton Khirnov2017-07-261-0/+6
| * decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-07-261-0/+15
| * decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-07-261-0/+13
* | decode: add a per-frame private data for hwaccel useAnton Khirnov2017-11-101-0/+6
* | decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-11-101-0/+14
* | decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-11-101-0/+11
* | Merge commit '554e55bbf0e4a3640a784cb512b816e776c56333'Clément Bœsch2017-04-261-0/+2
|\ \ | |/
| * decode.h: Add missing headers to fix standalone compilationDiego Biurrun2016-12-141-0/+2
* | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer2017-04-221-0/+2
|\ \ | |/
| * lavc: add support for filtering packets before decodingAnton Khirnov2016-12-141-0/+2
* | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer2017-04-221-4/+4
|/
* decode: restructure the core decoding codeAnton Khirnov2016-12-141-0/+35