[FFmpeg-cvslog] lavu/intmath: add faster clz support

2015-12-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec 16 13:28:39 2015 -0500| [0dd8a3d71e2c01d42e868d6c6b8974fadfcc529e] | committer: Ganesh Ajjanagadde lavu/intmath: add faster clz support This should be useful for the sofalizer filter. Reviewed-by: Kieran Kunhya

[FFmpeg-cvslog] lavfi/vf_idet: replace round and cast by lrint

2015-12-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec 16 13:03:59 2015 -0500| [641cb77f501a7fa1410ab53da4923b1bebc2e690] | committer: Ganesh Ajjanagadde lavfi/vf_idet: replace round and cast by lrint lrint is faster and conveys the intent better here. It is safe as

[FFmpeg-cvslog] lavfi/vf_cropdetect: replace round by lrint

2015-12-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec 16 14:52:16 2015 -0500| [425c0685f245d715f2da7066c5a89564c1ab146b] | committer: Ganesh Ajjanagadde lavfi/vf_cropdetect: replace round by lrint lrint is at least as fast, and more accurate. Reviewed-by: Michael

[FFmpeg-cvslog] lavfi/vsrc_mandelbrot: replace round by lrint

2015-12-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec 16 14:54:53 2015 -0500| [5484cbe9f765124f9e9c704467c6013731d71ed0] | committer: Ganesh Ajjanagadde lavfi/vsrc_mandelbrot: replace round by lrint lrint is at least as fast, and is more accurate. Reviewed-by:

[FFmpeg-cvslog] lavf/hlsenc: replace round by lrint

2015-12-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec 16 14:40:50 2015 -0500| [18bc3dc7681c2b520af62b9dea9c3d1815fc5ad7] | committer: Ganesh Ajjanagadde lavf/hlsenc: replace round by lrint Mainly cosmetic here. Reviewed-by: Michael Niedermayer

[FFmpeg-cvslog] lavc/aacsbr: sbr_dequant optimization

2015-12-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Dec 15 23:27:23 2015 -0500| [def3c83e1b85cc17cade257cbf3b1fb84e61f788] | committer: Ganesh Ajjanagadde lavc/aacsbr: sbr_dequant optimization This uses ff_exp2fi to get a speedup (~ 6x). sample benchmark (Haswell,

[FFmpeg-cvslog] swscale/arm/yuv2rgb: add ff_yuv420p_to_{argb, rgba, abgr, bgra}_neon_{16, 32}

2015-12-19 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Tue Dec 15 14:42:22 2015 +0100| [b32a42295ad7b254f9662082d799c0aae2071c2e] | committer: Matthieu Bouron swscale/arm/yuv2rgb: add ff_yuv420p_to_{argb,rgba,abgr,bgra}_neon_{16,32} >

[FFmpeg-cvslog] swscale/arm/yuv2rgb: disable neon if accurate_rnd is enabled

2015-12-19 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Fri Dec 18 14:24:52 2015 +0100| [e0dc22b99e85823ea85a9da85eced1e9b2bf24e4] | committer: Matthieu Bouron swscale/arm/yuv2rgb: disable neon if accurate_rnd is enabled This disables the 32bit precision neon code path in

[FFmpeg-cvslog] lavu/libm: add copysign hack

2015-12-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Dec 18 11:13:11 2015 -0800| [062e3e23824ba3d25594ea966d7834bcf34db49b] | committer: Ganesh Ajjanagadde lavu/libm: add copysign hack For systems with broken libms. Tested with NAN, -NAN, INFINITY, -INFINITY, +/-x for

[FFmpeg-cvslog] avfilter/vf_stereo3d: add interleave columns input support

2015-12-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 18 22:00:31 2015 +0100| [ebe1ca01d15372b53e06b919845c480c105fdebc] | committer: Paul B Mahol avfilter/vf_stereo3d: add interleave columns input support Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avcodec/h264_refs: Fix long_idx check

2015-12-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 19 21:59:42 2015 +0100| [b92b4775a0d07cacfdd2b4be6511f3cb362c977b] | committer: Michael Niedermayer avcodec/h264_refs: Fix long_idx check Fixes out of array read Fixes mozilla bug 1233606 Found-by: Tyson Smith

[FFmpeg-cvslog] avcodec/Makefile: add missing dep for g723_1 encoder

2015-12-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Dec 19 18:50:47 2015 -0300| [0f520e489a659d9ea0fa7467aca3bf85cc006ef7] | committer: James Almer avcodec/Makefile: add missing dep for g723_1 encoder Signed-off-by: James Almer >

[FFmpeg-cvslog] avfilter/af_dynaudnorm: use av_malloc_array()

2015-12-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 19 22:46:10 2015 +0100| [7caf381a95d41d1c2f5a7dd753ac6949f21724b7] | committer: Paul B Mahol avfilter/af_dynaudnorm: use av_malloc_array() Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] nutdec: reject negative value_len in read_sm_data

2015-12-19 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Dec 19 12:02:56 2015 +0100| [ce10f572c12b0d172c72d31d8c979afce602bf0c] | committer: Andreas Cadhalpun nutdec: reject negative value_len in read_sm_data If it is negative, it can cause the byte position to move

[FFmpeg-cvslog] Tag n2.8.4 : FFmpeg 2.8.4 release

2015-12-19 Thread git
[ffmpeg] [branch: refs/tags/n2.8.4] Tag:c62ac58527d5112a9102e3e05bb80ee2497f3c6e > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=c62ac58527d5112a9102e3e05bb80ee2497f3c6e Tagger: Michael Niedermayer Date: Sun Dec 20 03:07:07 2015 +0100 FFmpeg 2.8.4 release

