summaryrefslogtreecommitdiffstats
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/decode: fix warning when decoding pseudo paletted formatswm42018-04-051-0/+2
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-4/+1
* avcodec: add a subcharenc mode that disables UTF-8 checkwm42018-03-251-1/+2
* avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer2018-02-141-9/+2
* Merge commit 'cad739dace55e3446ef7180de688173cd19fb000'Mark Thompson2018-02-121-4/+5
|\
| * lavc: Add per-thread surfaces in get_hw_frame_parameters()Mark Thompson2018-02-111-4/+5
* | Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0'Mark Thompson2018-02-121-0/+9
|\ \ | |/
| * lavc: Add support for increasing hardware frame pool sizesMark Thompson2018-02-111-0/+9
| * lavc: Mark all AVHWAccel structures as constMark Thompson2017-12-191-1/+1
| * lavc: Use hardware config information in ff_get_format()Mark Thompson2017-12-191-77/+204
| * lavc: fix hw_device_ctx operationwm42017-10-231-4/+2
* | avcodec/decode: reset codec on receiving packet after EOF in compat_decodeJames Cowgill2017-12-091-0/+5
* | lavc: Mark all AVHWAccel structures as constMark Thompson2017-11-261-1/+1
* | lavc: Use hardware config information in ff_get_format()Mark Thompson2017-11-261-80/+205
* | Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer2017-11-111-0/+80
|\ \ | |/
| * lavc: external hardware frame pool initializationwm42017-10-191-0/+82
| * decode: add a per-frame private data for hwaccel useAnton Khirnov2017-07-261-0/+3
| * decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-07-261-0/+11
| * decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-07-261-0/+57
| * decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov2017-07-261-0/+3
| * lavc, lavu: move frame cropping to a convenience functionwm42017-07-261-87/+2
| * 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
* | avcodec/decode: always free private_refTimo Rothenpieler2017-11-111-3/+3
* | avcodec/decode: add missing \n to log messagewm42017-11-101-1/+1
* | avcodec: allow multiple hwaccels for the same codec/pixfmtwm42017-11-101-4/+8
* | decode: add a per-frame private data for hwaccel useAnton Khirnov2017-11-101-0/+3
* | decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-11-101-0/+15
* | decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-11-101-2/+49
* | decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov2017-10-291-0/+3
* | avcodec: remove ABI portion of the side data merging APIJames Almer2017-10-221-62/+6
* | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-211-4/+0
|\ \ | |/
* | avcodec/decode: Pass on the Closed Captions Side DataKarthick J2017-09-281-0/+1
* | avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flagJames Almer2017-09-041-1/+1
* | 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
OpenPOWER on IntegriCloud