git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/aac/aacdec_lpd : Make ff_aac_lpd_mode_tab static
31 mars, par Andreas Rheinhardt -
swscale/swscale_unscaled : Actually use X2->RGBA64 conversions
31 mars, par Andreas Rheinhardtswscale/swscale_unscaled: Actually use X2->RGBA64 conversions The conversion functions were added in e7382b4d0101f02e61fdf5ad2c48aca500bb413f, yet they were never really enabled. Found via -ffunction-sections and --gc-sections. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
postproc/postprocess_template : Use immediate instead of memory load
31 mars, par Andreas Rheinhardt -
libavcodec/amfenc : Setting the VBAQ property before the init call.
31 mars, par Dmitrii Ovchinnikov -
postproc/postprocess : Remove unused b02
31 mars, par Andreas Rheinhardtpostproc/postprocess: Remove unused b02 The line which appears to be using it was always commented out (since it has been added in 70c5ae870bf2ed776c82f8d8192e3c2db720b8e9). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>