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/mpegvideo_enc : Pass data_partitioning directly

    25 mars, par Andreas Rheinhardt
    avcodec/mpegvideo_enc: Pass data_partitioning directly
    
    This avoids having to store it in the backup MPVEncContext.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpegvideo_enc.c
  • avcodec/ffv1enc : run1start variables should fit in 32bit

    25 mars, par Michael Niedermayer
    avcodec/ffv1enc: run1start variables should fit in 32bit
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • avcodec/ffv1enc : Store run1start_mul_index instead of computing

    25 mars, par Michael Niedermayer
    avcodec/ffv1enc: Store run1start_mul_index instead of computing
    
    There is a special case I missed, its simpler to just store
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • avcodec/ffv1enc : Fix off by 1 in assert

    25 mars, par Michael Niedermayer
    avcodec/ffv1enc: Fix off by 1 in assert
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • avcodec/mpegvideo : Move clear_context() to mpeg4videodec.c

    25 mars, par Andreas Rheinhardt
    avcodec/mpegvideo: Move clear_context() to mpeg4videodec.c
    
    There is only one source of dirty MpegEncContexts:
    update_mpvctx() (which copies an MpegEncContext
    over another one in order to initialize it). So only clear
    these contexts.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpeg4videodec.c
    • [DH] libavcodec/mpegvideo.c