[FFmpeg-cvslog] fftools/ffmpeg: replace call to av_strerror with av_err2str

2018-02-26 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Mon Feb 26 08:38:53 2018 +0100| [fa0c9d69d3d70ab81400c54a7a7d1446c678ef7a] | committer: Tobias Rapp fftools/ffmpeg: replace call to av_strerror with av_err2str Signed-off-by: Tobias Rapp > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa0c9

[FFmpeg-cvslog] avformat/dashenc: Removed usage of deprecated 'filename' variable

2018-02-26 Thread Karthick Jeyapal
ffmpeg | branch: master | Karthick Jeyapal | Sat Feb 24 13:05:18 2018 +0530| [e3851f6a3739e84094051d8b9c85732ab12c9fd9] | committer: Karthick Jeyapal avformat/dashenc: Removed usage of deprecated 'filename' variable > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3851f6a3739e84094

[FFmpeg-cvslog] avformat/dashenc: add option to change HTTP method

2018-02-26 Thread Serhii Marchuk
ffmpeg | branch: master | Serhii Marchuk | Fri Feb 23 11:35:40 2018 +0200| [6d763ab58811e856517926353ee2920369cf20b4] | committer: Karthick Jeyapal avformat/dashenc: add option to change HTTP method > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d763ab58811e856517926353ee2920369c

[FFmpeg-cvslog] avformat/utils: don't overwrite the return value of read_packet()

2018-02-26 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Feb 26 00:18:53 2018 -0300| [f235359b2b1175585df757e6b60fabac29b8aa22] | committer: James Almer avformat/utils: don't overwrite the return value of read_packet() This only affected demuxers that didn't return reference counted packets. Reviewed-by: M