summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger2009-05-262-5/+5
* Altivec VP3 IDCTDavid Conrad2009-05-252-0/+194
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-181-15/+15
* PPC: 32-bit asm for MAC64 and MLS64Måns Rullgård2009-05-111-0/+30
* Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun2009-05-091-0/+2
* PPC: implement MULH() in assemblerMåns Rullgård2009-05-041-0/+7
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-152-127/+98
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-141-2/+2
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-127-162/+59
* Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun2009-04-122-790/+0
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-094-10/+5
* cosmetics: Reformat comment paragraph and fix a few typos in it.Diego Biurrun2009-04-091-7/+7
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-081-1/+1
* cosmetics: Remove file name from file header.Diego Biurrun2009-03-151-2/+1
* prettyprinting cosmeticsDiego Biurrun2009-03-142-15/+15
* Add av_uninit to vsrcBuc variable to work around someDiego Biurrun2009-03-142-2/+2
* Remove old scaler.Michael Niedermayer2009-03-032-168/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-014-4/+4
* Use '#if defined()' for OS-specific preprocessor checks.Diego Biurrun2009-01-301-2/+2
* Add required headers to fix warnings during 'make checkheaders'.Diego Biurrun2009-01-252-0/+4
* Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun2009-01-241-1/+1
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-241-3/+0
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-193-3/+3
* 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
OpenPOWER on IntegriCloud