summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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 <[email protected]>
* | fate: add apad testPetru Rares Sincraian2016-06-232-0/+270
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | fate: add test for amergePetru Rares Sincraian2016-06-222-0/+140
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | 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 <[email protected]>
| * 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 <[email protected]>
| * 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 <[email protected]>
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-3/+3
|\| | | | | | | | | | | | | * commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb': cosmetics: Fix spelling mistakes Merged-by: Clément Bœsch <[email protected]>
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
| | | | | | | | Signed-off-by: Diego Biurrun <[email protected]>
| * 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 <[email protected]>
| * 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 <[email protected]>
| * 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 <[email protected]>
| * 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 <[email protected]>
* | 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 <[email protected]>
* | 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 <[email protected]>
* | fate: add swr-resample_exact_async testsMuhammad Faiz2016-06-161-0/+87
| | | | | | | | Signed-off-by: Muhammad Faiz <[email protected]>
* | avfilter/vf_telecine: Make frame writable before writing into itMichael Niedermayer2016-06-141-1/+1
| | | | | | | | | | | | Fixes Ticket 5627 Signed-off-by: Michael Niedermayer <[email protected]>
* | fate: fate-filter-acrossfade needs samplesMichael Niedermayer2016-06-141-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | fate: add libswresample exact_rational testMuhammad Faiz2016-06-131-0/+256
| | | | | | | | Signed-off-by: Muhammad Faiz <[email protected]>
* | fate: add afade testPetru Rares Sincraian2016-06-128-0/+2124
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avcodec/mpeg4videodec: Fix default low_delay flag value if not codedMichael Niedermayer2016-06-052-115/+115
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter/vf_colormatrix: increase precisionThomas Mundt2016-06-052-2/+2
| | | | | | | | | | Signed-off-by: Thomas Mundt <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | avformat/au: Write MetaData in AU Sun audio file headerThomas Bernard2016-06-032-17/+17
| | | | | | | | | | Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | fate/prores: use aac fixed for audio to fix fate failures on armMichael Niedermayer2016-06-032-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | tests/fate/h264: Add test for xavc and somewhat odd pps/spsMichael Niedermayer2016-06-032-0/+24
| | | | | | | | | | | | (Ticket 4389) Signed-off-by: Michael Niedermayer <[email protected]>
* | 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 <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | fate: add aemphasis testPetru Rares Sincraian2016-05-284-0/+1068
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | fate: Add fate-prores-grayMichael Niedermayer2016-05-272-0/+17
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | fate: add aecho testPetru Rares Sincraian2016-05-232-0/+270
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | 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 <[email protected]>
* | Merge commit 'a08b5d7b5725932f4ad39e95c5d6589392dee2c6'Derek Buitenhuis2016-05-121-1/+1
|\| | | | | | | | | | | | | * commit 'a08b5d7b5725932f4ad39e95c5d6589392dee2c6': build: Silence the lcov-reset target Merged-by: Derek Buitenhuis <[email protected]>
| * 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 <[email protected]>
| * 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
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-1/+0
|\| | | | | | | | | | | | | | | * commit 'd12b5b2f135aade4099f4b26b0fe678656158c13': build: Split test programs off into separate files Some conversions done by: James Almer <[email protected]> Merged-by: Derek Buitenhuis <[email protected]>
* | lavfi/drawutils: support NV12 and NV21Rodger Combs2016-05-101-0/+2
| |
* | fate: add matroska-remux test.Ronald S. Bultje2016-05-102-0/+10
| | | | | | | | | | | | This tests automatic insertion of the vp9_superframe BSF as well as ensuring that the colorspace properties in the video header can be modified when remuxing (-c:v copy).
* | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis2016-05-095-17/+67
|\| | | | | | | | | | | | | * commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec': build: miscellaneous cosmetics Merged-by: Derek Buitenhuis <[email protected]>
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-075-23/+73
| | | | | | | | | | | | Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically.
* | Merge commit '00658253e237ab975ae2d384e02b5936781f103d'Derek Buitenhuis2016-05-084-1/+19
|\| | | | | | | | | | | | | * commit '00658253e237ab975ae2d384e02b5936781f103d': fate: Update DDS tests Merged-by: Derek Buitenhuis <[email protected]>
| * fate: Update DDS testsVittorio Giovara2016-04-064-1/+7
| |