]> git.sesse.net Git - x264/history - common/osdep.h
Bump dates to 2016
[x264] / common / osdep.h
2016-01-16 Henrik GramnerBump dates to 2016
2015-10-11 Jerome DuvalHaiku support
2015-08-18 Henrik Gramnermsvs: Don't redefine snprintf for VS2015
2015-08-18 Henrik Gramnerx264_vfprintf: use va_copy
2015-02-23 Anton MitrofanovBump dates to 2015
2014-09-16 Anton MitrofanovShut up clang -Wuninitialized warning
2014-07-20 Steven WaltersMSVS 2013 Update 2 support
2014-03-12 Henrik Gramnerx86inc: Support arbitrary stack alignments
2014-01-08 Henrik GramnerBump dates to 2014
2014-01-08 Anton MitrofanovFix input support from named pipes in Windows
2013-10-24 Anton MitrofanovFix compilation in case of HAVE_LOG2F check fails spuri...
2013-08-23 Henrik GramnerWindows Unicode support
2013-05-20 Fiona Glaserx86: 32-byte align the stack if possible
2013-04-23 Fiona Glaserx86: more AVX2 framework, AVX2 functions, plus some...
2013-04-23 Fiona GlaserAdd slices-max feature
2013-02-26 Fiona Glaserquant_4x4x4: quant one 8x8 block at a time
2013-01-09 Loren MerrittBump dates to 2013
2012-12-12 Anton MitrofanovFix pthread_join emulation on win32 and BeOS
2012-11-07 Derek BuitenhuisFix ALIGNED_ARRAY_EMU macros on ICL
2012-02-04 HiiBump dates to 2012
2012-01-12 Reynaldo H. Verdej... Fix wrong conditional inclusion of inttypes.h
2011-09-21 Loren MerrittSSSE3/SSE4 9-way fully merged i4x4 analysis (sad/satd_x9)
2011-09-21 Loren MerrittOptimize x86 intra_predict_4x4 and 8x8
2011-03-24 Steven WaltersIntel Compiler support
2011-01-25 Sean McGovernBump dates to 2011
2011-01-10 Fiona GlaserShut up some incorrect gcc uninitialized variable warnings
2010-12-14 Steven WaltersSupport for native Windows threads
2010-12-05 Sean McGovernSPARC/Solaris build fixes
2010-09-18 Fiona GlaserUpdate source file headers
2010-06-23 Anton MitrofanovFix SIGPIPEs caused by is_regular_file checks
2010-06-09 Steven WaltersPreprocessing cosmetics
2010-04-23 Fiona GlaserPrefetch MB data in cache_load
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-27 Fiona GlaserOverhaul macroblock_cache_rect
2010-03-27 Kieran KunhyaBlu-ray support: NAL-HRD, VFR ratecontrol, filler,...
2010-01-30 Loren MerrittFix log2f detection, include order, some gcc warnings
2010-01-30 Diogo FrancoMove -D CFLAGS to config.h
2010-01-30 Steven WaltersFix stat with large file support
2010-01-30 Diogo FrancoAdd configure check for log2 support
2010-01-14 David ConradFix x264 compilation on Apple GCC
2010-01-14 Loren MerrittFix x264_clz on inputs > 1<<31
2009-11-15 Alexander StrangeUse __attribute__((may_alias)) for type-punning
2009-11-15 Kieran KunhyaFLV muxing support
2009-11-09 Steven WaltersFix issues relating to input/output files being pipes...
2009-10-07 Loren Merrittrm msvc project files and related ifdefs
2009-09-14 Fiona GlaserMake MV costs global instead of static
2009-09-02 Steven WaltersChange priority handling on some OSs
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