[FFmpeg-cvslog] MAINTAINERS: Add developers who have git write access but are otherwise not listed

2016-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 21 18:22:03 2016 +0100| [08d3b9ad912054833327a895c27abb52716ed6e5] | committer: Michael Niedermayer MAINTAINERS: Add developers who have git write access but are otherwise not listed Signed-off-by: Michael Niedermayer > http://git.vide

[FFmpeg-cvslog] MAINTAINERS: Add Vittorio to " Developers with git write access who are currently not maintaining any specific part "

2016-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 23 12:04:27 2016 +0100| [334775f58f0981ad33bdb1cda5cecabdbd01f2ba] | committer: Michael Niedermayer MAINTAINERS: Add Vittorio to "Developers with git write access who are currently not maintaining any specific part" Signed-off-by: Michae

[FFmpeg-cvslog] softfloat: decrease MIN_EXP to cover full float range

2016-11-24 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Nov 25 00:26:51 2016 +0100| [2d6f46d801bab990b7e742b8a8e5c5b0cb70a80e] | committer: Andreas Cadhalpun softfloat: decrease MIN_EXP to cover full float range floats are not necessarily normalized, so a normalized softfloat needs MIN_EXP lowered b

[FFmpeg-cvslog] fate/exr: add test for pxr24 with half and uint32 channel

2016-11-24 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Thu Nov 17 21:25:19 2016 +0100| [c9d1f4883d87f70448319cb80607bac23113a0b5] | committer: Andreas Cadhalpun fate/exr: add test for pxr24 with half and uint32 channel Signed-off-by: Andreas Cadhalpun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] libavcodec/exr: add support for uint32 channel decoding with pxr24

2016-11-24 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Thu Nov 17 21:24:42 2016 +0100| [5099c541bbb9174c6af8376c8793907c50ca3e97] | committer: Andreas Cadhalpun libavcodec/exr: add support for uint32 channel decoding with pxr24 Doesn't decode the uint32 layer, but decodes the half part of the file. Signe

[FFmpeg-cvslog] flvdec: require need_context_update when changing codec id

2016-11-24 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Nov 4 21:37:13 2016 +0100| [98b3a7979f2ff64cacfba4d8925faa28fc657c51] | committer: Andreas Cadhalpun flvdec: require need_context_update when changing codec id Otherwise the codec context and codecpar might disagree on the codec id, triggering

[FFmpeg-cvslog] libopusdec: default to stereo for invalid number of channels

2016-11-24 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Nov 14 21:41:45 2016 +0100| [8c8f543b81aa2b50bb6a6cfd370a0061281492a3] | committer: Andreas Cadhalpun libopusdec: default to stereo for invalid number of channels This fixes an out-of-bounds read if avc->channels is 0. Reviewed-by: Michael Nie

[FFmpeg-cvslog] fate/swresample: add resample exact_lin and exact_lin_async test

2016-11-24 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Thu Nov 24 03:30:25 2016 +0700| [ebb4c783d025122a20aa6fb21ddf73b861da18ef] | committer: Muhammad Faiz fate/swresample: add resample exact_lin and exact_lin_async test Reviewed-by: Michael Niedermayer Signed-off-by: Muhammad Faiz > http://git.videola

[FFmpeg-cvslog] swresample/resample: optimize exact_rational=on:linear_interp=on case

2016-11-24 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Thu Nov 24 15:02:07 2016 +0700| [06f94149c61fd6beff6fcd0fd7ccc34b77c948dc] | committer: Muhammad Faiz swresample/resample: optimize exact_rational=on:linear_interp=on case separate dsp.resample to dsp.resample_common and dsp.resample_linear and choose

[FFmpeg-cvslog] avfilter/tests/.gitignore: add integral

2016-11-24 Thread Wan-Teh Chang
ffmpeg | branch: master | Wan-Teh Chang | Wed Nov 23 15:08:20 2016 -0800| [dceac9a4a754570a34cd90dda8595768ef1a4064] | committer: Michael Niedermayer avfilter/tests/.gitignore: add integral Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dceac9a

[FFmpeg-cvslog] avutil/tests: add cpu_init to .gitignore and tests/fate

2016-11-24 Thread Wan-Teh Chang
ffmpeg | branch: master | Wan-Teh Chang | Wed Nov 23 15:08:20 2016 -0800| [048b46b4e294e8bea4ab381e5e5080a4ca31bf35] | committer: Michael Niedermayer avutil/tests: add cpu_init to .gitignore and tests/fate This is a follow-up to commit d84a21207ea83055dc9b6dc1cd6a379f2ea756e7, which added the

[FFmpeg-cvslog] cuda: check for cuda.h when enabled

2016-11-24 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Nov 24 13:39:13 2016 -0300| [d1de725beed3da2c1bb9c094b846e2f4370150cb] | committer: James Almer cuda: check for cuda.h when enabled Fixes make checkheaders on systems without the Cuda Toolkit, which was broken after the dynlink changes. Signed-off-by

[FFmpeg-cvslog] ffmpeg_filter: fix several logic failures

2016-11-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 24 16:14:27 2016 +0100| [8f5a2bed5eabd423db4a05521a96b71babeff332] | committer: Paul B Mahol ffmpeg_filter: fix several logic failures Move global thread variables to better place. Use correct variable for simple and complex filtergraphs. This m