summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '0eecafc948b74c247ebbc59f18f508db5d590d0b'Michael Niedermayer2013-01-164-0/+22
|\ | | | | | | | | | | | | | | | | * commit '0eecafc948b74c247ebbc59f18f508db5d590d0b': configure: Make the new srtp protocol depend on the rtp protocol lavf: Add a fate test for the SRTP functions lavu: Add a fate test for the HMAC API Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: Add a fate test for the SRTP functionsMartin Storsjö2013-01-152-0/+12
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * lavu: Add a fate test for the HMAC APIMartin Storsjö2013-01-152-0/+10
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'abae27ed3acd0a7c54f11760c5be2d2653c4edf8'Michael Niedermayer2013-01-132-4/+4
|\ \ | |/ | | | | | | | | | | | | * commit 'abae27ed3acd0a7c54f11760c5be2d2653c4edf8': rtpdec: Fix the calculation of expected number of packets fate: vp3: Fix fate-vp3-coeff-level64 test dependencies Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: vp3: Fix fate-vp3-coeff-level64 test dependenciesDiego Biurrun2013-01-122-4/+4
| | | | | | | | Also rename the test to reflect that the video track is Theora, not VP3.
* | Merge commit '4d3b144c5ea824193019019d33740a1ae9e0bb69'Michael Niedermayer2013-01-139-69/+69
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '4d3b144c5ea824193019019d33740a1ae9e0bb69': fate: cosmetics: Order some test entries Conflicts: tests/fate/lossless-video.mak tests/fate/microsoft.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: cosmetics: Order some test entriesDiego Biurrun2013-01-129-69/+69
| |
* | fate: try to fix diracMichael Niedermayer2013-01-112-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add dirac decoding test (main profile).Clément Bœsch2013-01-112-0/+6
| |
* | Merge commit 'ec86ba57312745fd7ad9771e3121e79c6aacba30'Michael Niedermayer2013-01-114-6/+117
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit 'ec86ba57312745fd7ad9771e3121e79c6aacba30': vp3: Fix double free in vp3_decode_end() fate: Split fate-siff test into demuxer and VB video decoder test Conflicts: tests/fate/demux.mak tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Split fate-siff test into demuxer and VB video decoder testDiego Biurrun2013-01-104-6/+117
| |
| * idcin: better error handlingJustin Ruggles2013-01-091-1/+0
| | | | | | | | | | | | | | | | Add some additional checks for EOF and print error messages on an incomplete header or packet. FATE reference updated for id-cin-video due to the demuxer no longer returning a partial video packet at EOF.
| * Drop Snow codecDiego Biurrun2013-01-0610-130/+0
| | | | | | | | Snow is a toy codec with no real-world use and horrible code.
* | fate: upate after 55d32eed8fPaul B Mahol2013-01-0815-42/+66
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | tests/fate/avfilter.mak: merge pp tests into GPL test listStefano Sabatini2013-01-061-7/+6
| | | | | | | | | | The mp=pp filter was removed and replaced with a native implementation, so the dependency on CONFIG_MP_FILTER stands no more.
* | lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch2013-01-062-1/+2
| | | | | | | | Also re-enable the FATE test.
* | fate: disable kerndeint testMichael Niedermayer2013-01-061-1/+0
| | | | | | | | | | | | | | The filter has been added recently and does not yet pass tests on all platforms. It should not be included in the tests in the release until it works. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: kerndeint requires gplPeter Ross2013-01-061-1/+1
| |
* | fate: disable lavfi-histeqMichael Niedermayer2013-01-061-1/+0
| | | | | | | | | | | | | | The filter has been added recently and does not yet pass tests on all platforms. It should not be included in the tests in the release until it works. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | 10l: Update fate seeking reference after last commit.Carl Eugen Hoyos2013-01-051-18/+18
| |
* | mmf.c: Use LIBAVFORMAT_IDENT when writing Yamaha SMAF version information.Carl Eugen Hoyos2013-01-051-2/+2
| |
* | mmf.c: Do not write metadata into the SMAF Contents Info chunk.内田佳久2013-01-052-20/+20
| |
* | Allow remaining 32bit RGB packed pix_fmts in kerndeint filter.Carl Eugen Hoyos2013-01-051-0/+7
| | | | | | | | Reviewed-by: Stefano Sabatini
* | lavfi/kerndeint: fix mismatch between declared pixel format and testStefano Sabatini2013-01-051-1/+1
| | | | | | | | +10l.
* | lavfi: add histeq filterStefano Sabatini2013-01-053-0/+8
| | | | | | | | | | | | This is a port of virtual dub's histogram equalization filter by Donald A. Graft. Based on the work by Jérémy Tran <tran.jeremy.av@gmail.com>, done for SOCIS 2012.
* | lavfi: add kerndeint filterStefano Sabatini2013-01-053-1/+7
| | | | | | | | | | | | This is a port of the kerndeint filter (libmpcodecs/vf_kerndeint) by Donal A. Graft (original avisynth plugin author), and is based on the work by Jérémy Tran <tran.jeremy.av@gmail.com> done for SOCIS 2012.
* | tests/lavfi-regression: always require three parameters in do_lavfi_pixfmts()Stefano Sabatini2013-01-051-21/+15
| | | | | | | | | | | | Force commands to specify the name of the test to run. This simplifies extending the function with a new parameter, which will be done in a following patch.
* | mpegpsenc: avoid shifting dts/ptsMichael Niedermayer2013-01-042-30/+30
| | | | | | | | | | | | | | Only shift if needed to avoid negative scr when requested or for dvd. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lswr: Improve default resampler's default parametersAlexander Strasser2013-01-044-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | After making some blind tests on a small collection of music samples for home usage. It turned out that the default cutoff was too low. The impact of filter_size was not clearly distinguishable (the results were on the edge) with the music samples but turned out to be clearly audible in some synthetic samples. Thanks to Daniel for helping out with the listening tests. Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
* | fate: update seek-lavf-aiff after previous commitPaul B Mahol2013-01-031-15/+15
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | aiffenc: metadata supportPaul B Mahol2013-01-031-2/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: disable globbing when calling shell functions.Nicolas George2013-01-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Some of the filters tests use globbing characters, especially brackets for filter pad labels. While most of these strings are way too complicated to ever match an existing file name and are therefore kept unchanged in the command line (an old misfeature of the shell language that happens to be convenient here), at least one use is simple enough to match random files lying in the current directory. If that happens, the string, that was meant to be kept verbatim, is replaced by the file name, and that causes the test to fail (or worse).
* | lavf/webvtt: use ff_subtitles_read_chunk().Clément Bœsch2013-01-031-1/+1
| | | | | | | | | | The FATE test is updated because the line breaks in the dialogue rectangles are now proper CRLF.
* | subviewer: sanitize packets.Clément Bœsch2013-01-031-1/+1
| | | | | | | | | | | | | | | | The data does not contain timing or trailing line breaks anymore. In addition to being less idiotic, it is consistent with other codecs and thus allows more switches between formats and codecs. It also fixes the issue of the trailing line returns being simple \n instead of CRLF in the ASS rectangle dialogue (this is the reason of the FATE update).
* | fate/sub2video: move sws flags globally in the filtergraph.Clément Bœsch2013-01-022-26/+26
| | | | | | | | | | The flags are necessary for the auto inserted scaler (because the overlay filter needs an alpha channel for the overlay surface).
* | fate: add missing bitexact flag to scale filterMichael Niedermayer2013-01-022-51/+51
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add sub2video test.Nicolas George2013-01-023-0/+103
| |
* | fate: merge mapchan and options into ffmpeg.Nicolas George2013-01-015-15/+12
| | | | | | | | They were two very short files that cover ffmpeg-specific features.
* | fate: re-enable fate-sub-mpsub.Clément Bœsch2013-01-011-2/+2
| | | | | | | | This reverts commit 580ee973d16cb5afb3d5974133576d6c570d2dda.
* | fate: add nistsphere demuxer testPaul B Mahol2013-01-012-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01'Michael Niedermayer2012-12-312-0/+175
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01': FATE: add cavs test cavsdec: export picture type in the output frame Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add cavs testAnton Khirnov2012-12-302-0/+174
| |
| * ansi: do not depend on get_buffer() initializing the frame.Anton Khirnov2012-12-241-3/+3
| | | | | | | | | | The background changes from 128 (used by the default/cmdutils get_buffer()) to 0. This looks more correct.
* | Sony Wave64 muxerPaul B Mahol2012-12-313-0/+8
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | microdvd: sanitize AVPackets.Clément Bœsch2012-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current MicroDVD AVPackets contain timing information and trailing line breaks. The data is now only composed of the markup data. Doing this consistently between text subtitles decoders allows to use different codec for various formats. For instance, MicroDVD markup is sometimes found in some VPlayer files. Also, generally speaking, the subtitles text decoders have no use of these timings (and they must not use them since it would break any user timing adjustment). Technically, this is a major ABI break. In practice, a mismatching lavf/lavc will now error out for MicroDVD decoding. Supporting both formats requires unnecessary complex and fragile code. FATE needs update because line breaks in the ASS file were "\n" (because that's what is used in the original file). ASS format expect "\r\n" line breaks; this commit fixes this issue. Also note that this "\r\n" trailing need to be moved at some point from the decoders to the ASS muxer.
* | Add SubViewer v1 subtitles demuxer and decoder.Clément Bœsch2012-12-312-0/+4
| |
* | Add PJS subtitles demuxer and decoder.Clément Bœsch2012-12-302-0/+4
| |
* | FATE: disable fate-sub-mpsub temporarly.Clément Bœsch2012-12-301-2/+2
| | | | | | | | | | Sample has been forgotten, revert this commit in a day or two, when sample is available everywhere.
* | Add AQTitle subtitles demuxer.Clément Bœsch2012-12-302-0/+4
| |
* | Add MPlayer subtitles demuxer.Clément Bœsch2012-12-303-0/+8
| |
OpenPOWER on IntegriCloud