summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/dsputil_ppc.c
Commit message (Expand)AuthorAge
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* 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: Simplify some ifdeffed function definitionsDiego 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: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-16
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* Remove lowres video decodingMans Rullgard2012-04-21
* 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
* jfdctint: add 10-bit versionMans Rullgard2011-07-21
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* 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
* dsputil: move VC1-specific stuff into VC1DSPContext.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
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Remove global mm_flags variableMåns Rullgård2010-08-24
* 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
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-22
* Altivec VP3 IDCTDavid Conrad2009-05-25
* Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun2009-04-12
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-24
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* cosmetics: Reindent two misplaced braces.Diego Biurrun2008-07-20
* 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
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-02