[FFmpeg-cvslog] avcodec/mpeg4videoenc: Use 64bit for time variables

2016-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 23 01:49:21 2016 +0100| [f502583663eb2cacfd7f5bb29b39420a970d4fb4] | committer: Michael Niedermayer avcodec/mpeg4videoenc: Use 64bit for time variables Fixes assertion failure and integer overflow Fixes: fc677bbea2c6f901763eb637b61fa5e2/

[FFmpeg-cvslog] doc/demuxers: Document enable_drefs and use_absolute_path

2016-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 20 16:49:43 2016 +0100| [9a8034b8bc1d1cd7a8889dc385d41744be47b159] | committer: Michael Niedermayer doc/demuxers: Document enable_drefs and use_absolute_path Reviewed-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer > http://gi

[FFmpeg-cvslog] avformat/libquvi: Set default demuxer and protocol limitations

2016-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 20 15:25:32 2016 +0100| [15cc98a0f38ac45444d177186cfbf28e14bd5f1f] | committer: Michael Niedermayer avformat/libquvi: Set default demuxer and protocol limitations Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avformat/concat: Check protocol prefix

2016-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 20 11:10:27 2016 +0100| [8e32d014322eada1812af268d7ea9d53169d279c] | committer: Michael Niedermayer avformat/concat: Check protocol prefix Reviewed-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] avfilter/af_ladspa: accepts ' ' as command separator too

2016-01-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 22 21:41:11 2016 +0100| [805563c814bf5371e8680936469a2ac23d6c65be] | committer: Paul B Mahol avfilter/af_ladspa: accepts ' ' as command separator too Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=805563

[FFmpeg-cvslog] diracdec: fix full range videos

2016-01-22 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Jan 22 17:07:16 2016 +| [ce855bf43bcb3e217266653281db63c94e34c700] | committer: Rostislav Pehlivanov diracdec: fix full range videos Full range video had been broken by the introduction of the < 2U check at the following line. The bitstr

[FFmpeg-cvslog] avfilter/vf_convolution: add timeline support

2016-01-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 22 17:54:44 2016 +0100| [8a5d4a51fff7e80ea41b56dc7c15fe960ec3765c] | committer: Paul B Mahol avfilter/vf_convolution: add timeline support Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a5d4a51fff7e80ea

[FFmpeg-cvslog] fate: Add a small number of rawvideo in mov tests

2016-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jan 22 15:59:31 2016 +0100| [ee3eac59df10b3a0e1641a407785ce155ed707fc] | committer: Michael Niedermayer fate: Add a small number of rawvideo in mov tests Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] libavformat/tcp.c : add send_buffer_size and recv_buffer_size options

2016-01-22 Thread Perette Barella
ffmpeg | branch: master | Perette Barella | Tue Jan 19 13:22:13 2016 -0500| [84110f4f7760c4f0a9c3e394447304e7cd2384a3] | committer: Michael Niedermayer libavformat/tcp.c : add send_buffer_size and recv_buffer_size options adds two new options that may be set via the dictionary: - send_buffer_

[FFmpeg-cvslog] lavc/atrac3plusdsp: change pow(2,x) to exp2f(x)

2016-01-22 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Jan 15 13:38:43 2016 -0500| [9254e6176c1a7e1498f1305619f46a3ab979816f] | committer: Ganesh Ajjanagadde lavc/atrac3plusdsp: change pow(2,x) to exp2f(x) Much faster generation possible; but array is small so don't want to bloat the binary. Revi

[FFmpeg-cvslog] lavc/wmadec: replace pow by faster functions

2016-01-22 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Jan 15 13:51:03 2016 -0500| [1fb5ae44c43de48fa497b29f559dcf32313f5290] | committer: Ganesh Ajjanagadde lavc/wmadec: replace pow by faster functions Further speedups possible by getting rid of exp2f... Reviewed-by: Paul B Mahol Signed-off-by:

[FFmpeg-cvslog] lavc/wma: add av_warn_unused_result to ff_wma_init

2016-01-22 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Jan 21 08:40:40 2016 +0530| [89189b1010ded0a6cbc487ae36f2f95409aa699f] | committer: Ganesh Ajjanagadde lavc/wma: add av_warn_unused_result to ff_wma_init May help to prevent incidents like 19e456d48c90a1e3ceeb9e6241383384cc73dfdf. Reviewed-by

[FFmpeg-cvslog] lavc/opus_celt: replace pow(2,x) by exp2f(x)

2016-01-22 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Jan 15 13:45:30 2016 -0500| [cea529dd7f0d2d7fd1c7f33c5f778a051eedfaf9] | committer: Ganesh Ajjanagadde lavc/opus_celt: replace pow(2,x) by exp2f(x) Faster methods possible; since exponent is always a multiple of 1/8. Reviewed-by: Michael Nied

[FFmpeg-cvslog] fate: add 1 and 15BPP rawvideo in avi tests

2016-01-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jan 22 13:06:46 2016 +0100| [70ece6ccd0c3c0f324941d6173bcfa4d51f0c6d7] | committer: Michael Niedermayer fate: add 1 and 15BPP rawvideo in avi tests Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avfilter: add convolution filter

2016-01-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jan 22 11:52:58 2016 +0100| [1c02af307a676f449f85ba79902f42bb51d23f0f] | committer: Paul B Mahol avfilter: add convolution filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c02af307a676f449f85ba79902f42

[FFmpeg-cvslog] avfilter/avf_showwaves: add logarithmic amplitude scaler

2016-01-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jan 21 20:07:12 2016 +0100| [b18467a9433c641ad3828992eeb5d7546f0048f7] | committer: Paul B Mahol avfilter/avf_showwaves: add logarithmic amplitude scaler Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b18467