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
path: root/compat
AgeCommit message (Expand)Author
2015-10-07w32pthreads: Add pthread_once emulationHendrik Leppkes
2015-07-24use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exeSteve Lhomme
2014-10-10w32pthreads: use the condition variable API directly when targeting newer ver...James Almer
2014-10-10w32pthreads: use the CONDITION_VARIABLE typedef if availableJames Almer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15w32pthreads: Mark functions in compatibility wrapper as av_unusedDiego Biurrun
2014-08-13w32threads: Use newer thread synchronization functions when targeting VistaMartin Storsjö
2014-03-10Work around broken floating point limits on some systems.Anton Khirnov
2013-11-24build: Import makedef script from c99-to-c89Derek Buitenhuis
2013-11-07Remove #undefs for formerly forbidden system functionsDiego Biurrun
2013-08-28Revert "w32pthread: help compiler figure out undeeded code"Martin Storsjö
2013-08-28w32threads: Don't use function pointers when linking directly to newer APIsMartin Storsjö
2013-08-21w32pthread: help compiler figure out undeeded codeRafaël Carré
2013-07-18compat: Add missing license boilerplatesDiego Biurrun
2013-07-18Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun
2013-07-04compat: wrap math.h to avoid AIX-specific clashesLuca Barbato
2013-05-24w32pthreads: move from lavc to compat/Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2012-10-23build: Plan 9 supportMans Rullgard
2012-10-13build: tms470: work around glibc math.h problemsMans Rullgard
2012-09-15compat/vsnprintf: return number of bytes required on truncation.Ronald S. Bultje
2012-09-05lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje
2012-08-17getopt: Remove an unnecessary defineMartin Storsjö
2012-08-16getopt: Add missing includesMartin Storsjö
2012-07-11dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje