summaryrefslogtreecommitdiffstats
path: root/tests/ref
Commit message (Collapse)AuthorAgeFilesLines
* avformat/mp3dec: Adjust returned timestamp in the CBR seeking caseMichael Niedermayer2015-04-211-1/+1
| | | | | | | | With this the returned timestamp should match the packet instead of the requested timestamp, which may lay between packets Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: gapless: fix mp3 testswm42015-04-202-4/+4
| | | | | | | | | | | | | | | | | | Seeking to a negative time did not have the desired effect of seeking to the next valid position (the file start). On the other hand, just "-ss 0" will normally seek to a position higher than 0, because it adds the start time of the file. (The start time is not 0 because the gapless code skips a few samples from the start.) Fix this by using the "-seek_timestamp 1" option, which makes "-ss 0" do what you'd expect it would do. Also put the -ss option at the right place, before -i. This actually makes it seek, instead of something completely else. The ".out-3" test is no different in the -usetoc 0/1 cases, because the seeking is inaccurate (in both cases). Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437'Michael Niedermayer2015-04-203-0/+13
|\ | | | | | | | | | | | | | | | | | | | | * commit '22526c1f557a72b3285d295bd8b30c40eb65d437': Canopus HQ/HQA decoder Conflicts: Changelog libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Canopus HQ/HQA decoderVittorio Giovara2015-04-193-0/+13
| | | | | | | | | | | | Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'fcda30f2dcb744d89df9d5d1ec89ba55279cb83c'Michael Niedermayer2015-04-203-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'fcda30f2dcb744d89df9d5d1ec89ba55279cb83c': fate: Prefix cllc tests with canopus Conflicts: tests/fate/lossless-video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Prefix cllc tests with canopusVittorio Giovara2015-04-193-0/+0
| | | | | | | | They belong to the same family of codecs.
| * hqx: Fix clipping error in idct put functionFerdinand Oeinck2015-04-091-1/+1
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | fate: gapless: test mp3 both with and without TOCwm42015-04-171-0/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: gapless: test seeking to a specific positionwm42015-04-171-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mpegaudiodec_template: use double to build csa tablesMichael Niedermayer2015-04-171-2/+2
| | | | | | | | | | | | | | Fixes rounding difference between 32bit x86 and 64bit Fixes fate failure with gapless mp3 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add mp3 gapless testwm42015-04-161-0/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/utils: Preserve packet duration when parsing is done only for headersMichael Niedermayer2015-04-162-192/+192
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add tta encoder testJames Almer2015-04-131-0/+4
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/fate: added mxf opatom audio regression testsMark Reid2015-04-132-0/+56
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | microdvd: do not export framerate hint as subtitle packetwm42015-04-082-7/+6
| | | | | | | | | | | | | | | | | | | | | | MicroDVD has a "hack" for specifying the video framerate the subtitle was authored against. The demuxer reads this hint correctly, but didn't skip it correctly. This was not noticed, because the exported packet has its duration set to 0, making it invisible (depending on the API user's rendering logic). Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec/hqx: correct clipping errorferdo@bigroses.nl2015-04-081-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/fate/mpeg4: add bitexact flag so as to avoid the version number from ↵Michael Niedermayer2015-04-061-1/+1
| | | | | | | | | | | | being included in the checksum Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add mpeg4_unpack_bframes bsf testAndreas Cadhalpun2015-04-061-0/+1
| | | | | | | | | | Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | webmdashenc: Support for live stream manifestsVignesh Venkatasubramanian2015-04-051-0/+26
| | | | | | | | | | | | | | | | | | This patch adds support for creating DASH manifests for WebM Live Streams. It also updates the documentation and adds a fate test to verify the behavior of the new muxer flag. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/fate/hevc: Use a bitexact scaler in the hevc param change test to ↵Michael Niedermayer2015-04-031-256/+256
| | | | | | | | | | | | avoid failing on non x86 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'b2965ec7761c99e8ef9c217a28a517e37f010480'Michael Niedermayer2015-04-031-0/+267
|\ \ | |/ | | | | | | | | | | * commit 'b2965ec7761c99e8ef9c217a28a517e37f010480': FATE: add a test for parameter changes in HEVC Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add a test for parameter changes in HEVCAnton Khirnov2015-04-031-0/+267
| |
* | fate: add AVDictionary testsLukasz Marek2015-04-021-0/+43
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | lavu/avstring: add av_append_path_component() funcionLukasz Marek2015-03-311-0/+9
| | | | | | | | | | | | Convinient function to build paths. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavformat/mxfenc.c: Add 'Presentation Y offset' metadataTim Nicholson2015-03-303-5/+5
| | | | | | | | | | | | | | | | Previously unset, and some software mishandles files if it is absent Signed-off-by: Tim Nicholson <tim.nicholson@bbc.co.uk> Reviewed-by: tomas.hardin@codemill.se Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate/filter-video: Use qp filter to generate non constant qp array for more ↵Michael Niedermayer2015-03-282-2/+2
| | | | | | | | | | | | throughout testing of the pp filter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Use a variable QP input for fate-filter-ppMichael Niedermayer2015-03-281-1/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7419b34825c20d52f667da2fbe4dc710ec8398f8'Michael Niedermayer2015-03-242-0/+16
|\ \ | |/ | | | | | | | | | | * commit '7419b34825c20d52f667da2fbe4dc710ec8398f8': fate: Add test for tscc2 in mov Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add test for tscc2 in movVittorio Giovara2015-03-232-0/+16
| | | | | | | | Rename the existing tscc2 test.
* | libavformat/mxfenc: add container duration and package name to primer packMark Reid2015-03-234-33/+33
| | | | | | | | | | Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/avienc: Fix wrongly placed commentMichael Niedermayer2015-03-19236-974/+974
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '2889c5e16711770437f380f1bead5f72c6a0b17a'Michael Niedermayer2015-03-191-1/+1
|\ \ | |/ | | | | | | | | | | * commit '2889c5e16711770437f380f1bead5f72c6a0b17a': movenc: Heuristically set the duration of the last sample in a fragment if not set Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | libavformat/mxfenc: write user comment metadataMark Reid2015-03-153-5/+5
| | | | | | | | | | Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '247e370e2a913db52ca079b347a174c8d393b171'Michael Niedermayer2015-03-131-0/+42
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '247e370e2a913db52ca079b347a174c8d393b171': TDSC decoder Conflicts: Changelog doc/general.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * TDSC decoderVittorio Giovara2015-03-131-0/+42
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | libavformat/mxfenc: write package name metadataMark Reid2015-03-103-5/+5
| | | | | | | | | | Previous-version-reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '46d4d8575979a24a8d026d9805039b724e0e3e5f'Michael Niedermayer2015-03-091-1/+1
|\ \ | |/ | | | | | | | | | | * commit '46d4d8575979a24a8d026d9805039b724e0e3e5f': movenc: Avoid writing separate flags for the first sample if not necessary Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '00d751d4fc20ec88d2cc2c9f39ec8b9e9c8cdeba'Michael Niedermayer2015-03-091-1/+1
|\ \ | |/ | | | | | | | | | | * commit '00d751d4fc20ec88d2cc2c9f39ec8b9e9c8cdeba': movenc: Set tfhd default sample flags based on actual samples, if possible Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f'Michael Niedermayer2015-03-087-6/+22
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f': avprobe: Export coded_{width,height} in -show_streams Conflicts: avprobe.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add test for vp90-2-trac4359.webmJames Almer2015-03-081-0/+9
| | | | | | | | | | | | | | Regression test for the bug from trac ticket #4359 fixed in commit efff3854 Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* | avutil/opt: Do not print inf in selftestMichael Niedermayer2015-03-051-3/+0
| | | | | | | | | | | | This fixes fate failures on windows Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '994d8f3095180ba1b2c6040a97718e931a782b34'Michael Niedermayer2015-03-031-0/+58
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '994d8f3095180ba1b2c6040a97718e931a782b34': fate: Add AIC test with odd sizes Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add AIC test with odd sizesVittorio Giovara2015-03-031-0/+58
| |
* | avformat/mxfenc: adjust product name when opatom muxer is usedRobert Krüger2015-03-031-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/fate: Add S302M testMichael Niedermayer2015-03-021-0/+4
| | | | | | | | | | Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/opt: also test av_opt_show2()Michael Niedermayer2015-03-011-0/+23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/opt: Also test/compare the av_log output i the selftestMichael Niedermayer2015-03-011-0/+203
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests: add paletteuse testClément Bœsch2015-02-263-0/+216
| |
* | tests: add palettegen testClément Bœsch2015-02-262-0/+4
| |
* | Merge commit '35c6ce76b107225a19eb33aea38857d2405882af'Michael Niedermayer2015-02-232-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit '35c6ce76b107225a19eb33aea38857d2405882af': Canopus HQX decoder Conflicts: Changelog libavcodec/avcodec.h libavcodec/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud