61 Commits (e8a460672f7e9aec129a7cfa01345857b1565a15)

Author SHA1 Message Date
Stephen Hutchinson 1492118c9d avisynth: drop support of AviSynth 2.5 10 years ago
Stephen Hutchinson 3a6df0b4bb avisynth: ifdef to avoid implicit function declaration errors 10 years ago
Stephen Hutchinson e003a53452 avisynth: update headers against AviSynth+ 10 years ago
Michael Niedermayer 0babb896b4 compat/avisynth/windowsPorts/windows2linux: Add () to protect macro arguments 10 years ago
Michael Niedermayer ff0a0b62f3 compat/avisynth/avxsynth_c: Clear all unused fields in returned structs 10 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
James Almer 8c6992bf0c compat/w32pthreads: use the condition variable API directly when targeting newer versions of Windows 10 years ago
James Almer 0c06949314 compat/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
Nicolas George 58a10e0e2c compat/w32pthreads: add return value to pthread_cond_init(). 11 years ago
Anton Khirnov e854b8f9f4 Work around broken floating point limits on some systems. 11 years ago
Andreas Cadhalpun 64b6164b72 Correct the FSF address for two avisynth files to '51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA' 11 years ago
Reimar Döffinger b74eead27b compat: provide va_copy for old gcc versions. 11 years ago
Derek Buitenhuis dedfa00107 build: Import makedef script from c99-to-c89 11 years ago
Dave Yeo f9c6044a6f Fix compilation with os2threads 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
Stephen Hutchinson 2c25e83b1d avisynth: Support video input from AviSynth 2.5 properly. 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
Dave Yeo e615a77799 os2threads: move from lavc to compat/ 12 years ago
Anton Khirnov 90f9a5830b w32pthreads: move from lavc to compat/ 12 years ago
Stephen Hutchinson cedf27651d Provide local copies of AviSynth's and AvxSynth's requisite headers in compat/avisynth/. 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Clément Bœsch 393dcbf079 compat/strtod: isspace -> av_isspace. 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Mans Rullgard 4ebc6a7410 build: Plan 9 support 12 years ago
Michael Niedermayer 38797dc31b compat/getopt: add {} to complex ifs 12 years ago
Mans Rullgard b6f8d635f2 build: tms470: work around glibc math.h problems 12 years ago
Derek Buitenhuis 5ae9fa13f5 MinGW: Use our snprintf/vsnprintf when MinGW's is broken 12 years ago
Ronald S. Bultje 663c21d4ac compat/vsnprintf: return number of bytes required on truncation. 12 years ago
Derek Buitenhuis e1b4496040 msvc: Add a va_copy compatability macro for msvc 12 years ago
Ronald S. Bultje c1c8fdab46 compat/vsnprintf: return number of bytes required on truncation. 12 years ago
Michael Niedermayer 2bb62455c8 Revert "lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime." 12 years ago
Ronald S. Bultje 4fa661a857 lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. 12 years ago
Ronald S. Bultje ba53720280 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