summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/dsputil_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-767/+0
* ppc: dsputil: Coalesce all init filesDiego Biurrun2014-07-131-2/+10
* dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun2014-07-111-2/+1
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-105/+0
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-061-60/+0
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-14/+0
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-271-18/+0
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-10/+11
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-201-3/+2
* ppc: dsputil: Merge some declarations and initializationsDiego Biurrun2014-03-201-222/+181
* ppc: dsputil: Drop some unnecessary parenthesesDiego Biurrun2014-03-201-6/+6
* ppc: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-201-355/+394
* ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun2014-03-201-119/+114
* ppc: Add some missing headersDiego Biurrun2014-03-131-0/+1
* ppc: reduce overreads when loading 8 pixels in altivec dsp functionsJanne Grunau2014-02-141-10/+10
* ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-191-421/+0
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-11/+11
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-191-25/+0
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-081-2/+2
* ppc: dsputil: do unaligned block accesses correctlyMans Rullgard2012-05-011-88/+86
* ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-5/+5
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-3/+2
* ppc: remove disabled codeDiego Biurrun2011-07-161-11/+0
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+5
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Fix overread in altivec DSP function sad16Vitor Sessak2011-01-291-5/+7
* Remove PPC perf counter supportMåns Rullgård2010-06-261-42/+0
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-061-20/+21
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-241-9/+9
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-181-15/+15
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-121-50/+51
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-1/+1
* add Altivec implementation of clear_blockGuillaume Poirier2008-12-121-0/+16
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-20/+20
* cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines.Diego Biurrun2008-07-201-516/+437
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Change some files to only include the necessary headers.Diego Biurrun2008-01-041-1/+1
* Fix alignment broke by my last patchVitor Sessak2007-12-011-2/+2
* spellingVitor Sessak2007-12-011-3/+3
* cosmetics: Fix indentation after last commit.Diego Biurrun2007-10-021-1/+1
* Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun2007-10-021-2/+1
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-021-66/+1
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-021-1/+1
* Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun2007-10-011-46/+46
* Simplify preprocessor directives.Diego Biurrun2007-08-271-7/+4
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-271-6/+6
OpenPOWER on IntegriCloud