summaryrefslogtreecommitdiff
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAge
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-22
* avcodec/decode: actually propagate AVHWAccel.alloc_frame() return valueJames Almer2020-06-04
* avcodec/decode: fix decoding when frames are allocated using AVHWAccel.alloc_...James Almer2020-05-27
* avcodec: move avcodec_flush_buffers from decode.c to utils.cJames Almer2020-05-24
* avcodec/decode: remove ff_decode_bsfs_uninit()James Almer2020-05-21
* libavcodec/decode: Mark decode_simple_internal() as inlineMichael Niedermayer2020-05-12
* avcodec/decode: remove unused AVCodecInternal compat_decode fieldJames Almer2020-05-09
* avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint2020-05-02
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* avcodec: Add explicit capability flag for encoder flushingPhilip Langdale2020-04-15
* lavc: do not implicitly share the frame pool between threadsAnton Khirnov2020-04-10
* decode: make sure ff_get_buffer() cleans the frame on failureAnton Khirnov2020-04-10
* avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failedLimin Wang2020-03-22
* API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataTypevectronic2020-03-10
* avcodec/decode: replace avctx->internal with avci for better readabilityLimin Wang2020-01-07
* avcodec/decode: Fix integer overflow in max_samples checkMichael Niedermayer2019-12-15
* avcodec/decode: Also consider channels in max_samples checkMichael Niedermayer2019-11-09
* avcodec/decode: fix indentationJun Zhao2019-10-06
* avcodec/decode: Check max_samples in get_buffer_internal()Michael Niedermayer2019-09-25
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-04
* avcodec: remove some dead assignmentsMarton Balint2019-08-22
* avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi2019-04-20
* lavc/decode: Initialize return value for get_format() failure.Carl Eugen Hoyos2018-12-10
* lavc/decode: Fix the error number report if av_image_fill_pointers fail.Jun Zhao2018-10-30
* Revert "avcodec/decode: copy the output parameters from the last bsf in the c...James Almer2018-10-24
* 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