[FFmpeg-cvslog] avfilter/vf_colormatrix: add yuv444p support

2015-07-07 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Jul 6 14:07:52 2015 +| [7efe81a813ad93e573b5c7c561a8472ddc2e81c3] | committer: Paul B Mahol avfilter/vf_colormatrix: add yuv444p support Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7efe81a813ad93e573

[FFmpeg-cvslog] avformat/swfdec: Do not error out on pixel format changes

2015-07-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 8 02:43:02 2015 +0200| [6a1204a1a46674084b1e6b92562f81aaab7aac69] | committer: Michael Niedermayer avformat/swfdec: Do not error out on pixel format changes Instead print an error and continue Fixes Ticket4702 Signed-off-by: Michael Ni

[FFmpeg-cvslog] videodsp: assert that linesize is larger than width

2015-07-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 8 00:49:04 2015 +0200| [b8c438e7623644edcfdb508c946a723a3b79b893] | committer: Michael Niedermayer videodsp: assert that linesize is larger than width Suggested-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] wmalosslessdec: reset frame->nb_samples on packet loss

2015-07-07 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Jul 3 00:02:44 2015 +0200| [42e7a5b3c704985c2c18970cc94a837b413df9d9] | committer: Andreas Cadhalpun wmalosslessdec: reset frame->nb_samples on packet loss Otherwise a frame with non-zero nb_samples but without any data can be returned. Revie

[FFmpeg-cvslog] wmalosslessdec: avoid reading 0 bits with get_bits

2015-07-07 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Jul 3 00:01:56 2015 +0200| [f9020d514e9ed5043496a710b36daba1ab182e97] | committer: Andreas Cadhalpun wmalosslessdec: avoid reading 0 bits with get_bits Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Cadhalpun > http://git.videolan.

[FFmpeg-cvslog] aacenc: fix option descriptions

2015-07-07 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sun Jul 5 16:48:19 2015 +0100| [80db686a69517be94db453b533066c220d6678dd] | committer: Michael Niedermayer aacenc: fix option descriptions Since the new PNS implementation has been merged and is no longer considered proof of concept (as it's mu

[FFmpeg-cvslog] avcodec/libdcadec: export matrix encoding side data

2015-07-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jul 7 14:29:08 2015 -0300| [7d5ab1650644f8f9ac1b3ecd6a7b67bd720cd652] | committer: James Almer avcodec/libdcadec: export matrix encoding side data Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] Put a space between string literals and macros.

2015-07-07 Thread Chris Watkins
ffmpeg | branch: master | Chris Watkins | Tue Jul 7 10:40:27 2015 -0700| [55e29ceec84aa498122576c1ae8a0fa1fab0b41e] | committer: Michael Niedermayer Put a space between string literals and macros. When compiling libavutil/internal.h as C++11, clang warns that a space is required between a str

[FFmpeg-cvslog] configure: loongson enabled local aligned 32

2015-07-07 Thread 周晓勇
ffmpeg | branch: master | 周晓勇 | Mon Jul 6 17:16:49 2015 +0800| [09883876caf9654c6e0bddd2921a9e465b51c1a2] | committer: Michael Niedermayer configure: loongson enabled local aligned 32 Signed-off-by: ZhouXiaoyong Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. a1c22e8 news: change ffmpeg-admins to ffmpeg-devel

2015-07-07 Thread ffmpeg-cvslog
The branch, master has been updated via a1c22e8860a3c468d078f265108cf7538b17f72a (commit) from 142da8895f37f0d2293ea4eac39c04b4dcfb348b (commit) - Log - commit a1c22e8860a3c468d078f265108cf7538b17f72a Author: compn

[FFmpeg-cvslog] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functions

2015-07-07 Thread Shivraj Patil
ffmpeg | branch: master | Shivraj Patil | Mon Jun 29 21:15:15 2015 +0530| [d12f76ffbb1b68d3c8a2859b7a095080ba985fa2] | committer: Michael Niedermayer avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functions This patch adds MSA (MIPS-SIMD-Arch) optimizations for idctdsp functions

[FFmpeg-cvslog] libavcodec/qsv.c: Linux-only code part has been moved to separate function in order to avoid the "ISO C90 forbids mixed declarations and code" compiler warning.

2015-07-07 Thread Ivan Uskov
ffmpeg | branch: master | Ivan Uskov | Mon Jul 6 18:04:13 2015 +0300| [9c95734e1c0f1a086d1c71b65c29355ef6f7785d] | committer: Michael Niedermayer libavcodec/qsv.c: Linux-only code part has been moved to separate function in order to avoid the "ISO C90 forbids mixed declarations and code" comp

[FFmpeg-cvslog] lavf/mpegtsenc: Only fail aac muxing if the first frame is invalid.

2015-07-07 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Jul 7 10:44:46 2015 +0200| [1d5edad8ccfd1843bc8c60260a20ac37b738cb77] | committer: Carl Eugen Hoyos lavf/mpegtsenc: Only fail aac muxing if the first frame is invalid. Fixes ticket #3957. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm