[FFmpeg-devel] [PATCH v4 0/9] avformat/utils patches

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Fri Sep 20 23:39:07 EEST 2019


This is an updated and extended version of my earlier patchset [1] that
was made necessary because it conflicts with a recently proposed patch
by James [2]. I have incorporated his patch here and have also added
a few patches regarding parse_packets.

- Andreas

[1]: https://ffmpeg.org/pipermail/ffmpeg-devel/2019-August/248560.html
[2]: https://ffmpeg.org/pipermail/ffmpeg-devel/2019-September/250141.html

Andreas Rheinhardt (8):
  avformat/utils: Fix memleaks
  avformat/utils: Move the reference to the packet list
  avformat/utils: Don't initialize in loops
  avformat/utils: Fix memleaks II
  avformat/utils: Don't create unnecessary references
  avformat/utils: Avoid copying packets unnecessarily
  avformat/utils: Improve parsing packets
  avformat/utils: Remove unnecessary initializations

James Almer (1):
  avformat/utils: unref packet on AVInputFormat.read_packet() failure

 libavformat/utils.c | 147 ++++++++++++++++++++++++--------------------
 1 file changed, 79 insertions(+), 68 deletions(-)

-- 
2.20.1



More information about the ffmpeg-devel mailing list