| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/decode: Pass on the Closed Captions Side Data | Karthick J | 2017-09-28 | 1 | -0/+1 |
* | avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flag | James Almer | 2017-09-04 | 1 | -1/+1 |
* | lavc, lavu: move frame cropping to a convenience function | wm4 | 2017-08-08 | 1 | -87/+2 |
* | hwframe: Allow hwaccel frame allocators to align surface sizes | Anton Khirnov | 2017-06-27 | 1 | -2/+6 |
* | lavc: set avctx->hwaccel before init | wm4 | 2017-06-27 | 1 | -2/+2 |
* | avcodec/decode: Update decode_simple_internal() to get the side data correctly. | John Rummell | 2017-06-20 | 1 | -1/+1 |
* | avcodec/decode: fix function name | James Almer | 2017-05-20 | 1 | -1/+1 |
* | decode: fix the code reducing cropping to preserve alignment | Anton Khirnov | 2017-05-20 | 1 | -1/+7 |
* | Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5' | James Almer | 2017-05-08 | 1 | -1/+117 |
|\ |
|
| * | lavc: add an option for exporting cropping information to the caller | Anton Khirnov | 2017-01-12 | 1 | -1/+116 |
* | | avcodec: Avoid splitting side data repeatedly | Michael Niedermayer | 2017-05-06 | 1 | -2/+7 |
* | | avcodec/decode: also check for FF_CODEC_CAP_SETS_PKT_DTS in audio decoders | James Almer | 2017-05-02 | 1 | -4/+2 |
* | | avcodec/decode: do not treat discarded frames as eof when draining | Muhammad Faiz | 2017-05-03 | 1 | -3/+5 |
* | | avcodec/pthread_frame, decode: allow errors to happen on draining | Muhammad Faiz | 2017-04-30 | 1 | -2/+19 |
* | | decode: Initialize ret before using it | Vittorio Giovara | 2017-04-23 | 1 | -1/+1 |
* | | avcodec/decode: also update consumed bytes on last_pkt_props->size | James Almer | 2017-04-23 | 1 | -0/+1 |
* | | avcodec: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -26/+24 |
* | | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813' | James Almer | 2017-04-22 | 1 | -13/+152 |
|\| |
|
| * | lavc: add support for filtering packets before decoding | Anton Khirnov | 2016-12-14 | 1 | -12/+151 |
* | | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09' | James Almer | 2017-04-22 | 1 | -333/+317 |
|\| |
|
| * | decode: restructure the core decoding code | Anton Khirnov | 2016-12-14 | 1 | -180/+211 |
* | | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f' | James Almer | 2017-04-22 | 1 | -19/+27 |
|\| |
|
| * | decode: be more explicit about storing the last packet properties | Anton Khirnov | 2016-12-14 | 1 | -13/+20 |
| * | lavc: Add spherical packet side data API | Vittorio Giovara | 2016-12-07 | 1 | -0/+1 |
* | | Merge commit '3fe2a01df7f2c193805809f57b61d79607572351' | James Almer | 2017-04-07 | 1 | -113/+751 |
|/ |
|
* | lavc: move decoding-related code from utils.c to a new file | Anton Khirnov | 2016-11-29 | 1 | -0/+924 |