summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* ppc: fft: Build AltiVec optimizations in the standard wayDiego Biurrun2014-08-02
* ppc: idctdsp: Immediately return if no AltiVec is availableDiego Biurrun2014-08-01
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-25
* dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun2014-07-21
* fdct: Move ppc-specific declarations to a header in the ppc directoryDiego Biurrun2014-07-19
* idctdsp: prettyprinting cosmeticsDiego Biurrun2014-07-18
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-18
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* ppc: dsputil: Coalesce all init filesDiego Biurrun2014-07-13
* dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun2014-07-11
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-09
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-07
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-06
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-23
* 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
* ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun2014-06-10
* ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1encDiego Biurrun2014-06-10
* ppc: Fix compilation for ppc64le (ELFv2)Thierry Fauck2014-05-30
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-29
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-29
* ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-28
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
* ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun2014-04-04
* On2 VP7 decoderPeter Ross2014-04-04
* ppc: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-22
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-20
* build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-20
* dsputil: Conditionally compile dsputil code on all architecturesDiego Biurrun2014-03-20
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-20
* ppc: dsputil: Drop trailing semicolon from macrosDiego 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: more K&R formatting cosmeticsDiego 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
* dsputil: Remove prototypes for nonexisting optimization functionsDiego Biurrun2014-03-13
* ppc: reduce overreads when loading 8 pixels in altivec dsp functionsJanne Grunau2014-02-14
* vp8: fix PPC assembly to work if src_stride != dst_strideRonald S. Bultje2014-02-09
* h264: do not use 422 functions for monochromeAnton Khirnov2014-01-06
* ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-29
* ppc: Add missing AltiVec cpuflag detection invocationsDiego Biurrun2013-08-29
* ppc: fdct: Remove vim editor settings commentDiego Biurrun2013-08-28
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
* altivec: perform an explicit unaligned loadKostya Shishkov2013-08-16
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-17