]> git.sesse.net Git - x264/history - common
More accurate MV prediction on edges in lookahead
[x264] / common /
2010-05-06 Fiona GlaserError out on invalid input stride
2010-05-06 Fiona GlaserDeduplicate asm constants, automate name prefixing
2010-05-06 Fiona GlaserShrink a few x86 asm functions
2010-05-06 Fiona GlaserMake options SEI use weight* instead of wpred*
2010-04-29 Loren Merrittr1548 broke subme < 3 + p8x8/b8x8
2010-04-29 Henrik GramnerMore write-combining
2010-04-29 Fiona GlaserReduce lookahead memory usage, cache misses
2010-04-26 Fiona GlaserFix build on x86 with asm on but SSE off
2010-04-24 Fiona GlaserSplit out MV prediction into mvpred.c
2010-04-24 Loren MerrittFix mv predictor clipping on non-x86 (regression in...
2010-04-23 Fiona GlaserMove deblocking code to a separate file
2010-04-23 Fiona GlaserFix 10l in cache_load changes
2010-04-23 Fiona GlaserPrint intra chroma pred modes in stats
2010-04-23 Fiona GlaserFaster deblock reference frame checks
2010-04-23 Henrik GramnerFaster chroma CBP handling
2010-04-23 Fiona GlaserFix issues with extremely large timebases
2010-04-23 Fiona GlaserMMX code for predictor rounding/clipping
2010-04-23 Fiona GlaserMove deblocking/hpel into sliced threads
2010-04-23 Fiona GlaserPrefetch MB data in cache_load
2010-04-23 Fiona GlaserFix a ton of pessimization caused by aliasing in cache_...
2010-04-23 Fiona GlaserAdd CP128/M128 macros using SSE
2010-04-14 Fiona GlaserFix various early terminations with slices
2010-04-14 Anton MitrofanovEnable --fast-pskip on fast firstpass
2010-04-11 Fiona GlaserMake keyint_min auto by default
2010-04-11 Henrik GramnerCosmetics: VLC tables
2010-04-10 Fiona GlaserMake MV prediction work across slice boundaries
2010-04-10 Fiona GlaserCleanup and simplification of macroblock_load
2010-04-07 Fiona GlaserAdd missing #include to display-x11.c
2010-04-06 Kieran KunhyaFix HRD compliance
2010-04-05 Alex WrightBetter b16x8/8x16 early termination in B-frames
2010-04-05 Fiona GlaserFix printing of SEI header with VBV + ABR
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-31 Fiona GlaserPrint crf-max with appropriate precision in SEI
2010-03-27 Fiona GlaserNew "superfast" preset, much faster intra analysis
2010-03-27 Henrik GramnerCosmetics in mvd handling
2010-03-27 Fiona GlaserAdd tune for still image compression
2010-03-27 Henrik GramnerPad non-mod16 resolutions using the correct field
2010-03-27 Holger LubitzFix some misattributions in profiling
2010-03-27 Henrik GramnerCosmetics: use sizeof() where appropriate
2010-03-27 Fiona GlaserSplit up analyse_init
2010-03-27 Fiona GlaserOverhaul macroblock_cache_rect
2010-03-27 Fiona GlaserMake a bunch of small functions ALWAYS_INLINE
2010-03-27 Loic MinierTwo compatibility fixes
2010-03-27 Fiona GlaserMuch more accurate B-skip detection at 2 < subme < 7
2010-03-27 Kieran KunhyaSave a few bits in slice headers
2010-03-27 Fiona GlaserShrink some arrays in x264_t
2010-03-27 Fiona GlaserUse x264_log in more places instead of fprintf
2010-03-27 Anton MitrofanovFix two nondeterminisms
2010-03-27 Fiona Glaser"CRF-max" support with VBV
2010-03-27 Kieran KunhyaBlu-ray support: NAL-HRD, VFR ratecontrol, filler,...
2010-03-27 Yusuke NakamuraTimecode input/output
2010-03-27 Holger LubitzFaster cabac_encode_decision_asm
2010-03-27 Holger LubitzFaster hpel_filter
2010-02-25 Fiona GlaserFix regression in r1449
2010-02-25 Fiona GlaserCut size of MVD arrays by a factor of 2 again
2010-02-25 David ConradDisable Altivec and VIS optimizations when --disable...
2010-02-25 Loren MerrittFix a buffer overread on odd input resolutions
2010-02-24 David ConradPort Mans Rullgard's NEON intra prediction functions...
2010-02-23 Fiona GlaserFix fastfirstpass
2010-02-23 Anton MitrofanovFix various silly errors in the previous patches
2010-02-23 Fiona GlaserFaster probe_skip, 2x2 DC transform handling
2010-02-23 Fiona GlaserUse short startcodes whenever possible
2010-02-23 Fiona GlaserMake b-pyramid normal the default
2010-02-23 Fiona GlaserMove presets, tunings, and profiles into libx264
2010-02-23 Anton MitrofanovFaster, more accurate psy-RD caching
2010-02-23 Fiona GlaserMuch faster and more efficient MVD handling
2010-02-23 Fiona GlaserAdd temporal predictor support to interlaced encoding
2010-02-23 Fiona GlaserKeep track of macroblock partitions
2010-02-23 Fiona GlaserMuch faster and simpler direct spatial calculation
2010-02-23 Fiona GlaserFix stupid regression in interlaced in r1430
2010-02-15 Loren MerrittRemove unnecessary PIC support macros
2010-02-15 Fiona GlaserDon't even try direct temporal when it would give junk MVs
2010-02-15 David ConradiPhone compilation support
2010-02-15 David ConradARM NEON versions of weightp functions
2010-02-15 Alexander StrangeAllow | as a separator between psy-rd and psy-trellis...
2010-02-15 Fiona GlaserBackport various speed tweak ideas from ffmpeg
2010-02-15 Fiona GlaserImplement direct temporal + interlaced
2010-02-15 Fiona GlaserPrint psy-(rd|trellis) with more precision in userdata SEI
2010-02-15 Fiona GlaserSimplify decimate checks in macroblock_encode
2010-02-14 Fiona GlaserSlightly faster predictor_difference_mmxext
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-30 Yusuke NakamuraImprove DTS generation, move DTS compression into libx264
2010-01-30 Anton MitrofanovVarious threading-related cosmetics
2010-01-28 Fiona GlaserFix bitstream alignment with multiple slices
2010-01-28 Fiona GlaserMerge nnz_backup with scratch buffer
2010-01-21 Fiona GlaserVarious performance optimizations
2010-01-21 Fiona GlaserFix crash on new AMD M300 and similar CPUs
2010-01-14 Fiona GlaserEliminate intentional array overflow in quant matrix...
2010-01-14 David ConradFix x264 compilation on Apple GCC
2010-01-14 Fiona GlaserFaster weightp motion search
2010-01-14 Fiona GlaserMore correct padding constants for lowres planes
2010-01-14 Fiona GlaserPeriodic intra refresh
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling
2010-01-14 Loren MerrittFix x264_clz on inputs > 1<<31
2009-12-11 Fiona GlaserVarious minor missing changes from previous commits
2009-12-11 Fiona GlaserFix regression in direct=auto/temporal in r1364
2009-12-09 Fiona GlaserAdd fast pskip to x264 SEI info header
next