index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
ppc
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: fix typos found by codespell
Timo Rothenpieler
3 days
2
-2
/
+2
*
avcodec/mpegvideo: Add missing headers
Andreas Rheinhardt
2025-07-03
1
-0
/
+1
*
configure: Factor mpegvideoencdsp out of mpegvideoenc
Andreas Rheinhardt
2025-06-21
1
-1
/
+1
*
avcodec/pixblockdsp: Improve 8 vs 16 bit check
Andreas Rheinhardt
2025-05-31
1
-2
/
+0
*
avcodec/mpegvideo: Only keep the actually used unquantize funcs
Andreas Rheinhardt
2025-03-26
1
-1
/
+1
*
avcodec/ppc/mpegvideo_altivec: Don't process coeffs as scalars
Andreas Rheinhardt
2025-03-26
1
-19
/
+2
*
avcodec/ppc/mpegvideo_altivec: Don't process unnecessarily many coeffs
Andreas Rheinhardt
2025-03-26
1
-1
/
+4
*
avcodec/ppc/mpegvideo_altivec: Set unquantize functions unconditionally
Andreas Rheinhardt
2025-03-26
1
-5
/
+2
*
avcodec/ppc/mpegvideo_altivec: Use correct inter scantable
Andreas Rheinhardt
2025-03-26
1
-1
/
+1
*
avcodec/mpegvideo: Move unquantize functions into a file of their own
Andreas Rheinhardt
2025-03-26
1
-0
/
+1
*
avcodec/mpegvideoenc: Add MPVEncContext
Andreas Rheinhardt
2025-03-26
1
-10
/
+10
*
avcodec/svq1enc: restrict Altivec acceleration to big-endian POWER configurat...
Sean McGovern
2025-01-26
1
-4
/
+4
*
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
[next]