summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-17
* misc spelling fixesDiego Biurrun2008-03-10
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-19
* fix broken indentationGuillaume Poirier2008-02-19
* 10l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier2008-02-19
* Refactor vcprm and vcii macros by using the AVV macro.Diego Biurrun2008-02-18
* Refactor the FOUROF macro using the AVV macro.Diego Biurrun2008-02-18
* Remove stray #undef.Diego Biurrun2008-02-18
* fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch...Alexander Strange2008-02-18
* Add mfspr-based AltiVec detection code.Reimar Döffinger2008-01-19
* Simplify preprocessor expression as suggested by Mans.Diego Biurrun2008-01-17
* gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpar...Luca Barbato2008-01-13
* Change some files to only include the necessary headers.Diego Biurrun2008-01-04
* Fix make checkheaders.Diego Biurrun2007-12-27
* Add necessary #include, fixes the warnings:Diego Biurrun2007-12-27
* ReindentLuca Barbato2007-12-23
* Minor fixLuca Barbato2007-12-23
* 10l do not load after the buffer...Luca Barbato2007-12-23
* Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventuallyLuca Barbato2007-12-22
* ReindentLuca Barbato2007-12-22
* Partially address issue299, no performance change apparentlyLuca Barbato2007-12-22
* Avoid a vec_add, directly start with sumLuca Barbato2007-12-22
* ReindentLuca Barbato2007-12-22
* Factorize common code (almost cosmetic)Luca Barbato2007-12-22
* CosmeticsLuca Barbato2007-12-22
* Make strict altivec parsers happy (gcc-4.3 and others)Luca Barbato2007-12-16
* Reindent after last commitKostya Shishkov2007-12-08
* Update Altivec variant of vc1_inv_trans_8x4Kostya Shishkov2007-12-08
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-08
* Fix alignment broke by my last patchVitor Sessak2007-12-01
* spellingVitor Sessak2007-12-01
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
* Remove unused variable, fixes the warning:Diego Biurrun2007-11-13
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* 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