summaryrefslogtreecommitdiff
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAge
...
| * 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
* | avcodec/decode: always free private_refTimo Rothenpieler2017-11-11
* | avcodec/decode: add missing \n to log messagewm42017-11-10
* | avcodec: allow multiple hwaccels for the same codec/pixfmtwm42017-11-10
* | decode: add a per-frame private data for hwaccel useAnton Khirnov2017-11-10
* | decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-11-10
* | decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-11-10
* | decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov2017-10-29
* | avcodec: remove ABI portion of the side data merging APIJames Almer2017-10-22
* | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-21
|\|
* | avcodec/decode: Pass on the Closed Captions Side DataKarthick J2017-09-28
* | avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flagJames Almer2017-09-04
* | lavc, lavu: move frame cropping to a convenience functionwm42017-08-08
* | hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov2017-06-27
* | lavc: set avctx->hwaccel before initwm42017-06-27
* | avcodec/decode: Update decode_simple_internal() to get the side data correctly.John Rummell2017-06-20
* | avcodec/decode: fix function nameJames Almer2017-05-20
* | decode: fix the code reducing cropping to preserve alignmentAnton Khirnov2017-05-20
* | Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'James Almer2017-05-08
|\|
| * lavc: add an option for exporting cropping information to the callerAnton Khirnov2017-01-12
* | avcodec: Avoid splitting side data repeatedlyMichael Niedermayer2017-05-06
* | avcodec/decode: also check for FF_CODEC_CAP_SETS_PKT_DTS in audio decodersJames Almer2017-05-02
* | avcodec/decode: do not treat discarded frames as eof when drainingMuhammad Faiz2017-05-03
* | avcodec/pthread_frame, decode: allow errors to happen on drainingMuhammad Faiz2017-04-30
* | decode: Initialize ret before using itVittorio Giovara2017-04-23
* | avcodec/decode: also update consumed bytes on last_pkt_props->sizeJames Almer2017-04-23
* | avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-23
* | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer2017-04-22
|\|
| * lavc: add support for filtering packets before decodingAnton Khirnov2016-12-14
* | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer2017-04-22
|\|
| * decode: restructure the core decoding codeAnton Khirnov2016-12-14
* | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer2017-04-22
|\|
| * decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-14
| * lavc: Add spherical packet side data APIVittorio Giovara2016-12-07
* | Merge commit '3fe2a01df7f2c193805809f57b61d79607572351'James Almer2017-04-07
|/
* lavc: move decoding-related code from utils.c to a new fileAnton Khirnov2016-11-29