git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/cuviddec : use pre-existing chroma format information
13 mars, par Timo Rothenpieler -
fftools/ffmpeg_opt : Remove unused alt_bsf
12 mars, par Andreas Rheinhardt -
avcodec/vlc : Reduce debug logging
12 mars, par softworkz -
avcodec/vc2enc : Avoid excessive inlining
12 mars, par Andreas Rheinhardtavcodec/vc2enc: Avoid excessive inlining There is no reason to inline put_vc2_ue_uint() everywhere; only one call site is actually hot: The one in encode_subband() (which accounts for 35735040 of 35739495 calls to said function in a FATE run). Uninline all the others. Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/x86/constants : Move constants only used by cavsdsp to it
11 mars, par Andreas Rheinhardt