aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAgeFilesLines
* 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