Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-04avcodec/decode: actually propagate AVHWAccel.alloc_frame() return valueJames Almer
2020-05-28avcodec/decode: fix decoding when frames are allocated using AVHWAccel.alloc_...James Almer
2020-05-24avcodec: move avcodec_flush_buffers from decode.c to utils.cJames Almer
2020-05-21avcodec/decode: remove ff_decode_bsfs_uninit()James Almer
2020-05-12libavcodec/decode: Mark decode_simple_internal() as inlineMichael Niedermayer
2020-05-10avcodec/decode: remove unused AVCodecInternal compat_decode fieldJames Almer
2020-05-02avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-04-16avcodec: Add explicit capability flag for encoder flushingPhilip Langdale
2020-04-10lavc: do not implicitly share the frame pool between threadsAnton Khirnov
2020-04-10decode: make sure ff_get_buffer() cleans the frame on failureAnton Khirnov
2020-03-22avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failedLimin Wang
2020-03-10API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataTypevectronic
2020-01-07avcodec/decode: replace avctx->internal with avci for better readabilityLimin Wang
2019-12-15avcodec/decode: Fix integer overflow in max_samples checkMichael Niedermayer
2019-11-09avcodec/decode: Also consider channels in max_samples checkMichael Niedermayer
2019-10-06avcodec/decode: fix indentationJun Zhao
2019-09-25avcodec/decode: Check max_samples in get_buffer_internal()Michael Niedermayer
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-08-22avcodec: remove some dead assignmentsMarton Balint
2019-04-20avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi
2018-12-10lavc/decode: Initialize return value for get_format() failure.Carl Eugen Hoyos
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-17avcodec/decode: copy the output parameters from the last bsf in the chain bac...James Almer
2018-08-17avcodec/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-15avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer
2018-02-13Merge commit 'cad739dace55e3446ef7180de688173cd19fb000'Mark Thompson
2018-02-13Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0'Mark Thompson
2018-02-12lavc: Add per-thread surfaces in get_hw_frame_parameters()Mark Thompson
2018-02-12lavc: Add support for increasing hardware frame pool sizesMark Thompson
2017-12-20lavc: Mark all AVHWAccel structures as constMark Thompson
2017-12-20lavc: 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-27lavc: Mark all AVHWAccel structures as constMark Thompson
2017-11-27lavc: Use hardware config information in ff_get_format()Mark Thompson
2017-11-12Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'James Almer
2017-11-11avcodec/decode: always free private_refTimo Rothenpieler
2017-11-11avcodec/decode: add missing \n to log messagewm4
2017-11-11avcodec: 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-30decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov
2017-10-24lavc: fix hw_device_ctx operationwm4