Katerina Barone-Adesi 47fe68eec8 apetag: Fix APE tag size check
The size variable is (correctly) unsigned, but is passed to several functions
which take signed parameters, such as avio_read, sometimes after having
numbers added to it. So ensure that size remains within the bounds that
these functions can handle.

CC: libav-stable@libav.org
Signed-off-by: Diego Biurrun <diego@biurrun.de>
(cherry picked from commit c5560e72d0)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-17 21:38:26 +02:00
2014-06-25 17:08:42 +02:00
2014-07-31 19:06:24 +02:00
2012-05-04 18:40:36 +02:00
2014-06-25 16:35:24 +02:00
2013-07-10 02:47:10 +02:00
2014-01-16 16:03:25 +01:00
2011-04-08 02:50:13 +02:00
2013-06-14 01:27:22 +02:00
2012-04-06 10:23:26 +02:00
2014-06-25 17:08:42 +02:00
2014-06-25 17:08:42 +02:00

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%