summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* ppc generic prefetchLuca Barbato2006-10-12
* Move TRANSPOSE8 macro to dsputil_altivec.h.Guillaume Poirier2006-10-10
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-09
* add_bytes passes testsLuca Barbato2006-10-09
* Non Altivec optimizations already present at the topLuca Barbato2006-10-08
* fix the dcbz check and move it in configureLuca Barbato2006-10-07
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix a warningLuca Barbato2006-10-07
* New single instruction math operation headerLuca Barbato2006-09-19
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ver...Kostya Shishkov2006-09-03
* Proper fix for the corner case that would have been corrected before, praise&...Luca Barbato2006-08-31
* Revert previous commitLuca Barbato2006-08-31
* Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato2006-08-31
* 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th...Luca Barbato2006-08-15
* altivec float optimizationsLuca Barbato2006-08-14
* Clean up:make dsputil subfile names consistentLuca Barbato2006-08-13
* keep in sync with dsputil, makes --disable-decoder=vorbis buildLuca Barbato2006-08-11
* Cosmetics: 2->4 spaces and some bracesLuca Barbato2006-08-06
* Yet another typoLuca Barbato2006-08-04
* Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo...Luca Barbato2006-08-04
* standalone snow dsputil initLuca Barbato2006-08-03
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-03
* Minor fixLuca Barbato2006-08-03
* avoid alignment hacks, luckly gcc does the right thing on arches different fr...Luca Barbato2006-08-03
* vorbis_inverse_coupling_altivecLuca Barbato2006-08-03
* CleanupLuca Barbato2006-08-03
* Some AltiVec optimizations for VC-1Kostya Shishkov2006-08-03
* avoid possible segfault situationsLuca Barbato2006-08-02
* CosmeticsLuca Barbato2006-08-02
* Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for point...Luca Barbato2006-06-20
* Cosmetics: should not hurt performance, scream if areLuca Barbato2006-06-17
* put_pixels16_l2_altivec and avg_pixels16_l2_altivecLuca Barbato2006-06-03
* Macosx fixLuca Barbato2006-05-02
* 13% faster inner_add_yblockLuca Barbato2006-04-25
* 40% faster decodeLuca Barbato2006-04-25
* typo in the gcc handmade regalloc triggerLuca Barbato2006-04-16
* hadamard8_diff* enabled on linux/ppcLuca Barbato2006-04-07
* Proper typecast for vector boolLuca Barbato2006-03-31
* Cast cruft in order to support Apple gccLuca Barbato2006-03-29
* altivec support for snowLuca Barbato2006-03-27
* altivec support for snowLuca Barbato2006-03-27
* use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.b...Likai Liu2006-02-28
* Fix AltiVec H.264 decoding on FSF gcc.Luca Barbato2006-02-21
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* 10lAlex Beregszaszi2005-08-05