Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-15assdec: check that the alloc+init of the private data succeeded.Michael Niedermayer
Fixes a part of Ticket1208 Found-by: John Villamil and Piotr Bandurski Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-03-07assdec: avoid a possible NULL dereference.Nicolas George
2012-01-31assdec: fix wrong alloc pointer check.Clément Bœsch
2011-04-12compute rects duration in ASS decoderAurelien Jacobs
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
2011-04-12add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs
Call this new function before decode() to replace the custom and inconsistant initialization in various decoders. This function is equivalent to avcodec_get_frame_defaults() for AVFrame. Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f6902b1217beda576aa18abf7eb72b03c)
2010-11-13add missing files in previous commit (ASS encoder and decoder)Aurelien Jacobs
Originally committed as revision 25747 to svn://svn.ffmpeg.org/ffmpeg/trunk