[FFmpeg-cvslog] avcodec/vc1_mc: move median4() to mathops.h

2015-02-16 Thread zhaoxiu.zeng
ffmpeg | branch: master | zhaoxiu.zeng | Sat Feb 14 23:14:47 2015 +0800| [0f834155690aecc7400b77a968fea32200bfd5f0] | committer: Michael Niedermayer avcodec/vc1_mc: move median4() to mathops.h Needed for architecture specific optimizations Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] hevcdsp: HEVC deblocking ARM NEON register clobber fix

2015-02-16 Thread Seppo Tomperi
ffmpeg | branch: master | Seppo Tomperi | Mon Feb 16 13:13:30 2015 +0200| [e40e446efdd024ee58594dbd21a45ce9e39462e3] | committer: Michael Niedermayer hevcdsp: HEVC deblocking ARM NEON register clobber fix Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avcodec/gif: fix off by one in column offsetting finding

2015-02-16 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Feb 16 17:23:34 2015 +0100| [f9240ec01abb097263fe578d2b6fb076bb7b9263] | committer: Clément Bœsch avcodec/gif: fix off by one in column offsetting finding > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f9240ec01abb097263fe578d2b6fb076b

[FFmpeg-cvslog] avcodec/gif: fix off by one in column offsetting finding

2015-02-16 Thread Clément Bœsch
ffmpeg | branch: release/2.5 | Clément Bœsch | Mon Feb 16 17:23:34 2015 +0100| [e5cc73e0a589e8f12e40e09d2453d86a297a834e] | committer: Clément Bœsch avcodec/gif: fix off by one in column offsetting finding (cherry picked from commit f9240ec01abb097263fe578d2b6fb076bb7b9263) > http://git.video

[FFmpeg-cvslog] avcodec/gif: fix off by one in column offsetting finding

2015-02-16 Thread Clément Bœsch
ffmpeg | branch: release/2.4 | Clément Bœsch | Mon Feb 16 17:23:34 2015 +0100| [dbda57469456f03ed7ba921b97744751d0ccee39] | committer: Clément Bœsch avcodec/gif: fix off by one in column offsetting finding (cherry picked from commit f9240ec01abb097263fe578d2b6fb076bb7b9263) > http://git.video

[FFmpeg-cvslog] avcodec/gif: fix off by one in column offsetting finding

2015-02-16 Thread Clément Bœsch
ffmpeg | branch: release/2.2 | Clément Bœsch | Mon Feb 16 17:23:34 2015 +0100| [d5b20daeb0e311caa62a899d41c8823c605d117a] | committer: Clément Bœsch avcodec/gif: fix off by one in column offsetting finding (cherry picked from commit f9240ec01abb097263fe578d2b6fb076bb7b9263) > http://git.video

[FFmpeg-cvslog] avformat/rtpdec_h264: fix compile failure with -DDEBUG

2015-02-16 Thread Kevin Wheatley
ffmpeg | branch: master | Kevin Wheatley | Mon Feb 16 17:05:28 2015 +| [88868d81a5d7c4b1ee88f204524c1076e337147e] | committer: Michael Niedermayer avformat/rtpdec_h264: fix compile failure with -DDEBUG Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/vc1_mc: factor out helper functions for scaling blocks

2015-02-16 Thread zhaoxiu.zeng
ffmpeg | branch: master | zhaoxiu.zeng | Tue Feb 17 00:38:53 2015 +0800| [bf9906808992d675ddcbd45cddeff7756fa3dd26] | committer: Michael Niedermayer avcodec/vc1_mc: factor out helper functions for scaling blocks Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] hls: fix a null pointer dereference

2015-02-16 Thread wm4
ffmpeg | branch: master | wm4 | Mon Feb 16 19:31:42 2015 +0100| [4bf3fab2811509a4f9ca932191e9bfa801ceeae2] | committer: Michael Niedermayer hls: fix a null pointer dereference Not allocating the pls->ctx will crash in libavformat/hls.c:1410, where it tries to dereference the field. Sample: ht

[FFmpeg-cvslog] avcodec/hevcdsp: optimize pixel comparison in sao_edge_filter

2015-02-16 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Feb 16 16:53:31 2015 -0300| [22596383f3b8c7cd8a06570957face3875a73d3b] | committer: James Almer avcodec/hevcdsp: optimize pixel comparison in sao_edge_filter GCC 4.9.2 on a Core i5-4200U @ 1.60GHz, Linux x86_64 Before 715487 decicycles in sao_edge_fi

[FFmpeg-cvslog] x86: hevc_mc: save 1 gpr in epel filter loading

2015-02-16 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Sat Feb 7 18:49:38 2015 +| [89cb4995fa0cc9375d9bb246512a82037ffeedc1] | committer: Michael Niedermayer x86: hevc_mc: save 1 gpr in epel filter loading The 3*stride value stored in r3src can be loaded much later, so use r3src instead of a dedi

Re: [FFmpeg-cvslog] avcodec/hevcdsp: optimize pixel comparison in sao_edge_filter

2015-02-16 Thread Clément Bœsch
On Mon, Feb 16, 2015 at 09:48:25PM +0100, James Almer wrote: > ffmpeg | branch: master | James Almer | Mon Feb 16 > 16:53:31 2015 -0300| [22596383f3b8c7cd8a06570957face3875a73d3b] | committer: > James Almer > > avcodec/hevcdsp: optimize pixel comparison in sao_edge_filter > > GCC 4.9.2 on a Co

