[FFmpeg-cvslog] ffserver: local OOB write with custom program name

2017-01-07 Thread Tobias Stoeckmann
ffmpeg | branch: master | Tobias Stoeckmann | Fri Jan 6 23:33:16 2017 +0100| [95d9a85ca3e662388d5fa7ef1937d1c3fbe2dcd5] | committer: Michael Niedermayer ffserver: local OOB write with custom program name When the command line for children is created, it is assumed that my_program_name always

[FFmpeg-cvslog] avformat/riff: extend MagicYUV fourcc list

2017-01-07 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 7 12:29:32 2017 +0100| [fd010406c03923065ff9b835472f3f174e1c722d] | committer: Paul B Mahol avformat/riff: extend MagicYUV fourcc list Newer version of encoder can create such files. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/dca: add support for 20-bit XLL

2017-01-07 Thread foo86
ffmpeg | branch: master | foo86 | Sat Jan 7 12:26:43 2017 +0300| [000638431ccc206f280d8246855062afe0284f80] | committer: James Almer avcodec/dca: add support for 20-bit XLL Fixes ticket #6063. Reviewed-by: Paul B Mahol Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/matroskaenc: Regression fix for invalid MKV headers

2017-01-07 Thread softworkz
ffmpeg | branch: master | softworkz | Thu Jan 5 01:24:03 2017 +0100| [20e8be0c20c7b51964fa4d317073bd36b983eb55] | committer: James Almer avformat/matroskaenc: Regression fix for invalid MKV headers The following three commits created a regression by writing initially invalid mkv headers: 650

[FFmpeg-cvslog] lavfi/selectivecolor: add a link to algorithm explanations

2017-01-07 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Jan 7 14:25:57 2017 +0100| [27627c281e66ecc43833bd62b506eb693099ff8e] | committer: Clément Bœsch lavfi/selectivecolor: add a link to algorithm explanations > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=27627c281e66ecc43833bd62b506eb6

[FFmpeg-cvslog] libavformat/avio: Add avio_get_dyn_buf function

2017-01-07 Thread softworkz
ffmpeg | branch: master | softworkz | Thu Jan 5 01:33:26 2017 +0100| [9488032e10b744335059b48e7a134efd5d9359c3] | committer: Michael Niedermayer libavformat/avio: Add avio_get_dyn_buf function This commit adds the avio_get_dyn_buf function which allows accessing the content of a DynBuffer wit