summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* compat/atomics: add typecasts in atomic_compare_exchange_strong()Wan-Teh Chang2016-12-082-2/+3
* Remove Plan 9 supportDiego Biurrun2016-12-033-46/+0
* w32pthreads: Fix function pointer castsDiego Biurrun2016-11-241-12/+12
* Add a compat dummy stdatomic.h used when threading is disabledAnton Khirnov2016-10-021-0/+176
* Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov2016-10-022-0/+236
* Add a compat stdatomic.h implementation based on suncc atomicsAnton Khirnov2016-10-021-0/+186
* Add a compat stdatomic.h implementation based on windows atomicsAnton Khirnov2016-10-021-0/+179
* Add a compat stdatomic.h implementation based on GCC atomicsAnton Khirnov2016-10-021-0/+173
* jack: Support OSXJosh de Kock2016-03-311-0/+42
* w32pthreads: Map MemoryBarrier to __sync_synchronize on mingwMartin Storsjö2015-10-301-2/+2
* w32pthreads: fix mingw build on x86 with -msse2 or higherHendrik Leppkes2015-10-161-0/+5
* build: add Solaris symbol versioningSean McGovern2015-10-111-0/+352
* w32pthreads: Load dynamically loaded functions on demandHendrik Leppkes2015-10-071-0/+10
* w32pthreads: Add pthread_once emulationHendrik Leppkes2015-10-071-0/+73
* use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exeSteve Lhomme2015-07-241-0/+9
* w32pthreads: use the condition variable API directly when targeting newer ver...James Almer2014-10-101-22/+38
* w32pthreads: use the CONDITION_VARIABLE typedef if availableJames Almer2014-10-101-10/+13
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* w32pthreads: Mark functions in compatibility wrapper as av_unusedDiego Biurrun2014-08-151-10/+11
* w32threads: Use newer thread synchronization functions when targeting VistaMartin Storsjö2014-08-131-0/+12
* Work around broken floating point limits on some systems.Anton Khirnov2014-03-102-0/+57
* build: Import makedef script from c99-to-c89Derek Buitenhuis2013-11-241-0/+132
* Remove #undefs for formerly forbidden system functionsDiego Biurrun2013-11-071-2/+0
* Revert "w32pthread: help compiler figure out undeeded code"Martin Storsjö2013-08-271-5/+5
* w32threads: Don't use function pointers when linking directly to newer APIsMartin Storsjö2013-08-271-5/+7
* w32pthread: help compiler figure out undeeded codeRafaël Carré2013-08-211-5/+5
* compat: Add missing license boilerplatesDiego Biurrun2013-07-182-2/+38
* Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun2013-07-183-9/+13
* compat: wrap math.h to avoid AIX-specific clashesLuca Barbato2013-07-041-0/+14
* w32pthreads: move from lavc to compat/Anton Khirnov2013-05-241-0/+279
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-2/+1
* build: Plan 9 supportMans Rullgard2012-10-233-0/+46
* build: tms470: work around glibc math.h problemsMans Rullgard2012-10-131-0/+7
* compat/vsnprintf: return number of bytes required on truncation.Ronald S. Bultje2012-09-151-3/+10
* lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-09-052-0/+157
* getopt: Remove an unnecessary defineMartin Storsjö2012-08-161-2/+0
* getopt: Add missing includesMartin Storsjö2012-08-161-0/+3
* dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje2012-07-111-0/+84
OpenPOWER on IntegriCloud