summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '22526c1f557a72b3285d295bd8b30c40eb65d437'Michael Niedermayer2015-04-204-0/+25
|\ | | | | | | | | | | | | | | | | | | | | * commit '22526c1f557a72b3285d295bd8b30c40eb65d437': Canopus HQ/HQA decoder Conflicts: Changelog libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Canopus HQ/HQA decoderVittorio Giovara2015-04-194-0/+25
| | | | | | | | | | | | 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-204-8/+8
|\ \ | |/ | | | | | | | | | | | | | | | | * 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-194-8/+8
| | | | | | | | 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>
* | tests/tiny_psnr: Make the search range extend both sides from the specified ↵Michael Niedermayer2015-04-171-0/+3
| | | | | | | | | | | | | | | | shift value This is what one would expect from the help text Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: gapless: test mp3 both with and without TOCwm42015-04-172-1/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: gapless: test seeking to a specific positionwm42015-04-172-1/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: gapless: fix a typo in commentwm42015-04-171-1/+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-164-0/+34
| | | | | | | | 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-132-0/+7
| | | | | | | | | | 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-135-0/+63
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Include branch information in the payload headerTimothy Gu2015-04-121-2/+1
| | | | | | | | | | | | The server is properly equiped not to choke on that now. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Add atrac3+ testsTimothy Gu2015-04-121-3/+14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests: Do not include stdout/stderr or diff if the test passedTimothy Gu2015-04-101-1/+7
| | | | | | | | | | | | | | FATE currently discards this information anyway, so why waste the disk space? Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add cabac test into fateTimothy Gu2015-04-101-0/+5
| | | | | | | | 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-062-2/+2
| | | | | | | | | | | | being included in the checksum Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add mpeg4_unpack_bframes bsf testAndreas Cadhalpun2015-04-062-0/+4
| | | | | | | | | | 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-052-0/+29
| | | | | | | | | | | | | | | | | | 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-032-257/+257
| | | | | | | | | | | | avoid failing on non x86 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'b2965ec7761c99e8ef9c217a28a517e37f010480'Michael Niedermayer2015-04-032-0/+270
|\ \ | |/ | | | | | | | | | | * 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-032-0/+270
| |
* | fate: add AVDictionary testsLukasz Marek2015-04-022-0/+47
| | | | | | | | 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-283-4/+4
| | | | | | | | | | | | 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-282-2/+9
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: simplify filter-pp testsMichael Niedermayer2015-03-281-13/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7419b34825c20d52f667da2fbe4dc710ec8398f8'Michael Niedermayer2015-03-243-2/+24
|\ \ | |/ | | | | | | | | | | * 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-233-2/+24
| | | | | | | | 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>
* | Merge commit '6289706b35d1b030258bba54cc27bb6d2c04bc9b'Michael Niedermayer2015-03-172-3/+3
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '6289706b35d1b030258bba54cc27bb6d2c04bc9b': fate: Move tdsc to the appropriate screen capture file Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Move tdsc to the appropriate screen capture fileVittorio Giovara2015-03-172-3/+3
| |
* | Merge commit 'f01c77157789b8e3a59ed2c9646faf8299e41641'Michael Niedermayer2015-03-161-0/+1
|\ \ | |/ | | | | | | | | | | * commit 'f01c77157789b8e3a59ed2c9646faf8299e41641': fate: add explicit support for the toolchain configure option Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add explicit support for the toolchain configure optionJanne Grunau2015-03-161-0/+1
| |
* | Merge commit 'acbe15a99f158dbb0edb837fb6557171dc4376d4'Michael Niedermayer2015-03-151-1/+9
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'acbe15a99f158dbb0edb837fb6557171dc4376d4': fate: Add test for DCA XLL Conflicts: tests/fate/audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add test for DCA XLLDiego Biurrun2015-03-151-1/+9
| |
* | 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-132-0/+45
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-132-0/+45
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '96a06dbaf278e8152487e08772946f63bd2a3843'Michael Niedermayer2015-03-102-2/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '96a06dbaf278e8152487e08772946f63bd2a3843': FATE: add support for testing hwaccels Conflicts: tests/Makefile tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add support for testing hwaccelsAnton Khirnov2015-03-102-2/+3
| |
* | 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>
* | tests/fate-run: Print more details on failure of stddev / filesize comparesClaudio Freire2015-03-091-0/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud