aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-224-10/+10
* Simplify preprocessor directives.Diego Biurrun2007-08-221-4/+2
* Identifiers starting with underscores are reserved.Diego Biurrun2007-08-223-9/+9
* use shorter types vec_"type" instead of the too long vector "type"Guillaume Poirier2007-08-122-333/+276
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-281-4/+4
* cosmetics: misc typo fixesDiego Biurrun2007-07-281-4/+4
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-081-1/+2
* license header consistency cosmeticsDiego Biurrun2007-07-053-4/+0
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-172-2/+2
* simplify ppc64 handlingMåns Rullgård2007-06-171-4/+4
* restore GCC3 supportGuillaume Poirier2007-06-171-4/+4
* re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...Guillaume Poirier2007-06-171-2/+0
* part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker2007-06-171-9/+15
* convert h264_deblock_q1 to an inline function.Guillaume Poirier2007-06-171-18/+22
* add multiple inclusion guards to headersMåns Rullgård2007-06-172-0/+10
* Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker2007-06-161-4/+2
* some samples aren't decoded correctly such asGuillaume Poirier2007-06-151-0/+2
* cosmeticsGuillaume Poirier2007-06-121-3/+3
* kill one vector constant value load by the right combination of vec_splatX/ve...Sigbjorn Skjaeret2007-06-121-2/+1
* restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret2007-06-121-1/+1
* one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier2007-06-111-1/+1
* minor GCC3 compile fixGuillaume Poirier2007-06-091-1/+1
* Altivec version of h264_(h|v)_loop_filter_lumaGraham Booker2007-06-092-0/+279
* h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT...Luca Barbato2007-06-031-0/+77
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-175-16/+16
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-1613-16/+16
* ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato2007-04-102-0/+81
* typos/grammarDiego Biurrun2007-04-071-1/+1
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-133-10/+10
* Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)Luca Barbato2007-01-271-4/+2
* 10l, there is a corner case afterall...Luca Barbato2007-01-231-2/+1
* GCC 3.3 compile fixGuillaume Poirier2006-12-111-1/+1
* Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ...Guillaume Poirier2006-12-021-0/+127
* Unused variable removedLuca Barbato2006-12-021-1/+1
* Conditionally compile some of the AltiVec optimizations.Diego Biurrun2006-11-221-3/+4
* Add useful Altivec types, taken from with permission from x264 authorsGuillaume Poirier2006-11-191-0/+41
* revert bad checkinMåns Rullgård2006-11-141-2/+2
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-2/+2
* SimplifyLuca Barbato2006-11-071-5/+1
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-1/+1
* ppc generic prefetchLuca Barbato2006-10-121-1/+10
* Move TRANSPOSE8 macro to dsputil_altivec.h.Guillaume Poirier2006-10-103-67/+34
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-099-423/+0
* add_bytes passes testsLuca Barbato2006-10-091-7/+4
* Non Altivec optimizations already present at the topLuca Barbato2006-10-081-6/+1
* fix the dcbz check and move it in configureLuca Barbato2006-10-072-13/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-0717-67/+101
* fix a warningLuca Barbato2006-10-071-0/+4
* New single instruction math operation headerLuca Barbato2006-09-191-0/+31
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+14