summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* backport configure bits for cpu runtime detection for libpostproc and libswscaleReinhard Tartler2010-02-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Use '#if defined()' for OS-specific preprocessor checks.Diego Biurrun2009-01-30
* Add required headers to fix warnings during 'make checkheaders'.Diego Biurrun2009-01-25
* Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun2009-01-24
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-24
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad2009-01-07
* Add Altivec version of vector_fmul_window.David Conrad2009-01-06
* add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-06
* Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.hDavid Conrad2009-01-06
* fix compilation with GCC-4.3+David Conrad2009-01-06
* offset and weights are signed, fixes some non-bitexact issues.David Conrad2009-01-06
* add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-05
* AltiVec version of h264_idct(8)_dc_addDavid Conrad2009-01-05
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* Remove stray codeLuca Barbato2008-12-27
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-27
* Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct...Guillaume Poirier2008-12-25
* add AltiVec implementation of int32_to_float_fmul_scalarGuillaume Poirier2008-12-17
* Cleanup typesLuca Barbato2008-12-13
* Unbreak imgresample altivecLuca Barbato2008-12-13
* add Altivec implementation of clear_blockGuillaume Poirier2008-12-12
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* spelling cosmeticsDiego Biurrun2008-09-22
* AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.Brad2008-09-22
* Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &David Conrad2008-09-13
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Missing static in float_to_int16_altivec declarationLuca Barbato2008-08-25
* Remove unused variablesLuca Barbato2008-08-23
* Introduce float_to_int16_interleave_altivec, tested with vorbisLuca Barbato2008-08-23
* Introduce float_to_int16_one_altivecLuca Barbato2008-08-23
* cosmetics: Fix indentation after last commit.Diego Biurrun2008-07-24
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
* cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines.Diego Biurrun2008-07-20
* cosmetics: Reindent two misplaced braces.Diego Biurrun2008-07-20
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-20
* Remove wrong casts from vector declarations, this would cause errors whenDiego Biurrun2008-07-08
* Altivec implementation of APE vector functionsKostya Shishkov2008-07-06
* consistency cosmetics: indices --> indexes in variable namesDiego Biurrun2008-05-26
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-17
* misc spelling fixesDiego Biurrun2008-03-10
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-19
* fix broken indentationGuillaume Poirier2008-02-19