[FFmpeg-cvslog] avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec() delete macros VEC_FMERGEH() VEC_FMERGEL(), they where wrong

2015-04-27 Thread Rong Yan
ffmpeg | branch: master | Rong Yan rongyan...@gmail.com | Mon Apr 27 03:29:51 2015 +| [8a03d428f1759a7d3af505ab747662747360ea60] | committer: Michael Niedermayer avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec() delete macros VEC_FMERGEH() VEC_FMERGEL(), they where wrong GCC tool

[FFmpeg-cvslog] swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macro GET_VF() it was wrong

2015-04-27 Thread Rong Yan
ffmpeg | branch: master | Rong Yan rongyan...@gmail.com | Mon Apr 27 03:19:45 2015 +| [603c839398f89d3ef15c47530470fbb0051632c0] | committer: Michael Niedermayer swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macro GET_VF() it was wrong GCC tool had a bug of PPC

[FFmpeg-cvslog] makefile: add Loongson-3 support

2015-04-27 Thread ZhouXiaoyong
ffmpeg | branch: master | ZhouXiaoyong zhouxiaoy...@loongson.cn | Mon Apr 27 10:40:29 2015 +0800| [4a7b50679db3a3c902d459745f2f1f622e27eab6] | committer: Michael Niedermayer makefile: add Loongson-3 support Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] libavformat/webm_chunk: Write first audio packet.

2015-04-27 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian vigne...@google.com | Mon Apr 27 14:47:03 2015 -0700| [8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c] | committer: Michael Niedermayer libavformat/webm_chunk: Write first audio packet. Fix a bug where the chunk muxer doesn't write the very first

[FFmpeg-cvslog] webmdashenc: Fix UTCTiming Element

2015-04-27 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian vigne...@google.com | Mon Apr 27 16:26:34 2015 -0700| [b410c69fb66688f3e7c8bb40aca201079b206bd9] | committer: Michael Niedermayer webmdashenc: Fix UTCTiming Element Remove the direct profile from UTCTiming element. Per DASH spec, direct

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 1615f46 web/security: fix mismatching html tags

2015-04-27 Thread gitolite
The branch, master has been updated via 1615f46107d6bcbe4ce0a9285c42ffd1c6ea90f0 (commit) from 93ca5a8ebe45b8d3769cb2004dbeff5577b8f68c (commit) - Log - commit 1615f46107d6bcbe4ce0a9285c42ffd1c6ea90f0 Author:

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 93ca5a8 web/security: add CVE-2015-3395

2015-04-27 Thread gitolite
The branch, master has been updated via 93ca5a8ebe45b8d3769cb2004dbeff5577b8f68c (commit) from 90499a114eee28cf340668dbfb6c09a484a54fb6 (commit) - Log - commit 93ca5a8ebe45b8d3769cb2004dbeff5577b8f68c Author:

[FFmpeg-cvslog] Adapt libavcodec/tableprint_vlc.h to the av_dlog - ff_dlog change.

2015-04-27 Thread Alexis Ballier
ffmpeg | branch: master | Alexis Ballier aball...@gentoo.org | Mon Apr 27 17:33:01 2015 +0200| [6fe2afaa71270c8030c4afde72608668e42fed67] | committer: Michael Niedermayer Adapt libavcodec/tableprint_vlc.h to the av_dlog - ff_dlog change. This fixes the build with --enable-hardcoded-tables that

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 117771f web/security: add CVE-2015-3417

2015-04-27 Thread gitolite
The branch, master has been updated via 117771f7ef094731eb23e7ac736a0eee0d11f3f7 (commit) from 1615f46107d6bcbe4ce0a9285c42ffd1c6ea90f0 (commit) - Log - commit 117771f7ef094731eb23e7ac736a0eee0d11f3f7 Author:

[FFmpeg-cvslog] tests/subtitles: fix microdvd crlf in ref

2015-04-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | Sun Apr 26 19:30:39 2015 +0200| [11d29277d6484fc1728278b4f211475376f30256] | committer: Clément Bœsch tests/subtitles: fix microdvd crlf in ref

[FFmpeg-cvslog] tests: make sure subtitles tests are run with a rawdiff

2015-04-27 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | Sun Apr 26 19:29:40 2015 +0200| [2879a4ecb9c31430dae75af79696ef4f94ce6b46] | committer: Clément Bœsch tests: make sure subtitles tests are run with a rawdiff This will test properly CRLF with make fate, make fate-subtitles and any make

[FFmpeg-cvslog] avcodec/hevc: Remove current_sps

2015-04-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Apr 27 23:51:09 2015 +0200| [0e7444f6e400b16282f6349e3c53bcb72e6e2ad9] | committer: Michael Niedermayer avcodec/hevc: Remove current_sps The variable should not be needed anymore Signed-off-by: Michael Niedermayer