]> git.sesse.net Git - x264/shortlog
x264
2009-08-14 Fiona GlaserFix bug in b-adapt 1
2009-08-14 Fiona GlaserFix a potential failure in VBV
2009-08-13 Anton Mitrofanovnew API function x264_encoder_delayed_frames.
2009-08-13 Fiona GlaserAdd no-mbtree to fprofile (and fix pyramid in fprofile)
2009-08-13 Fiona GlaserDon't print a warning about direct=auto in 2pass when...
2009-08-13 Loren Merrittfix lowres padding, which failed to extrapolate the...
2009-08-09 Loren Merrittsimd part of x264_macroblock_tree_propagate.
2009-08-09 Loren MerrittMB-tree fixes:
2009-08-09 Fiona GlaserAdd missing free()s for new data allocated for MB-tree
2009-08-08 Fiona GlaserFix keyframe insertion with MB-tree and no B-frames
2009-08-08 Fiona GlaserFix MP4 output (bug in malloc checking patch)
2009-08-08 Steven WaltersGracefully terminate in the case of a malloc failure
2009-08-07 Anton MitrofanovFix a potential infinite loop in QPfile parsing on...
2009-08-07 Fiona GlaserFix delay calculation with multiple threads
2009-08-07 Fiona GlaserAdd "veryslow" preset
2009-08-07 Fiona GlaserMacroblock-tree ratecontrol
2009-08-05 Fiona GlaserVarious 1-pass VBV tweaks
2009-07-29 Fiona GlaserFix another 10L in QPRD
2009-07-28 Fiona GlaserUpdate help and cleanup in ratecontrol.c
2009-07-28 Loren Merritt15% faster refine_bidir_satd, 10% faster refine_bidir_r...
2009-07-28 Fiona GlaserFaster bidir_rd plus some bugfixes
2009-07-27 Fiona GlaserAdd "fastdecode" tune option
2009-07-27 Fiona GlaserFix two bugs in QPRD
2009-07-26 Fiona GlaserFix 10l in QPRD
2009-07-26 Fiona GlaserFix a nondeterminism with threads and subme>7
2009-07-26 Fiona GlaserAdd QPRD support as subme=10
2009-07-26 Fiona GlaserSSSE3 cachesplit workaround for avg2_w16
2009-07-22 Loren Merrittshut up valgrind warnings in trellis
2009-07-20 Anton MitrofanovNew AQ algorithm option
2009-07-17 Fiona GlaserCacheline-split SSSE3 chroma MC
2009-07-12 Fiona GlaserImprove documentation of qp/crf options
2009-07-10 Fiona GlaserMerge array_non_zero into zigzag_sub
2009-07-09 James DarnleyFix bug in reference frame autoadjustment
2009-07-07 Fiona GlaserFix fprofile settings to match changes in defaults
2009-07-07 Fiona GlaserSlightly faster dequant_flat assembly
2009-07-07 Fiona GlaserTotally new preset system for x264.c (not libx264)...
2009-07-03 Fiona GlaserUpdate Gabriel's email address in AUTHORS
2009-07-03 Fiona GlaserEarly termination for chroma encoding
2009-06-26 David ConradFix bug in checkasm
2009-06-26 Fiona GlaserAdd subpartition cost for sub-8x8 blocks
2009-06-26 Fiona GlaserYet more CABAC and CAVLC optimizations
2009-06-22 Fiona GlaserVarious CABAC optimizations and cleanups
2009-06-20 David WolstencroftAltiVec version of frame_init_lowres_core. 22.4x faster...
2009-06-19 Fiona GlaserMMX CABAC mvd sum calculation
2009-06-19 Fiona GlaserFaster MV prediction
2009-06-19 Fiona GlaserFix potential crash in checkasm
2009-06-19 Fiona GlaserSSSE3, faster SSE2/MMX integral_init4v
2009-06-11 Mike Frysingerconfigure check for uclinux
2009-06-11 Loren Merrittfix a crash on frame width <= 48 pixels
2009-05-27 Loren Merrittconfigure check for cc, rather than reporting lack...
2009-05-27 Loren Merritta better way to keep track of mv candidates.
2009-05-27 Loren Merrittreorder some motion estimation patterns.
2009-05-27 Loren MerrittFix VBV warning broken in r915
2009-05-25 Loren Merrittconfigure check for ssse3-capable binutils
2009-05-24 Fiona GlaserFix 10L in r1155
2009-05-24 Fiona GlaserFix bug where satd was incorrectly used with subme<=1
2009-05-24 Fiona GlaserRemove some pointless error handling code in cabac...
2009-05-24 Fiona GlaserSave some memory on mv cost arrays
2009-05-24 Fiona GlaserVarious CABAC and CAVLC optimizations
2009-05-19 Loren Merrittfix a race condition at the end of thread_input
2009-05-19 Fiona GlaserVarious trellis speed optimizations
2009-05-19 Fiona GlaserMake i686 the default arch on x86_32
2009-05-16 Fiona GlaserFaster signed golomb coding
2009-05-14 Fiona GlaserFaster spatial direct MV prediction
2009-05-10 Fiona GlaserMore CABAC and CAVLC optimizations
2009-05-10 Fiona GlaserVarious optimizations in frametype lookahead
2009-05-10 Fiona GlaserSome cosmetics/cleanup
2009-04-21 Guillaume Poirierfix "incompatible types in initialization" compilation...
2009-04-21 Guillaume Poirierfix conversions between vectors with differing element...
2009-04-18 Fiona GlaserAdd "coded blocks" stat to output information.
2009-04-18 Fiona GlaserEnable asm predict_8x8_filter
2009-04-17 Fiona GlaserRemove various bits of dead code found by CLANG.
2009-04-14 Fiona GlaserSlightly faster SSE4 SA8D, SSE4 Hadamard_AC, SSE2 SSIM
2009-04-09 Fiona GlaserVarious CABAC optimizations
2009-04-08 Fiona GlaserCAVLC optimizations
2009-04-05 Fiona GlaserFaster CABAC RDO
2009-03-31 Fiona GlaserActivate intra_sad_x3_8x8c in lookahead
2009-03-31 Fiona GlaserMBAFF interlaced coding is not allowed in baseline...
2009-03-31 Fiona Glaserintra_sad_x3_8x8 assembly
2009-03-30 Fiona Glaserintra_sad_x3_4x4 assembly
2009-03-30 Fiona Glaserintra_sad_x3_8x8c assembly
2009-03-30 Fiona GlaserShave one instruction off CABAC encode_decision
2009-03-27 Fiona GlaserFaster probe_skip
2009-03-19 Fiona GlaserAdd missing "static" qualifier to two arrays
2009-03-17 Fiona GlaserSSE2 zigzag_interleave
2009-03-10 Fiona GlaserFaster integral_init
2009-03-09 Holger LubitzFaster SSSE3 hpel_filter_v
2009-03-08 Fiona GlaserFaster SSE2 pixel_var
2009-03-07 Fiona GlaserSSSE3 hpel_filter_v
2009-03-07 Fiona GlaserUpdate some asm copyright headers
2009-03-07 Holger LubitzVastly faster SATD/SA8D/Hadamard_AC/SSD/DCT/IDCT
2009-03-06 Fiona GlaserUpdate x264 copyright date
2009-03-04 Fiona GlaserRemove pre-scenecut from fprofile commands as well
2009-03-04 Fiona GlaserSlightly faster 8x16 SAD on Penryn Core 2
2009-03-04 Fiona GlaserFix scenecut and VBV with videos of width/height <= 32
2009-03-04 Fiona GlaserRemove non-pre scenecut
2009-03-03 Guillaume PoirierAdd AltiVec version of hadamard_ac. 2.4x faster than...
2009-02-26 Fiona GlaserFix regression in r1085
2009-02-16 Fiona GlaserOptimize neighbor CBP calculation and fix related regre...
2009-02-14 Tal AloniShow FPS when importing a raw YUV file
next