Andreas Rheinhardt
0f944c8b27
tests/checkasm: Improve included headers
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-03-02 02:54:12 +01:00
Anton Khirnov
d552f2535b
lavc/h264: move some shared code from h264dec to h264_parse
2022-01-26 15:23:30 +01:00
Anton Khirnov
c8c2dfbc37
lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h
...
That is a more appropriate place for it.
2021-01-01 14:11:01 +01:00
James Almer
0dda0f3bdb
Merge commit ' f8abf7d4df'
...
* commit 'f8abf7d4df ':
checkasm/h264: test 4:2:2 chroma loop filter functions
Merged-by: James Almer <jamrial@gmail.com>
2019-03-14 16:31:41 -03:00
Janne Grunau
f8abf7d4df
checkasm/h264: test 4:2:2 chroma loop filter functions
2019-02-27 21:57:05 +01:00
James Almer
f32d293955
Merge commit ' d7f4f5c4a1'
...
* commit 'd7f4f5c4a1 ':
checkasm/h264: add loop filter tests
Merged-by: James Almer <jamrial@gmail.com>
2019-02-20 15:28:25 -03:00
Janne Grunau
d7f4f5c4a1
checkasm/h264: add loop filter tests
2019-01-26 12:05:10 +01:00
James Almer
0cef66c906
Merge commit ' 516c479172'
...
* commit '516c479172 ':
checkasm: Test more h264 idct variants
See 2d263188ba
Merged-by: James Almer <jamrial@gmail.com>
2017-11-11 15:21:22 -03:00
James Almer
2d263188ba
Merge commit ' 547db1eaec'
...
* commit '547db1eaec ':
checkasm: Test more h264 idct variants
Merged-by: James Almer <jamrial@gmail.com>
2017-11-11 13:18:55 -03:00
Martin Storsjö
516c479172
checkasm: Test more h264 idct variants
...
Signed-off-by: Martin Storsjö <martin@martin.st>
2017-09-27 13:58:39 +03:00
Martin Storsjö
e12f1cd616
Revert "checkasm: Test more h264 idct variants"
...
This reverts commit 547db1eaec .
This commit wasn't supposed to be pushed (yet) since it hasn't
been reviewed.
Signed-off-by: Martin Storsjö <martin@martin.st>
2017-09-02 22:23:30 +03:00
Martin Storsjö
547db1eaec
checkasm: Test more h264 idct variants
2017-08-31 14:55:34 +03:00
Hendrik Leppkes
f75035b06f
Merge commit ' e48746deec'
...
* commit 'e48746deec ':
checkasm: h264dsp: Move the x and y variables into the randomize_buffer macro
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2016-11-13 23:02:39 +01:00
Martin Storsjö
2e95054ebb
checkasm: h264dsp: Initialize the padding area
...
This fixes valgrind warnings about conditional jumps based on
uninitialized data (even though the uninitialized data only ever
was compared with a direct copy of the same uninitialized data).
Signed-off-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-11 19:55:16 +02:00
Matthieu Bouron
a91c330a29
Merge commit ' 105998fb5c'
...
* commit '105998fb5c ':
checkasm: Add tests for h264 idct
Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
2016-07-13 17:22:29 +02:00
Martin Storsjö
e48746deec
checkasm: h264dsp: Move the x and y variables into the randomize_buffer macro
...
This avoids the risk of accidentally clobbering such variables outside
of the macro if the same variables are used there.
Signed-off-by: Martin Storsjö <martin@martin.st>
2016-06-28 14:24:04 +03:00
Martin Storsjö
e57de6faa1
checkasm: h264dsp: Initialize the padding area
...
This fixes valgrind warnings about conditional jumps based on
uninitialized data (even though the uninitialized data only ever
was compared with a direct copy of the same uninitialized data).
Signed-off-by: Martin Storsjö <martin@martin.st>
2016-06-28 14:24:01 +03:00
Martin Storsjö
105998fb5c
checkasm: Add tests for h264 idct
...
The tests are inspired by similar tests for vp9 by
Ronald Bultje.
Signed-off-by: Martin Storsjö <martin@martin.st>
2016-06-17 21:37:56 +03:00