blob: a129b66177e43ad206f1949d1d204ec0ca85cd62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
DCP-o-matic unit tests
----------------------
They can be grouped roughly into the following:
* Self-contained tests of single classes / method sets
AudioAnalysis: audio_analysis_test
AudioBuffers: audio_buffers_test
AudioDecoder: audio_decoder_test
AudioMapping: audio_mapping_test
ColourConversion: colour_conversion_test
FileGroup: file_group_test
Image: image_test, pixel_formats_test, make_black_test
Player: player_test
Job/JobManager: job_test
SubRip: subrip_test
Ratio: ratio_test
Resampler: resampler_test
util.cc: util_test
* "Complete" builds of DCPs with various characteristics, aiming
to test broad areas of code
4k_test
threed_test
* Tests of fairly specific areas
audio_delay_test
black_fill_test
client_server_test
film_metadata_test
frame_rate_test
recover_test
repeat_frame_test
scaling_test
silence_padding_test
skip_frame_test
- FFmpeg decoding
ffmpeg_audio_test
ffmpeg_dcp_test
ffmpeg_decoder_seek_test
ffmpeg_decoder_sequential_test
ffmpeg_examiner_test
ffmpeg_pts_offset_test
seek_zero_test.cc
stream_test
|