summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec()Rong Yan2015-04-031-39/+47
* Revert "ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED"Michael Niedermayer2015-03-153-31/+31
* ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-143-31/+31
* Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer2015-03-011-2/+1
|\
| * lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-281-2/+1
* | Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'Michael Niedermayer2015-02-281-111/+0
|\ \ | |/
| * fmtconvert: drop unused functionsAnton Khirnov2015-02-281-111/+0
* | avcodec/ppc/fdctdsp: fix const warningMichael Niedermayer2015-02-281-1/+1
* | avcodec/ppc/idctdsp.c: POWER LE support in idct_add_altivec()Rong Yan2015-02-031-3/+13
* | avcodec/ppc/h264qpel_template: Change if DEBUG assert() to av_assert2()Michael Niedermayer2015-01-301-5/+2
* | ppc/mpegvideo_altivec: Change assert to av_assert2()Michael Niedermayer2015-01-301-2/+1
* | libavcodec/ppc/mpegvideoencdsp.c: fix stack smashing in pix_norm1_altivec() a...Andreas Cadhalpun2015-01-211-2/+2
* | avcodec/ppc/vp3dsp_altivec: POWER LE support to vp3_idct_add_altivec()Rong Yan2014-12-081-2/+16
* | avcodec/ppc/vp8dsp_altivec.c: POWER LE support put_vp8_epel_h_altivec_core() ...Rong Yan2014-12-041-37/+49
* | avcodec/ppc/vc1dsp_altivec: add POWER LE support to vc1_inv_trans_8x4_altivec()Rong Yan2014-12-041-3/+10
* | avcodec/ppc/lossless_audiodsp_altivec: POWER LE support for scalarproduct_and...Rong Yan2014-12-021-10/+21
* | avcodec/ppc/h264qpel_template: protect unistd.h by #if HAVE_UNISTD_HMichael Niedermayer2014-11-281-0/+4
* | avcodec/ppc/h264qpel: POWER LE support for put_pixels16_l2_altivec() and avg_...Rong Yan2014-11-281-58/+51
* | avcodec/ppc/h264qpel_template: POWER LE support for PREFIX_h264_qpel16_h_lowp...Rong Yan2014-11-281-199/+165
* | avcodec/ppc/h264chroma_template: POWER LE support for PREFIX_h264_chroma_mc8_...Rong Yan2014-11-281-135/+88
* | avcodec/ppc/h264dsp: POWER LE support for h264_idct8_add_altivec() h264_idct_...Rong Yan2014-11-281-27/+62
* | Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600'Michael Niedermayer2014-11-241-28/+28
|\ \ | |/
| * motion_est: convert stride to ptrdiff_tVittorio Giovara2014-11-241-28/+28
* | libavcodec/ppc/me_cmp.c : support little endian in sse8_altivec(), hadamard8_...Rong Yan2014-11-111-37/+21
* | libavcodec/ppc/me_cmp.c : factorize little and big endian codeRong Yan2014-11-111-351/+55
* | libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() put_no_rnd_p...Rong Yan2014-11-071-184/+71
* | libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() for POWER LERong Yan2014-10-101-0/+34
* | libavcodec/ppc/me_cmp.c : fix sad16_altivec() sse16_altivec() sad16_xy2_altiv...Rong Yan2014-10-101-0/+294
* | libavcodec/ppc/mpegvideoencdsp.c : fix pix_norm1_altivec() and pix_sum_altive...Rong Yan2014-10-101-0/+60
* | libavcodec/ppc/pixblockdsp.c : fix get_pixels_altivec() and diff_pixels_altiv...Rong Yan2014-10-101-0/+95
* | Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* | Merge commit 'efd26bedec9a345a5960dbfcbaec888418f2d4e6'Michael Niedermayer2014-08-151-0/+2
|\ \ | |/
| * build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-151-0/+2
* | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-1/+1
* | avcodec: Change get_pixels() to ptrdiff_t linesizeMichael Niedermayer2014-08-061-1/+1
* | Merge commit 'ffa4d4ef0bd66c4e8bde7357b69bdedc78123ea8'Michael Niedermayer2014-08-023-5/+8
|\ \ | |/
| * ppc: fft: Build AltiVec optimizations in the standard wayDiego Biurrun2014-08-023-4/+7
* | Merge commit '03c9f357a4c2307a7913cea2cbf0ba817e80beb6'Michael Niedermayer2014-08-011-9/+10
|\ \ | |/
| * ppc: idctdsp: Immediately return if no AltiVec is availableDiego Biurrun2014-08-011-8/+9
* | avcodec/ppc/idctdsp: Only select non bitexact IDCTs by default when bitexact ...Michael Niedermayer2014-07-271-1/+1
* | Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac'Michael Niedermayer2014-07-252-20/+30
|\ \ | |/
| * qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-252-20/+30
* | Merge commit '81b9bf319226fe03436c80aaa8a2c91767cab7ce'Michael Niedermayer2014-07-211-0/+32
|\ \ | |/
| * dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun2014-07-211-0/+32
* | Merge commit '1a583c0c60240adb8fa6620c6df33f1a0a0fe5d9'Michael Niedermayer2014-07-192-4/+4
|\ \ | |/
| * fdct: Move ppc-specific declarations to a header in the ppc directoryDiego Biurrun2014-07-192-4/+4
* | Merge commit '8b0dd4942aac320d1ca3c40fa7ea1be342c71273'Michael Niedermayer2014-07-181-4/+4
|\ \ | |/
| * idctdsp: prettyprinting cosmeticsDiego Biurrun2014-07-181-3/+3
* | Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae'Michael Niedermayer2014-07-181-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud