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-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
2006-09-28add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Siarhei Siamashka
2006-09-25move memory functions from avcodec to avutilLuca Barbato
2006-09-21remove a division from STOP_TIMERLoren Merritt
2006-09-21simplify asm mid_pred, as suggested by michaelni.Loren Merritt
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
2006-09-15asm implementation of mid_pred.Loren Merritt
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-09-07Remove unused defines, patch by takis P issaris A uhasselt P bePanagiotis Issaris
2006-09-04Exchange informal LGPL notice by official license header.Diego Biurrun
2006-09-03Add license from zlib.h instead of referring to it.Diego Biurrun
2006-08-31Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato
2006-08-28Add some new pixel formats to libavutilLuca Abeni
2006-08-20compatibility warningMichael Niedermayer
2006-08-20cleanup PixelFormat a littleMichael Niedermayer
2006-08-20attribute_deprecatedMichael Niedermayer
2006-08-20SWAPMichael Niedermayer
2006-08-18Explicitly include fastmemcpy.h from libvo/.Diego Biurrun
2006-08-17Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun
2006-08-17revert aligned realloc() changesm this should be identical to r5784Michael Niedermayer
2006-08-14trying to fix av_realloc()Michael Niedermayer
2006-08-13align av_realloc()Michael Niedermayer
2006-08-12Add #define REGcGuillaume Poirier
2006-08-12use C99 standard constant, thanks to Foxy ShadisBaptiste Coudurier
2006-08-08floating point "emulation" codeMichael Niedermayer
2006-07-26Fix FSF postal address.Diego Biurrun
2006-07-21do not include bswap.h in common.h for external programs, since the formerReimar Döffinger
2006-07-20removing redundant mess next time we break compatiilityMichael Niedermayer
2006-07-20simplifyMichael Niedermayer
2006-07-20for floats fabs is better & smaller then ABSMichael Niedermayer
2006-07-20simpler, smaller and fasterMichael Niedermayer
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