summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* Rename MPV_common_init_ppc to MPV_common_init_altivec, the function isDiego Biurrun2007-10-03
* Remove uses of SIGILL for CPU extension detection, that method is not acceptableReimar Döffinger2007-10-02
* cosmetics: Fix indentation after last commit.Diego Biurrun2007-10-02
* Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun2007-10-02
* Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs.Diego Biurrun2007-10-02
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-02
* cosmetics: Fix indentation after last commit.Diego Biurrun2007-10-02
* Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVecDiego Biurrun2007-10-02
* Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun2007-10-01
* Remove Metrowerks compiler workaround.Diego Biurrun2007-10-01
* Remove Metrowerks compiler workaround.Diego Biurrun2007-10-01
* snow altivec is brokenLuca Barbato2007-08-28
* Simplify preprocessor directives.Diego Biurrun2007-08-27
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-27
* remove alignment correction of the destination pointers in luma_16x6Guillaume Poirier2007-08-26
* whitespace/indentation cosmeticsDiego Biurrun2007-08-24
* Remove HAVE_ALTIVEC preprocessor directives that are only compiledDiego Biurrun2007-08-24
* Fix trivial mixed declarations and code warning caused by a double semicolon.Diego Biurrun2007-08-24
* Remove SYS_DARWIN preprocessor directive that is just a duplicate of aDiego Biurrun2007-08-24
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-24
* Merge __MWERKS__ preprocessor directives.Diego Biurrun2007-08-24
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-24
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* Simplify preprocessor directives.Diego Biurrun2007-08-22
* Identifiers starting with underscores are reserved.Diego Biurrun2007-08-22
* use shorter types vec_"type" instead of the too long vector "type"Guillaume Poirier2007-08-12
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-28
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-08
* license header consistency cosmeticsDiego Biurrun2007-07-05
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* simplify ppc64 handlingMåns Rullgård2007-06-17
* restore GCC3 supportGuillaume Poirier2007-06-17
* re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...Guillaume Poirier2007-06-17
* part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker2007-06-17
* convert h264_deblock_q1 to an inline function.Guillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker2007-06-16
* some samples aren't decoded correctly such asGuillaume Poirier2007-06-15
* cosmeticsGuillaume Poirier2007-06-12
* kill one vector constant value load by the right combination of vec_splatX/ve...Sigbjorn Skjaeret2007-06-12
* restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret2007-06-12
* one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier2007-06-11
* minor GCC3 compile fixGuillaume Poirier2007-06-09
* Altivec version of h264_(h|v)_loop_filter_lumaGraham Booker2007-06-09
* h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT...Luca Barbato2007-06-03
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-17
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16