]> git.sesse.net Git - x264/history - Makefile
Use the correct default B-ref placement with B-pyramid
[x264] / Makefile
2015-10-11 Martin Storsjöcheckasm: arm: Check register clobbering
2015-10-11 Martin Storsjöcheckasm: aarch64: Check register clobbering
2015-10-11 Martin Storsjöarm: Add x264_nal_escape_neon
2015-07-25 Rishikesh Moremips: MSA quant optimizations
2015-07-25 Rishikesh Moremips: MSA predict optimizations
2015-07-25 Rishikesh Moremips: MSA pixel optimizations
2015-07-25 Rishikesh Moremips: MSA deblock optimizations
2015-07-25 Rishikesh Moremips: MSA dct optimizations
2015-07-25 Rishikesh Moremips: MSA mc optimizations
2015-02-23 Anton MitrofanovUpdate configure for auto detection of system libx264...
2015-02-23 Anton MitrofanovFix ARCH variable name conflict with BSD ports (bsd...
2014-12-16 Janne Grunauaarch64: cabac_encode_{decision,bypass,terminal}_asm
2014-12-16 Janne Grunauaarch64: nal_escape_neon
2014-10-17 Anton Mitrofanovlibx264 API usage example
2014-08-26 Janne Grunauaarch64: deblocking NEON asm
2014-08-26 Janne Grunauaarch64: intra predition NEON asm
2014-08-26 Janne Grunauaarch64: motion compensation NEON asm
2014-08-26 Janne Grunauaarch64: transform and zigzag NEON asm
2014-08-26 Janne Grunauaarch64: quantization and level-run NEON asm
2014-08-26 Janne Grunauaarch64: pixel metrics NEON asm
2014-08-26 Janne Grunauaarch64: initial build support
2014-07-20 Steven WaltersMSVS 2013 Update 2 support
2014-07-20 Diego Biurrunbuild: Replace cltostr.pl by a shell script
2014-07-20 Diego Biurrunbuild: Simplify phony target declaration with wildcards
2014-07-20 Diego Biurrunbuild: Add dependencies on x86inc.asm/x86util.asm for...
2014-07-20 Diego BiurrunDelete all SPARC optimizations
2014-07-20 Diego Biurrunbuild: Set all ASFLAGS from within configure
2013-10-30 Anton MitrofanovRemove --visualize option.
2013-10-30 Anton MitrofanovAdd L-SMASH support as preferable alternative for MP4...
2013-09-03 Tim MooneyFix INSTALL in configure for Solaris systems
2013-05-20 Anton MitrofanovOpenCL support improvement/refactoring
2013-04-23 Steve BorhoOpenCL lookahead
2012-04-23 Alexander Prikhodkoconfigure: correct use of RC variable and add --extra...
2012-03-06 Steven WaltersICL: fix out of tree building and resource file usage...
2012-02-04 Ronald S. BultjeChange %ifdef directives to %if directives in *.asm...
2012-02-04 Henrik GramnerAdd Windows resource file
2012-01-15 Loren MerrittCABAC trellis opts part 4: x86_64 asm
2012-01-12 Oka MotofumiAdd out-of-tree build support
2011-11-28 Anton MitrofanovImprove makefile rules
2011-09-09 Oka MotofumiFix install/uninstall shared libs if SYS is WINDOWS...
2011-05-12 NikoliImprove build system capabilities
2011-03-24 Steven WaltersIntel Compiler support
2010-12-14 Steven WaltersSupport for native Windows threads
2010-12-07 Anton MitrofanovDelete x264_config.h on distclean
2010-12-07 Ramiro PollaCreate and install x264_config.h
2010-12-05 Sean McGovernSPARC/Solaris build fixes
2010-11-25 Steven WaltersFix configure so that boolean configuration options...
2010-11-23 Sean McGovernOnly build SPARC VIS asm if high bit-depth is disabled
2010-11-19 Oskar ArvidssonConvert X264_HIGH_BIT_DEPTH to HIGH_BIT_DEPTH
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth pixel metrics
2010-10-10 Fiona GlaserRemove some old unused stuff in the build tree
2010-09-28 Oskar ArvidssonFinish support for high-depth video throughout x264
2010-09-19 James DarnleyAdd --disable-gpl option to configure
2010-07-15 Steven WaltersAdd video filtering system to x264cli
2010-06-25 Steven WaltersUse threadpools to avoid unnecessary thread creation
2010-06-09 Steven WaltersPreprocessing cosmetics
2010-06-02 Fiona Glaserx86 assembly code for NAL escaping
2010-05-06 Fiona GlaserDeduplicate asm constants, automate name prefixing
2010-04-24 Fiona GlaserSplit out MV prediction into mvpred.c
2010-04-23 Anton MitrofanovMove getopt.c to x264cli sources from libx264
2010-04-23 Fiona GlaserMove deblocking code to a separate file
2010-04-23 Francois CartegnieFix build scripts to work with non-GNU tools
2010-03-27 Fiona GlaserFix make uninstall on systems with executable suffixes
2010-03-27 Fiona GlaserOverhaul macroblock_cache_rect
2010-03-27 Yusuke NakamuraTimecode input/output
2010-02-25 David ConradDisable Altivec and VIS optimizations when --disable...
2010-01-30 Loren MerrittFix log2f detection, include order, some gcc warnings
2010-01-30 Diogo FrancoMove -D CFLAGS to config.h
2010-01-14 Anton MitrofanovFix static pthreads + dynamically linked x264 on win32
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling
2009-11-30 Steven WaltersEnhanced Avisynth input support
2009-11-15 Kieran KunhyaFLV muxing support
2009-11-09 David ConradFix weightp on ARM + PPC
2009-11-09 David ConradVarious ARM-related fixes
2009-10-24 Steven Walterssplit muxers.c into one file per format
2009-10-19 Fiona GlaserUpdate fprofile with the latest change to b-pyramid
2009-09-02 Steven WaltersThreaded lookahead
2009-08-31 Fiona GlaserMulti-slice encoding support
2009-08-29 Loren Merrittfix asm symbols for oprofile (regression in r1221)
2009-08-24 David ConradGSOC merge part 8: ARM NEON intra prediction assembly...
2009-08-24 David ConradGSOC merge part 7: ARM NEON deblock assembly functions...
2009-08-24 David ConradGSOC merge part 6: ARM NEON quant assembly functions...
2009-08-24 David ConradGSOC merge part 5: ARM NEON dct assembly functions
2009-08-24 David ConradGSOC merge part 4: ARM NEON mc assembly functions
2009-08-24 David ConradGSOC merge part 3: ARM NEON pixel assembly functions
2009-08-20 David ConradGSOC merge part 1: Framework for ARM assembly optimizations
2009-08-13 Fiona GlaserAdd no-mbtree to fprofile (and fix pyramid in fprofile)
2009-07-27 Fiona GlaserFix two bugs in QPRD
2009-07-26 Fiona GlaserAdd QPRD support as subme=10
2009-07-07 Fiona GlaserFix fprofile settings to match changes in defaults
2009-03-04 Fiona GlaserRemove pre-scenecut from fprofile commands as well
2009-02-11 Anton MitrofanovWindows 64-bit support
2009-01-28 Loren Merrittremove $ECHON kludge, which broke on SunOS. bring back...
2008-11-23 Fiona GlaserPhenom CPU optimizations
2008-10-03 Loren Merrittrm gtk, avc2avi.
2008-10-02 Fiona GlaserRework subme system, add RD refinement in B-frames
2008-08-30 Loren Merritthardcode the ratecontrol equation, and remove the rceq...
2008-08-22 Guillaume Poirierimprove generation of Darwin libraries
2008-07-31 Loren Merrittcosmetics: merge x86inc*.asm
2008-07-30 Holger LubitzRefactor asm macros part 1: DCT
next