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 (Expand)Author
2006-07-19Install log.hLuca Abeni
2006-07-19simplifyMichael Niedermayer
2006-07-19Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni
2006-07-18Move av_log() & friends to libavutilLuca Abeni
2006-07-16Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger
2006-07-16calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer
2006-07-14unneeded #includeMichael Niedermayer
2006-07-14adding a \ so we can add more lines without having to do a "cosmetic" change ...Michael Niedermayer
2006-07-14linear least squares solver using cholesky factorizationMichael Niedermayer
2006-07-14indentMåns Rullgård
2006-07-14simplifyMåns Rullgård
2006-07-14simplifyMåns Rullgård
2006-07-14remove impossible #ifdef caseMåns Rullgård
2006-07-14remove old msvc cruftMåns Rullgård
2006-07-14remove redundant #include <math.h>Måns Rullgård
2006-07-14replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård
2006-07-14cleanup suggested by Michael NiedermayerMåns Rullgård
2006-07-14move adler32 to libavutilMåns Rullgård
2006-07-12CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun
2006-07-11cosmetics: Fix indentation after last commit.Diego Biurrun
2006-07-11Remove old MSVC remnants.Diego Biurrun
2006-07-09cosmeticMichael Niedermayer
2006-07-09remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer
2006-07-09put the code which is specific for the large crc table under #ifndef CONFIG_S...Michael Niedermayer
2006-07-08moving utf8 reading function to libavutilMichael Niedermayer
2006-07-06Add proper LGPL header.Diego Biurrun
2006-07-06spelling typoDiego Biurrun
2006-07-06Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato
2006-07-05cosmetics: Break overly long lines.Diego Biurrun
2006-07-05floorf() is not used, and causes warnings on SolarisMåns Rullgård
2006-07-03simplifyMichael Niedermayer
2006-07-03fix endianess build in a better wayLuca Barbato
2006-07-03Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni
2006-07-03big endian fixLuca Barbato
2006-07-031l: put that int i backMåns Rullgård
2006-07-02kill warningsMåns Rullgård
2006-07-02compile md5 and include in libavutil.aIvo van Poorten
2006-07-02add missing declaration for av_md5_sumIvo van Poorten
2006-07-02cast pointers to make compiler happyIvo van Poorten
2006-07-01md5 supportMichael Niedermayer
2006-06-30make sure NDEBUG is not defined already before defining itDiego Pettenò
2006-06-02remove redundant make variable SUBDIRMåns Rullgård
2006-05-29improve selftestMichael Niedermayer
2006-05-18Remove some lines that are duplicated in common.mak.Diego Biurrun
2006-05-01document clip functionsAurelien Jacobs
2006-04-30clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Is...Panagiotis Issaris
2006-04-29extend range used for testing (larger range should work too but testing code ...Michael Niedermayer
2006-04-29<= vs. >= 10l bugMichael Niedermayer
2006-04-28add newline at end of fileMåns Rullgård
2006-04-23avoid AVInteger usage in av_rescaleMichael Niedermayer