summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* Simplify preprocessor expression as suggested by Mans.Diego Biurrun2008-01-171-2/+2
* gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpar...Luca Barbato2008-01-131-1/+1
* Change some files to only include the necessary headers.Diego Biurrun2008-01-044-5/+3
* Fix make checkheaders.Diego Biurrun2007-12-274-0/+14
* Add necessary #include, fixes the warnings:Diego Biurrun2007-12-271-0/+1
* ReindentLuca Barbato2007-12-231-39/+39
* Minor fixLuca Barbato2007-12-231-3/+6
* 10l do not load after the buffer...Luca Barbato2007-12-231-6/+6
* Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventuallyLuca Barbato2007-12-221-11/+34
* ReindentLuca Barbato2007-12-221-39/+39
* Partially address issue299, no performance change apparentlyLuca Barbato2007-12-221-0/+42
* Avoid a vec_add, directly start with sumLuca Barbato2007-12-221-2/+1
* ReindentLuca Barbato2007-12-221-32/+28
* Factorize common code (almost cosmetic)Luca Barbato2007-12-221-46/+31
* CosmeticsLuca Barbato2007-12-221-3/+3
* Make strict altivec parsers happy (gcc-4.3 and others)Luca Barbato2007-12-161-1/+1
* Reindent after last commitKostya Shishkov2007-12-081-16/+16
* Update Altivec variant of vc1_inv_trans_8x4Kostya Shishkov2007-12-081-29/+23
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-081-1/+1
* Fix alignment broke by my last patchVitor Sessak2007-12-011-2/+2
* spellingVitor Sessak2007-12-013-7/+7
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-011-1/+1
* Remove unused variable, fixes the warning:Diego Biurrun2007-11-131-1/+0
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-177-21/+21
* Rename MPV_common_init_ppc to MPV_common_init_altivec, the function isDiego Biurrun2007-10-031-1/+1
* Remove uses of SIGILL for CPU extension detection, that method is not acceptableReimar Döffinger2007-10-021-35/+3
* cosmetics: Fix indentation after last commit.Diego Biurrun2007-10-021-1/+1
* Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun2007-10-021-2/+1
* Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs.Diego Biurrun2007-10-022-76/+45
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-0211-152/+388
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-024-5/+5
* cosmetics: Fix indentation after last commit.Diego Biurrun2007-10-021-24/+24
* Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVecDiego Biurrun2007-10-021-11/+0
* Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun2007-10-015-53/+51
* Remove Metrowerks compiler workaround.Diego Biurrun2007-10-011-5/+0
* Remove Metrowerks compiler workaround.Diego Biurrun2007-10-011-4/+0
* snow altivec is brokenLuca Barbato2007-08-281-21/+24
* Simplify preprocessor directives.Diego Biurrun2007-08-271-7/+4
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-271-6/+6
* remove alignment correction of the destination pointers in luma_16x6Guillaume Poirier2007-08-261-42/+19
* whitespace/indentation cosmeticsDiego Biurrun2007-08-241-112/+112
* Remove HAVE_ALTIVEC preprocessor directives that are only compiledDiego Biurrun2007-08-242-12/+0
* Fix trivial mixed declarations and code warning caused by a double semicolon.Diego Biurrun2007-08-241-1/+1
* Remove SYS_DARWIN preprocessor directive that is just a duplicate of aDiego Biurrun2007-08-241-6/+0
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-241-1/+1
* Merge __MWERKS__ preprocessor directives.Diego Biurrun2007-08-241-3/+1
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-241-5/+1
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-242-2/+2
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-224-10/+10
* Simplify preprocessor directives.Diego Biurrun2007-08-221-4/+2