Michael Niedermayer
|
84786e928f
|
avcodec/tests/dct: Add Mean square error test
based on quotes of IEEE 1180 / ISO/IEC 23002-1
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2017-08-11 12:06:41 +02:00 |
|
Michael Niedermayer
|
86cbffdc4d
|
avcodec/tests/dct: Add peak mean error check
based on quotes of IEEE 1180 / ISO/IEC 23002-1
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2017-08-11 12:06:40 +02:00 |
|
Clément Bœsch
|
e800371863
|
lavc/htmlsubtitles: improve line breaks handling
|
2017-08-01 15:50:00 +02:00 |
|
Clément Bœsch
|
55949e3e51
|
lavc/tests: add htmlsubtitles
|
2017-08-01 15:50:00 +02:00 |
|
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
|
2017-06-28 17:27:35 +02:00 |
|
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>
|
2017-06-24 22:17:15 +02:00 |
|
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>
|
2017-06-21 17:00:29 -03:00 |
|
James Darnley
|
8e89f6fd37
|
avcodec/x86: move simple_idct to external assembly
|
2017-05-30 13:20:42 +02:00 |
|
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>
|
2017-03-24 18:18:57 +01:00 |
|
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>
|
2017-03-24 17:31:38 +01:00 |
|
James Almer
|
5a49097b42
|
Merge commit '2ec9fa5ec6'
* commit '2ec9fa5ec6':
idct: Change type of array stride parameters to ptrdiff_t
Merged-by: James Almer <jamrial@gmail.com>
|
2017-03-21 14:29:52 -03:00 |
|
Matthieu Bouron
|
0c6105dde0
|
lavc/tests/dct/aarch64: add ff_simple_idct_neon test
|
2017-03-16 12:00:41 +01:00 |
|
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>
|
2017-02-10 00:12:01 +01:00 |
|
Rostislav Pehlivanov
|
53234b9ba5
|
tests/mjpegenc_huffman: align static tables
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
|
2017-02-09 03:08:50 +00:00 |
|
Rostislav Pehlivanov
|
20614e868b
|
tests/mjpegenc_huffman: replace assert() with av_assert0()
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
|
2017-02-09 02:59:22 +00:00 |
|
Jerry Jiang
|
884506dfe2
|
Implement optimal huffman encoding for (M)JPEG.
> seems to break
> make fate-vsynth1-mjpeg-444
Fixed.
|
2017-02-08 13:59:53 +00:00 |
|
Michael Niedermayer
|
68cdeb06de
|
avcodec/tests/fft: Fix indention of dct_init()
Fixes CID1396253
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2017-01-01 23:04:31 +01:00 |
|
Derek Buitenhuis
|
51c673a0d7
|
libavcodec/tests: Add avpacket test to .gitignore
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
|
2016-12-10 15:51:01 +00:00 |
|
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>
|
2016-12-06 17:12:38 +01:00 |
|
Diego Biurrun
|
2ec9fa5ec6
|
idct: Change type of array stride parameters to ptrdiff_t
ptrdiff_t is the correct type for array strides and similar.
|
2016-09-29 14:48:03 +02:00 |
|
Petru Rares Sincraian
|
68f991d909
|
fate: add test for avfft
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2016-07-19 23:25:01 +02:00 |
|
Michael Niedermayer
|
70d48accd8
|
avcodec/tests/options: Set timebase
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2016-06-22 18:49:33 +02:00 |
|
Clément Bœsch
|
5d48e4eafa
|
Merge commit 'a6a750c7ef'
* commit 'a6a750c7ef':
tests: Move all test programs to a subdirectory
Merged-by: Clément Bœsch <clement@stupeflix.com>
|
2016-06-22 13:44:34 +02:00 |
|
Diego Biurrun
|
a6a750c7ef
|
tests: Move all test programs to a subdirectory
|
2016-05-13 14:55:56 +02:00 |
|