[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 95ca99b .gitignore: some font temporaries

2015-10-13 Thread ffmpeg-cvslog
The branch, master has been updated via 95ca99b3daa66dbb4e3484878d4df43fe8eed965 (commit) from c609ad9680fe547ded2b6a6a1ed46df3c8f1357a (commit) - Log - commit 95ca99b3daa66dbb4e3484878d4df43fe8eed965 Author: Ganes

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. c609ad9 web/src/about: add note on portability

2015-10-13 Thread ffmpeg-cvslog
The branch, master has been updated via c609ad9680fe547ded2b6a6a1ed46df3c8f1357a (commit) from 578a884d133f82568eb114cc23b7177ef9fe7208 (commit) - Log - commit c609ad9680fe547ded2b6a6a1ed46df3c8f1357a Author: Ganes

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 578a884 web/download: Add FFmpeg 2.8.1

2015-10-13 Thread ffmpeg-cvslog
The branch, master has been updated via 578a884d133f82568eb114cc23b7177ef9fe7208 (commit) from 7ff5c5c6644f800ea4ba24c8ee3842253f0fe57b (commit) - Log - commit 578a884d133f82568eb114cc23b7177ef9fe7208 Author: Micha

[FFmpeg-cvslog] Tag n2.8.1 : FFmpeg 2.8.1 release

2015-10-13 Thread git
[ffmpeg] [branch: refs/tags/n2.8.1] Tag:fab7155dc1281d81811fc72fa0d3e0316139082c > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=fab7155dc1281d81811fc72fa0d3e0316139082c Tagger: Michael Niedermayer Date: Wed Oct 14 04:29:00 2015 +0200 FFmpeg 2.8.1 release __

[FFmpeg-cvslog] avformat/mov: fix integer overflow

2015-10-13 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Oct 10 13:39:28 2015 -0400| [d59bfcd11229300182c672ca734568919a85f773] | committer: Ganesh Ajjanagadde avformat/mov: fix integer overflow Partially fixes Ticket 4727. -duration is not a safe expression, since duration can be INT_MIN. One migh

[FFmpeg-cvslog] ffserver_config: check for INT_MIN before doing FFABS

2015-10-13 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Oct 9 11:25:16 2015 -0400| [4c8ca76965b1c29758246624940cbc529e7141f0] | committer: Ganesh Ajjanagadde ffserver_config: check for INT_MIN before doing FFABS FFABS(INT_MIN) is not safe. Alternative of using FFNABS is not as readable. Reviewed-

[FFmpeg-cvslog] x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2

2015-10-13 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 13 20:03:52 2015 -0300| [74a87ae21075d694ada0d19705d9ec40b39d6037] | committer: James Almer x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2 Reviewed-by: Henrik Gramner Signed-off-by: James Almer > http://git.videolan.o

[FFmpeg-cvslog] dnxhdenc: fix access outside of image

2015-10-13 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Tue Oct 13 22:02:41 2015 +0200| [234369d0fd04f1ddfc10d6a73a1a0aa5cb7ea17c] | committer: James Almer dnxhdenc: fix access outside of image This is the same test as for the 8bit case. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2343

[FFmpeg-cvslog] x86: simple_idct10_template: use const

2015-10-13 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Tue Oct 13 21:21:39 2015 +0200| [74c414202f0eda01571dc362a4b4cb342dc1fb64] | committer: Michael Niedermayer x86: simple_idct10_template: use const This avoid going through constants.c while still sharing them with proresdsp.asm Reviewed-by: "Rona

[FFmpeg-cvslog] Update for 2.8.1

2015-10-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Tue Oct 13 20:44:52 2015 +0200| [40934e0e9b632fa6c6ec22ac03b530625a027c79] | committer: Michael Niedermayer Update for 2.8.1 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40934e0e9b632fa6c6e

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 7ff5c5c index: typo fix

2015-10-13 Thread ffmpeg-cvslog
The branch, master has been updated via 7ff5c5c6644f800ea4ba24c8ee3842253f0fe57b (commit) from bc26efa6d84b54d88551c0bd547f333f138c79a4 (commit) - Log - commit 7ff5c5c6644f800ea4ba24c8ee3842253f0fe57b Author: Reyna

[FFmpeg-cvslog] swscale: fix ticket #4881

2015-10-13 Thread Pedro Arthur
ffmpeg | branch: release/2.8 | Pedro Arthur | Tue Oct 13 13:32:07 2015 -0300| [bb3b4ad46030939fbf44fb83c004ab851c55c3d3] | committer: Carl Eugen Hoyos swscale: fix ticket #4881 When scaling only a slice of a frame the output was written always in the first lines leaving the rest of the frame b

[FFmpeg-cvslog] avutil/fifo: Fix thread saftey of av_fifo_generic_peek()

2015-10-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Oct 13 18:29:04 2015 +0200| [147b12162da60da1ebfe38f626e9f82b2102f26b] | committer: Michael Niedermayer avutil/fifo: Fix thread saftey of av_fifo_generic_peek() changing the context state and restoring it is not safe if another thread writes

[FFmpeg-cvslog] swscale: fix ticket #4881

2015-10-13 Thread Pedro Arthur
ffmpeg | branch: master | Pedro Arthur | Tue Oct 13 13:32:07 2015 -0300| [5bd62a1b3c3356b84818efca3fcaf52da27a32af] | committer: Pedro Arthur swscale: fix ticket #4881 When scaling only a slice of a frame the output was written always in the first lines leaving the rest of the frame black. >

[FFmpeg-cvslog] avcodec/mips/aaccoder_mips: Sync with the generic code

2015-10-13 Thread Nedeljko Babic
ffmpeg | branch: master | Nedeljko Babic | Tue Oct 13 16:14:51 2015 +0200| [de262d018d7d7d9c967af1dfd1b861c4b9eb2a60] | committer: Michael Niedermayer avcodec/mips/aaccoder_mips: Sync with the generic code This patch fixes build of AAC encoder optimized for mips that was broken due to some ch

[FFmpeg-cvslog] vp9: 10/12bpp sse2 SIMD for iadst16.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Thu Oct 8 16:53:44 2015 -0400| [3d0ca2fe89ea0d2fcd326685354eb17f6da41580] | committer: Ronald S. Bultje vp9: 10/12bpp sse2 SIMD for iadst16. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d0ca2fe89ea0d2fcd326685354eb17f6da41580 ---

[FFmpeg-cvslog] vp9: add 12bpp sse2 versions of iadst4.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Tue Oct 6 21:59:10 2015 -0400| [a35f6bdb38aa140ad127f207dbead1a88594915f] | committer: Ronald S. Bultje vp9: add 12bpp sse2 versions of iadst4. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a35f6bdb38aa140ad127f207dbead1a88594915f ---

[FFmpeg-cvslog] vp9: refactor 10/12bpp dc-only code in 4x4/8x8 and add to 16x16.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Mon Oct 12 10:21:48 2015 -0400| [0e80265b0a2af1cd62d126346dabe2bd814b57c7] | committer: Ronald S. Bultje vp9: refactor 10/12bpp dc-only code in 4x4/8x8 and add to 16x16. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e80265b0a2af1cd62d

[FFmpeg-cvslog] vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Mon Oct 12 10:19:05 2015 -0400| [488fadebbc4b6716be319c4c7bb7d7e8652a9653] | committer: Ronald S. Bultje vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=488fadebbc4b6716be319c4c7bb7d7e

[FFmpeg-cvslog] vp9: use registers for constant loading where possible.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Mon Oct 12 09:54:59 2015 -0400| [e57863838230b6a42b6632fbc501d34dfd5ec975] | committer: Ronald S. Bultje vp9: use registers for constant loading where possible. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e57863838230b6a42b6632fbc501

[FFmpeg-cvslog] vp9: refactor itx coefficients and share between 8 and 10/12bpp.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Sat Oct 10 20:31:57 2015 -0400| [408bb8556fde971d407d69d47edb350499e7c081] | committer: Ronald S. Bultje vp9: refactor itx coefficients and share between 8 and 10/12bpp. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=408bb8556fde971d407

[FFmpeg-cvslog] vp9: add 10/12bpp sse2 SIMD versions of iadst8x8.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Wed Oct 7 15:42:52 2015 -0400| [cb054d061a3e0da54309367b8b2b3070376ae752] | committer: Ronald S. Bultje vp9: add 10/12bpp sse2 SIMD versions of iadst8x8. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb054d061a3e0da54309367b8b2b307037

[FFmpeg-cvslog] vp9: add itxfm_add eob shortcuts to 10/12bpp functions.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Fri Oct 9 22:35:49 2015 -0400| [eb4b5ff738db3655838718b743907b04dcb539ff] | committer: Ronald S. Bultje vp9: add itxfm_add eob shortcuts to 10/12bpp functions. These aren't quite as helpful as the ones in 8bpp, since over there, we can use pmulhrsw

[FFmpeg-cvslog] vp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Thu Oct 8 10:16:36 2015 -0400| [1338fb79d4fda55e8c2ad4cc7b49dcde60f9785d] | committer: Ronald S. Bultje vp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1338fb79d4fda55e8c2ad4cc7b4

[FFmpeg-cvslog] vp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Tue Oct 6 11:42:03 2015 -0400| [f76423d0975dae4bb2513e6b20be2a7803fd7019] | committer: Ronald S. Bultje vp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f76423d0975dae4bb2513e6b2

[FFmpeg-cvslog] vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Tue Oct 6 11:01:48 2015 -0400| [1c3be32533e506d66b5a8eb7b93b12d4442146fb] | committer: Ronald S. Bultje vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c3be32533e506d66b5a8eb7b

[FFmpeg-cvslog] vp9: initial attempt at a idct_idct_4x4 12bpp x86 simd (sse2) impl.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Mon Oct 12 10:16:56 2015 -0400| [235e76aeb877bd1b23c12e74588e86752e3dfbe7] | committer: Ronald S. Bultje vp9: initial attempt at a idct_idct_4x4 12bpp x86 simd (sse2) impl. The trouble with this function is that intermediates overflow 31+sign bits,

[FFmpeg-cvslog] vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Tue Oct 6 11:03:45 2015 -0400| [6b579cf547a75a0cbda5cb7f10eab9ca07522b0a] | committer: Ronald S. Bultje vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b579cf547a75a0cbda5cb7f10eab9

[FFmpeg-cvslog] vp9: add 10/12bpp sse2 SIMD for idct_idct_8x8.

2015-10-13 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Mon Oct 12 10:17:23 2015 -0400| [e0610787b2ef8053ee7efeb14393ba4469d68237] | committer: Ronald S. Bultje vp9: add 10/12bpp sse2 SIMD for idct_idct_8x8. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0610787b2ef8053ee7efeb14393ba4469d68

[FFmpeg-cvslog] avcodec/dct-test: Print failure notice below the failed *dct

2015-10-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Oct 12 23:40:34 2015 +0200| [a745d1a9e4c426b847ed17cfb85764e60c1c10b0] | committer: Michael Niedermayer avcodec/dct-test: Print failure notice below the failed *dct This makes it easier to see where a failure happens Signed-off-by: Michael N

[FFmpeg-cvslog] x86: dct-test: add more idcts

2015-10-13 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Oct 12 19:37:50 2015 +0200| [b6594a9605debcfddc049627808d5319f1df537f] | committer: Michael Niedermayer x86: dct-test: add more idcts In particular for 10 and 12 bits. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] x86: simple_idct: 12bits versions

