| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: fix ppc/altivec build | Mans Rullgard | 2011-10-21 | 1 | -2/+2 |
* | H264: change weight/biweight functions to take a height argument. | Ronald S. Bultje | 2011-10-21 | 1 | -25/+19 |
* | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -2/+3 |
* | dsputil: update per-arch init funcs for non-h264 high bit depth | Mans Rullgard | 2011-07-21 | 1 | -1/+1 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -10/+12 |
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -1/+6 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Fix PPC build. | Ronald S. Bultje | 2011-02-17 | 1 | -6/+0 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -2/+3 |
* | Merge has_altivec() function into mm_support(), remove it and use | Stefano Sabatini | 2010-09-08 | 1 | -2/+2 |
* | Remove PPC perf counter support | Måns Rullgård | 2010-06-26 | 1 | -1/+0 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -10/+17 |
* | PPC: move prototypes to headers and make some functions static | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -30/+30 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -29/+29 |
* | Altivec version of avg_no_rnd_vc1_chroma_mc8 | David Conrad | 2009-04-15 | 1 | -123/+5 |
* | Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only | David Conrad | 2009-04-14 | 1 | -2/+2 |
* | Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. | Diego Biurrun | 2009-04-12 | 1 | -2/+0 |
* | prettyprinting cosmetics | Diego Biurrun | 2009-03-14 | 1 | -9/+9 |
* | Add av_uninit to vsrcBuc variable to work around some | Diego Biurrun | 2009-03-14 | 1 | -1/+1 |
* | Add AltiVec versions of h264_idct_add(8|16|16intra), | David Conrad | 2009-01-07 | 1 | -3/+32 |
* | add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) | David Conrad | 2009-01-06 | 1 | -0/+52 |
* | fix compilation with GCC-4.3+ | David Conrad | 2009-01-06 | 1 | -6/+6 |
* | offset and weights are signed, fixes some non-bitexact issues. | David Conrad | 2009-01-06 | 1 | -5/+6 |
* | add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) | David Conrad | 2009-01-05 | 1 | -0/+82 |
* | AltiVec version of h264_idct(8)_dc_add | David Conrad | 2009-01-05 | 1 | -10/+54 |
* | Cleanup _t types in libavcodec/ppc | Luca Barbato | 2008-12-27 | 1 | -146/+146 |
* | Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct... | Guillaume Poirier | 2008-12-25 | 1 | -0/+29 |
* | cosmetics: Fix indentation after last commit. | Diego Biurrun | 2008-07-24 | 1 | -4/+4 |
* | Remove AltiVec vector declaration compiler compatibility macros. | Diego Biurrun | 2008-07-24 | 1 | -5/+5 |
* | cosmetics: Reformat PPC code in libavcodec according to style guidelines. | Diego Biurrun | 2008-07-20 | 1 | -6/+6 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Add necessary #include, fixes the warnings: | Diego Biurrun | 2007-12-27 | 1 | -0/+1 |
* | Sanitize altivec code so it can be built with runtime check properly | Luca Barbato | 2007-10-02 | 1 | -1/+2 |
* | whitespace/indentation cosmetics | Diego Biurrun | 2007-08-24 | 1 | -112/+112 |
* | Remove HAVE_ALTIVEC preprocessor directives that are only compiled | Diego Biurrun | 2007-08-24 | 1 | -8/+0 |
* | use shorter types vec_"type" instead of the too long vector "type" | Guillaume Poirier | 2007-08-12 | 1 | -115/+108 |
* | restore GCC3 support | Guillaume Poirier | 2007-06-17 | 1 | -4/+4 |
* | re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_... | Guillaume Poirier | 2007-06-17 | 1 | -2/+0 |
* | part 2/2 of fixing Altivec-accelerated H264 luma inloop filter | Graham Booker | 2007-06-17 | 1 | -9/+15 |
* | convert h264_deblock_q1 to an inline function. | Guillaume Poirier | 2007-06-17 | 1 | -18/+22 |
* | Use a faster way to compute 255-val: Instead of creating a vector of | Graham Booker | 2007-06-16 | 1 | -4/+2 |
* | some samples aren't decoded correctly such as | Guillaume Poirier | 2007-06-15 | 1 | -0/+2 |
* | cosmetics | Guillaume Poirier | 2007-06-12 | 1 | -3/+3 |
* | kill one vector constant value load by the right combination of vec_splatX/ve... | Sigbjorn Skjaeret | 2007-06-12 | 1 | -2/+1 |
* | restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% | Sigbjorn Skjaeret | 2007-06-12 | 1 | -1/+1 |
* | one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go | Guillaume Poirier | 2007-06-11 | 1 | -1/+1 |
* | minor GCC3 compile fix | Guillaume Poirier | 2007-06-09 | 1 | -1/+1 |
* | Altivec version of h264_(h|v)_loop_filter_luma | Graham Booker | 2007-06-09 | 1 | -0/+268 |
* | h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT... | Luca Barbato | 2007-06-03 | 1 | -0/+77 |