[FFmpeg-cvslog] arm: dsputil: fix overreads in put/avg_pixels functions

2015-03-11 Thread Mans Rullgard
ffmpeg | branch: release/0.10 | Mans Rullgard | Thu May 10 00:55:18 2012 +0100| [6dd19ffd39babd651744082301d133264a30882c] | committer: Janne Grunau arm: dsputil: fix overreads in put/avg_pixels functions The vertically interpolating variants of these functions read ahead one line to optimise

[FFmpeg-cvslog] arm/neon: dsputil: use correct size specifiers on vld1/vst1

2015-03-11 Thread Mans Rullgard
ffmpeg | branch: release/0.10 | Mans Rullgard | Thu May 10 17:40:30 2012 +0100| [8152b02f33a7b939cb2c9a5f26d10cd10465d4f9] | committer: Janne Grunau arm/neon: dsputil: use correct size specifiers on vld1/vst1 Change the size specifiers to match the actual element sizes of the data. This

[FFmpeg-cvslog] arm: dsputil: prettify some conditional instructions in put_pixels macros

2015-03-11 Thread Mans Rullgard
ffmpeg | branch: release/0.10 | Mans Rullgard | Thu May 10 16:24:33 2012 +0100| [9fa9d471a7af57a62843fdae0dc36e67960c3f3d] | committer: Janne Grunau arm: dsputil: prettify some conditional instructions in put_pixels macros Signed-off-by: Mans Rullgard > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] pcmenc: set correct bitrate value

2014-08-12 Thread Mans Rullgard
ffmpeg | branch: release/0.10 | Mans Rullgard | Wed May 16 00:01:34 2012 +0100| [394f4ee61e3bf94aae0749095c8a555e3cb3b719] | committer: Michael Niedermayer pcmenc: set correct bitrate value This fixes a bogus bitrate value in the header of WAV files with alaw/ulaw audio. Signed-off-by: Mans

[FFmpeg-cvslog] twinvq: fix out of bounds array access

2014-08-09 Thread Mans Rullgard
ffmpeg | branch: release/0.10 | Mans Rullgard | Tue May 1 18:27:19 2012 +0100| [50493f1f7d2235db811d2991b9e5b330baf7c05a] | committer: Diego Biurrun twinvq: fix out of bounds array access ModeTab.fmode has only 3 elements, so indexing it with ftype in the initialier for 'size'