[FFmpeg-cvslog] Merge remote-tracking branch 'cehoyos/master'

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 21 01:26:30 2015 +0200| [737b0ca65b485a85ab1996241be05d08d1878682] | committer: Michael Niedermayer Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: lavc/qdrw: Do not fail decoding valid Quickdraw images. lavf/mov: Use

[FFmpeg-cvslog] lavc/qdrw: Do not fail decoding valid Quickdraw images.

2015-05-20 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu May 21 01:05:13 2015 +0200| [209e91cbc4e1c4feaa3b7c2671b864b77874eff8] | committer: Carl Eugen Hoyos lavc/qdrw: Do not fail decoding valid Quickdraw images. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=209e91cbc4e1c4feaa3b7c2671b8

[FFmpeg-cvslog] lavf/mkv: Only skip prores header if the packet is large enough.

2015-05-20 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu May 21 00:43:38 2015 +0200| [8f6b919d99687416deaedb2df6b8b5f49645a291] | committer: Carl Eugen Hoyos lavf/mkv: Only skip prores header if the packet is large enough. Fixes a possible endless loop. > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] ffmpeg_opt: add missing space in error message

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 21 01:47:50 2015 +0200| [0b9d636877a4ac5d5e4736ad34da083998ea60be] | committer: Michael Niedermayer ffmpeg_opt: add missing space in error message Found-by: rcombs Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] lavf/mov: Write colour matrix "6" for color_space bt470bg.

2015-05-20 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu May 21 00:44:34 2015 +0200| [c4f864193f9753df3f721d5cebe39f32bd04ac11] | committer: Carl Eugen Hoyos lavf/mov: Write colour matrix "6" for color_space bt470bg. This matches the demuxer's behaviour. > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] lavf/mov: Use AVCOL_SPC constants when checking color_space.

2015-05-20 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu May 21 01:04:57 2015 +0200| [4fb3efd2c17c419cb7a170e5438b35453ceaaf30] | committer: Carl Eugen Hoyos lavf/mov: Use AVCOL_SPC constants when checking color_space. Suggested-by: Ronald Bultje > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] ffmpeg_opt: Give the user a hint on how to ignore unsupported streams

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 21 01:09:04 2015 +0200| [100df10b0f494060a07960f2306c6db414c28c8e] | committer: Michael Niedermayer ffmpeg_opt: Give the user a hint on how to ignore unsupported streams Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitwe

[FFmpeg-cvslog] ffmpeg_opt: fix the error message log level for the unsupported stream types

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 21 01:09:49 2015 +0200| [592b053c7bacde6d13fe69bffd5b1b3b71fa1ca9] | committer: Michael Niedermayer ffmpeg_opt: fix the error message log level for the unsupported stream types Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] libvpx: add support for yuv440p and yuv440p10/12 encoding

2015-05-20 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 20 17:52:47 2015 -0300| [40bf3687a1c12dc859ad9e76a53c79dd15d99ed6] | committer: James Almer libvpx: add support for yuv440p and yuv440p10/12 encoding Reviewed-by: James Zern Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] ffmpeg: support ignoring unsupported mapped streams

2015-05-20 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed May 20 17:49:18 2015 -0500| [a2aff2690b578d6e449b5435e69e43f892499750] | committer: Michael Niedermayer ffmpeg: support ignoring unsupported mapped streams Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] Merge commit '3efe0393e4f0eaa27bac8833edbd7d3cff4704e1'

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 20 19:33:13 2015 +0200| [642355712b970c4b17a207cc0ea42ea6adaba39f] | committer: Michael Niedermayer Merge commit '3efe0393e4f0eaa27bac8833edbd7d3cff4704e1' * commit '3efe0393e4f0eaa27bac8833edbd7d3cff4704e1': hevc: make avcodec_decode_v

[FFmpeg-cvslog] hevc: make avcodec_decode_video2() fail if get_format() fails

2015-05-20 Thread wm4
ffmpeg | branch: master | wm4 | Thu May 14 19:23:57 2015 +0200| [3efe0393e4f0eaa27bac8833edbd7d3cff4704e1] | committer: Vittorio Giovara hevc: make avcodec_decode_video2() fail if get_format() fails Personally, I need the decoder to back out if get_format() returns no usable pixel format. This

[FFmpeg-cvslog] nutdec: abort if EOF is reached in decode_info_header/read_sm_data

2015-05-20 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed May 20 00:34:42 2015 +0200| [bb23a15df507440deb0dcf25099d321d0f73dc28] | committer: Andreas Cadhalpun nutdec: abort if EOF is reached in decode_info_header/read_sm_data These loops can take a lot of time if count is very large. Reviewed-by: Mi

[FFmpeg-cvslog] avcodec/vmnc: Add back adapted comment about 24bit

2015-05-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed May 20 19:24:54 2015 +0200| [265d884eb076aca31a84596a41eb8b9db96db6b4] | committer: Michael Niedermayer avcodec/vmnc: Add back adapted comment about 24bit Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] lavfi: Move avcodec header to the only filter needing it

2015-05-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Thu May 14 23:37:25 2015 +0100| [7046bd9bc9ce04521edf453c9b603d84d69c7512] | committer: Vittorio Giovara lavfi: Move avcodec header to the only filter needing it af_ashowinfo, due to the enum AVAudioServiceType use. > http://git.videolan.org/gitweb

