git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/motion_est : Move ff_h263_round_chroma() to h263.h
19 mars, par Andreas Rheinhardt -
avcodec/mpegvideoenc : Constify vlc length pointees
19 mars, par Andreas Rheinhardtavcodec/mpegvideoenc: Constify vlc length pointees These pointers point to static tables which must not be modified by anyone after they have been initialized. So constify the pointees. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/mpegvideo_enc : Don't reset statistics twice
19 mars, par Andreas Rheinhardtavcodec/mpegvideo_enc: Don't reset statistics twice This happens currently for the non-main slice contexts. But these variables get reset at the start of encode_thread() anyway for all slices, so this is unnecessary. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/mpegvideo_enc : Move lambda, lambda2 to MPVEncContext
19 mars, par Andreas Rheinhardtavcodec/mpegvideo_enc: Move lambda, lambda2 to MPVEncContext Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/mpeg12enc, speedhqenc : Optimize writing escape codes
19 mars, par Andreas Rheinhardt