aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/decode.c
AgeCommit message (Expand)Author
2018-10-30lavc/decode: Fix the error number report if av_image_fill_pointers fail.Jun Zhao
2018-10-24Revert "avcodec/decode: copy the output parameters from the last bsf in the c...James Almer
2018-08-16avcodec/decode: copy the output parameters from the last bsf in the chain bac...James Almer
2018-08-16avcodec/decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer
2018-07-19avcodec: parse options from AVCodec.bsfsAman Gupta
2018-06-15avcodec/decode: Consider STRIDE_ALIGN in get_buffer_internal() when checking ...Michael Niedermayer
2018-04-05avcodec/decode: fix warning when decoding pseudo paletted formatswm4
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-03-25avcodec: add a subcharenc mode that disables UTF-8 checkwm4
2018-02-14avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer
2018-02-12Merge commit 'cad739dace55e3446ef7180de688173cd19fb000'Mark Thompson
2018-02-12Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0'Mark Thompson
2018-02-11lavc: Add per-thread surfaces in get_hw_frame_parameters()Mark Thompson
2018-02-11lavc: Add support for increasing hardware frame pool sizesMark Thompson
2017-12-19lavc: Mark all AVHWAccel structures as constMark Thompson
2017-12-19lavc: Use hardware config information in ff_get_format()Mark Thompson
2017-12-09avcodec/decode: reset codec on receiving packet after EOF in compat_decodeJames Cowgill
2017-11-26lavc: Mark all AVHWAccel structures as constMark Thompson
2017-11-26lavc: Use hardware config information in ff_get_format()Mark Thompson
2017-11-11Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer
2017-11-11avcodec/decode: always free private_refTimo Rothenpieler
2017-11-10avcodec/decode: add missing \n to log messagewm4
2017-11-10avcodec: allow multiple hwaccels for the same codec/pixfmtwm4
2017-11-10decode: add a per-frame private data for hwaccel useAnton Khirnov
2017-11-10decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov
2017-11-10decode: add a method for attaching lavc-internal data to framesAnton Khirnov
2017-10-29decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov
2017-10-23lavc: fix hw_device_ctx operationwm4
2017-10-22avcodec: remove ABI portion of the side data merging APIJames Almer
2017-10-21Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer
2017-10-19lavc: external hardware frame pool initializationwm4
2017-09-28avcodec/decode: Pass on the Closed Captions Side DataKarthick J
2017-09-04avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flagJames Almer
2017-08-08lavc, lavu: move frame cropping to a convenience functionwm4
2017-07-26decode: add a per-frame private data for hwaccel useAnton Khirnov
2017-07-26decode: add a mechanism for performing delayed processing on the decoded framesAnton Khirnov
2017-07-26decode: add a method for attaching lavc-internal data to framesAnton Khirnov
2017-07-26decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov
2017-07-26lavc, lavu: move frame cropping to a convenience functionwm4
2017-06-27hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov
2017-06-27lavc: set avctx->hwaccel before initwm4
2017-06-27hwframe: Allow hwaccel frame allocators to align surface sizesAnton Khirnov
2017-06-20avcodec/decode: Update decode_simple_internal() to get the side data correctly.John Rummell
2017-06-08lavc: set avctx->hwaccel before initwm4
2017-05-20avcodec/decode: fix function nameJames Almer
2017-05-20decode: fix the code reducing cropping to preserve alignmentAnton Khirnov
2017-05-20decode: fix the code reducing cropping to preserve alignmentAnton Khirnov
2017-05-08Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'James Almer
2017-05-06avcodec: Avoid splitting side data repeatedlyMichael Niedermayer
2017-05-02avcodec/decode: also check for FF_CODEC_CAP_SETS_PKT_DTS in audio decodersJames Almer