summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* huffyuvdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-121-1/+1
* lossless_videodsp: move shared functions from huffyuvdspJames Almer2017-01-122-3/+3
* ppc: pixblockdsp: do unaligned block accesses correctly againAndreas Cadhalpun2016-11-031-7/+10
* Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
|\
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* | Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1Pavel Koshevoy2016-07-152-12/+22
* | avcodec/ppc: fix broken build when compiling libavcodec with LLVM on PPC backendJing Yu2016-06-252-12/+12
* | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-221-32/+0
|\ \ | |/
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-32/+0
* | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis2016-05-091-1/+1
|\ \ | |/
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-071-1/+1
* | Merge commit '02cd8bb9cb4381c50f42a9284098cc8a33d397db'Derek Buitenhuis2016-04-241-1/+7
|\ \ | |/
| * h264: Clean up #includesDiego Biurrun2016-03-251-1/+7
| * fft: Split MDCT bits off from FFTDiego Biurrun2016-03-013-122/+157
* | Merge commit '15a24614aef5836af3cd2c7cc3b2b737eee6bf3c'Derek Buitenhuis2016-02-241-1/+1
|\ \ | |/
| * build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-191-1/+1
* | Merge commit '47570dbde8b33001d5ccac44e7ebaaeecbcb807c'Derek Buitenhuis2016-02-242-4/+4
|\ \ | |/
| * fft: ppc: Place ff_fft_calc_interleave_altivec() under correct ifdefsDiego Biurrun2016-02-152-4/+4
* | lavc: typo fix uncliped -> unclippedGanesh Ajjanagadde2015-12-151-3/+3
* | avcodec/ppc/fdctdsp: use more accurate constantsGanesh Ajjanagadde2015-12-011-7/+7
* | avcodec/ppc/fdctdsp: use M_SQRT2 instead of ad-hoc SQRT2Ganesh Ajjanagadde2015-11-221-11/+10
* | blockdsp: reindent after parameter removalChristophe Gisquet2015-10-031-11/+11
* | blockdsp: remove high bitdepth parameterChristophe Gisquet2015-10-021-4/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | Merge commit 'd42191c78befc1983f23b1899b2dda513b72f1ed'Michael Niedermayer2015-07-171-1/+1
|\ \ | |/
| * configure: Factor out vp8dsp moduleVittorio Giovara2015-07-171-1/+1
* | doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-161-1/+1
* | avcodec/ppc/pixblockdsp: Fix type of get_pixels_vsx()Michael Niedermayer2015-06-011-1/+1
* | Merge commit 'd0bf20a4f25ac5de021c860a0c8ad05638ee2078'Michael Niedermayer2015-05-311-0/+44
|\ \ | |/
| * ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato2015-05-311-0/+44
| * ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-3123-45/+45
* | Merge commit '7014b65995b1fe6188fb53447bf61b08e3963355'Michael Niedermayer2015-05-311-23/+20
|\ \ | |/
| * ppc: pixblockdsp: Use the abriged vector typesLuca Barbato2015-05-311-23/+20
* | avcodec/ppc/h264dsp: POWER LE support in h264_idct_dc_add_internal() fix vec_...Rong Yan2015-05-141-11/+15
* | avcodec/ppc/h264qpel_template: Fix alignment assertMichael Niedermayer2015-05-101-1/+1
* | avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec() delete macros VEC_...Rong Yan2015-04-271-47/+39
* | 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
OpenPOWER on IntegriCloud