Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: fate: Allow setting the ld parameter from the config file x86: dsputil: Do not redundantly check for CPU caps before calling init funcs configure: Disable some warnings in MSVC x86: vp56: cmov version of vp56_rac_get_prob requires inline asm avopt: fix examples to match the same style about default values as the actual code. configure: Add support for MSVC cl.exe/link.exe lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. Conflicts: libavutil/opt.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-06fate: Allow setting the ld parameter from the config fileMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-07-02mem: heap memory poisoning.Clément Bœsch
Enable it by default with FATE. limitation: not random, and not supported with realloc.
2012-01-30fate: add support for specifying the shell used to run configureMichael Niedermayer
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-22fate.sh: Ignore errors from rm command during cleanup.Diego Biurrun
The install directory being deleted might not be present if the build failed. This can lead to annoying error output if the FATE client is run as a cronjob.
2011-09-22fate.sh: Run git-pull in quiet mode to avoid console spam.Diego Biurrun
Since fate.sh can be run from cron, silent commands are preferrable.
2011-05-20fate: add comment fieldMans Rullgard
This adds a comment field to the report header, suitable for extra information not covered by the automatic fields. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-05-20fate: allow overriding default build and install dirsMans Rullgard
This is useful e.g. for building in a different filesystem than where the source is kept. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-03-18get rid of the last svn mentionsJanne Grunau
2010-09-02fate: delete log files ahead of each runMåns Rullgård
Originally committed as revision 25025 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-25fate: build with --enable-gplMåns Rullgård
Originally committed as revision 24930 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-22fate: remove unused variable in fate.shMåns Rullgård
Originally committed as revision 24870 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-22fate: allow specifying relative path to config file in fate.shMåns Rullgård
Originally committed as revision 24866 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-18fate: store last version in per-slot fileMåns Rullgård
This allows the same workdir to be used by multiple slots. Originally committed as revision 24819 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-01fate: make tar command configurableMåns Rullgård
The 'tar' variable should be set to a command writing a tar archive of the named files to stdout, typically "tar c" or "tar cf -" Originally committed as revision 24649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27fate: clean up also after failed runsMåns Rullgård
Originally committed as revision 24542 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27fate: delete build and install dirs after sessionMåns Rullgård
Originally committed as revision 24531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-27fate: add fate session scriptMåns Rullgård
Originally committed as revision 24530 to svn://svn.ffmpeg.org/ffmpeg/trunk