git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/mpegvideo_enc : Pass data_partitioning directly
25 mars, par Andreas Rheinhardt -
avcodec/ffv1enc : run1start variables should fit in 32bit
25 mars, par Michael Niedermayer -
avcodec/ffv1enc : Store run1start_mul_index instead of computing
25 mars, par Michael Niedermayer -
avcodec/ffv1enc : Fix off by 1 in assert
25 mars, par Michael Niedermayer -
avcodec/mpegvideo : Move clear_context() to mpeg4videodec.c
25 mars, par Andreas Rheinhardtavcodec/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>