aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_tRamiro Polla2024-09-011-4/+4
* lavc/hevc*: move to hevc/ subdirAnton Khirnov2024-06-041-1/+1
* avcodec/ppc/h264dsp: Fix left shifts of negative numbersAndreas Rheinhardt2024-04-041-2/+2
* avcodec/ppc/hpeldsp_altivec: Fix left-shift of negative numberAndreas Rheinhardt2024-04-021-2/+2
* avcodec/ppc/vp8dsp_altivec: Fix out-of-bounds accessAndreas Rheinhardt2024-03-141-1/+2
* avcodec/ppc/h264dsp: Fix unaligned storesAndreas Rheinhardt2024-03-141-18/+17
* avcodec: Remove DCT, FFT, MDCT and RDFTAndreas Rheinhardt2023-10-015-1684/+0
* avcodec/idctdsp: Avoid inclusion of avcodec.hAndreas Rheinhardt2023-09-111-0/+1
* avutil/mem: Don't include avutil.hAndreas Rheinhardt2023-09-071-0/+2
* avcodec/dct: Move fdct function declarations to fdctdsp.hAndreas Rheinhardt2023-07-291-0/+1
* avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 onlyAndreas Rheinhardt2022-10-202-4/+4
* avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context privateAndreas Rheinhardt2022-10-141-2/+2
* avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-2/+1
* lavc/vorbisdsp: use ptrdiff_t rather than intptr_tRémi Denis-Courmont2022-09-191-1/+1
* lavc/vorbisdec: use ptrdiff_t to iterate over intptr_tRémi Denis-Courmont2022-09-191-2/+2
* avcodec/vp8dsp: Constify src in vp8_mc_funcAndreas Rheinhardt2022-09-111-6/+6
* avcodec/h264chroma: Constify src in h264_chroma_mc_funcAndreas Rheinhardt2022-08-051-2/+2
* avcodec/mpegvideodsp: Constify src pointersAndreas Rheinhardt2022-07-311-1/+1
* avcodec/mpegvideoencdsp: Allow pointers to const where possibleAndreas Rheinhardt2022-07-311-4/+4
* avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt2022-07-311-15/+15
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-311-1/+1
* avcodec/h264dsp, h264idct: Fix lengths of array parametersAndreas Rheinhardt2021-08-081-3/+3
* Include attributes.h directlyAndreas Rheinhardt2021-04-193-0/+3
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-016-4/+6
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* ppc/h264dsp: change loop filter stride argument to ptrdiff_tJames Almer2019-02-201-2/+2
* avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with -...Michael Niedermayer2018-12-051-2/+15
* libavcodec/ppc: Fix HEVC AltiVec routines with --enable-smallA. Wilcox2018-07-211-3/+5
* lavc/ppc/hpeldsp_altivec: Remove declaration of two unused variables.Carl Eugen Hoyos2017-11-011-1/+1
* lavc/ppc/h264dsp: Fix function prototype after bc26fe89.Carl Eugen Hoyos2017-11-011-2/+2
* lavc/ppc/svq1enc_altivec: Fix function prototype after dad31083.Carl Eugen Hoyos2017-11-011-1/+1
* lavc/ppc/fft_init: Fix compilation on ppc64le with --disable-vsx.Carl Eugen Hoyos2017-10-121-3/+3
* Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'Clément Bœsch2017-04-2626-67/+42
|\
| * ppc: Centralize compiler-specific altivec.h #include handling in one placeDiego Biurrun2016-12-1422-63/+44
* | Merge commit '39929e55eb13eeb8dfbe1bc99301fecf6b8942dd'Clément Bœsch2017-04-262-12/+12
|\|
| * ppc: hevcdsp: Use shorthands for vector typesDiego Biurrun2016-12-142-12/+12
* | Merge commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae'Clément Bœsch2017-04-173-0/+158
|\|
| * hevc: ppc: Add HEVC 4x4 IDCT for PowerPCAlexandra Hajkova2016-12-123-0/+157
* | Merge commit '58224dc5f3d4fea40a8d55cca87291a960c11622'James Almer2017-03-232-1/+1
|\|
| * ppc: avcodec: Drop silly "_ppc" suffixes from files in ppc subdirectoriesDiego Biurrun2016-10-182-1/+1
| * huffyuvdsp: Enable the altivec code for PPC little-endian as wellLuca Barbato2016-10-021-4/+4
* | avcodec/lossless_videodsp: use ptrdiff_t for length parametersJames Almer2017-03-221-1/+1
* | Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18'James Almer2017-03-211-1/+1
|\|
| * mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-1/+1
* | Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'James Almer2017-03-211-2/+7
|\|
| * h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-291-2/+7
* | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-212-3/+4
|\|
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-292-3/+4
| * blockdsp: drop the high_bit_depth parameterAnton Khirnov2016-09-221-14/+11
* | Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3'Clément Bœsch2017-03-201-9/+9
|\|