summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* 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: check if rsync has the contimeout optionJean First2012-12-15
| | | | | | | rsync on osx misses the --contimeout option Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: update asyncts referenceMichael Niedermayer2012-12-14
| | | | | | | We cannot update the existing file because this would break ffmpeg 1.0, which uses it 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 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'Michael Niedermayer2012-12-07
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152': fate: dpcm: Add dependencies SBR DSP x86: implement SSE sbr_hf_gen AAC SBR: use AVFloatDSPContext's vector_fmul fate: image: Add dependencies Changelog: add an entry for deprecating the avconv -vol option x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32 Conflicts: Changelog libavutil/x86/float_dsp.asm tests/fate/image.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: dpcm: Add dependenciesDiego Biurrun2012-12-07
| |
| * fate: image: Add dependenciesDiego Biurrun2012-12-07
| |
| * 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>
* | lavfi/silencedetect: use eval builtin to parse dB.Clément Bœsch2012-12-06
| | | | | | | | Also update FATE test to use the dB form.
* | 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>
* | fate/hqdn3d: add -idct simple.Clément Bœsch2012-12-05
| | | | | | | | | | This should fix FATE failure on ARM. IDCT is required since it's a JPEG source.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: workaround for slighly broken 'test' shell builtin mimic: initialize padding of swap_buf through av_fast_padded_malloc eamad: initialize padding of bitstream_buf through av_fast_padded_malloc() raw demuxer: initialize end of partial packets Conflicts: tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: workaround for slighly broken 'test' shell builtinMans Rullgard2012-12-04
| | | | | | | | | | | | | | | | Some shells, e.g. minix3, have a broken 'test' builtin which fails if the first operand of a binary operator looks like a unary operator. Prefixing the values with 'x' prevents this from happening. Signed-off-by: Mans Rullgard <mans@mansr.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>
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967': Remove pointless #undefs of previously forbidden functions. fate: Add dependencies for bmp, cdxl, dfa, mp3 Conflicts: doc/examples/muxing.c libavfilter/filtfmts.c libavutil/des.c libavutil/eval.c libavutil/log.c libavutil/parseutils.c tests/fate/mp3.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add dependencies for bmp, cdxl, dfa, mp3Diego Biurrun2012-12-04
| |
* | fate: disable vf_gradfun testMichael Niedermayer2012-12-05
| | | | | | | | | | | | The non working test interferes with other peoples work Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | 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>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-04
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ppc: always use pic for shared libraries build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable place fate: ea, h264: prettyprinting and ordering cosmetics Conflicts: tests/fate/ea.mak tests/fate/h264.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: ea, h264: prettyprinting and ordering cosmeticsDiego Biurrun2012-12-03
| |
* | 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 remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-03
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: fft: Fix libavcodec dependency build: Make the ISMV muxer select the MOV muxer configure: move arm arch extensions to a separate variable Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: fft: Fix libavcodec dependencyDiego Biurrun2012-12-03
| |
* | 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-seek: remove use of gnu make 3.82 only private modifierJanne Grunau2012-12-03
| |
| * fate: move vsynth reference files to their own directoryJanne Grunau2012-12-03
| |
| * fate: move fate-acodec reference files to their own dirJanne Grunau2012-12-03
| |
| * fate: split dependencies for fate-seek testsJanne Grunau2012-12-02
| | | | | | | | | | | | | | Each fate-seek test depends now only on the corresponding fate-acodec, fate-vsynth2 or fate-lavf test which creates the file seek-tests operates on. The tests and references are renamed to match the test they depend on.
* | fate: add hue filter test.Clément Bœsch2012-12-02
| |
* | fate/mp3: increase fuzz for NEON, due to different rounding from lrintf()Michael Niedermayer2012-12-01
| | | | | | | | | | | | This should fix fate failures of the hecommon test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/ref/seek/lavf_gif: update for 9d5cfce85540: gifdec: rudimentary seekingMichael Niedermayer2012-12-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swscale: fix 12 and 14 bit YUV planar output with scaling.Michael Niedermayer2012-12-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add exception for "gif" in image2 probe() method.Vitaliy E Sugrobov2012-11-30
| | | | | | | | | | | | | | | | | | | | | | | | Without this exception files with ".gif" extension by default recognized as input suitable for image2 demuxer rather than gif. In order to pass image through gif demuxer it was necessary to use -f gif option. This change affected 'make fate' test results because previously image2 demuxer and gif decoder took only first frame of multiframe test data, which is no longer true with gif demuxer. Signed-off-by: Vitaliy E Sugrobov <vsugrob@hotmail.com>
* | fate: add tak dependenciesPaul B Mahol2012-11-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add ADPCM 4XM testPaul B Mahol2012-11-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'e4d349b4014ee2a03f521027e0bd1ace4a9e60bd'Michael Niedermayer2012-11-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e4d349b4014ee2a03f521027e0bd1ace4a9e60bd': fate: h264: Add dependencies fate: ea: Add dependencies fate: Do not unconditionally run libavutil tests rtpenc_chain: Remove unused variable nuv: check for malloc failure when allocating extradata nuv: use the stream indices generated by avformat_new_stream() Conflicts: tests/fate/ea.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: h264: Add dependenciesDiego Biurrun2012-11-28
| |
| * fate: ea: Add dependenciesDiego Biurrun2012-11-28
| |
| * fate: Do not unconditionally run libavutil testsDiego Biurrun2012-11-28
| | | | | | | | Now that libavutil can be disabled, this should be conditional.
* | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bfe5454cd238b16e7977085f880205229103eccb': lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h lavf: move "MP3 " fourcc from riff to nut fate: vpx: Add dependencies fate: Fix wavpack-matroskamode test dependencies x86: dsputilenc: port to cpuflags Conflicts: libavformat/internal.h libavformat/nut.c tests/fate/vpx.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>