git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
fftools/resources/resman : Don't alloc ResourceManager, fix race
1er juin, par Andreas Rheinhardtfftools/resources/resman: Don't alloc ResourceManager, fix race The resman_ctx pointer was accessed outside of its guarding mutex. Also make the ResourceManager static. Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
fftools/textformat/avtextformat : Avoid relocations
1er juin, par Andreas Rheinhardt -
lavc/vvc : Fix unchecked return code and shadowing
31 mai, par Frank Plowman -
tests/fate-run : Remove intermediate files from enc-external tests
31 mai, par Andreas Rheinhardt -
lavc/dxvenc : improve compatibility with Resolume products
30 mai, par Emma Worleylavc/dxvenc: improve compatibility with Resolume products Improves compatibility with Resolume products by adding an additional hashtable for DXT color+LUT combinations, and padding the DXT texture dimensions to the next largest multiple of 16. Produces identical packets to Resolume Alley in manual tests. Signed-off-by: Emma Worley <emma@emma.gg>