[FFmpeg-cvslog] avfilter/avf_showspectrum: add rainbow colormap

2015-12-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Dec 29 19:47:32 2015 +0100| [b0e23f2a37b45e8fa7e9ae91301d0ef572e80181] | committer: Paul B Mahol avfilter/avf_showspectrum: add rainbow colormap Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0e23f2a37b45e8

[FFmpeg-cvslog] oggparsedaala: check number of planes in pixel format map

2015-12-29 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Dec 29 16:38:26 2015 +0100| [b4466c9c1a82ce72011ed72e1221a30b15f73adb] | committer: Andreas Cadhalpun oggparsedaala: check number of planes in pixel format map This fixes crashes caused by out-of-bounds writes. Reviewed-by: Rostislav Pehlivano

[FFmpeg-cvslog] ffprobe: avoid unnecessary pow and exp2 calls

2015-12-29 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec 23 09:49:00 2015 -0800| [4a44bc5588944cb8a81e0896bc97643e0c894989] | committer: Ganesh Ajjanagadde ffprobe: avoid unnecessary pow and exp2 calls These are just for prefixes and may be hardcoded easily; see lavu/eval for this approach. Rev

[FFmpeg-cvslog] ffserver: Cast time_t value when using it in a format string.

2015-12-29 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Dec 29 16:00:34 2015 +0100| [e5c16e38fe15a40b2d38bd7ab83e1243012a2077] | committer: Carl Eugen Hoyos ffserver: Cast time_t value when using it in a format string. Fixes ticket #5103. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e

[FFmpeg-cvslog] lavf/qtpalette: Treat 1-bit video as palettized

2015-12-29 Thread Mats Peterson
ffmpeg | branch: master | Mats Peterson | Tue Dec 29 07:35:00 2015 +0100| [bd03ee1184e404e8fc69f8ab4787b2ee02554d5b] | committer: Michael Niedermayer lavf/qtpalette: Treat 1-bit video as palettized This commit for qtpalette.c and qtpalette.h adds 1-bit video to the "palettized video" category,

[FFmpeg-cvslog] avcodec: Use get_ue_golomb_long() when needed

2015-12-29 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Mon Dec 28 23:04:08 2015 -0800| [c51c08e0e70c186971385bdbb225f69edd4e3375] | committer: Michael Niedermayer avcodec: Use get_ue_golomb_long() when needed get_ue_golomb() cannot decode values larger than 8190 (the maximum value that can be golomb encoded

[FFmpeg-cvslog] avfilter/avf_showspectrum: add horizontal orientation support

2015-12-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Dec 29 09:45:44 2015 +0100| [e30e5c83aed79f1ecde064c36b952aee4fc7827b] | committer: Paul B Mahol avfilter/avf_showspectrum: add horizontal orientation support Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e

[FFmpeg-cvslog] avfilter/avf_showspectrum: properly calculate w factor

2015-12-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 28 23:45:34 2015 +0100| [efa666e0da5e5fd2ded2e7dce4191bf04ac35952] | committer: Paul B Mahol avfilter/avf_showspectrum: properly calculate w factor It is used in calculating loudness of each frequency bin. Signed-off-by: Paul B Mahol > http://