1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/tests/fate
Alexandra Hájková aebf07075f dca: change the core to work with integer coefficients.
The DCA core decoder converts integer coefficients read from the
bitstream to floats just after reading them (along with dequantization).
All the other steps of the audio reconstruction are done with floats
which makes the output for the DTS lossless extension (XLL)
actually lossy.
This patch changes the DCA core to work with integer coefficients
until QMF. At this point the integer coefficients are converted to floats.
The coefficients for the LFE channel (lfe_data) are not touched.
This is the first step for the really lossless XLL decoding.
2015-12-23 11:50:18 +01:00
..
aac.mak fate: Add a test for AAC ELD480. 2015-02-06 18:56:22 -08:00
ac3.mak fate: Update ac3 test to the new request_channel_layout option 2015-06-30 15:34:37 +02:00
acodec.mak fate: correctly set sample rate for mp2 tests 2014-04-09 02:11:25 +02:00
adpcm.mak fate: add tests for SANM and VIMA 2014-04-06 16:42:15 +02:00
alac.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
als.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
amrnb.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
amrwb.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
atrac.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
audio.mak dca: change the core to work with integer coefficients. 2015-12-23 11:50:18 +01:00
avformat.mak Remove avserver. 2014-06-18 14:55:28 +02:00
bmp.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
cdxl.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
checkasm.mak fate: add checkasm target 2015-07-18 01:06:45 +02:00
cover-art.mak fate: add vorbiscomment cover art test 2013-10-15 19:48:27 +02:00
demux.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
dfa.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
dpcm.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
ea.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
fft.mak fate: Add dependencies for dct/fft/mdct/rdft tests 2014-06-26 16:03:21 -07:00
filter-audio.mak lavf: add AVFMT_FLAG_BITEXACT. 2014-05-15 07:42:07 +02:00
filter-video.mak fate: generate tests/pixfmts.mak for all targets requiring it 2014-08-05 12:18:59 +02:00
flac.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
h264.mak fate: add h264-direct-bff test 2014-07-20 23:32:13 +01:00
hevc.mak FATE: add a test for parameter changes in HEVC 2015-04-03 13:10:03 +02:00
image.mak fate: Rework sgi tests into a suite and add the missing ones 2015-11-24 09:05:01 -05:00
indeo.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
libavcodec.mak build: Conditionally build and run DCT test program 2014-07-21 05:32:35 -07:00
libavdevice.mak fate: Add timefilter test 2013-07-29 19:20:27 +02:00
libavformat.mak movenc: Add an API unit test for fragmenting options/calls 2015-11-10 21:50:25 +02:00
libavresample.mak af_resample: Set the number of samples in the last frame 2015-06-20 12:18:01 +03:00
libavutil.mak cpu-test: test av_cpu_count 2014-08-04 00:17:21 +02:00
lossless-audio.mak FATE: drop the last truncated frame from the wma lossless test 2015-06-28 10:10:07 +02:00
lossless-video.mak fate: Prefix cllc tests with canopus 2015-04-19 22:36:50 +01:00
microsoft.mak fate: test only demuxing in asf-repldata 2015-08-20 16:22:52 +02:00
monkeysaudio.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
mp3.mak fate/mp3: use the f32le format as output 2015-07-31 07:11:35 +02:00
mpc.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
mpeg4.mak fate-mpeg4: use TARGET_SAMPLES for resize tests 2014-10-21 09:57:10 +02:00
opus.mak fate: Use the correct, local path to samples for opus reference files 2014-07-14 22:12:28 +03:00
pcm.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
probe.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
prores.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
qt.mak FATE: add a test for the SVQ1 header byte swapping 2015-02-15 15:30:29 +01:00
qtrle.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
real.mak fate: Switch ra4-288 test from framecrc() to pcm() 2014-09-25 01:44:31 -07:00
screen.mak innoHeim/Rsupport Screen Capture Codec decoder 2015-10-23 14:56:43 +02:00
seek.mak Remove avserver. 2014-06-18 14:55:28 +02:00
utvideo.mak utvideoenc: Enable support for multiple slices and use them 2014-02-14 15:09:39 +00:00
vcodec.mak fate: Change global error option to private error_rate option 2015-09-13 17:34:45 +02:00
video.mak fate: Move screenpresso to the appropriate screen capture file 2015-10-15 15:47:16 +02:00
voice.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
vorbis.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
vpx.mak fate: add test for offset theora 2014-12-18 23:22:59 +01:00
vqf.mak fate: Add a --target-samples path parameter 2013-05-28 17:16:54 +03:00
wavpack.mak lavf: add AVFMT_FLAG_BITEXACT. 2014-05-15 07:42:07 +02:00
wma.mak FATE: drop the last truncated frame from the wmapro tests 2015-06-28 10:10:36 +02:00
xvid.mak xvid: Add C IDCT 2014-09-02 14:41:13 -07:00