summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Add VPlayer subtitles demuxer and decoder.Clément Bœsch2012-12-302-0/+4
| | | | | | | | | | | | | | Note that the linebreaks text codec option (but not the feature) has been removed; its main goal was to allow demuxers to configure the text decoder (and not meant to be used by users), but the AVOption are not a viable solution. This is solved differently in this commit.
* | Add MPL2 subtitles demuxer and decoder.Clément Bœsch2012-12-302-0/+4
| |
* | lavc/srtenc: do not add trailing line breaks with SubRip.Clément Bœsch2012-12-301-1/+1
| | | | | | | | | | | | | | The SRT muxer is reponsible for separating events with two line breaks, there is no need to add more than necessary. Similarly, other muxers (such as Matroska) are not supposed to add line breaks at the end of the payload.
* | mxfdec: Rescale audio stream duration from EditRate to SampleRateTomas Härdin2012-12-252-2/+2
| | | | | | | | | | | | | | Since 83cab07 audio stream time bases are based on SampleRate, not EditRate. This fixes trac ticket #2029 and a few seeking issues. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b'Michael Niedermayer2012-12-241-1/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b': yop: simplify/sanitize the decoding loop c93: set palette_has_changed. bmp: cosmetics, reformat hlsenc: Don't duplicate a string constant Conflicts: libavcodec/bmp.c tests/ref/fate/yop Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * yop: simplify/sanitize the decoding loopAnton Khirnov2012-12-241-1/+0
| | | | | | | | | | | | | | Do not overwrite linesize set by get_buffer(). The last frame in the FATE test is not decoded anymore, since the file is cut and a part of it is missing.
* | lavfi: add pp filter.Clément Bœsch2012-12-231-6/+6
| | | | | | | | | | | | | | | | | | | | | | Ported from MPlayer. Original author is A'rpi, with various contributions from Michael Niedermayer. The original documentation was mostly written by Diego Biurrun. See the MPlayer history for full credits. The filter is under GPL like the original filter, even if it differs quite a lot. There is not much point in making it LGPL since pp is under GPL.
* | fate/mp=pp: remove dering subfilter test.Clément Bœsch2012-12-234-6/+6
| | | | | | | | | | This subfilter gives a different output when linesize and width are differents.
* | fate/mp=pp: expand subfilters with dr (dering) in them.Clément Bœsch2012-12-231-3/+3
| | | | | | | | Commands are equivalent at this point.
* | rmenc: write correct bytes per minutePiotr Bandurski2012-12-231-1/+1
| | | | | | | | | | | | improves playback of ac3 in RealPlayer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '511cf612ac979f536fd65e14603a87ca5ad435f3': miscellaneous typo fixes Conflicts: libavcodec/4xm.c libavcodec/lagarith.c libavcodec/parser.c libavcodec/ratecontrol.c libavcodec/shorten.c libavcodec/vda_h264.c libavformat/dvenc.c libavformat/wtv.c tools/patcheck Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
| |
* | aiffenc: set correct number of bits foru8 in aiffPiotr Bandurski2012-12-201-1/+1
| | | | | | | | | | | | with this change QuickTime is able to play u8 aiff file generated by FFmpeg Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add and fix subtitles dependencies.Clément Bœsch2012-12-201-10/+11
| |
* | fate: re-enable lavfi gradfun filter test.Clément Bœsch2012-12-192-23/+23
| |
* | Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a'Michael Niedermayer2012-12-182-3/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a': au: Reorder code so that both muxer and demuxer are under #ifdefs fate: Move RALF test into lossless audio group cosmetics: Use consistent names for multiple inclusion guards. Conflicts: libavformat/au.c tests/fate/lossless-audio.mak tests/fate/real.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Move RALF test into lossless audio groupDiego Biurrun2012-12-172-3/+3
| |
| * ZeroCodec: Flip outputCarl Eugen Hoyos2012-12-101-38/+38
| | | | | | | | | | | | | | | | | | | | The initial testing of the VFW binary codec was flawed, likely due to an AviSynth bug. Re-testing using VirtualDub and various professional editing applications has revealed it should have been flipped. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
OpenPOWER on IntegriCloud