summaryrefslogtreecommitdiffstats
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAgeFilesLines
...
* | lavc, lavu: move frame cropping to a convenience functionwm42017-08-081-87/+2
* | hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov2017-06-271-2/+6
* | lavc: set avctx->hwaccel before initwm42017-06-271-2/+2
* | avcodec/decode: Update decode_simple_internal() to get the side data correctly.John Rummell2017-06-201-1/+1
* | avcodec/decode: fix function nameJames Almer2017-05-201-1/+1
* | decode: fix the code reducing cropping to preserve alignmentAnton Khirnov2017-05-201-1/+7
* | Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'James Almer2017-05-081-1/+117
|\ \ | |/
| * lavc: add an option for exporting cropping information to the callerAnton Khirnov2017-01-121-1/+116
* | avcodec: Avoid splitting side data repeatedlyMichael Niedermayer2017-05-061-2/+7
* | avcodec/decode: also check for FF_CODEC_CAP_SETS_PKT_DTS in audio decodersJames Almer2017-05-021-4/+2
* | avcodec/decode: do not treat discarded frames as eof when drainingMuhammad Faiz2017-05-031-3/+5
* | avcodec/pthread_frame, decode: allow errors to happen on drainingMuhammad Faiz2017-04-301-2/+19
* | decode: Initialize ret before using itVittorio Giovara2017-04-231-1/+1
* | avcodec/decode: also update consumed bytes on last_pkt_props->sizeJames Almer2017-04-231-0/+1
* | avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-231-26/+24
* | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer2017-04-221-13/+152
|\ \ | |/
| * lavc: add support for filtering packets before decodingAnton Khirnov2016-12-141-12/+151
* | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer2017-04-221-333/+317
|\ \ | |/
| * decode: restructure the core decoding codeAnton Khirnov2016-12-141-180/+211
* | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer2017-04-221-19/+27
|\ \ | |/
| * 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
* | Merge commit '3fe2a01df7f2c193805809f57b61d79607572351'James Almer2017-04-071-113/+751
|/
* lavc: move decoding-related code from utils.c to a new fileAnton Khirnov2016-11-291-0/+924
OpenPOWER on IntegriCloud