summaryrefslogtreecommitdiff
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAge
* decode: copy the output parameters from the last bsf in the chain back to the...James Almer2018-08-17
* decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer2018-08-17
* lavc: Add per-thread surfaces in get_hw_frame_parameters()Mark Thompson2018-02-11
* lavc: Add support for increasing hardware frame pool sizesMark Thompson2018-02-11
* lavc: Mark all AVHWAccel structures as constMark Thompson2017-12-19
* lavc: Use hardware config information in ff_get_format()Mark Thompson2017-12-19
* lavc: fix hw_device_ctx operationwm42017-10-23
* 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: avoid leaks on failure in ff_get_buffer()Anton Khirnov2017-07-26
* lavc, lavu: move frame cropping to a convenience functionwm42017-07-26
* hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov2017-06-27
* lavc: set avctx->hwaccel before initwm42017-06-08
* decode: fix the code reducing cropping to preserve alignmentAnton Khirnov2017-05-20
* decode: Initialize ret before using itVittorio Giovara2017-04-10
* lavc: Drop deprecated time_base variable for decodingVittorio Giovara2017-03-23
* lavc: add an option for exporting cropping information to the callerAnton Khirnov2017-01-12
* lavc: add support for filtering packets before decodingAnton Khirnov2016-12-14
* decode: restructure the core decoding codeAnton Khirnov2016-12-14
* decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-14
* lavc: Add spherical packet side data APIVittorio Giovara2016-12-07
* lavc: move decoding-related code from utils.c to a new fileAnton Khirnov2016-11-29