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
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-06-10Cosmetics: alignment and long line break.Benoit Fouet
Originally committed as revision 23559 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-10Cosmetics: use and place braces correctly in if ... else statements.Benoit Fouet
Originally committed as revision 23558 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-10Sanitize av_realloc() use in h264 mp4toannexb bistream filter.Benoit Fouet
Originally committed as revision 23557 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-09Improve the mp4toannexb BSF to convert the extradata.Luca Abeni
Originally committed as revision 23545 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-10Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux
This fixes issue1907 Patch by Thomas Devanneaux gmail(thomdev) Originally committed as revision 23078 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-13Add a quick description to the H.264 BSFAlex Converse
Originally committed as revision 18809 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-17Change email address to a valid one.Benoit Fouet
Originally committed as revision 15848 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-09Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman
contains NAL units previous to the IDR where the SPS/PPS was inserted. Ok:ed by Benoit on irc. Originally committed as revision 11482 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-06Add a bitstream filter for H.264.Benoit Fouet
Originally committed as revision 10422 to svn://svn.ffmpeg.org/ffmpeg/trunk