summaryrefslogtreecommitdiff
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAge
* avcodec/decode: copy the output parameters from the last bsf in the chain bac...James Almer2018-08-16
* avcodec/decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer2018-08-16
* avcodec: parse options from AVCodec.bsfsAman Gupta2018-07-19
* avcodec/decode: Consider STRIDE_ALIGN in get_buffer_internal() when checking ...Michael Niedermayer2018-06-15
* avcodec/decode: fix warning when decoding pseudo paletted formatswm42018-04-05
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-03
* avcodec: add a subcharenc mode that disables UTF-8 checkwm42018-03-25
* avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer2018-02-14
* Merge commit 'cad739dace55e3446ef7180de688173cd19fb000'Mark Thompson2018-02-12
|\
| * lavc: Add per-thread surfaces in get_hw_frame_parameters()Mark Thompson2018-02-11
* | Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0'Mark Thompson2018-02-12
|\|
| * lavc: Add support for increasing hardware frame pool sizesMark Thompson2018-02-11
| * lavc: Mark all AVHWAccel structures as constMark Thompson2017-12-19
| * lavc: Use hardware config information in ff_get_format()Mark Thompson2017-12-19
| * lavc: fix hw_device_ctx operationwm42017-10-23
* | avcodec/decode: reset codec on receiving packet after EOF in compat_decodeJames Cowgill2017-12-09
* | lavc: Mark all AVHWAccel structures as constMark Thompson2017-11-26
* | lavc: Use hardware config information in ff_get_format()Mark Thompson2017-11-26
* | Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer2017-11-11
|\|
| * lavc: external hardware frame pool initializationwm42017-10-19
| * decode: add a per-frame private data for hwaccel useAnton Khirnov2017-07-26
| * decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov2017-07-26
| * decode: add a method for attaching lavc-internal data to framesAnton Khirnov2017-07-26
| * decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov2017-07-26
| * lavc, lavu: move frame cropping to a convenience functionwm42017-07-26
| * 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