summaryrefslogtreecommitdiff
path: root/compat/w32pthreads.h
Commit message (Expand)AuthorAgeFilesLines
* w32pthreads: Fix function pointer castsDiego Biurrun2016-11-241-12/+12
* 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
* w32pthreads: Load dynamically loaded functions on demandHendrik Leppkes2015-10-071-0/+10
* w32pthreads: Add pthread_once emulationHendrik Leppkes2015-10-071-0/+73
* 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
* 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
* 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
* Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun2013-07-181-3/+3
* w32pthreads: move from lavc to compat/Anton Khirnov2013-05-241-0/+279