summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fate: add anequalizer testPetru Rares Sincraian2016-06-243-0/+271
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit 'a79aafd0b4d37eda6f15dc68e6509d4e815290c9'Matthieu Bouron2016-06-231-0/+8
|\ | | | | | | | | | | | | * commit 'a79aafd0b4d37eda6f15dc68e6509d4e815290c9': movenc: Add a test for VFR with b-frames, with a duration change at a fragment end Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
| * movenc: Add a test for VFR with b-frames, with a duration change at a ↵Martin Storsjö2016-05-181-0/+8
| | | | | | | | | | | | fragment end Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'fd4957d9c67996e7d218fd36b4168c9cb85f9ea7'Matthieu Bouron2016-06-231-0/+101
|\ \ | |/ | | | | | | | | | | * commit 'fd4957d9c67996e7d218fd36b4168c9cb85f9ea7': movenc-test: Test write_data_type Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
| * movenc-test: Test write_data_typeMartin Storsjö2016-05-181-0/+99
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * fate: Update fate-lavf-ts after commit 393596f9d5Martin Storsjö2016-05-171-1/+1
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | tests/api: add .gitignoreClément Bœsch2016-06-231-0/+1
| | | | | | | | Fixes regression since 5d48e4eafa6c4559683892b8638d10508125f3cf
* | Merge commit '393596f9d51134d6e45d81ae129223f4faea1232'Clément Bœsch2016-06-232-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '393596f9d51134d6e45d81ae129223f4faea1232': mpegtsenc: stop impersonating ses in sdt This commit also includes the needed FATE updates later spotted by Martin Storsjö and fixed in 34effe816f9f3df2e6b8bc738e2b5a86a24fd0d7 on Libav side. Merged-by: Clément Bœsch <u@pkh.me>
* | fate: add apad testPetru Rares Sincraian2016-06-232-0/+270
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add test for amergePetru Rares Sincraian2016-06-222-0/+140
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavf/img2dec: add pnm pipe demuxersClément Bœsch2016-06-223-69/+81
| |
* | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-229-114/+114
|\ \ | |/ | | | | | | | | | | * commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196': tests: Move all test programs to a subdirectory Merged-by: Clément Bœsch <clement@stupeflix.com>
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-138-64/+64
| |
* | Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801'Clément Bœsch2016-06-222-0/+12
|\ \ | |/ | | | | | | | | | | * commit '257f00ec1ab06a2a161f535036c6512f3fc8e801': Split global .gitignore file into per-directory files Merged-by: Clément Bœsch <clement@stupeflix.com>
| * Split global .gitignore file into per-directory filesDiego Biurrun2016-05-132-0/+9
| |
* | avformat/flvdec: Do not check last size if it could not be read due to EOFMichael Niedermayer2016-06-221-0/+1
| | | | | | | | | | Fixes part of Ticket5648 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-3/+3
|\ \ | |/ | | | | | | | | | | * commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb': cosmetics: Fix spelling mistakes Merged-by: Clément Bœsch <u@pkh.me>
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-1/+0
| |
* | Merge commit '1982d0cc561912d685a0c2dbe58bc19f50bae231'Clément Bœsch2016-06-212-0/+136
|\ \ | |/ | | | | | | | | | | | | | | * commit '1982d0cc561912d685a0c2dbe58bc19f50bae231': fate: Add test for MTS2/MSS4 The timestamps differ because we use a more appropriate timebase. Merged-by: Clément Bœsch <clement@stupeflix.com>
| * fate: Add test for MTS2/MSS4Diego Biurrun2016-05-022-0/+132
| |
* | Merge commit '5b1409c75563b4a3aca113c34d09e3b5442de47f'Clément Bœsch2016-06-212-202/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit '5b1409c75563b4a3aca113c34d09e3b5442de47f': fate: Add test for MSS1 Test was already present, see 849e55e58ecc6815e8bd326ac18dda748db48682. The merge removes the audio decoding present in our version and simplifies the rules. Merged-by: Clément Bœsch <clement@stupeflix.com>
| * fate: Add test for MSS1Diego Biurrun2016-04-272-0/+140
| |
* | Merge commit '4b2e69397b84d1c1a29ffae6e9f106f2c32b1869'Clément Bœsch2016-06-212-0/+7
|\ \ | |/ | | | | | | | | | | * commit '4b2e69397b84d1c1a29ffae6e9f106f2c32b1869': dds: Add support for monochrome images Merged-by: Clément Bœsch <clement@stupeflix.com>
| * dds: Add support for monochrome imagesVittorio Giovara2016-04-262-0/+3
| |
| * dds: Drop gray-alpha swappingVittorio Giovara2016-04-261-1/+1
| | | | | | | | The original sample was generated with invalid software.
* | fate: add test for alimiterPetru Rares Sincraian2016-06-202-0/+269
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | tests/api/api-codec-param-test: Do not directly access caps_internalMichael Niedermayer2016-06-201-1/+1
| | | | | | | | | | | | | | The caps_internal field has moved without major bump and direct access causes crashes, found when testing 3.1 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate/h264: add test for ticket #631Clément Bœsch2016-06-172-0/+22
| |
* | fate: add test for agatePetru Rares Sincraian2016-06-162-0/+269
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add swr-resample_exact_async testsMuhammad Faiz2016-06-161-0/+87
| | | | | | | | Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* | avfilter/vf_telecine: Make frame writable before writing into itMichael Niedermayer2016-06-141-1/+1
| | | | | | | | | | | | Fixes Ticket 5627 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: fate-filter-acrossfade needs samplesMichael Niedermayer2016-06-141-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add libswresample exact_rational testMuhammad Faiz2016-06-131-0/+256
| | | | | | | | Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* | fate: add afade testPetru Rares Sincraian2016-06-128-0/+2124
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/mpeg4videodec: Fix default low_delay flag value if not codedMichael Niedermayer2016-06-052-115/+115
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_colormatrix: increase precisionThomas Mundt2016-06-052-2/+2
| | | | | | | | | | Signed-off-by: Thomas Mundt <loudmax@yahoo.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/au: Write MetaData in AU Sun audio file headerThomas Bernard2016-06-032-17/+17
| | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate/prores: use aac fixed for audio to fix fate failures on armMichael Niedermayer2016-06-032-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | tests/fate/h264: Add test for xavc and somewhat odd pps/spsMichael Niedermayer2016-06-032-0/+24
| | | | | | | | | | | | (Ticket 4389) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavu: Adding ARIB STD-B67 (hybrid log-gamma) enum value and transfer function.Neil Birkbeck2016-06-011-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding hybrid log-gamma (https://en.wikipedia.org/wiki/Hybrid_Log-Gamma) based on the standardization in ARIB STD-B67: http://www.arib.or.jp/english/html/overview/doc/2-STD-B67v1_0.pdf The choice of enum value of 18 is consistent with HEVC: http://phenix.it-sudparis.eu/jct/doc_end_user/current_document.php?id=10481 And also with latest proposal for color format in mkv: https://mailarchive.ietf.org/arch/search/?email_list=cellar&gbt=1&q=Colour+Format+proposal The implementation assumes a nominal input range of [0, 1], which is consistent with HEVC. Signed-off-by: Neil Birkbeck <neil.birkbeck@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add aemphasis testPetru Rares Sincraian2016-05-284-0/+1068
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add fate-prores-grayMichael Niedermayer2016-05-272-0/+17
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add aecho testPetru Rares Sincraian2016-05-232-0/+270
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil/eval-test: Check av_expr_parse_and_eval() for failure and also check ↵Michael Niedermayer2016-05-201-0/+26
| | | | | | | | | | | | | | | | it in the fate test Fixes CID1361940 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'a08b5d7b5725932f4ad39e95c5d6589392dee2c6'Derek Buitenhuis2016-05-121-1/+1
|\ \ | |/ | | | | | | | | | | * commit 'a08b5d7b5725932f4ad39e95c5d6589392dee2c6': build: Silence the lcov-reset target Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * build: Silence the lcov-reset targetDiego Biurrun2016-04-211-1/+1
| |
* | Merge commit '18019f8cb9663dd1032c65aa453eaec18d641905'Derek Buitenhuis2016-05-113-0/+40
|\ \ | |/ | | | | | | | | | | | | * commit '18019f8cb9663dd1032c65aa453eaec18d641905': FATE: add an H.264 test with unescaped extradata FATE: add an H.264 test with invalid reference lists Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * FATE: add an H.264 test with unescaped extradataAnton Khirnov2016-04-152-0/+15
| | | | | | | | See commit a7829a2
| * FATE: add an H.264 test with invalid reference listsAnton Khirnov2016-04-152-0/+17
| | | | | | | | See commit 9d74012
OpenPOWER on IntegriCloud