index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
Age
Commit message (
Expand
)
Author
2016-03-31
jack: Support OSX
Josh de Kock
2015-10-30
w32pthreads: Map MemoryBarrier to __sync_synchronize on mingw
Martin Storsjö
2015-10-16
w32pthreads: fix mingw build on x86 with -msse2 or higher
Hendrik Leppkes
2015-10-11
build: add Solaris symbol versioning
Sean McGovern
2015-10-07
w32pthreads: Load dynamically loaded functions on demand
Hendrik Leppkes
2015-10-07
w32pthreads: Add pthread_once emulation
Hendrik Leppkes
2015-07-24
use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe
Steve Lhomme
2014-10-10
w32pthreads: use the condition variable API directly when targeting newer ver...
James Almer
2014-10-10
w32pthreads: use the CONDITION_VARIABLE typedef if available
James Almer
2014-08-15
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
w32pthreads: Mark functions in compatibility wrapper as av_unused
Diego Biurrun
2014-08-13
w32threads: Use newer thread synchronization functions when targeting Vista
Martin Storsjö
2014-03-10
Work around broken floating point limits on some systems.
Anton Khirnov
2013-11-24
build: Import makedef script from c99-to-c89
Derek Buitenhuis
2013-11-07
Remove #undefs for formerly forbidden system functions
Diego Biurrun
2013-08-27
Revert "w32pthread: help compiler figure out undeeded code"
Martin Storsjö
2013-08-27
w32threads: Don't use function pointers when linking directly to newer APIs
Martin Storsjö
2013-08-21
w32pthread: help compiler figure out undeeded code
Rafaël Carré
2013-07-18
compat: Add missing license boilerplates
Diego Biurrun
2013-07-18
Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/
Diego Biurrun
2013-07-04
compat: wrap math.h to avoid AIX-specific clashes
Luca Barbato
2013-05-24
w32pthreads: move from lavc to compat/
Anton Khirnov
2013-03-07
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2012-10-23
build: Plan 9 support
Mans Rullgard
2012-10-13
build: tms470: work around glibc math.h problems
Mans Rullgard
2012-09-15
compat/vsnprintf: return number of bytes required on truncation.
Ronald S. Bultje
2012-09-05
lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.
Ronald S. Bultje
2012-08-16
getopt: Remove an unnecessary define
Martin Storsjö
2012-08-16
getopt: Add missing includes
Martin Storsjö
2012-07-11
dct/fft-test: use a replacement getopt() if the system has none present.
Ronald S. Bultje