[FFmpeg-cvslog] avcodec/mpeg4videodec: also for empty partitioned slices

2015-12-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 19 23:21:33 2015 +0100| [70f13abb4f9a376ddc0d2c566739bc3c6a0c47e7] | committer: Michael Niedermayer avcodec/mpeg4videodec: also for empty partitioned slices Fixes assertion failure Fixes:

[FFmpeg-cvslog] avcodec/h264_refs: Fix long_idx check

2015-12-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sat Dec 19 21:59:42 2015 +0100| [3a3be0220834b1bb1de2e68da47cc944cbf5f746] | committer: Michael Niedermayer avcodec/h264_refs: Fix long_idx check Fixes out of array read Fixes mozilla bug 1233606 Found-by: Tyson

[FFmpeg-cvslog] avcodec/mpeg4videodec: also for empty partitioned slices

2015-12-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sat Dec 19 23:21:33 2015 +0100| [bdc6ba460429d78a805c39fecaf7d101df36d11f] | committer: Michael Niedermayer avcodec/mpeg4videodec: also for empty partitioned slices Fixes assertion failure Fixes:

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 040628a web/download: add FFmpeg 2.8.4

2015-12-19 Thread ffmpeg-cvslog
The branch, master has been updated via 040628ac21606ed472e0beb2f07bc08d3f954d7d (commit) from 33764ae5c94f5d5a019acaeaee25b1498a4e0eb3 (commit) - Log - commit 040628ac21606ed472e0beb2f07bc08d3f954d7d Author:

[FFmpeg-cvslog] mlvdec: check that index_entries exist

2015-12-19 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Sat Dec 19 23:47:54 2015 +0100| [63ecbb82fc1d6db23cda10b313c0435866d16384] | committer: Michael Niedermayer mlvdec: check that index_entries exist This fixes NULL pointer dereferencing. Signed-off-by:

[FFmpeg-cvslog] rawdec: only exempt BIT0 with need_copy from buffer sanity check

2015-12-19 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Sat Dec 19 23:49:14 2015 +0100| [9be3441c311c8b09fe3af38169a3ad4c5cb5cac8] | committer: Michael Niedermayer rawdec: only exempt BIT0 with need_copy from buffer sanity check Otherwise the too samll buffer is

[FFmpeg-cvslog] Update Changelog

2015-12-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sun Dec 20 02:58:41 2015 +0100| [644179e0d4155ae8f5ddd5c3f6bd003e2e13cf94] | committer: Michael Niedermayer Update Changelog Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/h264_slice: Simplify ref2frm indexing

2015-12-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Thu Dec 17 22:51:00 2015 +0100| [a628b7083100f96e376d97e5afb12efb74f01e8a] | committer: Michael Niedermayer avcodec/h264_slice: Simplify ref2frm indexing This also suppresses a ubsan warning Fixes Mozilla bug 1230247

[FFmpeg-cvslog] avcodec/h264_mc_template: prefetch list1 only if it is used in the MB

2015-12-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Fri Dec 18 00:20:51 2015 +0100| [50ce06cc7c5aa37ddab9147c13b22aaff959a43a] | committer: Michael Niedermayer avcodec/h264_mc_template: prefetch list1 only if it is used in the MB Fixes ubsan warning Fixes Mozilla bug

[FFmpeg-cvslog] swscale/arm/yuv2rgb: simplify process_16px_* macro call

2015-12-19 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Tue Dec 15 17:04:09 2015 +0100| [c2ad24832139699815b9666b91ae8876fe3b47c1] | committer: Matthieu Bouron swscale/arm/yuv2rgb: simplify process_16px_* macro call >

[FFmpeg-cvslog] ffserver: unify exit path from build_feed_streams()

2015-12-19 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Dec 15 14:51:18 2015 -0800| [532a2833830538925e7830c22a885e73e557d6d7] | committer: Reynaldo H. Verdejo Pinochet ffserver: unify exit path from build_feed_streams() Exit from main on build_feed_streams()

[FFmpeg-cvslog] ffserver: refactor build_feed_streams()

2015-12-19 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Wed Dec 16 18:14:25 2015 -0800| [ae2ed20b5912b00866631e78049f165deb9f2fb2] | committer: Reynaldo H. Verdejo Pinochet ffserver: refactor build_feed_streams() * Avoid excesive nesting that made it really hard to

[FFmpeg-cvslog] ffserver: refactor build_file_streams()

2015-12-19 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Dec 15 22:08:52 2015 -0800| [4ba148a6ea2c3f2491f1dc60246dd62c665ce1cf] | committer: Reynaldo H. Verdejo Pinochet ffserver: refactor build_file_streams() Avoid unneeded nesting, drop redundant var

[FFmpeg-cvslog] nutdec: only copy the header if it exists

2015-12-19 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Dec 18 15:18:47 2015 +0100| [9f82506c79874edd7b09707ab63d9e72078de8f9] | committer: Andreas Cadhalpun nutdec: only copy the header if it exists Fixes ubsan runtime error: null pointer passed as argument 2,

[FFmpeg-cvslog] ffplay: remove existing AVPicture usage

2015-12-19 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Dec 8 22:33:31 2015 +0100| [c413d9e6356e843aa492be9bb0ddf66ae6c97501] | committer: Marton Balint ffplay: remove existing AVPicture usage It is deprecated. Reviewed-by: Paul B Mahol Signed-off-by: Marton Balint

[FFmpeg-cvslog] xwddec: prevent overflow of lsize * avctx->height

2015-12-19 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Dec 18 19:28:51 2015 +0100| [9d38f06d05efbb9d6196c27668eb943e934943ae] | committer: Andreas Cadhalpun xwddec: prevent overflow of lsize * avctx->height This is used to check if the input buffer is large