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