[FFmpeg-cvslog] lavc/avpacket: Initialize a variable in error path.

2017-02-17 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Feb 17 00:46:14 2017 +0100| [1d54be215309b8aa71a51826e4b0a1660fef9f93] | committer: Carl Eugen Hoyos lavc/avpacket: Initialize a variable in error path. Fixes ticket #6153. Tested-by: Tyson Smith > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] lavc/avpacket: Initialize a variable in error path.

2017-02-17 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.1 | Carl Eugen Hoyos | Fri Feb 17 00:46:14 2017 +0100| [401a3ae2cb33309d3bc8e9bb8e6b5861deb90d93] | committer: Carl Eugen Hoyos lavc/avpacket: Initialize a variable in error path. Fixes ticket #6153. Tested-by: Tyson Smith (cherry picked from commit 1d54be215309b8aa

[FFmpeg-cvslog] lavc/avpacket: Initialize a variable in error path.

2017-02-17 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.2 | Carl Eugen Hoyos | Fri Feb 17 00:46:14 2017 +0100| [5c524e651f4ccce57935239f60049191c82f3e41] | committer: Carl Eugen Hoyos lavc/avpacket: Initialize a variable in error path. Fixes ticket #6153. Tested-by: Tyson Smith (cherry picked from commit 1d54be215309b8aa

[FFmpeg-cvslog] lavc/avpacket: Initialize a variable in error path.

2017-02-17 Thread Carl Eugen Hoyos
ffmpeg | branch: release/2.8 | Carl Eugen Hoyos | Fri Feb 17 00:46:14 2017 +0100| [92d8106fa6108a5e7dd3080f6b094636d5aedfc0] | committer: Carl Eugen Hoyos lavc/avpacket: Initialize a variable in error path. Fixes ticket #6153. Tested-by: Tyson Smith (cherry picked from commit 1d54be215309b8aa

[FFmpeg-cvslog] lavc/avpacket: Initialize a variable in error path.

2017-02-17 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.0 | Carl Eugen Hoyos | Fri Feb 17 00:46:14 2017 +0100| [9b6af4561b07ec9a634e84e3fc388d0cd5a59d79] | committer: Carl Eugen Hoyos lavc/avpacket: Initialize a variable in error path. Fixes ticket #6153. Tested-by: Tyson Smith (cherry picked from commit 1d54be215309b8aa

[FFmpeg-cvslog] avcodec/fmvc: fix decoding of odd size videos

2017-02-17 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 17 10:46:52 2017 +0100| [1a71df9bac4bb5840b394e76f98aa34ce0c3eebc] | committer: Paul B Mahol avcodec/fmvc: fix decoding of odd size videos Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a71df9bac4bb5840

[FFmpeg-cvslog] avcodec/opus: Check count of ambisonic channels

2017-02-17 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 17 11:18:30 2017 +0100| [04e611474b9a82ddc8a53b08e80401379a40e410] | committer: Michael Niedermayer avcodec/opus: Check count of ambisonic channels https://tools.ietf.org/html/draft-ietf-codec-ambisonics-01#section-3.1 specifies the maxim

[FFmpeg-cvslog] libopus: decode ambisonics with non-diegetic sources

2017-02-17 Thread Felicia
ffmpeg | branch: master | Felicia | Mon Feb 6 15:49:36 2017 -0800| [fcf3e06fe406823214e95993e210ac2cc2bfa6b4] | committer: Michael Niedermayer libopus: decode ambisonics with non-diegetic sources Channel mapping 2 additionally supports a non-diegetic stereo track appended to the end of a full

[FFmpeg-cvslog] lavf/riff: Support decoding files with broken mediasubtype base guid.

2017-02-17 Thread Thierry Foucu
ffmpeg | branch: master | Thierry Foucu | Thu Feb 16 14:03:38 2017 +0100| [4bc7268f2b5fdef03b907279b4e6173cb0e5b835] | committer: Carl Eugen Hoyos lavf/riff: Support decoding files with broken mediasubtype base guid. Fixes ticket #6100. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] opusenc: initialize the emphasis coefficients on init

2017-02-17 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Feb 18 01:11:58 2017 +| [b71f62a9c84940575b71613d61c45f163c69338b] | committer: Rostislav Pehlivanov opusenc: initialize the emphasis coefficients on init Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/hlsenc: set default http method to PUT when method is null

2017-02-17 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Feb 18 09:42:51 2017 +0800| [965f35b111a0b8871f361b2de09dac339d87e7fb] | committer: Steven Liu avformat/hlsenc: set default http method to PUT when method is null When the http method is not set, the method will use POST for ts, PUT for m3u8, it is no

[FFmpeg-cvslog] avformat/m4vdec: Detect raw mpeg4video with unidentified non mpeg headers with a very low score

2017-02-17 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Feb 18 03:31:14 2017 +0100| [6baee21eb72ddbd2508ef789ecdcd938419df3a4] | committer: Michael Niedermayer avformat/m4vdec: Detect raw mpeg4video with unidentified non mpeg headers with a very low score Fixes Ticket 6018 This fixes a regressio