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
2013-08-29ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles
2012-04-18ppc: drop unused function dct_quantize_altivec()Diego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-07-27ppc: remove redundant setting of Altivec IDCTMans Rullgard
2011-07-16ppc: remove disabled codeDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-08Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini
2010-08-24Remove global mm_flags variableMåns Rullgård
2010-06-27Remove PPC perf counter supportMåns Rullgård
2010-03-07PPC: move prototypes to headers and make some functions staticMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2009-08-24PPC: simplify loading some values into altivec registersMåns Rullgård
2009-04-13Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
2008-07-20cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun
2008-05-27consistency cosmetics: indices --> indexes in variable namesDiego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-10misc spelling fixesDiego Biurrun
2008-02-19arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier
2008-02-19fix broken indentationGuillaume Poirier
2008-02-1910l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier
2008-02-19Refactor the FOUROF macro using the AVV macro.Diego Biurrun
2008-02-19Remove stray #undef.Diego Biurrun
2008-02-19fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch...Alexander Strange
2007-12-02spellingVitor Sessak
2007-10-03Rename MPV_common_init_ppc to MPV_common_init_altivec, the function isDiego Biurrun
2007-10-02Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs.Diego Biurrun
2007-10-02Sanitize altivec code so it can be built with runtime check properlyLuca Barbato
2007-10-01Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun
2007-08-24Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
2007-05-17use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-04-07typos/grammarDiego Biurrun
2006-10-10Move TRANSPOSE8 macro to dsputil_altivec.h.Guillaume Poirier
2006-10-09removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-04-16forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau ...Romain Dolbeau