[FFmpeg-cvslog] doc/filters: mention afifo

2015-11-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 23 10:42:23 2015 +0100| [c7b933885343739e5fc37286d6d2c0736c1ffeb4] | committer: Paul B Mahol doc/filters: mention afifo Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c7b933885343739e5fc37286d6d2c0736c1f

[FFmpeg-cvslog] avfilter/af_afade: add missing fifo write for second stream

2015-11-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 23 10:37:51 2015 +0100| [04a7ce1a8c6779d13ddaf488d4087a63e4b0ce42] | committer: Paul B Mahol avfilter/af_afade: add missing fifo write for second stream Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04a

[FFmpeg-cvslog] avutil/motion_vector: export subpel motion information

2015-11-23 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Nov 12 15:03:07 2015 +0100| [56bdf61baa04c4fd8d165f34499115ce0aa97c43] | committer: Clément Bœsch avutil/motion_vector: export subpel motion information FATE test changes because of the switch from shift to division. > http://git.videolan.org/gitw

[FFmpeg-cvslog] avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.

2015-11-23 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Nov 23 23:03:32 2015 +1100| [e9ec28c95ef68543648073bb9e1531bfc7c85048] | committer: Matt Oliver avutil/x86/bswap: Remove warning about bswap intrinsics with msvc. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] swscale/arm: add ff_nv{12, 21}_to_{argb, rgba, abgr, bgra}_neon

2015-11-23 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Thu Nov 5 14:49:57 2015 +0100| [46feb66972bb9e872aebf15b9fe6ee9075e2615a] | committer: Clément Bœsch swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon Signed-off-by: Matthieu Bouron Signed-off-by: Clément Bœsch > http://git.videolan.org

[FFmpeg-cvslog] avformat/movenc-test: Fix integer overflows

2015-11-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 23 14:25:41 2015 +0100| [188a1a17a6ec5aaa6c7618ad99435a7e21c1247c] | committer: Michael Niedermayer avformat/movenc-test: Fix integer overflows Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 4f98b18 web/security: Add CVEs for 2.8.2, 2.7.3 and 2.6.5

2015-11-23 Thread ffmpeg-cvslog
The branch, master has been updated via 4f98b18729b3bf12fec7ea5f55e9d19b16453d2d (commit) from 5d5effd504c107d44e141ade59ad4e61e5b58562 (commit) - Log - commit 4f98b18729b3bf12fec7ea5f55e9d19b16453d2d Author: Micha

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Remove slice structured mode from H.263 as well as the code automatically enabing it

2015-11-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 22 20:09:11 2015 +0100| [13834c10167320d73ad5bf0d500294fd453b473b] | committer: Michael Niedermayer avcodec/mpegvideo_enc: Remove slice structured mode from H.263 as well as the code automatically enabing it There is no such thing as a s

[FFmpeg-cvslog] lavf/rawenc: Recognize more extensions to encode raw hevc.

2015-11-23 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Nov 24 02:17:54 2015 +0100| [66378f70ab77ca34fbad7dcbd94706aba6cfd30a] | committer: Carl Eugen Hoyos lavf/rawenc: Recognize more extensions to encode raw hevc. Requested-by: Mike Brown, brown at mrvideo vidiot com > http://git.videolan.org/gitw

[FFmpeg-cvslog] avfilter/vsrc_mandelbrot: Fix speed regression

2015-11-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 24 02:59:59 2015 +0100| [e4bfc726cd9c68c6ad3b8f5d9633f32ae2d6a943] | committer: Michael Niedermayer avfilter/vsrc_mandelbrot: Fix speed regression Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avformat/v210: Check width and height

2015-11-23 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Nov 20 20:49:23 2015 -0800| [12a419dacb479d663f04e316f9997568ef326965] | committer: Timothy Gu avformat/v210: Check width and height Fixes a floating point exception when width and height are not supplied (and therefore are zero). > http://git.videol

[FFmpeg-cvslog] imgutils: Use designated initializers for AVClass

2015-11-23 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Nov 20 20:48:06 2015 -0800| [7c91b3021c7af9bea6b65f51d645f7574a883870] | committer: Timothy Gu imgutils: Use designated initializers for AVClass More readable and less breakable. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7c91b3021c7

[FFmpeg-cvslog] avformat/rawvideodec: Rework packet size calculation

2015-11-23 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Nov 20 21:15:08 2015 -0800| [e1a214cadf92af6e1f5614c4d801d63e462d8272] | committer: Timothy Gu avformat/rawvideodec: Rework packet size calculation Calculate packet size only once, and propagate errors earlier in the chain. Also remove use of the dep