summaryrefslogtreecommitdiff
path: root/compat/msvcrt
Commit message (Collapse)AuthorAge
* fix broken links to msdn documentationPeter Ross2021-05-13
| | | | Signed-off-by: Peter Ross <pross@xvid.org>
* all: Make header guard names consistentTimothy Gu2016-01-31
|
* MinGW: Use our snprintf/vsnprintf when MinGW's is brokenDerek Buitenhuis2012-09-25
| | | | | | | | All versions of MinGW-w64 prior to version 3, as well as all versions of MinGW32 have broken implementations of vsnprintf. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* compat/vsnprintf: return number of bytes required on truncation.Ronald S. Bultje2012-09-15
| | | | This conforms to C99, but requires Windows >= XP.
* msvc: Add a va_copy compatability macro for msvcDerek Buitenhuis2012-09-15
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-06
| | | | | | | | | | | | | | | | * 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>
* lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-09-05
Signed-off-by: Martin Storsjö <martin@martin.st>