summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier2007-06-11
* minor GCC3 compile fixGuillaume Poirier2007-06-09
* Altivec version of h264_(h|v)_loop_filter_lumaGraham Booker2007-06-09
* h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT...Luca Barbato2007-06-03
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-17
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato2007-04-10
* typos/grammarDiego Biurrun2007-04-07
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-13
* Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)Luca Barbato2007-01-27
* 10l, there is a corner case afterall...Luca Barbato2007-01-23
* GCC 3.3 compile fixGuillaume Poirier2006-12-11
* Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ...Guillaume Poirier2006-12-02
* Unused variable removedLuca Barbato2006-12-02
* Conditionally compile some of the AltiVec optimizations.Diego Biurrun2006-11-22
* Add useful Altivec types, taken from with permission from x264 authorsGuillaume Poirier2006-11-19
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* SimplifyLuca Barbato2006-11-07
* 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