summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* ppc: Centralize compiler-specific altivec.h #include handling in one placeDiego Biurrun2016-12-14
* ppc: hevcdsp: Use shorthands for vector typesDiego Biurrun2016-12-14
* hevc: ppc: Add HEVC 4x4 IDCT for PowerPCAlexandra Hajkova2016-12-12
* ppc: avcodec: Drop silly "_ppc" suffixes from files in ppc subdirectoriesDiego Biurrun2016-10-18
* huffyuvdsp: Enable the altivec code for PPC little-endian as wellLuca Barbato2016-10-02
* mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* blockdsp: drop the high_bit_depth parameterAnton Khirnov2016-09-22
* pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-14
* ppc: mpegvideo: Add proper runtime AltiVec detectionDiego Biurrun2016-09-11
* ppc: Update #endif commentsDiego Biurrun2016-09-11
* audiodsp: ppc: Add VSX variantLuca Barbato2016-09-11
* vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-21
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* h264: Clean up #includesDiego Biurrun2016-03-25
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-01
* build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-19
* fft: ppc: Place ff_fft_calc_interleave_altivec() under correct ifdefsDiego Biurrun2016-02-15
* configure: Factor out vp8dsp moduleVittorio Giovara2015-07-17
* ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato2015-05-31
* ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-31
* ppc: pixblockdsp: Use the abriged vector typesLuca Barbato2015-05-31
* lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-28
* fmtconvert: drop unused functionsAnton Khirnov2015-02-28
* motion_est: convert stride to ptrdiff_tVittorio Giovara2014-11-24
* build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-15
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* 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