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
2009-04-09Give liblzo benchmark conditionals more descriptive names and add convenienceDiego Biurrun
definitions along with instructions for changing them. Originally committed as revision 18387 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Replace manual setting of the removed av_log_level variable by theDiego Biurrun
corresponding call to av_log_set_level(). Originally committed as revision 18310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-08Remove more functions disabled by major version bump.Reimar Döffinger
Originally committed as revision 17876 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-03Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:Diego Biurrun
libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined Originally committed as revision 16962 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-02Move doxygen documentation from lzo.c to lzo.hReimar Döffinger
Originally committed as revision 16949 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-02Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger
Keep lzo1x_decode until the next major version bump for binary compatibility. Originally committed as revision 16946 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-29spelling/grammar/consistency review part IIDiego Biurrun
Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-06Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter Ross
Originally committed as revision 14641 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-01LZO decoder input is constReimar Döffinger
Originally committed as revision 11797 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-01Move lzo decompression to libavutilReimar Döffinger
Originally committed as revision 7789 to svn://svn.ffmpeg.org/ffmpeg/trunk