]> git.sesse.net Git - x264/history - encoder
GSOC merge part 1: Framework for ARM assembly optimizations
[x264] / encoder /
2009-08-19 Fiona GlaserImprove QPRD
2009-08-19 Fiona GlaserFix MB-tree with keyint<3
2009-08-19 Fiona GlaserFix bug in VBV lookahead + no MB-tree
2009-08-19 Fiona GlaserAdd support for frame-accurate parameter changes
2009-08-18 Fiona GlaserFix x264_encoder_reconfig with multithreading
2009-08-17 Fiona GlaserFix two bugs in QPRD
2009-08-17 Fiona GlaserLookahead VBV
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 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-08 Fiona GlaserFix keyframe insertion with MB-tree and no B-frames
2009-08-08 Steven WaltersGracefully terminate in the case of a malloc failure
2009-08-07 Fiona GlaserFix delay calculation with multiple threads
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 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-22 Loren Merrittshut up valgrind warnings in trellis
2009-07-20 Anton MitrofanovNew AQ algorithm option
2009-07-10 Fiona GlaserMerge array_non_zero into zigzag_sub
2009-07-07 Fiona GlaserTotally new preset system for x264.c (not libx264)...
2009-07-03 Fiona GlaserEarly termination for chroma encoding
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-19 Fiona GlaserMMX CABAC mvd sum calculation
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-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 Fiona GlaserVarious trellis speed optimizations
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-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-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-27 Fiona GlaserFaster probe_skip
2009-03-19 Fiona GlaserAdd missing "static" qualifier to two arrays
2009-03-06 Fiona GlaserUpdate x264 copyright date
2009-03-04 Fiona GlaserFix scenecut and VBV with videos of width/height <= 32
2009-03-04 Fiona GlaserRemove non-pre scenecut
2009-02-16 Fiona GlaserOptimize neighbor CBP calculation and fix related regre...
2009-02-11 Fiona GlaserMinor fixes and cosmetics
2009-02-09 Fiona GlaserAdd decimation in i16x16 blocks
2009-02-09 Fiona GlaserMuch faster CABAC residual context selection
2009-02-04 Holger LubitzMerging Holger's GSOC branch part 2: intra prediction
2009-02-03 Fiona GlaserFaster 8x8dct+CAVLC interleave
2009-02-03 Fiona GlaserMeasure CBP cost in i8x8 RD refinement
2009-01-30 Fiona GlaserMassive overhaul of nnz/cbp calculation
2009-01-28 Fiona GlaserHack around a potential failure point in VBV
2009-01-27 Fiona GlaserMuch faster chroma encoding and other opts
2009-01-20 Fiona GlaserEliminate support for direct_8x8_inference=0
2009-01-18 Fiona GlaserWarn if direct auto wasn't set on the first pass
2009-01-14 Fiona GlaserCache ref costs and use more accurate MV costs
2009-01-14 Fiona GlaserSupport forced frametypes with scenecut/b-adapt
2009-01-14 Fiona GlaserRemove an IDIV from i8x8 analysis
2009-01-08 Fiona GlaserFix regression in r1066
2009-01-06 Fiona GlaserDisable B-frames in lossless mode
2008-12-31 Steven WaltersUse the correct strtok under MSVC
2008-12-31 Fiona GlaserAdd stack alignment for lookahead functions
2008-12-31 Steven Waltersfactor mallocs out of hpel, ssim, and esa.
2008-12-30 Fiona GlaserMuch faster CAVLC RDO and bitstream writing
2008-12-28 Fiona GlaserMuch faster CABAC RDO
2008-12-26 Fiona GlaserVLC table optimizations
2008-12-24 Fiona GlaserOptimize variance asm + minor changes
2008-12-23 Fiona GlaserMinor CABAC cleanups and related optimizations
2008-12-22 Loren Merrittfaster ESA init
2008-12-12 Fiona GlaserMore accurate refcost for p8x8 CAVLC
2008-12-11 Loren Merrittuse lookup tables instead of actual exp/pow for AQ
2008-12-11 Fiona GlaserSuppress saveptr warnings on Windows GCC
2008-12-11 Fiona GlaserMore small speed tweaks to macroblock.c
2008-12-11 Fiona GlaserMuch faster CAVLC residual coding
2008-11-30 Fiona GlaserHigh Profile allows 25% higher maxbitrate/cpb
2008-11-29 Fiona GlaserCosmetic: update various file headers.
2008-11-28 Fiona Glaser10L in r1041
2008-11-28 Fiona GlaserSignificantly faster CABAC and CAVLC residual coding...
2008-11-27 Fiona Glaserdequant_4x4_dc assembly
next