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/dovi_rpuenc : Use av_unreachable() instead of av_assert0(0)

    30 mai, par Andreas Rheinhardt
    avcodec/dovi_rpuenc: Use av_unreachable() instead of av_assert0(0)
    
    Reviewed-by: Niklas Haas <ffmpeg@haasn.xyz>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/dovi_rpuenc.c
  • avcodec/dovi_rpuenc : Use av_cold for ff_dovi_configure init functions

    30 mai, par Andreas Rheinhardt
    avcodec/dovi_rpuenc: Use av_cold for ff_dovi_configure init functions
    
    Reviewed-by: Niklas Haas <ffmpeg@haasn.xyz>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/dovi_rpuenc.c
  • avcodec/dovi_rpuenc : Avoid intermediate codec par in ff_dovi_configure()

    30 mai, par Andreas Rheinhardt
    avcodec/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>
    
    • [DH] libavcodec/bsf/dovi_rpu.c
    • [DH] libavcodec/dovi_rpu.h
    • [DH] libavcodec/dovi_rpuenc.c
  • fftools/graph/graphprint : Fix races when initializing graphprint

    30 mai, par Andreas Rheinhardt
    fftools/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>
    
    • [DH] fftools/graph/graphprint.c
    • [DH] fftools/textformat/avtextformat.c
  • avcodec/vc1dsp : Fix vc1op_pixels_func semantics

    30 mai, par Andreas Rheinhardt
    avcodec/vc1dsp: Fix vc1op_pixels_func semantics
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/vc1dsp.h