aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/h264_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove PPC perf counter supportMåns Rullgård2010-06-261-1/+0
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-10/+17
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-061-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-30/+30
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-29/+29
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-151-123/+5
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-141-2/+2
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-121-2/+0
* prettyprinting cosmeticsDiego Biurrun2009-03-141-9/+9
* Add av_uninit to vsrcBuc variable to work around someDiego Biurrun2009-03-141-1/+1
* Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad2009-01-071-3/+32
* add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-061-0/+52
* fix compilation with GCC-4.3+David Conrad2009-01-061-6/+6
* offset and weights are signed, fixes some non-bitexact issues.David Conrad2009-01-061-5/+6
* add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-051-0/+82
* AltiVec version of h264_idct(8)_dc_addDavid Conrad2009-01-051-10/+54
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-271-146/+146
* Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct...Guillaume Poirier2008-12-251-0/+29
* cosmetics: Fix indentation after last commit.Diego Biurrun2008-07-241-4/+4
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-5/+5
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-201-6/+6
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add necessary #include, fixes the warnings:Diego Biurrun2007-12-271-0/+1
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-021-1/+2
* whitespace/indentation cosmeticsDiego Biurrun2007-08-241-112/+112
* Remove HAVE_ALTIVEC preprocessor directives that are only compiledDiego Biurrun2007-08-241-8/+0
* use shorter types vec_"type" instead of the too long vector "type"Guillaume Poirier2007-08-121-115/+108
* 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
* 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-091-0/+268
* 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-171-1/+1
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+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
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ver...Kostya Shishkov2006-09-031-0/+130
* Proper fix for the corner case that would have been corrected before, praise&...Luca Barbato2006-08-311-4/+4
* Revert previous commitLuca Barbato2006-08-311-4/+4
* 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th...Luca Barbato2006-08-151-6/+6