[FFmpeg-cvslog] doc/filters.texi: fix several typos in the vidstab* sections

2014-10-16 Thread Moritz Barsnick
ffmpeg | branch: master | Moritz Barsnick | Wed Oct 15 15:44:33 2014 +0200| [bbd8c85263207a61108f53037829ef94a7086bd8] | committer: Michael Niedermayer doc/filters.texi: fix several typos in the vidstab* sections Also create an anchor for the unsharp filter, and references to it in its mention

[FFmpeg-cvslog] x86/vf_noise: move asm code to a separate file

2014-10-16 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 16 22:24:42 2014 -0300| [864f9326fb4d2b9a886cbf4d3277c4787b7f3515] | committer: James Almer x86/vf_noise: move asm code to a separate file Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

Re: [FFmpeg-cvslog] avfilter/vf_noise: fix high resolution support

2014-10-16 Thread Michael Niedermayer
On Thu, Oct 16, 2014 at 03:06:48PM +0200, Robert Krüger wrote: > On Thu, Oct 16, 2014 at 2:40 PM, Michael Niedermayer > wrote: > > ffmpeg | branch: master | Michael Niedermayer | Thu Oct > > 16 13:23:39 2014 +0200| [411be72dcbc99b339a7b3fbd1011b54a9185add3] | > > committer: Michael Niedermayer

Re: [FFmpeg-cvslog] avcodec/avcodec: more verbose documentation for time_base

2014-10-16 Thread Michael Niedermayer
On Thu, Oct 16, 2014 at 09:56:49AM +0200, Clément Bœsch wrote: > On Thu, Oct 16, 2014 at 01:43:27AM +0200, Michael Niedermayer wrote: > > ffmpeg | branch: master | Michael Niedermayer | Thu Oct > > 16 00:13:45 2014 +0200| [7b6a97edd1b50c03ec9b30f5806a72036923bee4] | > > committer: Michael Nieder

[FFmpeg-cvslog] swresample/resample: fix invert_initial_buffer() after flush

2014-10-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 16 21:18:15 2014 +0200| [f6bb2cd1b048a9169827368241769a2a7887efdd] | committer: Michael Niedermayer swresample/resample: fix invert_initial_buffer() after flush Fixes: asan_heap-uaf_2071250_7_139.ogg Fixes: assertion failure Found-by: Mat

[FFmpeg-cvslog] swresample: do not put multiple statements in one line

2014-10-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 16 18:18:40 2014 +0200| [080c846f5999f71f2e1f46327656f3cc7080f700] | committer: Michael Niedermayer swresample: do not put multiple statements in one line Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avfilter/vf_noise: Use a separate seed for each plane

2014-10-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 16 15:05:17 2014 +0200| [4f1a252fd3f04082c0d91ac2f42d47135197a8d5] | committer: Michael Niedermayer avfilter/vf_noise: Use a separate seed for each plane This should reduce the correlation between planes Signed-off-by: Michael Niedermaye

[FFmpeg-cvslog] avformat/id3v2: silence a warning when CONFIG_ZLIB is unset.

2014-10-16 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet | Thu Oct 16 11:44:46 2014 +0200| [8bcf425d06a278ee7870082777a8e99229c53eed] | committer: Michael Niedermayer avformat/id3v2: silence a warning when CONFIG_ZLIB is unset. dlen is only read when CONFIG_ZLIB is set, so mark it as possibly unused. Signed-of

[FFmpeg-cvslog] avfilter/vf_noise: use per component rand_shift

2014-10-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 16 14:51:04 2014 +0200| [ed3efbcd0c84669a635d1243282fb3283a4b5c3a] | committer: Michael Niedermayer avfilter/vf_noise: use per component rand_shift This allows using different shifts per plane Signed-off-by: Michael Niedermayer > http:

Re: [FFmpeg-cvslog] avfilter/vf_noise: fix high resolution support

2014-10-16 Thread Robert Krüger
On Thu, Oct 16, 2014 at 2:40 PM, Michael Niedermayer wrote: > ffmpeg | branch: master | Michael Niedermayer | Thu Oct 16 > 13:23:39 2014 +0200| [411be72dcbc99b339a7b3fbd1011b54a9185add3] | committer: > Michael Niedermayer > > avfilter/vf_noise: fix high resolution support > > Fixes Ticket4017 >

[FFmpeg-cvslog] avfilter/vf_noise: fix high resolution support

2014-10-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 16 13:23:39 2014 +0200| [411be72dcbc99b339a7b3fbd1011b54a9185add3] | committer: Michael Niedermayer avfilter/vf_noise: fix high resolution support Fixes Ticket4017 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avfilter/vf_noise: move shift calculation to filter_frame()

2014-10-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 16 14:28:47 2014 +0200| [aba61b22f70ff5407cd5ff1f797fff42dee07359] | committer: Michael Niedermayer avfilter/vf_noise: move shift calculation to filter_frame() This makes the temporal noise case deterministic with threads Signed-off-by:

[FFmpeg-cvslog] ismindex: use tfhd default duration if no sample duration

2014-10-16 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Thu Oct 16 08:55:17 2014 +0300| [979932378ae3fbf452e312eb759cc7ce175f78de] | committer: Martin Storsjö ismindex: use tfhd default duration if no sample duration Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97

[FFmpeg-cvslog] Merge commit '979932378ae3fbf452e312eb759cc7ce175f78de'

2014-10-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 16 12:38:59 2014 +0200| [a9b613b60e5108692d329c5779e1cc7488cadf0d] | committer: Michael Niedermayer Merge commit '979932378ae3fbf452e312eb759cc7ce175f78de' * commit '979932378ae3fbf452e312eb759cc7ce175f78de': ismindex: use tfhd default

[FFmpeg-cvslog] Merge commit '460b509a34fb5fad3bedac8429f53594d3923ea8'

2014-10-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 16 12:28:00 2014 +0200| [293a8e426fc05db44ac8952a1f62b254e9362f3f] | committer: Michael Niedermayer Merge commit '460b509a34fb5fad3bedac8429f53594d3923ea8' * commit '460b509a34fb5fad3bedac8429f53594d3923ea8': rtsp: Check a memory alloca

[FFmpeg-cvslog] rtsp: Check a memory allocation

2014-10-16 Thread Michael Lynch
ffmpeg | branch: master | Michael Lynch | Tue Oct 14 16:30:39 2014 -0400| [460b509a34fb5fad3bedac8429f53594d3923ea8] | committer: Martin Storsjö rtsp: Check a memory allocation CC: libav-sta...@libav.org Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] Fix initialisers in dct-test.c.

2014-10-16 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Oct 16 12:01:26 2014 +0200| [392b4b663c450f5522f7c1442da91f7647db6bf0] | committer: Carl Eugen Hoyos Fix initialisers in dct-test.c. Silences a warning when running fate on unusual platforms: libavcodec/dct-test.c:101:21: warning: missing braces

Re: [FFmpeg-cvslog] avcodec/avcodec: more verbose documentation for time_base

2014-10-16 Thread Clément Bœsch
On Thu, Oct 16, 2014 at 01:43:27AM +0200, Michael Niedermayer wrote: > ffmpeg | branch: master | Michael Niedermayer | Thu Oct 16 > 00:13:45 2014 +0200| [7b6a97edd1b50c03ec9b30f5806a72036923bee4] | committer: > Michael Niedermayer > > avcodec/avcodec: more verbose documentation for time_base >