James Darnley
|
d7246ea9f2
|
avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth functions
Includes add/put functions
Rounding contributed by Ronald S. Bultje
|
8 years ago |
Jun Zhao
|
32deea87c1
|
lavc/tests/golomb: Add unit test for set_ue_golomb_long.
Add unit test for set_ue_golomb_long.
Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
8 years ago |
Diego Biurrun
|
fd502f4f5f
|
build: Generalize yasm/nasm-related variable names
None of them are specific to the YASM assembler.
(Cherry-picked from libav commit 39e208f4d4 )
Signed-off-by: James Almer <jamrial@gmail.com>
|
8 years ago |
James Darnley
|
8e89f6fd37
|
avcodec/x86: move simple_idct to external assembly
|
8 years ago |
Michael Niedermayer
|
d92ad42fb3
|
avcodec/tests/celp_math: Change IsAlmostEqual() to a function
Fixes empty statement, found by ubitux
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
8 years ago |
Thomas Turner
|
824fe914fe
|
avcodec/tests: added test for celp_math.c
Signed-off-by: Thomas Turner <thomastdt@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
8 years ago |
Matthieu Bouron
|
0c6105dde0
|
lavc/tests/dct/aarch64: add ff_simple_idct_neon test
|
8 years ago |
Michael Niedermayer
|
d23af72a0c
|
avcodec/tests/mjpegenc_huffman: Remove static in main() table
Avoids false positives when greping for non constant statics
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
8 years ago |
Rostislav Pehlivanov
|
53234b9ba5
|
tests/mjpegenc_huffman: align static tables
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
|
8 years ago |
Rostislav Pehlivanov
|
20614e868b
|
tests/mjpegenc_huffman: replace assert() with av_assert0()
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
|
8 years ago |
Jerry Jiang
|
884506dfe2
|
Implement optimal huffman encoding for (M)JPEG.
> seems to break
> make fate-vsynth1-mjpeg-444
Fixed.
|
8 years ago |
Michael Niedermayer
|
68cdeb06de
|
avcodec/tests/fft: Fix indention of dct_init()
Fixes CID1396253
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
8 years ago |
Derek Buitenhuis
|
51c673a0d7
|
libavcodec/tests: Add avpacket test to .gitignore
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
|
8 years ago |
Thomas Turner
|
da3c69a5a9
|
Added test for libavcodec/avpacket.c
Signed-off-by: Thomas Turner <thomastdt@googlemail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
8 years ago |
Diego Biurrun
|
2ec9fa5ec6
|
idct: Change type of array stride parameters to ptrdiff_t
ptrdiff_t is the correct type for array strides and similar.
|
9 years ago |
Petru Rares Sincraian
|
68f991d909
|
fate: add test for avfft
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
9 years ago |
Michael Niedermayer
|
70d48accd8
|
avcodec/tests/options: Set timebase
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
9 years ago |
Diego Biurrun
|
a6a750c7ef
|
tests: Move all test programs to a subdirectory
|
9 years ago |