43 Commits (720cf4e6e7dcaa4032b9448cb6b6cc4671a6f108)

Author SHA1 Message Date
Martin Storsjö bad7ce1d82 makedef: Pass EXTERN_PREFIX from configure to makedef 7 years ago
Diego Biurrun 0af8a72174 build: Drop support for legacy TI ARM compiler 7 years ago
Martin Storsjö a37e84be69 makedef: Add support for identifying the ARM64 machine type 7 years ago
Martin Storsjö 1a7bf48eed makedef: Extend the script for use with mingw tools as well 7 years ago
Martin Storsjö 44aa9105c5 makedef: Fold as much text transformations as possible into the initial dump 7 years ago
Wan-Teh Chang 6a93b596c5 compat/atomics: add typecasts in atomic_compare_exchange_strong() 8 years ago
Diego Biurrun 3794062ab1 Remove Plan 9 support 8 years ago
Diego Biurrun bd9cd04626 w32pthreads: Fix function pointer casts 8 years ago
Anton Khirnov eb34d40354 Add a compat dummy stdatomic.h used when threading is disabled 8 years ago
Anton Khirnov f9a6a80e06 Add a compat stdatomic.h implementation based on pthreads 8 years ago
Anton Khirnov bb81ed4765 Add a compat stdatomic.h implementation based on suncc atomics 8 years ago
Anton Khirnov c2755864af Add a compat stdatomic.h implementation based on windows atomics 8 years ago
Anton Khirnov 4e928ef340 Add a compat stdatomic.h implementation based on GCC atomics 8 years ago
Josh de Kock 6bb99757b7 jack: Support OSX 9 years ago
Martin Storsjö 407ac22322 w32pthreads: Map MemoryBarrier to __sync_synchronize on mingw 9 years ago
Hendrik Leppkes 68e00ad66d w32pthreads: fix mingw build on x86 with -msse2 or higher 9 years ago
Sean McGovern c1aac39eac build: add Solaris symbol versioning 9 years ago
Hendrik Leppkes 2830bce47e w32pthreads: Load dynamically loaded functions on demand 9 years ago
Hendrik Leppkes b22693b06d w32pthreads: Add pthread_once emulation 9 years ago
Steve Lhomme c9edbe4af9 use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe 9 years ago
James Almer b7c3bfd5eb w32pthreads: use the condition variable API directly when targeting newer versions of Windows 10 years ago
James Almer 73ea3ffcd5 w32pthreads: use the CONDITION_VARIABLE typedef if available 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Diego Biurrun 6baeadd110 w32pthreads: Mark functions in compatibility wrapper as av_unused 10 years ago
Martin Storsjö 428b0578c6 w32threads: Use newer thread synchronization functions when targeting Vista 10 years ago
Anton Khirnov e854b8f9f4 Work around broken floating point limits on some systems. 11 years ago
Derek Buitenhuis dedfa00107 build: Import makedef script from c99-to-c89 11 years ago
Diego Biurrun 86f910806b Remove #undefs for formerly forbidden system functions 11 years ago
Martin Storsjö ef51692a49 Revert "w32pthread: help compiler figure out undeeded code" 11 years ago
Martin Storsjö 4332bf98dc w32threads: Don't use function pointers when linking directly to newer APIs 11 years ago
Rafaël Carré 4622f11f9c w32pthread: help compiler figure out undeeded code 11 years ago
Diego Biurrun 910042072a compat: Add missing license boilerplates 11 years ago
Diego Biurrun 439902e0d6 Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ 11 years ago
Luca Barbato d3635f3ab0 compat: wrap math.h to avoid AIX-specific clashes 12 years ago
Anton Khirnov 90f9a5830b w32pthreads: move from lavc to compat/ 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Mans Rullgard 4ebc6a7410 build: Plan 9 support 12 years ago
Mans Rullgard b6f8d635f2 build: tms470: work around glibc math.h problems 12 years ago
Ronald S. Bultje c1c8fdab46 compat/vsnprintf: return number of bytes required on truncation. 12 years ago
Ronald S. Bultje 4fa661a857 lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. 12 years ago
Martin Storsjö 962e912a49 getopt: Remove an unnecessary define 12 years ago
Martin Storsjö da8201cc82 getopt: Add missing includes 12 years ago
Ronald S. Bultje 667fb97a65 dct/fft-test: use a replacement getopt() if the system has none present. 13 years ago