git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/dovi_rpuenc : Use av_unreachable() instead of av_assert0(0)
30 mai, par Andreas Rheinhardt -
avcodec/dovi_rpuenc : Use av_cold for ff_dovi_configure init functions
30 mai, par Andreas Rheinhardt -
avcodec/dovi_rpuenc : Avoid intermediate codec par in ff_dovi_configure()
30 mai, par Andreas Rheinhardtavcodec/dovi_rpuenc: Avoid intermediate codec par in ff_dovi_configure() It invalidates (removes by duplicates) AVCodecContext.extradata and AVCodecContext.coded_side_data which is quite surprising and leads to bugs like #11617 where an AVCPBProperties is used after it has been freed in ff_dovi_configure(). Reported-by: Ayose Reviewed-by: Niklas Haas <ffmpeg@haasn.xyz> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
fftools/graph/graphprint : Fix races when initializing graphprint
30 mai, par Andreas Rheinhardtfftools/graph/graphprint: Fix races when initializing graphprint Setting print_graphs_format (in case no -print_graphs_format option was specified) is racy, as is using av_strtok() to split it. Both have been removed. Notice that using av_strtok() was destructive: In the absence of races the options would only have been applied for the first initialization. Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/vc1dsp : Fix vc1op_pixels_func semantics
30 mai, par Andreas Rheinhardt