summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/dsputil_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-5/+5
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-3/+2
* ppc: remove disabled codeDiego Biurrun2011-07-161-11/+0
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+5
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Fix overread in altivec DSP function sad16Vitor Sessak2011-01-291-5/+7
* Remove PPC perf counter supportMåns Rullgård2010-06-261-42/+0
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-061-20/+21
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-241-9/+9
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-181-15/+15
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-121-50/+51
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-1/+1
* add Altivec implementation of clear_blockGuillaume Poirier2008-12-121-0/+16
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-20/+20
* cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines.Diego Biurrun2008-07-201-516/+437
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Change some files to only include the necessary headers.Diego Biurrun2008-01-041-1/+1
* Fix alignment broke by my last patchVitor Sessak2007-12-011-2/+2
* spellingVitor Sessak2007-12-011-3/+3
* cosmetics: Fix indentation after last commit.Diego Biurrun2007-10-021-1/+1
* Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun2007-10-021-2/+1
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-021-66/+1
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-021-1/+1
* Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun2007-10-011-46/+46
* Simplify preprocessor directives.Diego Biurrun2007-08-271-7/+4
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-271-6/+6
* Fix trivial mixed declarations and code warning caused by a double semicolon.Diego Biurrun2007-08-241-1/+1
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-221-5/+5
* Simplify preprocessor directives.Diego Biurrun2007-08-221-4/+2
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-171-9/+9
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)Luca Barbato2007-01-271-4/+2
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-091-268/+0
* add_bytes passes testsLuca Barbato2006-10-091-7/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* keep in sync with dsputil, makes --disable-decoder=vorbis buildLuca Barbato2006-08-111-0/+2
* Cosmetics: 2->4 spaces and some bracesLuca Barbato2006-08-061-135/+126
* Yet another typoLuca Barbato2006-08-041-2/+2
* Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo...Luca Barbato2006-08-041-4/+4
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-031-5/+40
* Minor fixLuca Barbato2006-08-031-6/+6
* vorbis_inverse_coupling_altivecLuca Barbato2006-08-031-0/+23
* avoid possible segfault situationsLuca Barbato2006-08-021-4/+4
* Cosmetics: should not hurt performance, scream if areLuca Barbato2006-06-171-61/+97
* hadamard8_diff* enabled on linux/ppcLuca Barbato2006-04-071-45/+43
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-64/+64
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-93/+93
OpenPOWER on IntegriCloud