]> git.sesse.net Git - x264/history - encoder
Correctly update the intra row predictor in B-frames
[x264] / encoder /
2012-11-07 Fiona GlaserAttempt to optimize PPS pic_init_qp in 2-pass mode
2012-11-07 Fiona GlaserImprove slice header QP selection
2012-11-07 Fiona GlaserUpdate level dpb size calculation to match newer H...
2012-11-07 Fiona GlaserFix crash with no-scenecut + mbtree
2012-11-07 Anton MitrofanovFix reconfiguring to crf=0
2012-09-05 Fiona GlaserEnhance mb_info: add mb_info_update
2012-09-05 Fiona GlaserFix mb_info_free with sliced threads
2012-09-05 Fiona GlaserEnhance nalu_process
2012-09-05 Fiona GlaserImprove mb_info constant mb optimization
2012-09-05 Fiona GlaserExport the average effective CRF of each frame
2012-07-26 Kieran KunhyaFree user supplied data when deleting a frame
2012-07-17 Fiona GlaserFaster predictor checking with subme<3
2012-07-17 Fiona GlaserTry 8x8 transform analysis even when sub8x8 partitions...
2012-07-17 Fiona GlaserSupport changing resolutions between passes with macrob...
2012-07-17 Anton MitrofanovCap ratecontrol predictor parameters
2012-07-03 Anton MitrofanovFix crash with --fps 0
2012-05-18 Fiona GlaserThreaded lookahead
2012-05-15 Anton MitrofanovFix some bugs in mb_info code
2012-04-24 Fiona GlaserAdd mb_info API for signalling constant macroblocks
2012-04-23 Henrik GramnerFaster chroma weight cost calculation
2012-04-23 LucienAdd Level 5.2 support
2012-04-23 Henrik GramnerEradicate all mention of Extended Profile
2012-04-23 Anton MitrofanovFix disabling of mbtree when using 2pass encoding and...
2012-03-27 Kieran KunhyaFix intra-refresh + hrd
2012-03-14 Fiona GlaserFix sliced-threads ratecontrol bug
2012-03-12 Anton MitrofanovFix clobbering of mutex/cvs
2012-03-07 Fiona GlaserSliced-threads: do hpel and deblock after returning
2012-03-07 Fiona GlaserAdd full-recon API option
2012-03-07 Fiona GlaserAdd row-reencoding support to VBV for improved accuracy
2012-03-07 Fiona GlaserAbstract bitstream backup/restore functions
2012-03-07 Anton MitrofanovAdd an small per-MB cost penalty for lowres
2012-03-06 Fiona GlaserExport PSNR/SSIM in x264 API
2012-03-06 Henrik GramnerFix incorrect zero-extension assumptions in x86_64 asm
2012-03-06 Fiona GlaserFix possible alignment crash when linking from MSVC
2012-02-15 Fiona GlaserFix interlaced + extremal slice-max-size
2012-02-04 HiiBump dates to 2012
2012-02-04 Fiona GlaserForce keyint-min 1 with Blu-ray
2012-02-04 Anton MitrofanovFix overread/possible crash with intra refresh + VBV
2012-01-18 Loren MerrittFix trellis 2 + subme >= 8
2012-01-15 Loren MerrittCABAC trellis opts part 4: x86_64 asm
2012-01-15 Loren MerrittCABAC trellis opts part 3: make some arrays non-static
2012-01-15 Loren MerrittCABAC trellis opts part 2: C optimizations
2012-01-15 Loren MerrittCABAC trellis opts part 1: minor change in output
2012-01-15 Fiona GlaserUse a large LUT for CAVLC zero-run bit codes
2012-01-12 Anton MitrofanovLimit SSIM to 100db
2012-01-12 Anton MitrofanovFix crash with sliced threads and input height <= 112
2011-12-19 Anton MitrofanovFix PCM cost overflow
2011-12-06 Fiona GlaserFix regression in r2118
2011-12-01 Fiona GlaserCABAC trellis optimizations: use SIMD quant
2011-12-01 Kieran KunhyaPass through user data
2011-12-01 Fiona GlaserRemove unpredictable branch in CABAC dqp
2011-11-11 Anton MitrofanovMark some local functions as static, cosmetics
2011-10-22 Fiona GlaserAdd fenc prefetching to adaptive quant
2011-10-22 Fiona GlaserSplit prefetch_fenc between colorspaces
2011-10-22 Fiona GlaserSSSE3/SSE4/AVX 9-way fully merged i8x8 analysis (sad_x9)
2011-10-22 Loren MerrittMerge i4x4 prediction with intra_mbcmp_x9_4x4
2011-10-22 Fiona GlaserInline i4x4/i8x8 encode into intra analysis
2011-10-22 Henrik GramnerAllow setting a chroma format at compile time
2011-10-15 Fiona GlaserFix some integer overflows/signedness errors found...
2011-10-09 Anton MitrofanovFix chroma intra analysis in 4:4:4 lossless mode
2011-10-09 Anton MitrofanovFix use of uninitialized MVs in sub8x8 RDO
2011-09-21 Fiona GlaserCAVLC: clean up and restructure
2011-09-21 Fiona GlaserCABAC: clean up and restructure
2011-09-21 Henrik Gramner4:2:2 encoding support
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-09-21 Yusuke NakamuraFix frame packing SEI with --frame-packing 0
2011-08-24 Loren MerrittOptimize predict_8x8_filter and incidentally remove...
2011-08-24 Loren MerrittShut up some valgrind false-positives
2011-08-24 Fiona GlaserFix typo in p8x8 RD analysis
2011-08-24 Henrik GramnerFix pic_out returned by x264_encoder_encode with 4:4:4
2011-08-24 Loren MerrittFix zeroing of mvr predictors in bskip blocks
2011-08-24 Loren MerrittFix: chroma planes for weightp analysis were not initte...
2011-08-24 Henrik GramnerExpand borders before chroma weightp analysis
2011-08-24 Henrik GramnerAnother 4:4:4 chroma weightp bug fix
2011-08-24 Fiona GlaserFix typo in help
2011-08-10 Fiona GlaserImprove support for varying resolution between passes
2011-08-09 Loren MerrittCosmetics: s/mmxext/mmx2/
2011-08-09 Henrik GramnerFix two bugs in 4:4:4 chroma weightp analysis
2011-07-29 Anton MitrofanovFix crash with high bitdepth 4:2:0 input
2011-07-26 Fiona GlaserFix a bug in lossless sub-8x8 RD
2011-07-22 Fiona GlaserImproved p8x4/4x8 search decision
2011-07-22 Dan LarkinAdd --subme 11, which disables all early terminations...
2011-07-22 Dan LarkinSome trivial changes to RD thresholds
2011-07-22 Anton MitrofanovAllow setting a wider range of chroma QP offsets
2011-07-22 Henrik GramnerShrink two arrays
2011-07-22 Anton MitrofanovVarious cosmetics
2011-07-14 Kieran KunhyaFix nalu_process callback with HRD
2011-07-10 xvidfanRGB encoding support
2011-07-10 Fiona Glaser4:4:4 encoding support
2011-07-10 Fiona GlaserProperly weight slice header lambda in chroma weightp...
2011-07-10 Fiona GlaserEliminate extra layer of indirection for sps/pps references
2011-07-10 Fiona GlaserFix SSIM calculation with sliced threads
2011-07-10 Anton MitrofanovAvoid possible NaNs in B-frame output stats
2011-06-15 Anton MitrofanovFix various issues with VBV+threads
2011-06-15 Anton MitrofanovFix MBAFF row VBV ratecontrol
2011-06-15 Fiona GlaserMake ratecontrol_mb less slow
2011-06-13 Anton MitrofanovFix VBV bug caused by zero i_row_satd value for first...
2011-06-13 Anton MitrofanovFix crash with VBV + forced QP
2011-06-13 Anton MitrofanovFix VBV bug with MinCR limit
next