[FFmpeg-cvslog] avcodec/hevcdsp: add missing () to CMP macro

2015-02-16 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Feb 16 18:53:38 2015 -0300| [6e3651983c7c7b18043c7aa7d3b782c5159c3b8a] | committer: James Almer avcodec/hevcdsp: add missing () to CMP macro Found-by: Clément Bœsch Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] swresample/swresample-test: Add () to protect uint_rand() argument

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Feb 16 22:55:17 2015 +0100| [37013fd018ae02679f177f42245f3e0e3c12d587] | committer: Michael Niedermayer swresample/swresample-test: Add () to protect uint_rand() argument Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/bmvvideo: Add () to protect NEXT_BYTE() argument

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Feb 16 22:56:09 2015 +0100| [17a62cbcb9ee98774797334095ed46780406752e] | committer: Michael Niedermayer avcodec/bmvvideo: Add () to protect NEXT_BYTE() argument Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avformat/tls: add () to protect macro arguments

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Feb 16 22:53:28 2015 +0100| [ced26a2c653b5dfff19b12d66fb5035ded563dac] | committer: Michael Niedermayer avformat/tls: add () to protect macro arguments Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avcodec/me_cmp: add () to protect avg*s arguments

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Feb 16 23:13:00 2015 +0100| [235782260da483bcbe0122bec846dd917e8362fb] | committer: Michael Niedermayer avcodec/me_cmp: add () to protect avg*s arguments Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avformat/mpc8: Add () to protect MKMPCTAG()s arguments

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Feb 16 23:14:27 2015 +0100| [0b638b83c66d5048232e125aa3701920d451] | committer: Michael Niedermayer avformat/mpc8: Add () to protect MKMPCTAG()s arguments Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avcodec/ac3: add () to protect the macro arguments

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Feb 16 23:59:39 2015 +0100| [cb9d40451cb2f9d863355f76aa62ef8e5fcf4960] | committer: Michael Niedermayer avcodec/ac3: add () to protect the macro arguments Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avutil/log: add () to protect the argument of AV_LOG_C()

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 17 00:04:22 2015 +0100| [61eb602d27af68ae79af13286a16810663f82b9c] | committer: Michael Niedermayer avutil/log: add () to protect the argument of AV_LOG_C() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/vc1dsp: add () to protect the arguments of the op* macros

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 17 00:02:40 2015 +0100| [e3f71423068b9b8ffa9ebc69ae566e018f48cadf] | committer: Michael Niedermayer avcodec/vc1dsp: add () to protect the arguments of the op* macros Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avformat/tedcaptionsdec: add () to protect the argument of ERR_CODE()

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 17 00:05:51 2015 +0100| [527f1d22a1a462986715842b97018ef1accc1317] | committer: Michael Niedermayer avformat/tedcaptionsdec: add () to protect the argument of ERR_CODE() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avutil/aes: Add () to protect the ROT() arguments

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 17 00:22:42 2015 +0100| [52d1929000c3ae08e76fa1e74f14f26609289014] | committer: Michael Niedermayer avutil/aes: Add () to protect the ROT() arguments Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avutil/version: Add () to protect the AV_VERSION_INT() arguments

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 17 00:17:21 2015 +0100| [9cde41cdb511f20cd9dfd66c36b1837023e4fec8] | committer: Michael Niedermayer avutil/version: Add () to protect the AV_VERSION_INT() arguments Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avutil/attributes: Add () to protect the AV_GCC_VERSION_AT_LEAST() arguments

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 17 00:21:48 2015 +0100| [06309fc704dc11445bd9f11c0db7e24879508462] | committer: Michael Niedermayer avutil/attributes: Add () to protect the AV_GCC_VERSION_AT_LEAST() arguments Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avutil/murmur3: Add () to protect the ROT() arguments

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 17 00:18:01 2015 +0100| [cdee0c9d5feda0adb7e966bb524bc3e2ab3da27b] | committer: Michael Niedermayer avutil/murmur3: Add () to protect the ROT() arguments Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avutil/intmath: Add () to protect the ff_log2() argument

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 17 00:20:30 2015 +0100| [f8607cfb0a8276de31512c6fabc2be17feff32a2] | committer: Michael Niedermayer avutil/intmath: Add () to protect the ff_log2() argument Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] swresample/resample_template: Add () to protect the arguments of the OUT() macro

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 17 00:36:35 2015 +0100| [0cb95f908298bf31058fc0d08d13178bebfa3170] | committer: Michael Niedermayer swresample/resample_template: Add () to protect the arguments of the OUT() macro Signed-off-by: Michael Niedermayer > http://git.videola

[FFmpeg-cvslog] avfilter/vf_phase: Add () to protect DIFF()s arguments

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 17 00:47:47 2015 +0100| [f15c734be1650cee240cd65b0dbd31fe6993a5bc] | committer: Michael Niedermayer avfilter/vf_phase: Add () to protect DIFF()s arguments Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avfilter/vf_fieldmatch: Add () to protect the arguments of the HAS_FF_AROUND() macro

2015-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 17 00:49:32 2015 +0100| [2bae7b337030de21c1a75cc300e4e54a0f142223] | committer: Michael Niedermayer avfilter/vf_fieldmatch: Add () to protect the arguments of the HAS_FF_AROUND() macro Signed-off-by: Michael Niedermayer > http://git.vi