[FFmpeg-cvslog] avcodec/rawdec: Fix bits_per_coded_sample checks

2016-08-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 19 02:07:22 2016 +0200| [237207645b36fb79759d313c0399ee93ba467b9d] | committer: Michael Niedermayer avcodec/rawdec: Fix bits_per_coded_sample checks Fixes assertion failure Fixes: 9eb9cf5b8c26dd0fa7107ed0348dcc1f/signal_sigabrt_76ae7

[FFmpeg-cvslog] avformat/swfdec: Move packet size check before side data allocation

2016-08-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 19 03:04:57 2016 +0200| [2a3720bc22d92d236ce62112edf80103e33ece1b] | committer: Michael Niedermayer avformat/swfdec: Move packet size check before side data allocation Fixes memleak Fixes: 9eb9cf5b8c26dd0fa7107ed0348dcc1f/signal_sigabrt_

[FFmpeg-cvslog] vcodec/h2645_parse: Clear buffer padding

2016-08-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 18 22:23:32 2016 +0200| [382a68b0088b06b8df20d0133d767d53d8f161ef] | committer: Michael Niedermayer vcodec/h2645_parse: Clear buffer padding Fixes use of uninitialized memory Fixes: 044100cb22845944988a4bd821ff8074/asan_heap-oob_329927a_

[FFmpeg-cvslog] avcodec/h2645: Fix NAL unit padding

2016-08-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 18 20:41:31 2016 +0200| [cc13bc8c4f0f4afa30d0b94c3f3a369ccd2aaf0b] | committer: Michael Niedermayer avcodec/h2645: Fix NAL unit padding The parser changes have lost the support for the needed padding, this adds it back Fixes out of array

[FFmpeg-cvslog] avfilter/avf_showspectrum: do not use uninitialized memory

2016-08-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Aug 18 18:40:00 2016 +0200| [b3c6e89d4871d4f6afada96d8695e0ef08c6f02b] | committer: Paul B Mahol avfilter/avf_showspectrum: do not use uninitialized memory > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b3c6e89d4871d4f6afada96d8695e0ef08

[FFmpeg-cvslog] avfilter/avf_showvolume: use current peak value for picking colors

2016-08-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Aug 18 20:14:58 2016 +0200| [e2a39b103e5917780744fed6fd4336cf65a220f4] | committer: Paul B Mahol avfilter/avf_showvolume: use current peak value for picking colors > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e2a39b103e5917780744fed6fd

[FFmpeg-cvslog] lavf/pcmdec: Try to fix msvc compilation after 4c42d306.

2016-08-18 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Aug 18 09:45:25 2016 +0200| [f866f22c3f581d776d1592f337809fb4a8036564] | committer: Carl Eugen Hoyos lavf/pcmdec: Try to fix msvc compilation after 4c42d306. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f866f22c3f581d776d1592f3378

[FFmpeg-cvslog] avfilter/af_astats: add support for s64(p) sample format

2016-08-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Aug 18 11:02:31 2016 +0200| [81f7d07608e1ac2ee480abcc4a26adb7b2dc3a78] | committer: Paul B Mahol avfilter/af_astats: add support for s64(p) sample format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=81f7d07608e1ac2ee480abcc4a26adb7b2dc

[FFmpeg-cvslog] swresample: add int64 sample format

2016-08-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Aug 17 19:08:43 2016 +0200| [9876d8fc6d2b77d5aa31a4b748241b9ebb797167] | committer: Paul B Mahol swresample: add int64 sample format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9876d8fc6d2b77d5aa31a4b748241b9ebb797167 --- libavutil/

[FFmpeg-cvslog] swresample: Skip over dither steps if dithering scale is 0

2016-08-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 18 11:52:11 2016 +0200| [30b2611ed3102c53a8aa96c71acf5dadb69997c8] | committer: Michael Niedermayer swresample: Skip over dither steps if dithering scale is 0 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avfilter/af_astats: fix flt(p) support

2016-08-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Aug 18 11:03:57 2016 +0200| [703ae350c2deb43a1ab0e83d567db8948a4ae45c] | committer: Paul B Mahol avfilter/af_astats: fix flt(p) support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=703ae350c2deb43a1ab0e83d567db8948a4ae45c --- libavfi

[FFmpeg-cvslog] avcodec: add 64-bit signed pcm codec

2016-08-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Aug 17 19:46:21 2016 +0200| [fc600eff630faebda980b7d6fcf02569ebd3bb11] | committer: Paul B Mahol avcodec: add 64-bit signed pcm codec > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc600eff630faebda980b7d6fcf02569ebd3bb11 --- libavcode

[FFmpeg-cvslog] swresample: move dither init up

2016-08-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 18 11:44:42 2016 +0200| [946acacdcdff7eb9ac6430691ac6121516da9083] | committer: Michael Niedermayer swresample: move dither init up Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=946acacdc