summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Collapse)AuthorAge
...
* ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato2007-04-10
| | | | Originally committed as revision 8706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typos/grammarDiego Biurrun2007-04-07
| | | | Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-13
| | | | Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)Luca Barbato2007-01-27
| | | | Originally committed as revision 7734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, there is a corner case afterall...Luca Barbato2007-01-23
| | | | Originally committed as revision 7660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC 3.3 compile fixGuillaume Poirier2006-12-11
| | | | Originally committed as revision 7277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ↵Guillaume Poirier2006-12-02
| | | | | | Barbato Originally committed as revision 7210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unused variable removedLuca Barbato2006-12-02
| | | | Originally committed as revision 7203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Conditionally compile some of the AltiVec optimizations.Diego Biurrun2006-11-22
| | | | Originally committed as revision 7154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add useful Altivec types, taken from with permission from x264 authorsGuillaume Poirier2006-11-19
| | | | Originally committed as revision 7125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert bad checkinMåns Rullgård2006-11-14
| | | | Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyLuca Barbato2006-11-07
| | | | Originally committed as revision 6932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ppc generic prefetchLuca Barbato2006-10-12
| | | | Originally committed as revision 6669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move TRANSPOSE8 macro to dsputil_altivec.h.Guillaume Poirier2006-10-10
| | | | | | | | (was duplicated in libavcodec/ppc/vc1dsp_altivec.c nd libavcodec/ppc/mpegvideo_altivec.c, and will be used in upcoming routines for h264_altivec.c) Originally committed as revision 6621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-09
| | | | Originally committed as revision 6606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add_bytes passes testsLuca Barbato2006-10-09
| | | | Originally committed as revision 6600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Non Altivec optimizations already present at the topLuca Barbato2006-10-08
| | | | Originally committed as revision 6588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the dcbz check and move it in configureLuca Barbato2006-10-07
| | | | Originally committed as revision 6580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a warningLuca Barbato2006-10-07
| | | | Originally committed as revision 6575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New single instruction math operation headerLuca Barbato2006-09-19
| | | | Originally committed as revision 6291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ↵Kostya Shishkov2006-09-03
| | | | | | version of put_h264_chroma_pixels_tab[0]) Originally committed as revision 6154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper fix for the corner case that would have been corrected before, ↵Luca Barbato2006-08-31
| | | | | | praise&blame to me and exg in equal shares Originally committed as revision 6143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous commitLuca Barbato2006-08-31
| | | | Originally committed as revision 6142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato2006-08-31
| | | | Originally committed as revision 6141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding ↵Luca Barbato2006-08-15
| | | | | | the issue Originally committed as revision 6002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec float optimizationsLuca Barbato2006-08-14
| | | | Originally committed as revision 5999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up:make dsputil subfile names consistentLuca Barbato2006-08-13
| | | | Originally committed as revision 5993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keep in sync with dsputil, makes --disable-decoder=vorbis buildLuca Barbato2006-08-11
| | | | Originally committed as revision 5979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: 2->4 spaces and some bracesLuca Barbato2006-08-06
| | | | Originally committed as revision 5940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet another typoLuca Barbato2006-08-04
| | | | Originally committed as revision 5933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a stupid typo and another error, thanks to Emanuele Giaquinta ↵Luca Barbato2006-08-04
| | | | | | <exg@gentoo.org> for pointing out the issue and the patch Originally committed as revision 5932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* standalone snow dsputil initLuca Barbato2006-08-03
| | | | Originally committed as revision 5919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-03
| | | | | | | | - whitespace consistency 2->4 [dsputil_init_ppc] - reorder struct initialization with dsputil_init_altivec [dsputil_init_ppc] - use casts instead of temp variables [vorbis_inverse_coupling_altivec] Originally committed as revision 5918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor fixLuca Barbato2006-08-03
| | | | Originally committed as revision 5916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid alignment hacks, luckly gcc does the right thing on arches different ↵Luca Barbato2006-08-03
| | | | | | from x86 Originally committed as revision 5915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis_inverse_coupling_altivecLuca Barbato2006-08-03
| | | | Originally committed as revision 5914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CleanupLuca Barbato2006-08-03
| | | | Originally committed as revision 5913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some AltiVec optimizations for VC-1Kostya Shishkov2006-08-03
| | | | Originally committed as revision 5899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid possible segfault situationsLuca Barbato2006-08-02
| | | | Originally committed as revision 5895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsLuca Barbato2006-08-02
| | | | Originally committed as revision 5890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for ↵Luca Barbato2006-06-20
| | | | | | pointing the issue Originally committed as revision 5504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: should not hurt performance, scream if areLuca Barbato2006-06-17
| | | | Originally committed as revision 5493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_pixels16_l2_altivec and avg_pixels16_l2_altivecLuca Barbato2006-06-03
| | | | Originally committed as revision 5452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Macosx fixLuca Barbato2006-05-02
| | | | Originally committed as revision 5342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 13% faster inner_add_yblockLuca Barbato2006-04-25
| | | | Originally committed as revision 5316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 40% faster decodeLuca Barbato2006-04-25
| | | | Originally committed as revision 5315 to svn://svn.ffmpeg.org/ffmpeg/trunk