summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-297-28/+35
* ppc: Add missing AltiVec cpuflag detection invocationsDiego Biurrun2013-08-293-0/+12
* ppc: fdct: Remove vim editor settings commentDiego Biurrun2013-08-281-2/+0
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-281-3/+2
* altivec: perform an explicit unaligned loadKostya Shishkov2013-08-161-3/+1
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-3/+1
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-171-1/+1
* fix scalarproduct_and_madd_int16_altivec() for orders > 16Kostya Shishkov2013-05-261-2/+2
* ppc: Only compile AltiVec FFT assembly when AltiVec is enabledDiego Biurrun2013-05-021-3/+4
* ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-302-32/+47
* ppc: More consistent arch initializationDiego Biurrun2013-04-308-25/+63
* ppc: Move AltiVec utility headers out of AltiVec ifdefsDiego Biurrun2013-04-304-14/+13
* ppc: More consistent names for H.264 optimizations filesDiego Biurrun2013-04-304-4/+4
* mpegaudiosp: More consistent names for ppc/x86 optimization filesDiego Biurrun2013-04-302-1/+1
* ppc: hpeldsp: Include attributes.hMartin Storsjö2013-04-201-0/+1
* ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-193-421/+467
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-151-1/+0
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-0/+3
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-16/+32
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-267-7/+0
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-1/+1
* dsputil: Separate h264chromaDiego Biurrun2013-02-068-294/+356
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-0511-11/+24
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-052-13/+13
* ppc: fmtconvert: Drop two unused variables.Diego Biurrun2013-02-011-2/+2
* dsputil: Separate h264 qpelMans Rullgard2013-01-245-284/+322
* Drop DCTELEM typedefDiego Biurrun2013-01-226-24/+24
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-223-59/+0
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-25/+0
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-201-1/+1
* ppc: vorbisdsp: Drop some unnecessary #includesDiego Biurrun2013-01-201-2/+0
* ppc: Include string.h for memsetMartin Storsjö2013-01-201-0/+2
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-193-25/+63
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-191-0/+2
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-35/+0
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-203-10/+36
* ppc: replace pointer casting with AV_COPY32Mans Rullgard2012-11-121-1/+2
* ppc: fix some unused variable warningsMans Rullgard2012-11-121-9/+6
* build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-091-1/+1
* ppc: fix Altivec build with old compilersMans Rullgard2012-10-081-5/+14
* ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()Mans Rullgard2012-10-051-7/+18
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-161-0/+1
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-151-0/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-154-0/+5
* dsputil: ppc: cosmetics: pretty-printJustin Ruggles2012-07-221-62/+64
* ppc: fix build with altivec disabledMans Rullgard2012-07-181-1/+3
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-184-33/+22
* ppc: Rename H.264 optimization template file for consistency.Diego Biurrun2012-06-123-4/+4
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-16/+0
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-0815-188/+23
OpenPOWER on IntegriCloud