Reinhard Tartler ef84190a1a Fix possible buffer over-read in vorbis_comment, fix it double to be sure.
First, make s signed, so that comparisons against end - p will not be made as
unsigned, making the check incorrectly pass if p is beyond end.
Also ensure that p will never be > end, so the code is correct also if
buf is not padded.

backported r20014 by reimar


Originally committed as revision 21711 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
2010-02-09 18:51:11 +00:00
2009-07-03 11:14:37 +00:00
2010-02-09 17:36:18 +00:00
2009-02-27 21:11:49 +00:00
2010-02-01 16:02:46 +00:00
2009-02-19 00:14:41 +00:00
2010-02-01 16:00:09 +00:00
2010-02-02 20:48:21 +00:00
2009-01-26 08:36:06 +00:00
2009-06-07 20:14:56 +00:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.
Description
FFmpeg with added filter to color correct dive videos
Readme 432 MiB
Languages
C 90.6%
Assembly 7.5%
Makefile 1.3%
C++ 0.2%
Objective-C 0.1%
Other 0.1%