Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2014-10-10compat/w32pthreads: use the condition variable API directly when targeting ne...James Almer
2014-10-09compat/w32pthreads: use the CONDITION_VARIABLE typedef if availableJames Almer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15Merge commit '6baeadd11083774ebd823dd5e1a744c2150a3bfc'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15w32pthreads: Mark functions in compatibility wrapper as av_unusedDiego Biurrun
2014-08-13Merge commit '428b0578c64241fc677fed7083cc8fe65e10f32e'Michael Niedermayer
2014-08-13w32threads: Use newer thread synchronization functions when targeting VistaMartin Storsjö
2014-05-26compat/w32pthreads: add return value to pthread_cond_init().Nicolas George
2014-03-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-10Work around broken floating point limits on some systems.Anton Khirnov
2014-03-06Correct the FSF address for two avisynth files to '51 Franklin Street, Fifth ...Andreas Cadhalpun
2013-12-30compat: provide va_copy for old gcc versions.Reimar Döffinger
2013-11-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24build: Import makedef script from c99-to-c89Derek Buitenhuis
2013-11-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-07Fix compilation with os2threadsDave Yeo
2013-11-07Remove #undefs for formerly forbidden system functionsDiego Biurrun
2013-08-28Merge commit 'ef51692a49d58963966adca55c62da9c34c3c7e1'Michael Niedermayer
2013-08-28Merge commit '4332bf98dc051fd1ffbd9d4ddc1c5e55790c96f1'Michael Niedermayer
2013-08-28Revert "w32pthread: help compiler figure out undeeded code"Martin Storsjö
2013-08-28w32threads: Don't use function pointers when linking directly to newer APIsMartin Storsjö
2013-08-22Merge commit '4622f11f9c83db8a2e08408c71ff901826ca652c'Michael Niedermayer
2013-08-21w32pthread: help compiler figure out undeeded codeRafaël Carré
2013-08-17avisynth: Support video input from AviSynth 2.5 properly.Stephen Hutchinson
2013-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-19Merge commit '439902e0d68a0f0d800c21b5e6b598d5fa0c51da'Michael Niedermayer
2013-07-18compat: Add missing license boilerplatesDiego Biurrun
2013-07-18Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun
2013-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-04compat: wrap math.h to avoid AIX-specific clashesLuca Barbato
2013-05-28os2threads: move from lavc to compat/Dave Yeo
2013-05-24Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d'Michael Niedermayer
2013-05-24w32pthreads: move from lavc to compat/Anton Khirnov
2013-03-21Provide local copies of AviSynth's and AvxSynth's requisite headers in compat...Stephen Hutchinson
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-04compat/strtod: isspace -> av_isspace.Clément Bœsch
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2012-10-24Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff'Michael Niedermayer
2012-10-23build: Plan 9 supportMans Rullgard
2012-10-21compat/getopt: add {} to complex ifsMichael Niedermayer
2012-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-13build: tms470: work around glibc math.h problemsMans Rullgard
2012-09-26MinGW: Use our snprintf/vsnprintf when MinGW's is brokenDerek Buitenhuis
2012-09-16compat/vsnprintf: return number of bytes required on truncation.Ronald S. Bultje
2012-09-16msvc: Add a va_copy compatability macro for msvcDerek Buitenhuis
2012-09-15compat/vsnprintf: return number of bytes required on truncation.Ronald S. Bultje
2012-09-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-06Revert "lavu: add snprintf(), vsnprint() and strtod() replacements for MS run...Michael Niedermayer
2012-09-05lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje