summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/dsputil_ppc.c
Commit message (Expand)AuthorAge
* dsputil: remove deprecated dsp_mask usageHendrik Leppkes2013-03-13
* Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-07
|\|
| * dsputil: Separate h264chromaDiego Biurrun2013-02-06
* | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-06
|\|
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-23
|\|
| * floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-21
|\|
| * lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-18
|\|
| * vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* | lowres2 support.Michael Niedermayer2012-04-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-22
|\|
| * Remove lowres video decodingMans Rullgard2012-04-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | ppc: fix usage of dsp_maskMichael Niedermayer2011-09-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-22
|\|
| * dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
| * jfdctint: add 10-bit versionMans Rullgard2011-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-21
|\|
| * simple_idct: add 10-bit versionMans Rullgard2011-07-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-16
|\|
| * ppc: remove disabled codeDiego Biurrun2011-07-16
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * 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
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-10
* | dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-18
|/
* 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