summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
...
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-293-42/+78
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-293-44/+81
* ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-281-3/+1
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-273-18/+58
* ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun2014-04-045-5/+0
* On2 VP7 decoderPeter Ross2014-04-042-1/+3
* ppc: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-225-8/+37
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-10/+11
* build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-201-2/+3
* dsputil: Conditionally compile dsputil code on all architecturesDiego Biurrun2014-03-201-4/+4
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-203-15/+12
* ppc: dsputil: Drop trailing semicolon from macrosDiego Biurrun2014-03-202-29/+29
* ppc: dsputil: Merge some declarations and initializationsDiego Biurrun2014-03-206-270/+219
* ppc: dsputil: Simplify some ifdeffed function definitionsDiego Biurrun2014-03-201-13/+5
* ppc: dsputil: Drop some unnecessary parenthesesDiego Biurrun2014-03-202-9/+9
* ppc: dsputil: more K&R formatting cosmeticsDiego Biurrun2014-03-204-416/+437
* ppc: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-203-391/+429
* ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun2014-03-207-199/+180
* ppc: Add some missing headersDiego Biurrun2014-03-133-0/+4
* dsputil: Remove prototypes for nonexisting optimization functionsDiego Biurrun2014-03-131-1/+0
* ppc: reduce overreads when loading 8 pixels in altivec dsp functionsJanne Grunau2014-02-141-10/+10
* vp8: fix PPC assembly to work if src_stride != dst_strideRonald S. Bultje2014-02-091-7/+42
* h264: do not use 422 functions for monochromeAnton Khirnov2014-01-061-1/+1
* 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
OpenPOWER on IntegriCloud