git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
fftools/textformat/avtextformat : Fix segfault upon allocation error
14 avril, par Andreas Rheinhardt -
textformat/tw_avio : Remove close_on_uninit param from create_file
14 avril, par Andreas Rheinhardttextformat/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>
-
fftools/textformat/tw_avio : Use avio_closep()
14 avril, par Andreas Rheinhardt -
fftools/textformat/tw_avio : Don't flush unnecessarily
14 avril, par Andreas Rheinhardt -
fftools/textformat/tw_avio : Remove unused private class
14 avril, par Andreas Rheinhardt