summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* lavfi/scale: accept named options, make parsing more robustStefano Sabatini2012-10-29
| | | | Also update documentation accordingly.
* fate/scalenorm: unbreak fateMichael Niedermayer2012-10-28
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tests: do not set bogus scale sws_flags option in the scalenorm testStefano Sabatini2012-10-28
| | | | sws_flags is not a valid scale option, and thus is ignored.
* fate: make sure the global sws flags are set to be bitexact for scalenormMichael Niedermayer2012-10-28
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add a test for scale with variable input format.Nicolas George2012-10-28
|
* ffmpeg: use av_rescale_delta() on the audio filter inputMichael Niedermayer2012-10-27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* caf muxer: write metadataPaul B Mahol2012-10-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* mxfenc: Write MultipleDescriptor ref in PrefaceTomas Härdin2012-10-25
| | | | | Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: reenable some recently lost audio testsMichael Niedermayer2012-10-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-23
|\ | | | | | | | | | | | | | | * qatar/master: fate: check that dependencies actually exist fate: fix ENCMUX macro Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: check that dependencies actually existMans Rullgard2012-10-23
| | | | | | | | | | | | | | This causes make to exit with an error message if a nonexistent dependency is specified rather than silently dropping the test. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: fix ENCMUX macroMans Rullgard2012-10-23
| | | | | | | | | | | | This matches how it is actually being called. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | Merge commit 'ec444c84cfd30ef34a4e7b4ec7ee77d7e5250d25'Michael Niedermayer2012-10-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ec444c84cfd30ef34a4e7b4ec7ee77d7e5250d25': mpegaudiodec: Fix buffer handling on random access mpegaudio: Refactor mp3on4 flush function fate: Add dependencies for audio tests fate: cosmetics: Group idct8x8 test together with all other libavcodec tests fate: More fine-grained dependencies for libavcodec test programs Conflicts: tests/fate/audio.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add dependencies for audio testsDiego Biurrun2012-10-23
| |
| * fate: cosmetics: Group idct8x8 test together with all other libavcodec testsDiego Biurrun2012-10-23
| |
| * fate: More fine-grained dependencies for libavcodec test programsDiego Biurrun2012-10-23
| |
* | Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer2012-10-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8b8899ac3233b4f7af83ded0dc032fad8902d714': fate: Declare avcodec/avformat deps in the respective Makefile snippets fate: Add dependencies for WMA and WavPack tests Improve wording and spelling of av_log_missing_feature messages. lavu: remove disabled FF_API_AV_FIFO_PEEK cruft Conflicts: libavcodec/aacsbr.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Declare avcodec/avformat deps in the respective Makefile snippetsDiego Biurrun2012-10-23
| |
| * fate: Add dependencies for WMA and WavPack testsDiego Biurrun2012-10-23
| |
* | fate/mapchan: add bitexact flagMichael Niedermayer2012-10-23
| | | | | | | | | | | | fixes fate breakage Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: quote file paths in movie/amovie filtergraphs.Clément Bœsch2012-10-22
| | | | | | | | This should avoid some nasty ':' escaping.
* | fate: improve metadata filter deps readability.Clément Bœsch2012-10-22
| |
* | fate: add scale filter to the scene detect dependencies.Clément Bœsch2012-10-22
| | | | | | | | | | The select filter requires some conversion to rgb24 for the scene detection.
* | fate: fix SAMPLES dependency for ffprobe.Clément Bœsch2012-10-22
| | | | | | | | | | | | | | FATE_SAMPLES_FFPROBE is a different list than FATE_FFPROBE, the same way FATE_SAMPLES_FFMPEG is a different list than FATE_FFMPEG; these FATE_SAMPLES_<tool> lists are in the FATE_EXTERN list, which is only used when SAMPLES is set.
* | fate: fix fate-filter-metadata-scenedetectMichael Niedermayer2012-10-22
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: fix filter metadata dependency to ffprobe.Clément Bœsch2012-10-21
| |
* | lavfi/silencedetect: export silence info to metadata.Clément Bœsch2012-10-21
| |
* | lavfi/select: store scene score in buf ref metadata.Clément Bœsch2012-10-21
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-21
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: adpcm: cosmetics: Sort test entries fate: adpcm: Add dependencies svq3: cosmetics: Drop useless parentheses Conflicts: libavcodec/svq3.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: adpcm: cosmetics: Sort test entriesDiego Biurrun2012-10-20
| | | | | | | | This also places tests of related formats together.
| * fate: adpcm: Add dependenciesDiego Biurrun2012-10-20
| |
* | Merge commit 'a7d2861d36756b913e85681b86ed3385274e8ced'Michael Niedermayer2012-10-21
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a7d2861d36756b913e85681b86ed3385274e8ced': svq3: K&R formatting cosmetics fate: Introduce ENCMUX macro for tests that require encoders and a muxer ffv1: Add missing #includes to header file Conflicts: libavcodec/ffv1.h libavcodec/svq3.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Introduce ENCMUX macro for tests that require encoders and a muxerDiego Biurrun2012-10-20
| |
* | Merge commit 'c9ef43215c7d68c2cdcdbe02287aa114f27a32ed'Michael Niedermayer2012-10-20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c9ef43215c7d68c2cdcdbe02287aa114f27a32ed': fate-vc1: add dependencies ARM: fix overreads in neon h264 chroma mc rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packet gitignore: ignore files created by msvc fate: Add proper dependencies for the tests in video.mak configure: Disable Snow decoder and encoder by default lzo: Drop obsolete fast_memcpy reference build: Drop OBJS declaration for non-existing PCM_DVD encoder mpeg4videodec: Disable frame multithreading for GMC, its not implemented at all Conflicts: libavcodec/mpegvideo.c libavformat/rtsp.c tests/fate/microsoft.mak tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate-vc1: add dependenciesMans Rullgard2012-10-20
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: Add proper dependencies for the tests in video.makMartin Storsjö2012-10-19
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | fate: Handle lavf-fate tests in a makefilejamal2012-10-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: Add proper dependencies in qt.mak fate: Add proper dependencies in lossless-video.mak indeo3: do not try to output more lines than we can fit bmv: get a new frame on every decode_frame(), so we can use direct rendering Conflicts: libavcodec/bmv.c tests/fate/lossless-video.mak tests/fate/qt.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add proper dependencies in qt.makMartin Storsjö2012-10-19
| | | | | | | | | | | | The output of make fate-list is identical to before. Signed-off-by: Martin Storsjö <martin@martin.st>
| * fate: Add proper dependencies in lossless-video.makMartin Storsjö2012-10-19
| | | | | | | | | | | | The output of make fate-list is identical to before. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2'Michael Niedermayer2012-10-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1cd432e167b1a80853760c89a33606e2b5f229c2': configure: fix libcdio check rtsp: Allow setting the reordering buffer size via an AVOption rtsp: Vertically align a constant definition rtp: Update the check for distinguishing between RTP and RTCP aac: fix build with hardcoded tables fate: dependencies for screen codec tests riff: Move functions around to be covered by appropriate #ifdefs Conflicts: configure tests/fate/screen.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: dependencies for screen codec testsDiego Biurrun2012-10-18
| |
* | Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95'Michael Niedermayer2012-10-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95': avformat: Fix references to the removed function av_write_header in comments changelog: Mention the MSVC DLL support fate: add dependencies for misc microsoft codecs fate-twinvq: add dependencies fate-mpc: add dependencies fate-indeo: add dependencies fate-als: add dependencies fate: dependencies for demux tests Conflicts: Changelog tests/Makefile tests/fate/demux.mak tests/fate/microsoft.mak tests/fate/mpc.mak tests/fate/vqf.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add dependencies for misc microsoft codecsMans Rullgard2012-10-18
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate-twinvq: add dependenciesMans Rullgard2012-10-18
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate-mpc: add dependenciesMans Rullgard2012-10-18
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate-indeo: add dependenciesMans Rullgard2012-10-18
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate-als: add dependenciesMans Rullgard2012-10-18
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * fate: dependencies for demux testsMans Rullgard2012-10-18
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72'Michael Niedermayer2012-10-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72': fate: add a dependency helper macro Add support for building shared libraries with MSVC avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab gxf: Add a local copy of the relevant parts of the frame rate table configure: Split out msvc as a separate target OS aviobuf: Remove a senseless ifdef in avio_seek Conflicts: configure libavcodec/dirac.c libavcodec/mpeg12data.h libavcodec/mpeg12enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>