[FFmpeg-cvslog] libavformat/http: Refactor and fix additional leaks in get_cookies.

2018-04-19 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Thu Apr 19 12:55:00 2018 -0700| [c705476c4788ab7c5e4c4ee00aab9bbc038cf700] | committer: wm4 libavformat/http: Refactor and fix additional leaks in get_cookies. This refactors get_cookies to simplify some code paths, specifically for skipping logic in

[FFmpeg-cvslog] libavformat/http: Fix memory leak in get_cookies.

2018-04-17 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Fri Apr 13 16:42:32 2018 -0700| [9a8811f478db4c24e9acb597274c5feace11f364] | committer: wm4 libavformat/http: Fix memory leak in get_cookies. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a8811f478db4c24e9acb597274c5feace11f

[FFmpeg-cvslog] avformat/hls: clean up duplicate option fields

2018-04-16 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Tue Apr 17 14:40:06 2018 +0800| [c116221d90d63cc558a8e91d8a86f56545111011] | committer: Steven Liu avformat/hls: clean up duplicate option fields The HLSContext struct contains fields which duplicate the data stored in the avio_opts field. This

[FFmpeg-cvslog] avformat/hls: copy rw_timeout from parent to child AVIOContexts.

2018-04-16 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Tue Apr 17 14:39:26 2018 +0800| [6a1be7561c870a8cd3cee86a57aabdffb19e3870] | committer: Steven Liu avformat/hls: copy rw_timeout from parent to child AVIOContexts. The rw_timeout option is currently not applied when opening media playlist, segment

[FFmpeg-cvslog] libavformat/aac: Parse ID3 tags between ADTS frames.

2018-02-12 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Thu Feb 1 18:37:45 2018 -0800| [e023334661e6eafcf638ffc2a780fd495fc25ec9] | committer: wm4 libavformat/aac: Parse ID3 tags between ADTS frames. While rare, ID3 tags may be inserted between ADTS frames. This change enables parsing them and setting

[FFmpeg-cvslog] fate: add aac id3v2 demux test

2018-02-12 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Sat Feb 3 23:24:45 2018 -0800| [81d1e1e5094bfb85464f87f51f22b0b5ca4d84bb] | committer: wm4 fate: add aac id3v2 demux test A basic test for demuxing raw AAC (ADTS) with ID3v2 tags. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/hls: Support metadata updates from subdemuxers

2018-02-07 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Fri Feb 2 12:59:45 2018 -0800| [651d5f963921bbd547373380e1581df9bbc83199] | committer: wm4 avformat/hls: Support metadata updates from subdemuxers If a subdemuxer has the updated metadata event flag set, the metadata is copied to the corresponding

[FFmpeg-cvslog] fate: add id3v2 test

2018-02-02 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Sat Jan 27 18:21:28 2018 -0800| [4be6307cbf819eeaac850b3f0e7e088b147107d3] | committer: James Almer fate: add id3v2 test Adds basic unit test for parsing ID3v2 tags. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat: add option to parse/store ID3 PRIV tags in metadata.

2018-01-23 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Tue Jan 23 09:39:53 2018 -0800| [8a4cc0a2567fa8418709f75af5539cdf76fefb99] | committer: wm4 avformat: add option to parse/store ID3 PRIV tags in metadata. Enables getting access to ID3 PRIV tags from the command-line or metadata API when demuxing

[FFmpeg-cvslog] avformat/http: fix memory leak in parse_cookie.

2018-01-12 Thread Richard Shaffer
ffmpeg | branch: master | Richard Shaffer | Thu Jan 11 14:28:52 2018 -0800| [9147c0975533c83564b1ba47f22952b291b80282] | committer: Michael Niedermayer avformat/http: fix memory leak in parse_cookie. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git