[FFmpeg-cvslog] Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512'

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 20 19:03:51 2015 +0200| [6b783d2acea049d3ebbfe1352b55c8efe8b5168c] | committer: Michael Niedermayer Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512' * commit '7046bd9bc9ce04521edf453c9b603d84d69c7512': lavfi: Move avcodec header

[FFmpeg-cvslog] nutdec: stop skipping bytes at EOF

2015-05-20 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed May 20 00:31:24 2015 +0200| [fa7dec8cb00d2d0dd96ff9863ccda38428610a21] | committer: Andreas Cadhalpun nutdec: stop skipping bytes at EOF This can unnecessarily waste a lot of time. Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Cadha

[FFmpeg-cvslog] nutdec: fix infinite resync loops

2015-05-20 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed May 20 00:06:05 2015 +0200| [37e679881d364b6da817d829d35869d657218ab3] | committer: Andreas Cadhalpun nutdec: fix infinite resync loops nut->last_syncpoint_pos doesn't necessarily change between resync attempts, so find_any_startcode can return

[FFmpeg-cvslog] vmnc: Delay pixel size check

2015-05-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue May 19 16:57:46 2015 +0100| [eafbc6716cede6d4a652f8bedf82f2901c68d06d] | committer: Vittorio Giovara vmnc: Delay pixel size check Some clients incorrectly set 24 as bits_per_coded_sample, while the actual value is preserved in one of the codec h

[FFmpeg-cvslog] Merge commit 'eafbc6716cede6d4a652f8bedf82f2901c68d06d'

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 20 18:31:55 2015 +0200| [a4c7aeaf82decc6a0d72b8d4447932363daa65a2] | committer: Michael Niedermayer Merge commit 'eafbc6716cede6d4a652f8bedf82f2901c68d06d' * commit 'eafbc6716cede6d4a652f8bedf82f2901c68d06d': vmnc: Delay pixel size chec

[FFmpeg-cvslog] avcodec/vmnc: Simplify "24bit" support

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 20 18:50:38 2015 +0200| [b6ca7bfc7c12356e9e33eeab0ee8bf7ec865b944] | committer: Michael Niedermayer avcodec/vmnc: Simplify "24bit" support This also makes the code more robust, removing potential out of array writes. Signed-off-by: Micha

[FFmpeg-cvslog] avcodec/hevc: Remove unused variable

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 20 18:15:22 2015 +0200| [6d1935d1b91c708619fe0b31eeed9c8d29378a4b] | committer: Michael Niedermayer avcodec/hevc: Remove unused variable Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d19

[FFmpeg-cvslog] configure: add cpuflags for loongson3 series cpu

2015-05-20 Thread 周晓勇
ffmpeg | branch: master | 周晓勇 | Wed May 20 18:17:56 2015 +0800| [f9d05786a82f25a18dbf8e2fe208e46405bb64c8] | committer: Michael Niedermayer configure: add cpuflags for loongson3 series cpu Signed-off-by: ZhouXiaoyong Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avformat/nutdec: Fix recovery when immedeately after seeking a failure happens

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 20 17:32:48 2015 +0200| [b3496b4a33e806b7afdcbbf6f468b0332b676d7c] | committer: Michael Niedermayer avformat/nutdec: Fix recovery when immedeately after seeking a failure happens Found-by: Andreas Cadhalpun Signed-off-by: Michael Niederm

[FFmpeg-cvslog] avformat/nutdec: Return error on EOF from get_str()

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 20 17:13:15 2015 +0200| [6bbb2f8f4da67af374d62403742482cc5962aa21] | committer: Michael Niedermayer avformat/nutdec: Return error on EOF from get_str() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] fate: Add fate-mathops test

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 20 13:40:35 2015 +0200| [611e1085f8d21c0e7d1d6a975fa188c8f6898927] | committer: Michael Niedermayer fate: Add fate-mathops test Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=611e1085f8d21

[FFmpeg-cvslog] avcodec: add mathops test

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 20 13:38:01 2015 +0200| [50965e067371a905dca04f5f867d5dd497d85871] | committer: Michael Niedermayer avcodec: add mathops test Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50965e067371a90

[FFmpeg-cvslog] lavc/vmnc: Fix 32bit colour-space, there is no transparency.

2015-05-20 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed May 20 14:59:38 2015 +0200| [eb0c08bc6938d1e873097a9c02772787d85b54b8] | committer: Carl Eugen Hoyos lavc/vmnc: Fix 32bit colour-space, there is no transparency. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb0c08bc6938d1e873097a9

[FFmpeg-cvslog] configure: disable mipsfpu for loongson3

2015-05-20 Thread 周晓勇
ffmpeg | branch: master | 周晓勇 | Wed May 20 18:15:49 2015 +0800| [0d41f1ffbcaedcd9cbffd0625277b0de2360e9a5] | committer: Michael Niedermayer configure: disable mipsfpu for loongson3 MIPSFPU optimization does't support FATE correctly on Loongson-3. Signed-off-by: ZhouXiaoyong Signed-off-by: Mi

[FFmpeg-cvslog] doc/encoders: add flac

2015-05-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 20 02:31:03 2015 +0200| [886ba93009036988e7301010f1a5c55388bcdf84] | committer: Michael Niedermayer doc/encoders: add flac Reviewed-by: James Almer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c