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-07-06Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun
2007-06-12misc spelling fixesDiego 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
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-16Fix #endif comments.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-11printf --> av_log with some help from OdedDiego 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-031000000l for lu_zero (commiting untested? code)Michael Niedermayer
2006-10-02make postproc use avutilLuca Barbato
2006-08-18Explicitly include fastmemcpy.h from libvo/.Diego Biurrun
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-06-09CVS --> SubversionDiego Biurrun
2006-06-02libavcodec/libpostproc ---> libpostprocDiego Biurrun