summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/dsputil_altivec.c
Commit message (Expand)AuthorAge
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-20
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-20
* ppc: dsputil: Merge some declarations and initializationsDiego Biurrun2014-03-20
* ppc: dsputil: Drop some unnecessary parenthesesDiego Biurrun2014-03-20
* ppc: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-20
* ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun2014-03-20
* ppc: Add some missing headersDiego Biurrun2014-03-13
* ppc: reduce overreads when loading 8 pixels in altivec dsp functionsJanne Grunau2014-02-14
* ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-19
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* ppc: dsputil: do unaligned block accesses correctlyMans Rullgard2012-05-01
* ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
* ppc: remove disabled codeDiego Biurrun2011-07-16
* 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 overread in altivec DSP function sad16Vitor Sessak2011-01-29
* Remove PPC perf counter supportMåns Rullgård2010-06-26
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-06
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-24
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-18
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-12
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* add Altivec implementation of clear_blockGuillaume Poirier2008-12-12
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
* cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines.Diego Biurrun2008-07-20
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Change some files to only include the necessary headers.Diego Biurrun2008-01-04
* Fix alignment broke by my last patchVitor Sessak2007-12-01
* spellingVitor Sessak2007-12-01
* cosmetics: Fix indentation after last commit.Diego Biurrun2007-10-02
* Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).Diego Biurrun2007-10-02
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-02
* Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun2007-10-01
* Simplify preprocessor directives.Diego Biurrun2007-08-27
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-27
* Fix trivial mixed declarations and code warning caused by a double semicolon.Diego Biurrun2007-08-24
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* Simplify preprocessor directives.Diego Biurrun2007-08-22
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-17
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16