git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • avcodec/motion_est : Move ff_h263_round_chroma() to h263.h

    19 mars, par Andreas Rheinhardt
    avcodec/motion_est: Move ff_h263_round_chroma() to h263.h
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/h263.h
    • [DH] libavcodec/motion_est.c
    • [DH] libavcodec/motion_est.h
    • [DH] libavcodec/mpegvideo_dec.c
    • [DH] libavcodec/mpegvideo_motion.c
  • avcodec/mpegvideoenc : Constify vlc length pointees

    19 mars, par Andreas Rheinhardt
    avcodec/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>
    
    • [DH] libavcodec/me_cmp.c
    • [DH] libavcodec/mpegvideoenc.h
  • avcodec/mpegvideo_enc : Don't reset statistics twice

    19 mars, par Andreas Rheinhardt
    avcodec/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>
    
    • [DH] libavcodec/mpegvideo_enc.c
  • avcodec/mpegvideo_enc : Move lambda, lambda2 to MPVEncContext

    19 mars, par Andreas Rheinhardt
    avcodec/mpegvideo_enc: Move lambda, lambda2 to MPVEncContext
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/h263enc.h
    • [DH] libavcodec/motion_est.c
    • [DH] libavcodec/mpeg4videoenc.c
    • [DH] libavcodec/mpegvideo.h
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/mpegvideoenc.h
    • [DH] libavcodec/snowenc.c
    • [DH] libavcodec/svq1enc.c
  • avcodec/mpeg12enc, speedhqenc : Optimize writing escape codes

    19 mars, par Andreas Rheinhardt
    avcodec/mpeg12enc, speedhqenc: Optimize writing escape codes
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpeg12enc.c
    • [DH] libavcodec/speedhqenc.c