| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/udp: support w32pthreads compat | phunkyfish | 2020-03-08 | 1 | -0/+8 |
* | avutil/thread: Add pthread_cond_timedwait function | Matt Oliver | 2020-01-21 | 1 | -0/+18 |
* | w32pthreads: remove some remaining superfluous checks | James Almer | 2017-12-25 | 1 | -7/+0 |
* | w32pthreads: always use Vista+ API, drop XP support | wm4 | 2017-12-26 | 1 | -256/+10 |
* | Support building C++ files with MSVC | Aaron Levinson | 2017-04-13 | 1 | -7/+7 |
* | Merge commit 'bd9cd04626a98a752c5771d057a6b86779359904' | James Almer | 2017-04-04 | 1 | -12/+12 |
|\ |
|
| * | w32pthreads: Fix function pointer casts | Diego Biurrun | 2016-11-24 | 1 | -12/+12 |
* | | all: Make header guard names consistent | Timothy Gu | 2016-01-31 | 1 | -3/+3 |
* | | Merge commit '407ac22322e5ce67996ec54ef619cafa4c9ceb78' | Hendrik Leppkes | 2015-11-02 | 1 | -2/+2 |
|\| |
|
| * | w32pthreads: Map MemoryBarrier to __sync_synchronize on mingw | Martin Storsjö | 2015-10-30 | 1 | -2/+2 |
| * | w32pthreads: fix mingw build on x86 with -msse2 or higher | Hendrik Leppkes | 2015-10-16 | 1 | -0/+5 |
* | | w32pthreads: fix mingw build on x86 with -msse2 or higher | Hendrik Leppkes | 2015-10-16 | 1 | -0/+5 |
* | | winrt: multithreading support | wang-bin | 2015-10-16 | 1 | -0/+5 |
* | | Merge commit '2830bce47e2eb29c76202f19017031ddc1f95dd3' | Hendrik Leppkes | 2015-10-10 | 1 | -0/+10 |
|\| |
|
| * | w32pthreads: Load dynamically loaded functions on demand | Hendrik Leppkes | 2015-10-07 | 1 | -0/+10 |
* | | Merge commit 'b22693b06d1e5d73454a65c203b4d31c1ca5b69a' | Hendrik Leppkes | 2015-10-10 | 1 | -0/+72 |
|\| |
|
| * | w32pthreads: Add pthread_once emulation | Hendrik Leppkes | 2015-10-07 | 1 | -0/+73 |
| * | w32pthreads: use the condition variable API directly when targeting newer ver... | James Almer | 2014-10-10 | 1 | -22/+38 |
| * | w32pthreads: use the CONDITION_VARIABLE typedef if available | James Almer | 2014-10-10 | 1 | -10/+13 |
* | | compat/w32pthreads: Add return values to match the simulated pthread functions. | Matt Oliver | 2015-09-30 | 1 | -13/+23 |
* | | compat/w32pthreads: use the condition variable API directly when targeting ne... | James Almer | 2014-10-09 | 1 | -22/+39 |
* | | compat/w32pthreads: use the CONDITION_VARIABLE typedef if available | James Almer | 2014-10-09 | 1 | -10/+13 |
* | | Merge commit '6baeadd11083774ebd823dd5e1a744c2150a3bfc' | Michael Niedermayer | 2014-08-15 | 1 | -10/+11 |
|\| |
|
| * | w32pthreads: Mark functions in compatibility wrapper as av_unused | Diego Biurrun | 2014-08-15 | 1 | -10/+11 |
* | | Merge commit '428b0578c64241fc677fed7083cc8fe65e10f32e' | Michael Niedermayer | 2014-08-13 | 1 | -0/+12 |
|\| |
|
| * | w32threads: Use newer thread synchronization functions when targeting Vista | Martin Storsjö | 2014-08-13 | 1 | -0/+12 |
* | | compat/w32pthreads: add return value to pthread_cond_init(). | Nicolas George | 2014-05-26 | 1 | -5/+6 |
* | | Merge commit 'ef51692a49d58963966adca55c62da9c34c3c7e1' | Michael Niedermayer | 2013-08-28 | 1 | -5/+5 |
|\| |
|
| * | Revert "w32pthread: help compiler figure out undeeded code" | Martin Storsjö | 2013-08-27 | 1 | -5/+5 |
* | | Merge commit '4332bf98dc051fd1ffbd9d4ddc1c5e55790c96f1' | Michael Niedermayer | 2013-08-28 | 1 | -5/+7 |
|\| |
|
| * | w32threads: Don't use function pointers when linking directly to newer APIs | Martin Storsjö | 2013-08-27 | 1 | -5/+7 |
* | | Merge commit '4622f11f9c83db8a2e08408c71ff901826ca652c' | Michael Niedermayer | 2013-08-22 | 1 | -5/+5 |
|\| |
|
| * | w32pthread: help compiler figure out undeeded code | Rafaël Carré | 2013-08-21 | 1 | -5/+5 |
* | | Merge commit '439902e0d68a0f0d800c21b5e6b598d5fa0c51da' | Michael Niedermayer | 2013-07-19 | 1 | -3/+3 |
|\| |
|
| * | Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ | Diego Biurrun | 2013-07-18 | 1 | -3/+3 |
* | | Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d' | Michael Niedermayer | 2013-05-24 | 1 | -4/+5 |
|/ |
|
* | w32pthreads: move from lavc to compat/ | Anton Khirnov | 2013-05-24 | 1 | -0/+279 |