| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/decode: Use RefStruct API for hwaccel_picture_private | Andreas Rheinhardt | 2023-10-07 | 1 | -7/+3 |
* | avcodec/hevcdec: check for DOVI configuration record in AVCodecContext side data | James Almer | 2023-10-06 | 1 | -0/+6 |
* | avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s task | Andreas Rheinhardt | 2023-08-07 | 1 | -7/+10 |
* | lavc: add a header for internal generic-layer APIs | Anton Khirnov | 2023-07-07 | 1 | -11/+0 |
* | avcodec: add AVHWAccel.free_frame_priv callback | Lynne | 2023-05-29 | 1 | -0/+11 |
* | lavc/decode: allow using AV_CODEC_FLAG_COPY_OPAQUE for decoding | Anton Khirnov | 2023-02-04 | 1 | -1/+2 |
* | avcodec/decode: add a function to set frame props from a user provided packet | James Almer | 2022-12-12 | 1 | -0/+5 |
* | avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+6 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+6 |
* | avcodec/internal: Move ff_set_sar() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+6 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+7 |
* | avcodec/internal: Move ff_reget_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+7 |
* | avcodec/internal: Move ff_get_format() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+13 |
* | lavc: add API for exporting reconstructed frames from encoders | Anton Khirnov | 2022-08-02 | 1 | -0/+5 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec: Factor updating palette out | Andreas Rheinhardt | 2021-03-22 | 1 | -0/+9 |
* | lavc: move decoder bsf init into decoder-specific code | Anton Khirnov | 2021-03-16 | 1 | -6/+0 |
* | lavc: factor decoder validation/setup from avcodec_open2() | Anton Khirnov | 2021-03-16 | 1 | -0/+6 |
* | avcodec/decode: move the ff_decode_frame_props() prototype to the proper header | James Almer | 2020-08-20 | 1 | -0/+5 |
* | avcodec/decode: remove ff_decode_bsfs_uninit() | James Almer | 2020-05-21 | 1 | -2/+4 |
* | avcodec/decode: flush the internal bsfs instead of constantly reinitalizing them | James Almer | 2018-08-16 | 1 | -0/+2 |
* | libavcodec/decode: remove duplicate includes | Michael Niedermayer | 2017-12-13 | 1 | -3/+0 |
* | Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24' | James Almer | 2017-11-11 | 1 | -0/+12 |
|\ |
|
| * | lavc: external hardware frame pool initialization | wm4 | 2017-10-19 | 1 | -0/+9 |
| * | decode: add a per-frame private data for hwaccel use | Anton Khirnov | 2017-07-26 | 1 | -0/+6 |
| * | decode: add a mechanism for performing delayed processing on the decoded frames | Anton Khirnov | 2017-07-26 | 1 | -0/+15 |
| * | decode: add a method for attaching lavc-internal data to frames | Anton Khirnov | 2017-07-26 | 1 | -0/+13 |
* | | decode: add a per-frame private data for hwaccel use | Anton Khirnov | 2017-11-10 | 1 | -0/+6 |
* | | decode: add a mechanism for performing delayed processing on the decoded frames | Anton Khirnov | 2017-11-10 | 1 | -0/+14 |
* | | decode: add a method for attaching lavc-internal data to frames | Anton Khirnov | 2017-11-10 | 1 | -0/+11 |
* | | Merge commit '554e55bbf0e4a3640a784cb512b816e776c56333' | Clément Bœsch | 2017-04-26 | 1 | -0/+2 |
|\| |
|
| * | decode.h: Add missing headers to fix standalone compilation | Diego Biurrun | 2016-12-14 | 1 | -0/+2 |
* | | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813' | James Almer | 2017-04-22 | 1 | -0/+2 |
|\| |
|
| * | lavc: add support for filtering packets before decoding | Anton Khirnov | 2016-12-14 | 1 | -0/+2 |
* | | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09' | James Almer | 2017-04-22 | 1 | -4/+4 |
|/ |
|
* | decode: restructure the core decoding code | Anton Khirnov | 2016-12-14 | 1 | -0/+35 |