[FFmpeg-cvslog] avcodec/wavpack: increase WV_MAX_SAMPLES

2014-08-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Aug 29 10:37:49 2014 +| [be3d8073ed831a5c540fb42e8df35df6250f7c16] | committer: Paul B Mahol avcodec/wavpack: increase WV_MAX_SAMPLES This is maximal number of samples per frame that current wavpack can create. Signed-off-by: Paul B Mahol > ht

[FFmpeg-cvslog] fate/vpx: make webm dash manifest tests depend on the WEBM_DASH_MANIFEST demuxer

2014-08-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 29 12:27:10 2014 +0200| [5ce98e774eead9a2b785df577b4b483df6e63008] | committer: Michael Niedermayer fate/vpx: make webm dash manifest tests depend on the WEBM_DASH_MANIFEST demuxer Found-by: James Almer Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/webmdashenc: use av_strlcpy() and allocate enough space

2014-08-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 29 13:02:34 2014 +0200| [72732f2dddabae1d943ce617e0a27e32d13416fb] | committer: Michael Niedermayer avformat/webmdashenc: use av_strlcpy() and allocate enough space Fixes out of array read Signed-off-by: Michael Niedermayer > http://gi

[FFmpeg-cvslog] avformat/wtvdec: seek over broken chunks

2014-08-29 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Fri Aug 29 16:42:04 2014 +1000| [9b8eedd736ea443c4829baaca1ede4e146ebc024] | committer: Michael Niedermayer avformat/wtvdec: seek over broken chunks Fixes ticket #3898 Signed-off-by: Peter Ross Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] patcheck: check for pointer arrays that are not const.

2014-08-29 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Fri Aug 29 00:32:07 2014 +0200| [be4aac302b0cbeab6da9e3192318aad7379a6428] | committer: Reimar Döffinger patcheck: check for pointer arrays that are not const. Signed-off-by: Reimar Döffinger > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] Add missing "const" all over the place.

2014-08-29 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Fri Aug 29 00:32:32 2014 +0200| [d9e2aceb7f1c712a52672129ca7971872b030e1e] | committer: Reimar Döffinger Add missing "const" all over the place. Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger > http://git.video

[FFmpeg-cvslog] avcodec/snow: check coeffs for validity

2014-08-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 30 02:12:10 2014 +0200| [596636a474ab201badaae269f3a2cef4824b8c1f] | committer: Michael Niedermayer avcodec/snow: check coeffs for validity Fixes deadlock Fixes integer overflow Fixes Ticket 3892 Signed-off-by: Michael Niedermayer > ht