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
2007-10-02Remove uses of SIGILL for CPU extension detection, that method is not acceptableReimar Döffinger
2007-10-02cosmetics: Fix indentation after last commit.Diego Biurrun
2007-10-02Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego 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-02cosmetics: Fix AltiVec spelling.Diego Biurrun
2007-10-02cosmetics: Fix indentation after last commit.Diego Biurrun
2007-10-02Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVecDiego Biurrun
2007-10-01Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun
2007-10-01Remove Metrowerks compiler workaround.Diego Biurrun
2007-10-01Remove Metrowerks compiler workaround.Diego Biurrun
2007-08-28snow altivec is brokenLuca Barbato
2007-08-27Simplify preprocessor directives.Diego Biurrun
2007-08-27Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun
2007-08-27remove alignment correction of the destination pointers in luma_16x6Guillaume Poirier
2007-08-25whitespace/indentation cosmeticsDiego Biurrun
2007-08-25Remove HAVE_ALTIVEC preprocessor directives that are only compiledDiego Biurrun
2007-08-24Fix trivial mixed declarations and code warning caused by a double semicolon.Diego Biurrun
2007-08-24Remove SYS_DARWIN preprocessor directive that is just a duplicate of aDiego Biurrun
2007-08-24Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun
2007-08-24Merge __MWERKS__ preprocessor directives.Diego Biurrun
2007-08-24Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego 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-08-22Simplify preprocessor directives.Diego Biurrun
2007-08-22Identifiers starting with underscores are reserved.Diego Biurrun
2007-08-12use shorter types vec_"type" instead of the too long vector "type"Guillaume Poirier
2007-07-28Ahem, fix typos overlooked in last commit.Diego Biurrun
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-07-09make arguments to ssd_int8_vs_int16() constMåns Rullgård
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17simplify ppc64 handlingMåns Rullgård
2007-06-17restore GCC3 supportGuillaume Poirier
2007-06-17re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...Guillaume Poirier
2007-06-17part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker
2007-06-17convert h264_deblock_q1 to an inline function.Guillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-16Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker
2007-06-15some samples aren't decoded correctly such asGuillaume Poirier
2007-06-13cosmeticsGuillaume Poirier
2007-06-13kill one vector constant value load by the right combination of vec_splatX/ve...Sigbjorn Skjaeret
2007-06-13restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret
2007-06-11one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier
2007-06-10minor GCC3 compile fixGuillaume Poirier
2007-06-09Altivec version of h264_(h|v)_loop_filter_lumaGraham Booker
2007-06-03h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT...Luca Barbato
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-10ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato