summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-142-4/+4
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-136-16/+16
* Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad2009-01-071-3/+32
* Add Altivec version of vector_fmul_window.David Conrad2009-01-061-0/+39
* add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-061-0/+52
* Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.hDavid Conrad2009-01-061-1/+1
* fix compilation with GCC-4.3+David Conrad2009-01-061-6/+6
* offset and weights are signed, fixes some non-bitexact issues.David Conrad2009-01-061-5/+6
* add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-051-0/+82
* AltiVec version of h264_idct(8)_dc_addDavid Conrad2009-01-051-10/+54
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-271-1/+1
* Remove stray codeLuca Barbato2008-12-271-25/+0
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-275-338/+330
* Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct...Guillaume Poirier2008-12-251-0/+29
* add AltiVec implementation of int32_to_float_fmul_scalarGuillaume Poirier2008-12-171-0/+25
* Cleanup typesLuca Barbato2008-12-131-7/+2
* Unbreak imgresample altivecLuca Barbato2008-12-131-1/+2
* add Altivec implementation of clear_blockGuillaume Poirier2008-12-121-0/+16
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-033-8/+8
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-032-3/+3
* Convert asm keyword into __asm__.Diego Pettenò2008-10-165-20/+20
* spelling cosmeticsDiego Biurrun2008-09-221-4/+4
* AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.Brad2008-09-221-1/+9
* Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &David Conrad2008-09-131-0/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-317-21/+21
* Missing static in float_to_int16_altivec declarationLuca Barbato2008-08-251-1/+1
* Remove unused variablesLuca Barbato2008-08-231-2/+0
* Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato2008-08-231-1/+54
* Introduce float_to_int16_one_altivecLuca Barbato2008-08-231-10/+13
* cosmetics: Fix indentation after last commit.Diego Biurrun2008-07-242-8/+8
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-247-42/+42
* cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines.Diego Biurrun2008-07-201-516/+437
* cosmetics: Reindent two misplaced braces.Diego Biurrun2008-07-201-2/+2
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-2012-897/+844
* Remove wrong casts from vector declarations, this would cause errors whenDiego Biurrun2008-07-082-8/+8
* Altivec implementation of APE vector functionsKostya Shishkov2008-07-061-0/+63
* consistency cosmetics: indices --> indexes in variable namesDiego Biurrun2008-05-261-18/+18
* Use full path for #includes from another directory.Diego Biurrun2008-05-0912-15/+15
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-171-2/+2
* misc spelling fixesDiego Biurrun2008-03-101-1/+1
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-191-1/+1
* fix broken indentationGuillaume Poirier2008-02-191-1/+1
* 10l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier2008-02-191-1/+1
* Refactor vcprm and vcii macros by using the AVV macro.Diego Biurrun2008-02-181-11/+2
* Refactor the FOUROF macro using the AVV macro.Diego Biurrun2008-02-181-6/+2
* Remove stray #undef.Diego Biurrun2008-02-181-1/+0
* fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch...Alexander Strange2008-02-181-0/+2
* Add mfspr-based AltiVec detection code.Reimar Döffinger2008-01-191-0/+12
* Simplify preprocessor expression as suggested by Mans.Diego Biurrun2008-01-171-2/+2
OpenPOWER on IntegriCloud