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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to