[FFmpeg-cvslog] libavcodec/exr : cosmetics, rename variable in b44_uncompress func

2016-07-13 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sun Jun 26 22:27:37 2016 +0200| [f2b08a07028ebf6511929ed4f5f55a4479d4f825] | committer: Michael Niedermayer libavcodec/exr : cosmetics, rename variable in b44_uncompress func Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] Merge commit '76729970049fe95659346503f7401a5d869f9959'

2016-07-13 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jul 13 16:34:39 2016 +0200| [3c058f570128dcfa3a68f0860e2be7f098e8d6e1] | committer: Matthieu Bouron Merge commit '76729970049fe95659346503f7401a5d869f9959' * commit '76729970049fe95659346503f7401a5d869f9959': mov: Implement support for multiple

[FFmpeg-cvslog] mov: Implement support for multiple sample description tables

2016-07-13 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Jun 15 15:24:30 2016 -0400| [76729970049fe95659346503f7401a5d869f9959] | committer: Vittorio Giovara mov: Implement support for multiple sample description tables Store data from each stsd in a separate extradata buffer, keep track of the stsc i

[FFmpeg-cvslog] mov: Support prores with multiple stsd

2016-07-13 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Thu Jun 9 18:55:19 2016 -0400| [846a3e78a535f05ee61bb23a160f3378f041f751] | committer: Vittorio Giovara mov: Support prores with multiple stsd This function needs to return false, or data in the additional tables will be skipped, and the decoder wi

[FFmpeg-cvslog] Merge commit '846a3e78a535f05ee61bb23a160f3378f041f751'

2016-07-13 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jul 13 16:56:20 2016 +0200| [354336490da0c1ee2c887bbf8f25b46610233608] | committer: Matthieu Bouron Merge commit '846a3e78a535f05ee61bb23a160f3378f041f751' * commit '846a3e78a535f05ee61bb23a160f3378f041f751': mov: Support prores with multiple s

[FFmpeg-cvslog] tests/checkasm: reduce cosmetic diff with libav

2016-07-13 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jul 13 17:11:58 2016 +0200| [495a40cecb4dc167b4acc686d44bba231eca0c18] | committer: Matthieu Bouron tests/checkasm: reduce cosmetic diff with libav Chunk was not merged in ca5ec2bf51d8c4f8bb0a829d0a65c70c96a3. > http://git.videolan.org/gitwe

[FFmpeg-cvslog] Merge commit '105998fb5ca3c343f5c8cb39ce3197f87a5e4d36'

2016-07-13 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jul 13 17:16:14 2016 +0200| [a91c330a29f3fa49f5a2991ce52e04213fe68f7b] | committer: Matthieu Bouron Merge commit '105998fb5ca3c343f5c8cb39ce3197f87a5e4d36' * commit '105998fb5ca3c343f5c8cb39ce3197f87a5e4d36': checkasm: Add tests for h264 idct

[FFmpeg-cvslog] checkasm: Add tests for h264 idct

2016-07-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Jun 11 14:17:37 2016 +0300| [105998fb5ca3c343f5c8cb39ce3197f87a5e4d36] | committer: Martin Storsjö checkasm: Add tests for h264 idct The tests are inspired by similar tests for vp9 by Ronald Bultje. Signed-off-by: Martin Storsjö > http://git.vi

[FFmpeg-cvslog] fate: fix fate-vp8 dependencies

2016-07-13 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jul 12 16:50:30 2016 -0300| [fde9c5e4243087a0a612a38a705549e7f80362a9] | committer: James Almer fate: fix fate-vp8 dependencies Fix the demuxer dependencies in some of the tests and remove the vp8 decoder dependency for the stream copy tests Reviewed

[FFmpeg-cvslog] Merge commit 'ec9f04423b82afa323e90f5b2c677be74302c1fd'

2016-07-13 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jul 13 17:39:47 2016 +0200| [57fa9608e419ddc377d04f508329595ec1e027cb] | committer: Matthieu Bouron Merge commit 'ec9f04423b82afa323e90f5b2c677be74302c1fd' * commit 'ec9f04423b82afa323e90f5b2c677be74302c1fd': ffv1: Error out on unsupported form

[FFmpeg-cvslog] ffv1: Error out on unsupported format

2016-07-13 Thread Jerome Martinez
ffmpeg | branch: master | Jerome Martinez | Thu Jun 16 16:33:55 2016 +0200| [ec9f04423b82afa323e90f5b2c677be74302c1fd] | committer: Luca Barbato ffv1: Error out on unsupported format Transparency is supported only by YUV and within specific bit depths. > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avfilter/vf_uspp: Check for encoding failure

2016-07-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 13 20:16:27 2016 +0200| [e879819e7b271e08cfdea9cbcf0f879b04bd09c3] | committer: Michael Niedermayer avfilter/vf_uspp: Check for encoding failure Fixes CID1363015 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] diracdec: fix maximum quantization index checks

2016-07-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Jul 13 23:40:06 2016 +0100| [b2b12b2d4ab1347e06770bfb4ea1bdf1b1c70527] | committer: Rostislav Pehlivanov diracdec: fix maximum quantization index checks Found by Coverity, fixes CID1363961 and CID1363962 Signed-off-by: Rostislav Pehlivanov

[FFmpeg-cvslog] dirac_vlc: fix undefined shifts

2016-07-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Jul 13 23:35:03 2016 +0100| [e24c31b656254b2516befbde78aeaca0122a6010] | committer: Rostislav Pehlivanov dirac_vlc: fix undefined shifts Shifting by more than 63 bits is undefined behavior, athough any compiler not returning 0 after shifting

[FFmpeg-cvslog] dirac_vlc: remove redundant macro declaration

2016-07-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Jul 13 23:38:10 2016 +0100| [9c0aba434e774f9d8d99d6d3c4adc8dcabf3a052] | committer: Rostislav Pehlivanov dirac_vlc: remove redundant macro declaration Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] diracdec: fix unchecked byte length

2016-07-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Jul 13 23:53:05 2016 +0100| [000eb01a7d14ee635bd0e554ea92e05feb8cf685] | committer: Rostislav Pehlivanov diracdec: fix unchecked byte length Also drops the start variable since it's redundant. Found by Coverity, fixes CID1363964 Signed-off-

[FFmpeg-cvslog] dirac_vlc: add a SET_RESIDUE macro and fix recent regression

2016-07-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Jul 14 01:00:59 2016 +0100| [c4adcff976043dd3121660a90f654d5081ea9094] | committer: Rostislav Pehlivanov dirac_vlc: add a SET_RESIDUE macro and fix recent regression Can also be used in future cleanups since 99% of the time the leftover appe

[FFmpeg-cvslog] dirac_vlc: prevent shifting a 0 by 64 bits when zeroing residue

2016-07-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Jul 14 01:26:51 2016 +0100| [f41e37b84f3d57c29d4a2a21f9337159135b981d] | committer: Rostislav Pehlivanov dirac_vlc: prevent shifting a 0 by 64 bits when zeroing residue Adding a check for bits == 0 would still make Coverity misdetect this, s