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

  • fftools/textformat/avtextformat : Fix segfault upon allocation error

    14 avril, par Andreas Rheinhardt
    fftools/textformat/avtextformat: Fix segfault upon allocation error
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] fftools/textformat/avtextformat.c
  • textformat/tw_avio : Remove close_on_uninit param from create_file

    14 avril, par Andreas Rheinhardt
    textformat/tw_avio: Remove close_on_uninit param from create_file
    
    avtextwriter_create_file() creates an AVIOContext whose pointer
    resides in its private context. If it were not always closed on
    uninit, the AVIOContext would leak, so it makes no sense
    to have this parameter.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] fftools/ffprobe.c
    • [DH] fftools/textformat/avtextwriters.h
    • [DH] fftools/textformat/tw_avio.c
  • fftools/textformat/tw_avio : Use avio_closep()

    14 avril, par Andreas Rheinhardt
    fftools/textformat/tw_avio: Use avio_closep()
    
    Avoids leaving dangling pointers behind.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] fftools/textformat/tw_avio.c
  • fftools/textformat/tw_avio : Don't flush unnecessarily

    14 avril, par Andreas Rheinhardt
    fftools/textformat/tw_avio: Don't flush unnecessarily
    
    avio_close() automatically flushes the AVIOContext.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] fftools/textformat/tw_avio.c
  • fftools/textformat/tw_avio : Remove unused private class

    14 avril, par Andreas Rheinhardt
    fftools/textformat/tw_avio: Remove unused private class
    
    This AVTextWriter does not have any options.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] fftools/textformat/tw_avio.c