| Commit message (Expand) | Author | Age | Files | Lines |
* | compat/avisynth/windowsPorts/windows2linux: Add () to protect macro arguments | Michael Niedermayer | 2015-02-18 | 1 | -2/+2 |
* | compat/avisynth/avxsynth_c: Clear all unused fields in returned structs | Michael Niedermayer | 2014-12-11 | 1 | -7/+7 |
* | 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 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 2 | -3/+3 |
|\ |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | 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 remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-10 | 2 | -0/+57 |
|\| |
|
| * | Work around broken floating point limits on some systems. | Anton Khirnov | 2014-03-10 | 2 | -0/+57 |
* | | Correct the FSF address for two avisynth files to '51 Franklin Street, Fifth ... | Andreas Cadhalpun | 2014-03-06 | 2 | -2/+4 |
* | | compat: provide va_copy for old gcc versions. | Reimar Döffinger | 2013-12-30 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+132 |
|\| |
|
| * | build: Import makedef script from c99-to-c89 | Derek Buitenhuis | 2013-11-24 | 1 | -0/+132 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-07 | 1 | -2/+0 |
|\| |
|
| * | Remove #undefs for formerly forbidden system functions | Diego Biurrun | 2013-11-07 | 1 | -2/+0 |
* | | Fix compilation with os2threads | Dave Yeo | 2013-11-07 | 1 | -0/+2 |
* | | 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 |
* | | avisynth: Support video input from AviSynth 2.5 properly. | Stephen Hutchinson | 2013-08-17 | 1 | -0/+68 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-19 | 2 | -2/+38 |
|\| |
|
| * | compat: Add missing license boilerplates | Diego Biurrun | 2013-07-18 | 2 | -2/+38 |
* | | Merge commit '439902e0d68a0f0d800c21b5e6b598d5fa0c51da' | Michael Niedermayer | 2013-07-19 | 3 | -9/+13 |
|\| |
|
| * | Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ | Diego Biurrun | 2013-07-18 | 3 | -9/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-05 | 1 | -0/+14 |
|\| |
|
| * | compat: wrap math.h to avoid AIX-specific clashes | Luca Barbato | 2013-07-04 | 1 | -0/+14 |
* | | os2threads: move from lavc to compat/ | Dave Yeo | 2013-05-28 | 1 | -0/+162 |
* | | Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d' | Michael Niedermayer | 2013-05-24 | 1 | -0/+280 |
|\| |
|
| * | 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 |
* | | Provide local copies of AviSynth's and AvxSynth's requisite headers in compat... | Stephen Hutchinson | 2013-03-21 | 4 | -0/+1768 |
* | | compat/strtod: isspace -> av_isspace. | Clément Bœsch | 2013-03-04 | 1 | -1/+1 |
* | | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -1/+0 |
* | | Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff' | Michael Niedermayer | 2012-10-24 | 3 | -0/+46 |
|\| |
|
| * | build: Plan 9 support | Mans Rullgard | 2012-10-23 | 3 | -0/+46 |
* | | compat/getopt: add {} to complex ifs | Michael Niedermayer | 2012-10-21 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-14 | 1 | -0/+7 |
|\| |
|
| * | 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 |
* | | MinGW: Use our snprintf/vsnprintf when MinGW's is broken | Derek Buitenhuis | 2012-09-25 | 2 | -0/+42 |
* | | compat/vsnprintf: return number of bytes required on truncation. | Ronald S. Bultje | 2012-09-15 | 1 | -3/+6 |
* | | msvc: Add a va_copy compatability macro for msvc | Derek Buitenhuis | 2012-09-15 | 2 | -0/+27 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-06 | 2 | -0/+157 |
|\| |
|