Commits on Oct 28, 2016
-
srt: Adjust signedness of sscanf format strings
Fixes several warnings from -Wformat.
Commits on Feb 14, 2015
Commits on Aug 15, 2012
-
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Commits on Aug 7, 2012
Commits on Mar 5, 2012
-
Fix format string vulnerability detected by -Wformat-security.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Commits on May 12, 2011
-
srtdec: make sure we don't write past the end of buffer
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Commits on Mar 19, 2011
-
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
Commits on Feb 15, 2011
-
Merge libavcore into libavutil
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
Reinhard Tartler committedFeb 15, 2011
Commits on Jan 26, 2011
-
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parser…
…s, bsf. None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
Commits on Jan 2, 2011
-
srtdec: ensure we don't read 1 byte after buffer end if the buffer is…
… not properly terminated. Originally committed as revision 26201 to svn://svn.ffmpeg.org/ffmpeg/trunk
Commits on Dec 28, 2010
-
Originally committed as revision 26119 to svn://svn.ffmpeg.org/ffmpeg/trunk