Francois Oligny-Lemieux ac658be5db harden h264 decoding to prevent some crashes when input data is corrupted.
Patch by Frank %eucloid A gmail P com%
date: Jan 18, 2007 6:48 PM
subject: Re: [Ffmpeg-devel] h264, protection against corrupted data (second try patch)
AND
date: Jan 17, 2007 8:22 PM
subject: [Ffmpeg-devel] h264, protection against corrupted data

this also fixes a possible security issue (the sps and pps ids where not checked,
then used as index into an array of sps/pps structs which was then filled with data from the bitstream)

Originally committed as revision 7585 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-19 09:37:04 +00:00
2007-01-16 15:59:10 +00:00
2007-01-18 23:23:41 +00:00
2007-01-18 08:23:36 +00:00
2006-11-12 20:08:09 +00:00
2006-12-24 04:51:43 +00:00
2005-09-11 11:10:25 +00:00
2003-09-15 22:26:45 +00:00
2006-11-14 23:53:37 +00:00
2006-02-04 11:37:41 +00:00
2007-01-14 00:47:22 +00:00
2006-12-26 17:25:16 +00:00
2006-04-29 16:17:50 +00:00

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

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

* Read the documentation in the doc/ directory.

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

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  liba52 and libpostproc are licensed under the Lesser GNU General
  Public License.

* liba52 and libpostproc are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.
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%