[FFmpeg-cvslog] hevc: reuse edge emu buffer for coefficients

2014-10-01 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Tue Sep 23 21:36:43 2014 +| [9a3653c9ecc4b502513a70bccd4090ed12b0] | committer: Michael Niedermayer hevc: reuse edge emu buffer for coefficients Kind of hackish but... Reviewed-by: Mickael Raulet Signed-off-by: Michael Niedermayer > ht

[FFmpeg-cvslog] avcodec/libx264: add avcintra-class

2014-10-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Oct 1 16:19:45 2014 +0200| [0a7afedc4819167a50516a4402a4638c7439df6e] | committer: Michael Niedermayer avcodec/libx264: add avcintra-class Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a7af

[FFmpeg-cvslog] avformat/movenc: AVC Intra support

2014-10-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 28 01:18:43 2014 +0200| [23f0e2edec3d9a87e3cc39f5d9a9384cb53b81bd] | committer: Michael Niedermayer avformat/movenc: AVC Intra support Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=23f0e2

[FFmpeg-cvslog] avformat/movenc: automatically set AVC-Intra tag

2014-10-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Oct 1 16:23:48 2014 +0200| [f2e53808e329c403d1a409f3c35a93854064b6a2] | committer: Michael Niedermayer avformat/movenc: automatically set AVC-Intra tag Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] x86/mpegvideoencdsp: improve ff_pix_sum16_sse2

2014-10-01 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Sep 30 22:21:40 2014 -0300| [acebff8e5dc0789c228b10ffcae2f2eb6c30a91d] | committer: James Almer x86/mpegvideoencdsp: improve ff_pix_sum16_sse2 ~15% faster. Also add an mmxext version that takes advantage of the new code, and build it alongside with t

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. dc19e76 web/security: add forgotten CVE-2011-2161

2014-10-01 Thread gitolite
The branch, master has been updated via dc19e76b38438c01e12237f916e0c51dfdb5729f (commit) from 651613c1705b122b6452732ff4da82889d45da75 (commit) - Log - commit dc19e76b38438c01e12237f916e0c51dfdb5729f Author: Micha

[FFmpeg-cvslog] lavf/webm_dash: Fix incorrect bandwidth computation

2014-10-01 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Wed Oct 1 10:13:31 2014 -0700| [b1071db3dfc6fdfe927bc12b5681e63660102145] | committer: Michael Niedermayer lavf/webm_dash: Fix incorrect bandwidth computation Fix incorrect bandwidth computation in some cases. When the cue end descriptor

[FFmpeg-cvslog] lavf/webm_dash: fix hardcode in cues_end computation

2014-10-01 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Wed Oct 1 10:13:30 2014 -0700| [8acb76567aba59be91c9af4aa45b3a0900c57439] | committer: Michael Niedermayer lavf/webm_dash: fix hardcode in cues_end computation Fix an incorrect hard code in cues_end computation. Updating the fate test ref

[FFmpeg-cvslog] libx265: enable psnr reporting when requested by the user

2014-10-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 10 01:38:58 2014 +0200| [d10d1b86550d254bd1e746ed613bf6885978879c] | committer: Derek Buitenhuis libx265: enable psnr reporting when requested by the user This is similar to what is done in libx264.c Signed-off-by: Michael Niedermayer S

[FFmpeg-cvslog] Merge commit 'd10d1b86550d254bd1e746ed613bf6885978879c'

2014-10-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Oct 1 21:23:42 2014 +0200| [5dd4e644f3f3608016885d0023d74c832119fd5b] | committer: Michael Niedermayer Merge commit 'd10d1b86550d254bd1e746ed613bf6885978879c' * commit 'd10d1b86550d254bd1e746ed613bf6885978879c': libx265: enable psnr report

[FFmpeg-cvslog] avformat/flvenc: fix codec_id_text check

2014-10-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 2 03:57:50 2014 +0200| [8cde94ec0db0d033a265745444803ea8729de99c] | committer: Michael Niedermayer avformat/flvenc: fix codec_id_text check Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avformat/mxfenc: add jpeg2000 support.

2014-10-01 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet | Tue Sep 30 14:16:52 2014 +0200| [c29d999f71f65560a61b638a983745d26cde1fc4] | committer: Michael Niedermayer avformat/mxfenc: add jpeg2000 support. Fixes ticket #1542 reviewed-by: Matthieu Bouron Signed-off-by: Michael Niedermayer > http://git.videol

[FFmpeg-cvslog] jpeg2000: split off inverse MCT decoding as Jpeg2000DSP

2014-10-01 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Oct 1 22:33:02 2014 -0300| [c9f2ec8a3464718641742a105179f828ccbfb392] | committer: James Almer jpeg2000: split off inverse MCT decoding as Jpeg2000DSP This makes the addition of arch optimized functions easier. Reviewed-by: Michael Niedermayer Sign