summaryrefslogtreecommitdiffstats
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Add per-thread surfaces in get_hw_frame_parameters()Mark Thompson2018-02-111-4/+5
* lavc: Add support for increasing hardware frame pool sizesMark Thompson2018-02-111-0/+9
* lavc: Mark all AVHWAccel structures as constMark Thompson2017-12-191-1/+1
* lavc: Use hardware config information in ff_get_format()Mark Thompson2017-12-191-77/+204
* lavc: fix hw_device_ctx operationwm42017-10-231-4/+2
* lavc: external hardware frame pool initializationwm42017-10-191-0/+82
* decode: add a per-frame private data for hwaccel useAnton Khirnov2017-07-261-0/+3
* decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-07-261-0/+11
* decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-07-261-0/+57
* decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov2017-07-261-0/+3
* lavc, lavu: move frame cropping to a convenience functionwm42017-07-261-87/+2
* hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov2017-06-271-2/+6
* lavc: set avctx->hwaccel before initwm42017-06-081-2/+2
* decode: fix the code reducing cropping to preserve alignmentAnton Khirnov2017-05-201-1/+7
* decode: Initialize ret before using itVittorio Giovara2017-04-101-1/+1
* lavc: Drop deprecated time_base variable for decodingVittorio Giovara2017-03-231-5/+0
* lavc: add an option for exporting cropping information to the callerAnton Khirnov2017-01-121-1/+116
* lavc: add support for filtering packets before decodingAnton Khirnov2016-12-141-12/+151
* decode: restructure the core decoding codeAnton Khirnov2016-12-141-180/+211
* decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-141-13/+20
* lavc: Add spherical packet side data APIVittorio Giovara2016-12-071-0/+1
* lavc: move decoding-related code from utils.c to a new fileAnton Khirnov2016-11-291-0/+924
OpenPOWER on IntegriCloud