| Commit message (Expand) | Author | Age | Files | Lines |
* | Add AltiVec versions of h264_idct_add(8|16|16intra), | David Conrad | 2009-01-07 | 1 | -3/+32 |
* | Add Altivec version of vector_fmul_window. | David Conrad | 2009-01-06 | 1 | -0/+39 |
* | add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) | David Conrad | 2009-01-06 | 1 | -0/+52 |
* | Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h | David Conrad | 2009-01-06 | 1 | -1/+1 |
* | fix compilation with GCC-4.3+ | David Conrad | 2009-01-06 | 1 | -6/+6 |
* | offset and weights are signed, fixes some non-bitexact issues. | David Conrad | 2009-01-06 | 1 | -5/+6 |
* | add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) | David Conrad | 2009-01-05 | 1 | -0/+82 |
* | AltiVec version of h264_idct(8)_dc_add | David Conrad | 2009-01-05 | 1 | -10/+54 |
* | consistency cosmetics: Rename POWERPC identifiers to PPC. | Diego Biurrun | 2008-12-27 | 1 | -1/+1 |
* | Remove stray code | Luca Barbato | 2008-12-27 | 1 | -25/+0 |
* | Cleanup _t types in libavcodec/ppc | Luca Barbato | 2008-12-27 | 5 | -338/+330 |
* | Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct... | Guillaume Poirier | 2008-12-25 | 1 | -0/+29 |
* | add AltiVec implementation of int32_to_float_fmul_scalar | Guillaume Poirier | 2008-12-17 | 1 | -0/+25 |
* | Cleanup types | Luca Barbato | 2008-12-13 | 1 | -7/+2 |
* | Unbreak imgresample altivec | Luca Barbato | 2008-12-13 | 1 | -1/+2 |
* | add Altivec implementation of clear_block | Guillaume Poirier | 2008-12-12 | 1 | -0/+16 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 3 | -8/+8 |
* | Remove duplicated MM_* macros for CPU capabilities from dsputil.h. | Dominik Mierzejewski | 2008-11-03 | 2 | -3/+3 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 5 | -20/+20 |
* | spelling cosmetics | Diego Biurrun | 2008-09-22 | 1 | -4/+4 |
* | AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com. | Brad | 2008-09-22 | 1 | -1/+9 |
* | Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char & | David Conrad | 2008-09-13 | 1 | -0/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 7 | -21/+21 |
* | Missing static in float_to_int16_altivec declaration | Luca Barbato | 2008-08-25 | 1 | -1/+1 |
* | Remove unused variables | Luca Barbato | 2008-08-23 | 1 | -2/+0 |
* | Introduce float_to_int16_interleave_altivec, tested with vorbis | Luca Barbato | 2008-08-23 | 1 | -1/+54 |
* | Introduce float_to_int16_one_altivec | Luca Barbato | 2008-08-23 | 1 | -10/+13 |
* | cosmetics: Fix indentation after last commit. | Diego Biurrun | 2008-07-24 | 2 | -8/+8 |
* | Remove AltiVec vector declaration compiler compatibility macros. | Diego Biurrun | 2008-07-24 | 7 | -42/+42 |
* | cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines. | Diego Biurrun | 2008-07-20 | 1 | -516/+437 |
* | cosmetics: Reindent two misplaced braces. | Diego Biurrun | 2008-07-20 | 1 | -2/+2 |
* | cosmetics: Reformat PPC code in libavcodec according to style guidelines. | Diego Biurrun | 2008-07-20 | 12 | -897/+844 |
* | Remove wrong casts from vector declarations, this would cause errors when | Diego Biurrun | 2008-07-08 | 2 | -8/+8 |
* | Altivec implementation of APE vector functions | Kostya Shishkov | 2008-07-06 | 1 | -0/+63 |
* | consistency cosmetics: indices --> indexes in variable names | Diego Biurrun | 2008-05-26 | 1 | -18/+18 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 12 | -15/+15 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | typo: add missing \ in multi-line macro | Måns Rullgård | 2008-03-17 | 1 | -2/+2 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 1 | -1/+1 |
* | arg 10000l. Fix wrong fix committed in r12141 | Guillaume Poirier | 2008-02-19 | 1 | -1/+1 |
* | fix broken indentation | Guillaume Poirier | 2008-02-19 | 1 | -1/+1 |
* | 10l: fix always false test: Binary & has lower precedence than == | Guillaume Poirier | 2008-02-19 | 1 | -1/+1 |
* | Refactor vcprm and vcii macros by using the AVV macro. | Diego Biurrun | 2008-02-18 | 1 | -11/+2 |
* | Refactor the FOUROF macro using the AVV macro. | Diego Biurrun | 2008-02-18 | 1 | -6/+2 |
* | Remove stray #undef. | Diego Biurrun | 2008-02-18 | 1 | -1/+0 |
* | fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch... | Alexander Strange | 2008-02-18 | 1 | -0/+2 |
* | Add mfspr-based AltiVec detection code. | Reimar Döffinger | 2008-01-19 | 1 | -0/+12 |
* | 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 |