Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
2007-08-24Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
2007-07-21Uppercase variable overlooked in last commit.Diego Biurrun
2007-07-06Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-02Remove leading underscores from specifiers, they are reserved.Diego Biurrun
2007-07-02Fix 'make checkheaders'.Diego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-06-11Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-05-17Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger
2007-05-16Remove extern C declarations for C++.Diego Biurrun
2007-04-07typos/grammarDiego Biurrun
2007-03-02TypoLuca Barbato
2007-03-02Many steps to avutilized this mess: DECLARE_ALIGNEDLuca Barbato
2007-02-27Remove useless conditional.Diego Biurrun
2007-02-21cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-29Fix dependencies for 'make dep'.Diego Biurrun
2006-10-16Fix #endif comments.Diego Biurrun
2006-10-15Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun
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-11printf --> av_log with some help from OdedDiego Biurrun
2006-10-10Remove unused variables.Diego Biurrun
2006-10-10Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun
2006-10-10Move sign macro to libavutil.Diego Biurrun
2006-10-10Use ABS macro from libavutil.Diego Biurrun
2006-10-10Remove gcc-workaround that is already present in libavutil/common.h.Diego Biurrun
2006-10-10Fix default license header.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-10-07Remove bogus commented out include line.Diego Biurrun
2006-10-03Move EXTRALIBS handling to common.mak.Diego Biurrun
2006-10-031000000l for lu_zero (commiting untested? code)Michael Niedermayer
2006-10-03Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>Luca Barbato
2006-10-02make postproc use avutilLuca Barbato
2006-09-12Remove superfluous ifeq.Diego Biurrun
2006-09-12Fix 'make depend' for libpostproc.Diego Biurrun
2006-09-10Replace informal GPL notice by official header.Diego Biurrun
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