2015-10-13 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Oct 12 19:37:49 2015 +0200| [7ece8b50b19e140ace13eda6f1a9f45f868c2528] | committer: Michael Niedermayer x86: simple_idct: 12bits versions On 12 frames of a 444p 12 bits DNxHR sequence, _put function: C: 78902 decicycles in idct, 26207

[FFmpeg-cvslog] x86: simple_idct(_put): 10bits versions

2015-10-13 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Oct 12 19:37:47 2015 +0200| [4369b9dc7b2b0da594223ce46615ba8e2b4cead6] | committer: Michael Niedermayer x86: simple_idct(_put): 10bits versions Modeled from the prores version. Clips to [0;1023] and is bitexact. Bitexactness requires to add of

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. bc26efa index: add missing / to url

2015-10-13 Thread ffmpeg-cvslog
The branch, master has been updated via bc26efa6d84b54d88551c0bd547f333f138c79a4 (commit) from cd58f91cf71ada9cee59573d1b020b44143e9e7f (commit) - Log - commit bc26efa6d84b54d88551c0bd547f333f138c79a4 Author: compn

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. cd58f91 index: add thank you note about our new hosters.

2015-10-13 Thread ffmpeg-cvslog
The branch, master has been updated via cd58f91cf71ada9cee59573d1b020b44143e9e7f (commit) from c66bebcd0dae15ff2dc5198f73174bebe53d682a (commit) - Log - commit cd58f91cf71ada9cee59573d1b020b44143e9e7f Author: compn

