| Commit message (Expand) | Author | Age | Files | Lines |
* | jack: Support OSX | Josh de Kock | 2016-03-31 | 1 | -0/+42 |
* | 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 |
* | build: add Solaris symbol versioning | Sean McGovern | 2015-10-11 | 1 | -0/+352 |
* | w32pthreads: Load dynamically loaded functions on demand | Hendrik Leppkes | 2015-10-07 | 1 | -0/+10 |
* | w32pthreads: Add pthread_once emulation | Hendrik Leppkes | 2015-10-07 | 1 | -0/+73 |
* | use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe | Steve Lhomme | 2015-07-24 | 1 | -0/+9 |
* | 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 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | w32pthreads: Mark functions in compatibility wrapper as av_unused | Diego Biurrun | 2014-08-15 | 1 | -10/+11 |
* | w32threads: Use newer thread synchronization functions when targeting Vista | Martin Storsjö | 2014-08-13 | 1 | -0/+12 |
* | Work around broken floating point limits on some systems. | Anton Khirnov | 2014-03-10 | 2 | -0/+57 |
* | build: Import makedef script from c99-to-c89 | Derek Buitenhuis | 2013-11-24 | 1 | -0/+132 |
* | Remove #undefs for formerly forbidden system functions | Diego Biurrun | 2013-11-07 | 1 | -2/+0 |
* | Revert "w32pthread: help compiler figure out undeeded code" | Martin Storsjö | 2013-08-27 | 1 | -5/+5 |
* | w32threads: Don't use function pointers when linking directly to newer APIs | Martin Storsjö | 2013-08-27 | 1 | -5/+7 |
* | w32pthread: help compiler figure out undeeded code | Rafaël Carré | 2013-08-21 | 1 | -5/+5 |
* | compat: Add missing license boilerplates | Diego Biurrun | 2013-07-18 | 2 | -2/+38 |
* | Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ | Diego Biurrun | 2013-07-18 | 3 | -9/+13 |
* | compat: wrap math.h to avoid AIX-specific clashes | Luca Barbato | 2013-07-04 | 1 | -0/+14 |
* | w32pthreads: move from lavc to compat/ | Anton Khirnov | 2013-05-24 | 1 | -0/+279 |
* | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -2/+1 |
* | build: Plan 9 support | Mans Rullgard | 2012-10-23 | 3 | -0/+46 |
* | build: tms470: work around glibc math.h problems | Mans Rullgard | 2012-10-13 | 1 | -0/+7 |
* | compat/vsnprintf: return number of bytes required on truncation. | Ronald S. Bultje | 2012-09-15 | 1 | -3/+10 |
* | lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. | Ronald S. Bultje | 2012-09-05 | 2 | -0/+157 |
* | getopt: Remove an unnecessary define | Martin Storsjö | 2012-08-16 | 1 | -2/+0 |
* | getopt: Add missing includes | Martin Storsjö | 2012-08-16 | 1 | -0/+3 |
* | dct/fft-test: use a replacement getopt() if the system has none present. | Ronald S. Bultje | 2012-07-11 | 1 | -0/+84 |