| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegvideoencdsp: convert stride parameters from int to ptrdiff_t | Ramiro Polla | 2024-09-01 | 1 | -4/+4 |
* | lavc/hevc*: move to hevc/ subdir | Anton Khirnov | 2024-06-04 | 1 | -1/+1 |
* | avcodec/ppc/h264dsp: Fix left shifts of negative numbers | Andreas Rheinhardt | 2024-04-04 | 1 | -2/+2 |
* | avcodec/ppc/hpeldsp_altivec: Fix left-shift of negative number | Andreas Rheinhardt | 2024-04-02 | 1 | -2/+2 |
* | avcodec/ppc/vp8dsp_altivec: Fix out-of-bounds access | Andreas Rheinhardt | 2024-03-14 | 1 | -1/+2 |
* | avcodec/ppc/h264dsp: Fix unaligned stores | Andreas Rheinhardt | 2024-03-14 | 1 | -18/+17 |
* | avcodec: Remove DCT, FFT, MDCT and RDFT | Andreas Rheinhardt | 2023-10-01 | 5 | -1684/+0 |
* | avcodec/idctdsp: Avoid inclusion of avcodec.h | Andreas Rheinhardt | 2023-09-11 | 1 | -0/+1 |
* | avutil/mem: Don't include avutil.h | Andreas Rheinhardt | 2023-09-07 | 1 | -0/+2 |
* | avcodec/dct: Move fdct function declarations to fdctdsp.h | Andreas Rheinhardt | 2023-07-29 | 1 | -0/+1 |
* | avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 only | Andreas Rheinhardt | 2022-10-20 | 2 | -4/+4 |
* | avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context private | Andreas Rheinhardt | 2022-10-14 | 1 | -2/+2 |
* | avcodec/fmtconvert: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -2/+1 |
* | lavc/vorbisdsp: use ptrdiff_t rather than intptr_t | Rémi Denis-Courmont | 2022-09-19 | 1 | -1/+1 |
* | lavc/vorbisdec: use ptrdiff_t to iterate over intptr_t | Rémi Denis-Courmont | 2022-09-19 | 1 | -2/+2 |
* | avcodec/vp8dsp: Constify src in vp8_mc_func | Andreas Rheinhardt | 2022-09-11 | 1 | -6/+6 |
* | avcodec/h264chroma: Constify src in h264_chroma_mc_func | Andreas Rheinhardt | 2022-08-05 | 1 | -2/+2 |
* | avcodec/mpegvideodsp: Constify src pointers | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec/mpegvideoencdsp: Allow pointers to const where possible | Andreas Rheinhardt | 2022-07-31 | 1 | -4/+4 |
* | avcodec/me_cmp: Constify me_cmp_func buffer parameters | Andreas Rheinhardt | 2022-07-31 | 1 | -15/+15 |
* | avcodec/videodsp: Constify buf in VideoDSPContext.prefetch | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec/h264dsp, h264idct: Fix lengths of array parameters | Andreas Rheinhardt | 2021-08-08 | 1 | -3/+3 |
* | Include attributes.h directly | Andreas Rheinhardt | 2021-04-19 | 3 | -0/+3 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 6 | -4/+6 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | ppc/h264dsp: change loop filter stride argument to ptrdiff_t | James Almer | 2019-02-20 | 1 | -2/+2 |
* | avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with -... | Michael Niedermayer | 2018-12-05 | 1 | -2/+15 |
* | libavcodec/ppc: Fix HEVC AltiVec routines with --enable-small | A. Wilcox | 2018-07-21 | 1 | -3/+5 |
* | lavc/ppc/hpeldsp_altivec: Remove declaration of two unused variables. | Carl Eugen Hoyos | 2017-11-01 | 1 | -1/+1 |
* | lavc/ppc/h264dsp: Fix function prototype after bc26fe89. | Carl Eugen Hoyos | 2017-11-01 | 1 | -2/+2 |
* | lavc/ppc/svq1enc_altivec: Fix function prototype after dad31083. | Carl Eugen Hoyos | 2017-11-01 | 1 | -1/+1 |
* | lavc/ppc/fft_init: Fix compilation on ppc64le with --disable-vsx. | Carl Eugen Hoyos | 2017-10-12 | 1 | -3/+3 |
* | Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013' | Clément Bœsch | 2017-04-26 | 26 | -67/+42 |
|\ |
|
| * | ppc: Centralize compiler-specific altivec.h #include handling in one place | Diego Biurrun | 2016-12-14 | 22 | -63/+44 |
* | | Merge commit '39929e55eb13eeb8dfbe1bc99301fecf6b8942dd' | Clément Bœsch | 2017-04-26 | 2 | -12/+12 |
|\| |
|
| * | ppc: hevcdsp: Use shorthands for vector types | Diego Biurrun | 2016-12-14 | 2 | -12/+12 |
* | | Merge commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae' | Clément Bœsch | 2017-04-17 | 3 | -0/+158 |
|\| |
|
| * | hevc: ppc: Add HEVC 4x4 IDCT for PowerPC | Alexandra Hajkova | 2016-12-12 | 3 | -0/+157 |
* | | Merge commit '58224dc5f3d4fea40a8d55cca87291a960c11622' | James Almer | 2017-03-23 | 2 | -1/+1 |
|\| |
|
| * | ppc: avcodec: Drop silly "_ppc" suffixes from files in ppc subdirectories | Diego Biurrun | 2016-10-18 | 2 | -1/+1 |
| * | huffyuvdsp: Enable the altivec code for PPC little-endian as well | Luca Barbato | 2016-10-02 | 1 | -4/+4 |
* | | avcodec/lossless_videodsp: use ptrdiff_t for length parameters | James Almer | 2017-03-22 | 1 | -1/+1 |
* | | Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\| |
|
| * | mpegaudiodsp: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -1/+1 |
* | | Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c' | James Almer | 2017-03-21 | 1 | -2/+7 |
|\| |
|
| * | h264chroma: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -2/+7 |
* | | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' | James Almer | 2017-03-21 | 2 | -3/+4 |
|\| |
|
| * | idct: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 2 | -3/+4 |
| * | blockdsp: drop the high_bit_depth parameter | Anton Khirnov | 2016-09-22 | 1 | -14/+11 |
* | | Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3' | Clément Bœsch | 2017-03-20 | 1 | -9/+9 |
|\| |
|