[FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Tue Jan 7 14:55:47 2020 +0100| [c9a8def8f23a024e0bce2ce7fe55f115a2fbc98e] | committer: Andreas Rheinhardt avformat/utils: Fix memleaks in avformat_open_input() A demuxer might have allocated memory while reading the header. If reading the he

[FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Tue Jan 7 14:55:47 2020 +0100| [3f4195d9ef06b311549b47823e38c94f4c4a3bbe] | committer: Andreas Rheinhardt avformat/utils: Fix memleaks in avformat_open_input() A demuxer might have allocated memory while reading the header. If reading the he

[FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Tue Jan 7 14:55:47 2020 +0100| [4ed977bbe5b03e39a0f4218316063b4ec9732e21] | committer: Andreas Rheinhardt avformat/utils: Fix memleaks in avformat_open_input() A demuxer might have allocated memory while reading the header. If reading the he

[FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.0 | Andreas Rheinhardt | Tue Jan 7 14:55:47 2020 +0100| [dace04f5ad8eda4cdd5de8cfcba31c83ff15ff13] | committer: Andreas Rheinhardt avformat/utils: Fix memleaks in avformat_open_input() A demuxer might have allocated memory while reading the header. If reading the he

[FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()

2020-07-01 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.1 | Andreas Rheinhardt | Tue Jan 7 14:55:47 2020 +0100| [39c249d75e8cf7deb7967c48eeea3215d57bb517] | committer: Andreas Rheinhardt avformat/utils: Fix memleaks in avformat_open_input() A demuxer might have allocated memory while reading the header. If reading the he

[FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()

2020-05-20 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Tue Jan 7 14:55:47 2020 +0100| [2c884238571efe97e1add6e42efc9e6f6cb8f706] | committer: Andreas Rheinhardt avformat/utils: Fix memleaks in avformat_open_input() A demuxer might have allocated memory while reading the header. If reading the he

[FFmpeg-cvslog] avformat/utils: Fix memleaks

2020-05-20 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Tue Sep 24 18:31:44 2019 +0200| [f2117e1e9c5c87e794d6dff872d48026cf24db2f] | committer: Andreas Rheinhardt avformat/utils: Fix memleaks ff_read_packet had potential memleaks: 1. If av_packet_make_refcounted fails, it means that the packet is

[FFmpeg-cvslog] avformat/utils: Fix memleaks in avformat_open_input()

2020-02-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jan 7 14:55:47 2020 +0100| [e2307f4ff197646a7feee0edbcdd2d3262932676] | committer: Marton Balint avformat/utils: Fix memleaks in avformat_open_input() A demuxer might have allocated memory while reading the header. If reading the header was s

[FFmpeg-cvslog] avformat/utils: Fix memleaks II

2019-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Sep 20 22:39:12 2019 +0200| [bf79e4426a94d17ca49b01ab1624c5d59ae59bb2] | committer: James Almer avformat/utils: Fix memleaks II Up until now, avformat_find_stream_info had a potential for memleaks: When everything was fine, it read packets and

[FFmpeg-cvslog] avformat/utils: Fix memleaks

2019-09-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 24 18:31:44 2019 +0200| [66d5e43b9909804511a3e1fb65f6f0bbb0264eb3] | committer: James Almer avformat/utils: Fix memleaks ff_read_packet had potential memleaks: 1. If av_packet_make_refcounted fails, it means that the packet is not refcount