[FFmpeg-cvslog] avformat/dashdec: Add a re-entrance check point after an interrupt operation

2018-08-29 Thread Colin NG
ffmpeg | branch: master | Colin NG | Wed Aug 29 16:28:03 2018 +0800| [b205635fbc0893b092caabd9edc047d16e44da7e] | committer: Steven Liu avformat/dashdec: Add a re-entrance check point after an interrupt operation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libavformat/dashdec: Fix for un-free memory

2018-08-08 Thread Colin NG
ffmpeg | branch: master | Colin NG | Wed Aug 8 17:27:07 2018 +| [af4c2acddd15ddac97eb4c9f23bfe593ec73b59d] | committer: Carl Eugen Hoyos libavformat/dashdec: Fix for un-free memory Fixes ticket #7338. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)

2018-05-23 Thread Colin NG
ffmpeg | branch: master | Colin NG | Thu May 24 11:10:17 2018 +0800| [93fc96e1997de1ca4e452ca923dfa0ee5a35e589] | committer: Steven Liu avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams) simplify the code to check common init section > http://git.videolan.

[FFmpeg-cvslog] avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)

2018-05-23 Thread Colin NG
ffmpeg | branch: master | Colin NG | Thu May 24 11:09:20 2018 +0800| [9aee574dd0926c12425fa62b4b3f03fa7ba6ce25] | committer: Steven Liu avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams) Add NULL pointer check for init_section > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024)

2018-01-20 Thread Colin NG
ffmpeg | branch: master | Colin NG | Sun Jan 21 13:56:57 2018 +0800| [78e884f3fb1d0471dbe2c89fec0d0f274f7c8350] | committer: Steven Liu libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dashdec.c: Download dash content with byte range info

2018-01-20 Thread Colin NG
ffmpeg | branch: master | Colin NG | Sun Jan 21 13:27:48 2018 +0800| [8db4ef3e6d9377d131e7051dcebf41fa6cc9ac81] | committer: Steven Liu avformat/dashdec.c: Download dash content with byte range info > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault)

2018-01-20 Thread Colin NG
ffmpeg | branch: master | Colin NG | Sun Jan 21 13:35:30 2018 +0800| [7a63da891023767824af75ff1c9fe681c156ac19] | committer: Steven Liu libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault) 1 Add function 'resolve_content_path' to propagate the baseURL from upper level no