[FFmpeg-cvslog] lavfi/af_anequalizer: remove cabs, cexp dependencies

2015-12-28 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Dec 26 21:51:28 2015 -0800| [63702014fa4e4bb812fa984ca748f3178bd1174f] | committer: Ganesh Ajjanagadde lavfi/af_anequalizer: remove cabs, cexp dependencies Replaces by real arithmetic. Tested the validity of these transformations separately.

[FFmpeg-cvslog] lavfi/af_anequalizer: replace pow(x, -2) by 1/(x*x)

2015-12-28 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Dec 27 16:50:09 2015 -0800| [9f4c7b4df7f31755b7caf4d080c7577c787c1e72] | committer: Ganesh Ajjanagadde lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x) Reviewed-by: Paul B Mahol Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.org/

[FFmpeg-cvslog] lavfi/af_anequalizer: replace pow(10, x) by ff_exp10(x)

2015-12-28 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Dec 27 16:48:52 2015 -0800| [59ac7ce4dac5b2a68c4afb827b03a595e2d2f32e] | committer: Ganesh Ajjanagadde lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x) Reviewed-by: Paul B Mahol Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.

[FFmpeg-cvslog] avfilter/avf_showspectrum: use FF_ARRAY_ELEMS()

2015-12-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 28 23:04:40 2015 +0100| [a7bf5f4117b449954e4a91098e2f982a7e536865] | committer: Paul B Mahol avfilter/avf_showspectrum: use FF_ARRAY_ELEMS() Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a7bf5f4117b4499

[FFmpeg-cvslog] x86/vf_stereo3d: optimize register usage

2015-12-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Dec 27 17:44:48 2015 -0300| [6e243d17e911bf20cb0f0dd3eccf10245dfaf2cb] | committer: James Almer x86/vf_stereo3d: optimize register usage Reviewed-by: Paul B Mahol Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32

2015-12-28 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Dec 27 18:52:00 2015 -0300| [1817643d4f50a2a9a0fe0b3c0cc2a69a33ec6ccd] | committer: James Almer x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32 Reviewed-by: Paul B Mahol Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avfilter/avf_showspectrum: make colors for log scale more user friendly

2015-12-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 28 20:20:32 2015 +0100| [4020787b5bbd2ac159c860d1d1ec983837bf31bb] | committer: Paul B Mahol avfilter/avf_showspectrum: make colors for log scale more user friendly Previosly output was almost useless because background noise, due to windowing fu

[FFmpeg-cvslog] avfilter/avf_showspectrum: use ff_generate_window_func

2015-12-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 28 18:51:56 2015 +0100| [f88546b426af6d38f76a8d1b7dc05109a12c7bb9] | committer: Paul B Mahol avfilter/avf_showspectrum: use ff_generate_window_func Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f88546b4

[FFmpeg-cvslog] avfilter: move window function generation into separate file

2015-12-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 28 18:39:31 2015 +0100| [45b3e6e04e8e93b6ccacf4207b99596e044b72af] | committer: Paul B Mahol avfilter: move window function generation into separate file Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=45

[FFmpeg-cvslog] avfilter/avf_showspectrum: add rscroll sliding mode

2015-12-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 28 18:14:46 2015 +0100| [67771ac4b894112b743b37e6df24b0d4f27a120b] | committer: Paul B Mahol avfilter/avf_showspectrum: add rscroll sliding mode Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67771ac4b89

[FFmpeg-cvslog] avformat/http: Documented http_proxy option

2015-12-28 Thread Joel Holdsworth
ffmpeg | branch: master | Joel Holdsworth | Mon Dec 28 09:50:15 2015 +| [b9c46b5242bf338f6e57bc6a4380e69be83c058c] | committer: Michael Niedermayer avformat/http: Documented http_proxy option Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b

[FFmpeg-cvslog] lavf/mpegtsenc: add automatic bitstream filtering

2015-12-28 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Mon Nov 30 03:00:41 2015 -0600| [1b5bd4051d1e394f0429cbf6cf6c137f55857478] | committer: Rodger Combs lavf/mpegtsenc: add automatic bitstream filtering > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b5bd4051d1e394f0429cbf6cf6c137f55857478 -

[FFmpeg-cvslog] lavf/matroskaenc: add automatic bitstream filtering

