]> git.sesse.net Git - x264/history - common/osdep.h
Threaded lookahead
[x264] / common / osdep.h
2009-09-02 Steven WaltersThreaded lookahead
2009-08-23 David ConradGSOC merge part 2: ARM stack alignment
2009-08-20 David ConradGSOC merge part 1: Framework for ARM assembly optimizations
2009-08-20 David ConradFix a bug in checkasm and two OSX fixes
2009-08-08 Steven WaltersGracefully terminate in the case of a malloc failure
2009-08-07 Fiona GlaserMacroblock-tree ratecontrol
2009-06-22 Fiona GlaserVarious CABAC optimizations and cleanups
2009-01-29 Brad Smithfix detection of pthread and isfinite on OpenBSD
2009-01-05 Brad SmithDisable __builtin_clz() intrinsic on gcc versions prior...
2008-12-31 Steven WaltersUse the correct strtok under MSVC
2008-12-11 Loren Merrittuse lookup tables instead of actual exp/pow for AQ
2008-08-10 Daniel Vergienyet another posix-emulating define on solaris
2008-07-11 Fiona GlaserFix compilation on PPC systems (borked in r903)
2008-07-10 Fiona Glaserfaster bs_write
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-29 Gabriel Bouvignesome asm functions require aligned stack. disable these...
2008-06-11 Gabriel BouvigneCosmetics in VBV handling
2008-06-03 Loren Merrittcosmetics
2008-06-03 BugMasterbinmode stdin on mingw, not just msvc
2008-05-17 Fiona Glaserexplicit write combining, because gcc fails at optimizi...
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-04-21 Loren Merritt--asm to allow testing of different versions of asm...
2008-04-17 Loren Merrittcopy left neighbor pixels directly from previous mb...
2008-03-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2008-01-27 Loren Merrittfaster and smaller x264_macroblock_cache_mv etc
2008-01-03 Guillaume Poirieruse define _WIN32 instead of __WIN32__ or WIN32 defines.
2007-09-24 Loren Merrittdon't overwrite pthread* namespace, because system...
2007-09-02 Loren Merrittreorder headers so that largefile support is defined...
2007-07-17 Loren Merrittmingw doesn't have strtok_r
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header