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-11-12rename inverse -> ff_inverseMåns Rullgård
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-11-06Add doxy comments for macro GET_UTF8Guillaume Poirier
2006-11-06Fix wrong params name in PUT_UTF8 doxy commentsGuillaume Poirier
2006-11-06woops, fix missplaced doxy commentGuillaume Poirier
2006-11-06Fix ASF format parser's broken UTF-16 string handlingZuxy Meng
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-11-02Define fallback for PRIX64, taken from a patch by Steve L'Homme.Steve L'Homme
2006-11-02Rename SWAP macro to FFSWAP.Diego Biurrun
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-11-01Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun
2006-11-01better #endif commentDiego Biurrun
2006-10-2416-bit grayscale supportKostya Shishkov
2006-10-20Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-12Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun
2006-10-11Move CFLAGS handling to common.mak.Diego Biurrun
2006-10-10Move sign macro to libavutil.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
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