[FFmpeg-cvslog] x86: simple_idct10_template: fix overflow in pass

2015-10-13 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Oct 12 19:37:46 2015 +0200| [e652f69b354bc6b5819012979985794cfd2805c9] | committer: Michael Niedermayer x86: simple_idct10_template: fix overflow in pass When the input of a pass has 15 or 16 bits of precision (in particular the column pass),

[FFmpeg-cvslog] avfilter/af_sidechaincompress: replace FFABS with fabs

2015-10-13 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Oct 13 09:37:18 2015 +0200| [3b336ec2fbd4b9e16144d3247428009c6fb301f0] | committer: Paul B Mahol avfilter/af_sidechaincompress: replace FFABS with fabs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b336ec2fbd4b9e16144d3247428009

[FFmpeg-cvslog] avfilter/af_astats: replace FFABS with fabs

2015-10-13 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Oct 13 09:34:39 2015 +0200| [ac6b7c47cc568b0155d332aa1cf1c6c79dfee0f1] | committer: Paul B Mahol avfilter/af_astats: replace FFABS with fabs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac6b7c47cc568b0155d332aa1cf1c6c79dfee0f1 -

[FFmpeg-cvslog] avfilter/af_agate: replace FFABS with fabs

2015-10-13 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Oct 13 09:31:16 2015 +0200| [9ab98b580eb5aab7c188b3f6179f60e4a0bc0314] | committer: Paul B Mahol avfilter/af_agate: replace FFABS with fabs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ab98b580eb5aab7c188b3f6179f60e4a0bc0314 --