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: Add missing AltiVec cpuflag detection invocationsDiego Biurrun
2013-04-30ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles
2011-07-05PPC: use Altivec IMDCT only for supported sizesMans Rullgard
2011-04-12Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-04PPC: convert Altivec FFT to pure assemblerMåns Rullgård
2010-07-03PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård
2010-07-02PPC: fix build on OSX without gas-preprocessorMåns Rullgård
2010-07-02PPC: Altivec IMDCTLoren Merritt
2010-07-02Remove vestiges of radix-2 FFTMåns Rullgård
2010-07-02PPC: Altivec split-radix FFTMå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-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2009-09-16Move per-arch fft init bits into the corresponding subdirsMåns Rullgård
2009-04-09Remove unnecessary gcc_fixes.h #include.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-27Remove stray codeLuca Barbato
2008-07-20cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-10-02Sanitize altivec code so it can be built with runtime check properlyLuca Barbato
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2006-11-07SimplifyLuca Barbato
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-03-14fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin
2003-07-101) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau
2003-05-21altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)Michael Niedermayer
2003-01-27Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau
2003-01-19PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <...Romain Dolbeau
2003-01-17AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...Michael Niedermayer
2003-01-11altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau
2003-01-08altivec patches by Romain DolbeauFabrice Bellard
2003-01-07fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes...Fabrice Bellard