49965 Commits (71669f2ad54d92a40dc2748cd5bd6ca4c8651231)

Author SHA1 Message Date
Andreas Rheinhardt 2f29147b7f avcodec/pngdec: Switch to ProgressFrames 11 months ago
Andreas Rheinhardt a807e469d5 avcodec/hevcdec: Switch to ProgressFrames 11 months ago
Andreas Rheinhardt 2b46ae6407 avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS 11 months ago
Andreas Rheinhardt d7374ac713 avcodec/vp8: Mark flushing functions as av_cold 11 months ago
Andreas Rheinhardt d48d7bc434 avcodec/vp8: Convert to ProgressFrame API 11 months ago
Andreas Rheinhardt d74102e325 avcodec/wavpack: Move transient variable from context to stack 11 months ago
Andreas Rheinhardt 483c85e85e avcodec/wavpack: Optimize always-false comparison away 11 months ago
Andreas Rheinhardt 70e79d289b avcodec/wavpack: Only reset DSD context upon parameter change 11 months ago
Andreas Rheinhardt 8dd0bd4f9b avcodec/wavpack: Move initializing DSD data to a better place 11 months ago
Andreas Rheinhardt 2aac42605c avcodec/wavpack: Use ThreadProgress API 11 months ago
Andreas Rheinhardt 9dc8f8839e avcodec/pthread_frame: Add API to share RefStruct refs just once 11 months ago
Andreas Rheinhardt 267a763a55 avcodec/vp9: Replace atomic_store() by atomic_init() 11 months ago
Andreas Rheinhardt 259234b46f avcodec/vp9: Simplify replacing VP9Frame 11 months ago
Andreas Rheinhardt 98e1e848ef avcodec/vp9: Reduce wait times 11 months ago
Andreas Rheinhardt 0ba058579f avcodec/vp9: Fix race when attaching side-data for show-existing frame 11 months ago
Andreas Rheinhardt 7bd3b73716 avcodec/vp9: Switch to ProgressFrames 11 months ago
Andreas Rheinhardt 444bd353e9 avcodec/vp3: Switch to ProgressFrames 11 months ago
Andreas Rheinhardt c381c23154 avcodec/mimic: Switch to ProgressFrames 11 months ago
Andreas Rheinhardt 2135a40b1c avcodec/decode: Add new ProgressFrame API 11 months ago
Andreas Rheinhardt 89828417b0 avcodec/threadprogress: Add new API for frame-threaded progress 11 months ago
Frank Plowman bb9e4ff355 lavc/vvc: Skip enhancement layer NAL units 11 months ago
Andreas Rheinhardt 7f35c999f6 avcodec/ac3enc: Avoid copying samples 11 months ago
Andreas Rheinhardt da460fb95c avcodec/ac3enc: Combine cpl_coord buffers 11 months ago
Andreas Rheinhardt 5b9fab0f07 avcodec/ac3enc: Combine loops 11 months ago
Andreas Rheinhardt 79d1814b71 avcodec/ac3enc: Avoid indirections, allocations of small arrays 11 months ago
Andreas Rheinhardt 94132dc4aa avcodec/ac3enc: Avoid allocation for mdct_window 11 months ago
Andreas Rheinhardt 3b93b1af13 avcodec/ac3enc: Avoid allocation for windowed_samples 11 months ago
Tong Wu b2e2fb0344 avcodec/vaapi_encode_h265: use is_reference to fill reference_pic_flag 11 months ago
Tong Wu 02fb1782ef avcodec/vaapi_encode_h264: use is_reference to fill reference_pic_flag 11 months ago
Haihao Xiang 41e3d36a39 lavc/vaapi_decode: Use dynamic frame pool if possible 11 months ago
Geoff Hill 1abba59738 avcodec/ac3: Remove unused fixed-point ARMv7 DSP 11 months ago
arch1t3cht e9e1932c1c avcodec/h264dec: Reindent after the previous commit 11 months ago
arch1t3cht 728ffe6ca6 avcodec/h264dec: Handle non-recovered frames when draining 11 months ago
arch1t3cht 5a856ac6e6 avcodec/h264dec: Properly mark frames as recovered when draining 11 months ago
Frank Plowman 993c231de0 lavc/vvc: Increase size of ctb_size_y 11 months ago
Lynne db09f1a5d8
vulkan_av1: add workaround for NVIDIA drivers tested on broken CTS 11 months ago
Mark Thompson 3cca8dfbd8 lavc/vulkan_av1: Use av1dec reference order hint information 11 months ago
Mark Thompson 22ced1edc6 lavc/av1: Record reference ordering information for each frame 11 months ago
Diego Felix de Souza 1f265aa91d avcodec/nvenc: Multi NVENC Split Frame Encoding in HEVC and AV1 11 months ago
Kacper Michajłow 1c45104f74 avcodec/h2645_sei: validate Mastering Display Colour Volume SEI values 11 months ago
James Almer 6d0c89980c avcodec/hevcdec: export global side data in AVCodecContext 11 months ago
James Almer 6def8e3923 avcodec/decode: add AVFrameSideData helper wrappers that don't depend on frames 11 months ago
Andreas Rheinhardt 1533351990 avcodec/flacenc: Avoid shift where possible 11 months ago
Andreas Rheinhardt 0458fdbeed avcodec/ac3enc: Avoid calculating the CRC multiple times 11 months ago
Andreas Rheinhardt 28ffc39808 avcodec/ac3enc: Move EAC-3 specific initialization to eac3enc.c 11 months ago
Andreas Rheinhardt 2281ab5c24 avcodec/ac3enc: Avoid function pointers to initialize MDCT 11 months ago
Andreas Rheinhardt 6c55cb95ed avcodec/ac3enc_float: Remove uninformative error message 11 months ago
Andreas Rheinhardt 3cd136bc12 avcodec/ac3enc: Deduplicate copying input samples 11 months ago
Andreas Rheinhardt 7311a9086e avcodec/ac3enc: Deduplicate allocating buffers 11 months ago
Andreas Rheinhardt 2fcc50d1f5 avcodec/ac3enc: Share more code between fixed/float encoders 11 months ago