summaryrefslogtreecommitdiffstats
path: root/doc/fate.texi
Commit message (Collapse)AuthorAgeFilesLines
* doc/fate: Document how to request samples upload accessMichael Niedermayer2019-08-091-0/+4
| | | | | | | The awnser which most people will seek is put first Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/fate.texi: Mention that samples should be uploaded before pushing ↵Michael Niedermayer2018-10-311-0/+2
| | | | | | dependent commits Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: allow temp files for passed test to be keptGyan Doshi2018-07-101-0/+5
| | | | | | | | Set make variable KEEP to non-zero value to preserve temp files when a test has passed. Helpful in diagnosing failed tests when test outfile is some type of single hash and does not reveal differences in processed output.
* doc/fate: Document how to upload samples to the fate suiteMichael Niedermayer2018-01-061-0/+20
| | | | | | Suggested-by: Compn Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '963b3ab11f98fcc4a311f0dc7b268890c5675da2'Clément Bœsch2017-03-191-0/+5
|\ | | | | | | | | | | | | * commit '963b3ab11f98fcc4a311f0dc7b268890c5675da2': doc: Document FATE option HWACCEL Merged-by: Clément Bœsch <u@pkh.me>
| * doc: Document FATE option HWACCELLuca Barbato2016-08-261-0/+5
| |
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * doc: Add $branch to FATE config templateTimothy Gu2015-05-161-0/+1
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * doc: fate: remove outdated SSH key fingerprintJanne Grunau2015-03-161-1/+0
| |
* | doc/fate: better formattingTimothy Gu2015-03-231-32/+32
| | | | | | | | | | | | The initial spaces get ignored anyway so let's be consistent with other docs. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: set documentencoding on toplevel texi files.Nicolas George2015-02-191-0/+1
| | | | | | | | | | | | Fix double UTF-8 encoding on output files. makeinfo / texi2any does not seem to provide a way of setting it globally for toplevel files.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-281-15/+19
|\ \ | |/ | | | | | | | | | | | | | | | | | | * qatar/master: doc: cosmetics: Consistently format list and table items Conflicts: doc/developer.texi doc/fate.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: cosmetics: Consistently format list and table itemsDiego Biurrun2013-07-271-6/+18
| |
| * doc: Mention the target_samples and ld variables for fate configsMartin Storsjö2013-05-291-0/+2
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * fate.sh: Allow specifying --as via a specific variableMartin Storsjö2013-05-291-0/+1
| | | | | | | | | | | | | | This simplifies specifying a value containing spaces for this parameter. Signed-off-by: Martin Storsjö <martin@martin.st>
| * fate.sh: add support for build-only FATE instancesDiego Biurrun2013-05-211-0/+1
| | | | | | | | | | | | | | If the "build_only" variable is set in the configuration file, the FATE client will skip running tests and just compile all targets. Signed-off-by: Martin Storsjö <martin@martin.st>
* | doc/fate: update server host key fingerprintsMichael Niedermayer2013-05-181-1/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/fate.texi: fix typoStefano Sabatini2013-04-031-1/+1
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-301-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | * qatar/master: fate: add an option to generate the references Conflicts: doc/fate.texi tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add an option to generate the referencesLuca Barbato2013-03-291-0/+2
| | | | | | | | Useful to add or update fate tests.
* | doc/fate: Move fate config example into doc subdirectoryAlexander Strasser2012-09-291-2/+2
| | | | | | | | | | | | | | Be compatible with texi2html 5.0 which doesn't search relative file names in search paths anymore. Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
* | doc/fate: Rework examples to a section of its ownAlexander Strasser2012-07-051-1/+2
| | | | | | | | | | Make it easier to spot the example. This way it can already be discovered by scanning the table of contents.
* | doc/fate: Add hint for debugging connection to serverAlexander Strasser2012-07-051-0/+5
| |
* | doc/fate: Add missing @file commandAlexander Strasser2012-07-051-1/+1
| | | | | | | | Make the document more consistent.
* | doc/fate: Use more commonly used termsAlexander Strasser2012-07-051-2/+2
| | | | | | | | | | | | It might be easier to understand for some people and is a bit more in line with e.g. OpenSSH documentation. The meaning of the text stays exactly the same.
* | doc/fate: Add email address for contacting the FATE adminAlexander Strasser2012-07-051-1/+2
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-151-0/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Avoid C99 variable declarations within for statements. rtmp: Read and handle incoming packets while writing data doc: document THREAD_TYPE fate variable rtpdec: Don't require frames to start with a Mode A packet avconv: don't try to free threads that were not initialized. Conflicts: doc/fate.texi ffplay.c libavdevice/dv1394.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: document THREAD_TYPE fate variableLuca Barbato2012-06-141-0/+3
| |
* | fate.texi: fix typo in titleMichael Niedermayer2012-06-141-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-261-0/+8
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: opt: Add av_opt_set_bin() avconv: Display the error returned by avformat_write_header rtpenc_chain: Return an error code instead of just a plain pointer rtpenc_chain: Free the URLContext on failure rtpenc: Expose the ssrc as an avoption avprobe: display the codec profile in show_stream() avprobe: fix function prototype cosmetics: Fix indentation avprobe: changelog entry avprobe: update documentation avprobe: provide JSON output avprobe: output proper INI format avprobe: improve formatting rtmp: fix url parsing fate: document TARGET_EXEC and its usage Conflicts: doc/APIchanges doc/fate.texi doc/ffprobe.texi ffprobe.c libavformat/version.h libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: document TARGET_EXEC and its usageLuca Barbato2012-05-251-1/+11
| | | | | | | | | | | | TARGET_EXEC allows running FATE on simulators, remote targets and memory checkers. Also document a known issue with Wine and mixed Unix/Windows line ending.
| * fate: change name of FATE samples location environment variableDiego Biurrun2012-05-211-1/+1
| | | | | | | | | | | | FATE_SAMPLES is now used directly by the Makefiles, which induces the test system to run a test with the value of the environment variable as name. Renaming the environment variable to LIBAV_SAMPLES avoids this problem.
| * doc: fix link to fate.libav.orgDiego Elio Pettenò2012-05-131-2/+3
| | | | | | | | | | Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-071-2/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: SBR DSP: fix SSE code to not use SSE2 instructions. cpu: initialize mask to -1, so that by default, optimizations are used. error_resilience: initialize s->block_index[]. svq3: protect against negative quantizers. Don't use ff_cropTbl[] for IDCT. swscale: make filterPos 32bit. FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option. avconv: add -cpuflags option for setting supported cpuflags. cpu: add av_set_cpu_flags_mask(). libx264: Allow overriding the sliced threads option avconv: fix counting encoded video size. Conflicts: doc/APIchanges doc/fate.texi doc/ffmpeg.texi ffmpeg.c libavcodec/h264idct_template.c libavcodec/svq3.c libavutil/avutil.h libavutil/cpu.c libavutil/cpu.h libswscale/swscale.c tests/Makefile tests/fate-run.sh tests/regression-funcs.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.Anton Khirnov2012-03-061-1/+3
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-101-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (26 commits) eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation yadif: specify array size outside DECLARE_ALIGNED prores: specify array size outside DECLARE_ALIGNED brackets. WavPack demuxer: set packet duration tta: use skip_bits_long() mxfdec: Ignore the last entry in Avid's index table segments mxfdec: Sanity-check SampleRate mxfdec: Handle small EditUnitByteCount mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1a mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflows mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index() mxfdec: Sanity check PreviousPartition mxfdec: Never seek back in local sets and KLVs mxfdec: Move the current_partition check inside mxf_read_header() mxfdec: Fix infinite loop in mxf_packet_timestamps() mxfdec: Check eof_reached in mxf_read_local_tags() mxfdec: Check for NULL component mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() mxfdec: Make sure x < index_table->nb_ptses build: Add missing directories to DIRS declarations. ... Conflicts: doc/build_system.txt doc/fate.texi libavfilter/x86/yadif_template.c libavformat/mxfdec.c libavutil/Makefile tests/fate/audio.mak tests/fate/prores.mak tests/fate/screen.mak tests/fate/video.mak tests/ref/fate/bethsoft-vid tests/ref/fate/cscd tests/ref/fate/dfa4 tests/ref/fate/nuv tests/ref/fate/vp8-sign-bias tests/ref/fate/wmv8-drm tests/ref/lavf/gxf Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-091-1/+0
| |
* | doc: fate: Move documentation from .txt to .texiAlexander Strasser2011-12-201-95/+134
| | | | | | | | | | | | | | | | | | | | | | | | The fate.txt file is ported to texinfo format. Therefore the fate.txt is renamed to fate.texi. The contents of the already existing fate.texi file are discarded. However there should be no loss of information. If you find anything missing, please report. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: fix "Unknown command `fate'" warning.Clément Bœsch2011-12-171-1/+1
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-101-10/+10
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: isom: sort and pretty-print codec_movaudio_tags[] isom: remove pointless comments in codec_movaudio_tags[] isom: remove commented-out tag for vorbis movenc: write 'chan' tag for AC-3 in MOV mov: add support for reading and writing the 'chan' tag audioconvert: add some additional channel and channel layout macros audioconvert: change 7.1 "wide" layout to use side surround channels movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs doc: update documentation to use avconv doc: update demuxers section doc: extend external library coverage doc: split platform specific information doc: port the git-howto to texinfo doc: provide fallback css and customize @float doc: document fate in a texinfo doxy: change hue value to match our green Conflicts: doc/fate.txt doc/ffserver.texi doc/general.texi doc/muxers.texi doc/protocols.texi doc/t2h.init libavformat/isom.c libavformat/mov.c libavutil/avutil.h tests/ref/acodec/pcm_s16be tests/ref/acodec/pcm_s24be tests/ref/acodec/pcm_s32be tests/ref/acodec/pcm_s8 tests/ref/lavf/mov Merged-by: Michael Niedermayer <michaelni@gmx.at>
* doc: document fate in a texinfoLuca Barbato2011-12-091-0/+135
Summarize the information provided in the wiki and the one provided in fate.txt
OpenPOWER on IntegriCloud