| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify preprocessor expression as suggested by Mans. | Diego Biurrun | 2008-01-17 | 1 | -2/+2 |
* | gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpar... | Luca Barbato | 2008-01-13 | 1 | -1/+1 |
* | Change some files to only include the necessary headers. | Diego Biurrun | 2008-01-04 | 4 | -5/+3 |
* | Fix make checkheaders. | Diego Biurrun | 2007-12-27 | 4 | -0/+14 |
* | Add necessary #include, fixes the warnings: | Diego Biurrun | 2007-12-27 | 1 | -0/+1 |
* | Reindent | Luca Barbato | 2007-12-23 | 1 | -39/+39 |
* | Minor fix | Luca Barbato | 2007-12-23 | 1 | -3/+6 |
* | 10l do not load after the buffer... | Luca Barbato | 2007-12-23 | 1 | -6/+6 |
* | Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually | Luca Barbato | 2007-12-22 | 1 | -11/+34 |
* | Reindent | Luca Barbato | 2007-12-22 | 1 | -39/+39 |
* | Partially address issue299, no performance change apparently | Luca Barbato | 2007-12-22 | 1 | -0/+42 |
* | Avoid a vec_add, directly start with sum | Luca Barbato | 2007-12-22 | 1 | -2/+1 |
* | Reindent | Luca Barbato | 2007-12-22 | 1 | -32/+28 |
* | Factorize common code (almost cosmetic) | Luca Barbato | 2007-12-22 | 1 | -46/+31 |
* | Cosmetics | Luca Barbato | 2007-12-22 | 1 | -3/+3 |
* | Make strict altivec parsers happy (gcc-4.3 and others) | Luca Barbato | 2007-12-16 | 1 | -1/+1 |
* | Reindent after last commit | Kostya Shishkov | 2007-12-08 | 1 | -16/+16 |
* | Update Altivec variant of vc1_inv_trans_8x4 | Kostya Shishkov | 2007-12-08 | 1 | -29/+23 |
* | Switch VC-1 decoder to output decoded residual immediately. | Kostya Shishkov | 2007-12-08 | 1 | -1/+1 |
* | Fix alignment broke by my last patch | Vitor Sessak | 2007-12-01 | 1 | -2/+2 |
* | spelling | Vitor Sessak | 2007-12-01 | 3 | -7/+7 |
* | stupid code (casting of void*) found by checktree.sh | Michael Niedermayer | 2007-12-01 | 1 | -1/+1 |
* | Remove unused variable, fixes the warning: | Diego Biurrun | 2007-11-13 | 1 | -1/+0 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 7 | -21/+21 |
* | Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is | Diego Biurrun | 2007-10-03 | 1 | -1/+1 |
* | Remove uses of SIGILL for CPU extension detection, that method is not acceptable | Reimar Döffinger | 2007-10-02 | 1 | -35/+3 |
* | cosmetics: Fix indentation after last commit. | Diego Biurrun | 2007-10-02 | 1 | -1/+1 |
* | Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). | Diego Biurrun | 2007-10-02 | 1 | -2/+1 |
* | Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. | Diego Biurrun | 2007-10-02 | 2 | -76/+45 |
* | Sanitize altivec code so it can be built with runtime check properly | Luca Barbato | 2007-10-02 | 11 | -152/+388 |
* | cosmetics: Fix AltiVec spelling. | Diego Biurrun | 2007-10-02 | 4 | -5/+5 |
* | cosmetics: Fix indentation after last commit. | Diego Biurrun | 2007-10-02 | 1 | -24/+24 |
* | Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec | Diego Biurrun | 2007-10-02 | 1 | -11/+0 |
* | Remove const vector macro indirection that is useless and obfuscating | Diego Biurrun | 2007-10-01 | 5 | -53/+51 |
* | Remove Metrowerks compiler workaround. | Diego Biurrun | 2007-10-01 | 1 | -5/+0 |
* | Remove Metrowerks compiler workaround. | Diego Biurrun | 2007-10-01 | 1 | -4/+0 |
* | snow altivec is broken | Luca Barbato | 2007-08-28 | 1 | -21/+24 |
* | Simplify preprocessor directives. | Diego Biurrun | 2007-08-27 | 1 | -7/+4 |
* | Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific | Diego Biurrun | 2007-08-27 | 1 | -6/+6 |
* | remove alignment correction of the destination pointers in luma_16x6 | Guillaume Poirier | 2007-08-26 | 1 | -42/+19 |
* | whitespace/indentation cosmetics | Diego Biurrun | 2007-08-24 | 1 | -112/+112 |
* | Remove HAVE_ALTIVEC preprocessor directives that are only compiled | Diego Biurrun | 2007-08-24 | 2 | -12/+0 |
* | Fix trivial mixed declarations and code warning caused by a double semicolon. | Diego Biurrun | 2007-08-24 | 1 | -1/+1 |
* | Remove SYS_DARWIN preprocessor directive that is just a duplicate of a | Diego Biurrun | 2007-08-24 | 1 | -6/+0 |
* | Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor | Diego Biurrun | 2007-08-24 | 1 | -1/+1 |
* | Merge __MWERKS__ preprocessor directives. | Diego Biurrun | 2007-08-24 | 1 | -3/+1 |
* | Move Apple gcc AltiVec vector declaration syntax to libavutil. | Diego Biurrun | 2007-08-24 | 1 | -5/+1 |
* | Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor | Diego Biurrun | 2007-08-24 | 2 | -2/+2 |
* | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). | Diego Biurrun | 2007-08-22 | 4 | -10/+10 |
* | Simplify preprocessor directives. | Diego Biurrun | 2007-08-22 | 1 | -4/+2 |