Andreas Rheinhardt
|
333b32af8e
|
avcodec/h264chroma: Constify src in h264_chroma_mc_func
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
|
2022-08-05 03:02:13 +02:00 |
|
Anton Khirnov
|
e15371061d
|
lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump
They are not properly namespaced and not intended for public use.
|
2021-01-01 14:14:57 +01:00 |
|
Clément Bœsch
|
172b0e2e88
|
Merge commit 'ea7ee4b4e3'
* commit 'ea7ee4b4e3':
ppc: Centralize compiler-specific altivec.h #include handling in one place
Merged-by: Clément Bœsch <u@pkh.me>
|
2017-04-26 16:23:28 +02:00 |
|
James Almer
|
a8474df944
|
Merge commit 'e4a94d8b36'
* commit 'e4a94d8b36':
h264chroma: Change type of stride parameters to ptrdiff_t
Merged-by: James Almer <jamrial@gmail.com>
|
2017-03-21 15:20:45 -03:00 |
|
Diego Biurrun
|
e4a94d8b36
|
h264chroma: Change type of stride parameters to ptrdiff_t
This avoids SIMD-optimized functions having to sign-extend their
stride argument manually to be able to do pointer arithmetic.
|
2016-09-29 14:48:04 +02:00 |
|
Rong Yan
|
89f3043c7f
|
avcodec/ppc/h264chroma_template: POWER LE support for PREFIX_h264_chroma_mc8_altivec() PREFIX_no_rnd_vc1_chroma_mc8_altivec() CHROMA_MC8_ALTIVEC_CORE_SIMPLE() CHROMA_MC8_ALTIVEC_CORE()
add marcos GET_VSRC1() GET_VSRC()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-11-28 15:32:38 +01:00 |
|
Michael Niedermayer
|
c4e394e460
|
Merge commit '79dad2a932'
* commit '79dad2a932':
dsputil: Separate h264chroma
Conflicts:
libavcodec/dsputil_template.c
libavcodec/ppc/dsputil_ppc.c
libavcodec/vc1dec.c
libavcodec/vc1dsp.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
2013-02-07 13:09:35 +01:00 |
|
Diego Biurrun
|
79dad2a932
|
dsputil: Separate h264chroma
|
2013-02-06 11:30:53 +01:00 |
|