summaryrefslogtreecommitdiff
path: root/tests/ref
Commit message (Collapse)AuthorAge
* mpegpsenc: avoid shifting dts/ptsMichael Niedermayer2013-01-04
| | | | | | | 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-04
| | | | | | | | | | | | | | 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-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* aiffenc: metadata supportPaul B Mahol2013-01-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavf/webvtt: use ff_subtitles_read_chunk().Clément Bœsch2013-01-03
| | | | | 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-03
| | | | | | | | 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-02
| | | | | 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-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add sub2video test.Nicolas George2013-01-02
|
* fate: merge mapchan and options into ffmpeg.Nicolas George2013-01-01
| | | | They were two very short files that cover ffmpeg-specific features.
* fate: add nistsphere demuxer testPaul B Mahol2013-01-01
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01'Michael Niedermayer2012-12-31
|\ | | | | | | | | | | | | | | | | | | | | * 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-30
| |
| * ansi: do not depend on get_buffer() initializing the frame.Anton Khirnov2012-12-24
| | | | | | | | | | The background changes from 128 (used by the default/cmdutils get_buffer()) to 0. This looks more correct.
* | Sony Wave64 muxerPaul B Mahol2012-12-31
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | microdvd: sanitize AVPackets.Clément Bœsch2012-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-31
| |
* | Add PJS subtitles demuxer and decoder.Clément Bœsch2012-12-30
| |
* | Add AQTitle subtitles demuxer.Clément Bœsch2012-12-30
| |
* | Add MPlayer subtitles demuxer.Clément Bœsch2012-12-30
| |
* | Add VPlayer subtitles demuxer and decoder.Clément Bœsch2012-12-30
| | | | | | | | | | | | | | 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-30
| |
* | lavc/srtenc: do not add trailing line breaks with SubRip.Clément Bœsch2012-12-30
| | | | | | | | | | | | | | 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-25
| | | | | | | | | | | | | | 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-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-24
| | | | | | | | | | | | | | 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.
| * ZeroCodec: Flip outputCarl Eugen Hoyos2012-12-10
| | | | | | | | | | | | | | | | | | | | 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>
| * pixdesc: fix yuva 10bit bit depthPaul B Mahol2012-12-05
| | | | | | | | | | | | | | It was wrongly set as the yuva 16bit one. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | fate/mp=pp: remove dering subfilter test.Clément Bœsch2012-12-23
| | | | | | | | | | This subfilter gives a different output when linesize and width are differents.
* | rmenc: write correct bytes per minutePiotr Bandurski2012-12-23
| | | | | | | | | | | | improves playback of ac3 in RealPlayer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | aiffenc: set correct number of bits foru8 in aiffPiotr Bandurski2012-12-20
| | | | | | | | | | | | with this change QuickTime is able to play u8 aiff file generated by FFmpeg Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: re-enable lavfi gradfun filter test.Clément Bœsch2012-12-19
| |
* | mjpegenc: fix 444 block count so it is below 10Michael Niedermayer2012-12-16
| | | | | | | | | | | | Fixes Ticket1990 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf: Provide a monotonic timestamp to the outside worldHarald Axmann2012-12-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: update fate for 1a490df12fd9Michael Niedermayer2012-12-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add BRSTM demuxer testPaul B Mahol2012-12-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Flip zerocodec output.Carl Eugen Hoyos2012-12-09
| | | | | | | | Fixes ticket #1218
* | Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer2012-12-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '9d5c62ba5b586c80af508b5914934b1c439f6652': lavu/opt: do not filter out the initial sign character except for flags eval: treat dB as decibels instead of decibytes float_dsp: add vector_dmul_scalar() to multiply a vector of doubles Conflicts: libavutil/eval.c tests/ref/fate/eval Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * eval: treat dB as decibels instead of decibytesJustin Ruggles2012-12-05
| |
* | mmfdec: fix seekingPaul B Mahol2012-12-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | ircamenc: 10l do not use avio_skip()Paul B Mahol2012-12-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | IRCAM demuxer & muxerPaul B Mahol2012-12-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | pixdesc: fix broken yuva definitionsPaul B Mahol2012-12-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add gradfun filter test.Clément Bœsch2012-12-05
| |
* | fate: add hqdn3d filter test.Clément Bœsch2012-12-05
| |
* | gifdec: do not handle timestampsPaul B Mahol2012-12-04
| | | | | | | | | | | | | | | | It is broken, and results will be messed up when seeking. This also fix duration displayed for streams when using -c copy. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | AST MuxerJames Almer2012-12-04
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | fate: fix typos in wtv seek testMichael Niedermayer2012-12-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6'Michael Niedermayer2012-12-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6': fate-seek: remove use of gnu make 3.82 only private modifier fate: move vsynth reference files to their own directory fate: move fate-acodec reference files to their own dir configure: avplay now depends on avresample fate: split dependencies for fate-seek tests Conflicts: configure tests/fate/seek.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: move vsynth reference files to their own directoryJanne Grunau2012-12-03
| |