John Brooks fc9c5ad9ea rv34: fix invalid memory access for small video dimensions
For small video dimensions calculations of the upper bound for pixel
access may result in negative value. Using an unsigned comparison
works only if the greater operand is non-negative. This is fixed by
doing edge emulation explicitly for such conditions.

Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
(cherry picked from commit aacf6b3a2f)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-05 02:23:02 +01:00
2012-01-03 22:50:03 +01:00
2012-01-03 19:54:33 +01:00
2011-06-12 18:01:29 +02:00
2012-01-03 20:48:48 +01:00
2011-09-19 17:39:38 +02:00
2012-01-03 22:50:03 +01:00
2012-01-03 22:47:12 +01:00
2011-12-05 20:04:48 +01:00
2011-12-11 21:24:41 +01:00
2011-04-08 02:50:13 +02:00
2011-09-26 02:28:21 +02:00
2012-01-03 17:57:26 +01:00
2011-12-11 21:24:41 +01:00
2011-10-22 20:49:24 +02:00
2011-12-11 21:24:41 +01:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Description
No description provided
Readme 290 MiB
Languages
C 89.9%
Assembly 8.1%
Makefile 1.3%
C++ 0.3%
Objective-C 0.1%
Other 0.1%