summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/h264_altivec.c
Commit message (Expand)AuthorAge
* doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun2011-12-07
* h264: fix ppc/altivec buildMans Rullgard2011-10-21
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-21
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix PPC build.Ronald S. Bultje2011-02-17
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-08
* Remove PPC perf counter supportMåns Rullgård2010-06-26
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-15
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-14
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-12
* prettyprinting cosmeticsDiego Biurrun2009-03-14
* Add av_uninit to vsrcBuc variable to work around someDiego Biurrun2009-03-14
* Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad2009-01-07
* add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-06
* fix compilation with GCC-4.3+David Conrad2009-01-06
* offset and weights are signed, fixes some non-bitexact issues.David Conrad2009-01-06
* add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-05
* AltiVec version of h264_idct(8)_dc_addDavid Conrad2009-01-05
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-27
* Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct...Guillaume Poirier2008-12-25
* cosmetics: Fix indentation after last commit.Diego Biurrun2008-07-24
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-20
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add necessary #include, fixes the warnings:Diego Biurrun2007-12-27
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
* whitespace/indentation cosmeticsDiego Biurrun2007-08-24
* Remove HAVE_ALTIVEC preprocessor directives that are only compiledDiego Biurrun2007-08-24
* use shorter types vec_"type" instead of the too long vector "type"Guillaume Poirier2007-08-12
* restore GCC3 supportGuillaume Poirier2007-06-17
* re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...Guillaume Poirier2007-06-17
* part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker2007-06-17
* convert h264_deblock_q1 to an inline function.Guillaume Poirier2007-06-17
* Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker2007-06-16
* some samples aren't decoded correctly such asGuillaume Poirier2007-06-15
* cosmeticsGuillaume Poirier2007-06-12
* kill one vector constant value load by the right combination of vec_splatX/ve...Sigbjorn Skjaeret2007-06-12
* restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret2007-06-12
* 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