2015-12-28 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Oct 7 21:34:06 2015 -0500| [b287d7ea17f404a51eb3fdca80fa8a8b1fb7dd8b] | committer: Rodger Combs lavf/matroskaenc: add automatic bitstream filtering > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b287d7ea17f404a51eb3fdca80fa8a8b1fb7dd8b

[FFmpeg-cvslog] lavf/tee: use lavf API for applying bitstream filters

2015-12-28 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Thu Oct 8 14:52:48 2015 -0500| [7a161b74ad13e8005f413770cce8af37bd051d32] | committer: Rodger Combs lavf/tee: use lavf API for applying bitstream filters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a161b74ad13e8005f413770cce8af37bd051d

[FFmpeg-cvslog] lavf: add internal API to append a bsf to a stream's list

2015-12-28 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Oct 7 21:10:08 2015 -0500| [822e80fde39f8992daeab6d51312f27188021d9b] | committer: Rodger Combs lavf: add internal API to append a bsf to a stream's list > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=822e80fde39f8992daeab6d51312f27188

[FFmpeg-cvslog] ffmpeg: use lavf API for applying bitstream filters

2015-12-28 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Oct 7 21:24:40 2015 -0500| [a5fd3a1a2bd2e8ac28434919e462cf61ce831eb2] | committer: Rodger Combs ffmpeg: use lavf API for applying bitstream filters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a5fd3a1a2bd2e8ac28434919e462cf61ce831eb2

[FFmpeg-cvslog] lavf: add API to apply a list of bsfs to a packet

2015-12-28 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Oct 7 21:23:11 2015 -0500| [4caa3e1c6cf452154e811fea3685b2dea50d3a7a] | committer: Rodger Combs lavf: add API to apply a list of bsfs to a packet > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4caa3e1c6cf452154e811fea3685b2dea50d3a7a -

[FFmpeg-cvslog] lavf: add automatic bitstream filtering; bump version

2015-12-28 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Oct 7 21:32:14 2015 -0500| [1f9139b07b8a896b62c1f28f3d04acac33978c0d] | committer: Rodger Combs lavf: add automatic bitstream filtering; bump version This solves the problem discussed in https://ffmpeg.org/pipermail/ffmpeg-devel/2015-September/179

[FFmpeg-cvslog] avfilter/af_silenceremove: lower number of operations in for loop

2015-12-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 28 11:41:53 2015 +0100| [b841fe002a2bf67ca4381fd4dd522c2cfee22be8] | committer: Paul B Mahol avfilter/af_silenceremove: lower number of operations in for loop Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avfilter/af_silenceremove: make size of window user configurable

2015-12-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 28 12:02:14 2015 +0100| [47aaebd63e408bc59dc9e35dd372c1f603be2d3a] | committer: Paul B Mahol avfilter/af_silenceremove: make size of window user configurable Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] doc/filters: add one more silenceremove example

2015-12-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 28 12:20:11 2015 +0100| [397774603690b2f24222aded19b5f8a41d830fc1] | committer: Paul B Mahol doc/filters: add one more silenceremove example Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=397774603690b2f

[FFmpeg-cvslog] avcodec: properly check pkt_timebase for validity

2015-12-28 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sun Dec 27 20:00:10 2015 +0100| [50401f5fb7d778583b03a13bc4440f71063d319d] | committer: Hendrik Leppkes avcodec: properly check pkt_timebase for validity Unset/invalid timebases have a zero numerator. This makes the checks consistent with other timeb

[FFmpeg-cvslog] Revert "ffplay: Fix auto insertion point of rotation filter"

2015-12-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 28 03:44:31 2015 +0100| [3c6781b48acd4eda5f0c5edbdcb547477312d684] | committer: Michael Niedermayer Revert "ffplay: Fix auto insertion point of rotation filter" Revert requested by Balint Marton See: [FFmpeg-devel] ffplay: insertion poi

[FFmpeg-cvslog] avformat/qtpalette: Move ff_get_qtpalette() doxy to header

2015-12-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 28 03:18:20 2015 +0100| [ca9e3cb3ce7a6207570500e003ec2ed44836921e] | committer: Michael Niedermayer avformat/qtpalette: Move ff_get_qtpalette() doxy to header Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe