| Commit message (Expand) | Author | Age | Files | Lines |
* | Change HAVE_PPC64 to ARCH_PPC64. | Reimar Döffinger | 2009-05-26 | 2 | -5/+5 |
* | Altivec VP3 IDCT | David Conrad | 2009-05-25 | 2 | -0/+194 |
* | Remove useless casts of vec_ld() parameters. | Diego Biurrun | 2009-05-18 | 1 | -15/+15 |
* | PPC: 32-bit asm for MAC64 and MLS64 | Måns Rullgård | 2009-05-11 | 1 | -0/+30 |
* | Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. | Diego Biurrun | 2009-05-09 | 1 | -0/+2 |
* | PPC: implement MULH() in assembler | Måns Rullgård | 2009-05-04 | 1 | -0/+7 |
* | Altivec version of avg_no_rnd_vc1_chroma_mc8 | David Conrad | 2009-04-15 | 2 | -127/+98 |
* | Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only | David Conrad | 2009-04-14 | 1 | -2/+2 |
* | Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. | Diego Biurrun | 2009-04-12 | 7 | -162/+59 |
* | Remove AltiVec optimizations for Snow. They are hindering the development | Diego Biurrun | 2009-04-12 | 2 | -790/+0 |
* | Remove unnecessary gcc_fixes.h #include. | Diego Biurrun | 2009-04-09 | 4 | -10/+5 |
* | cosmetics: Reformat comment paragraph and fix a few typos in it. | Diego Biurrun | 2009-04-09 | 1 | -7/+7 |
* | configure: Add --enable-runtime-cpudetect | Ramiro Polla | 2009-04-08 | 1 | -1/+1 |
* | cosmetics: Remove file name from file header. | Diego Biurrun | 2009-03-15 | 1 | -2/+1 |
* | prettyprinting cosmetics | Diego Biurrun | 2009-03-14 | 2 | -15/+15 |
* | Add av_uninit to vsrcBuc variable to work around some | Diego Biurrun | 2009-03-14 | 2 | -2/+2 |
* | Remove old scaler. | Michael Niedermayer | 2009-03-03 | 2 | -168/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 4 | -4/+4 |
* | Use '#if defined()' for OS-specific preprocessor checks. | Diego Biurrun | 2009-01-30 | 1 | -2/+2 |
* | Add required headers to fix warnings during 'make checkheaders'. | Diego Biurrun | 2009-01-25 | 2 | -0/+4 |
* | Add a check for ppc4xx instructions; rename preprocessor directive accordingly. | Diego Biurrun | 2009-01-24 | 1 | -1/+1 |
* | Remove pointless #if HAVE_ALTIVEC around internal header #include | Diego Biurrun | 2009-01-24 | 1 | -3/+0 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 3 | -3/+3 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 2 | -4/+4 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 6 | -16/+16 |
* | 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 |