git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avutil/frame : check return value for cropping offsets
21 janvier, par Leo Izen -
vulkan : enable using .elems field for buffer content definitions
21 janvier, par Lynne -
ffv1enc_vulkan : support default range coder tables
19 janvier, par Lynne -
avcodec/ffv1enc : Fix RCT for GBR colorspace
19 janvier, par Michael Niedermayeravcodec/ffv1enc: Fix RCT for GBR colorspace It performs better when its less buggy Compression changes for rgb_scanline_half_piz_dw_t08 (using float16 with remaping) from 56086 byte to 34371 (with a single slice its 28122 byte) prior remap it was 188186 bytes ACES_OT_VWG_SampleFrames/ACES_OT_VWG_SampleFrames improves too but only by a fraction of a percent Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
avcodec/ffv1 : Store remap flag per slice
18 janvier, par Michael Niedermayeravcodec/ffv1: Store remap flag per slice This allows switching it on conditionally and also for non float, it may improve compression for RGB data that was paletted or other synthetic images Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>