]> git.sesse.net Git - x264/history - encoder
Fix cacheline check in avg2 w20 cache32
[x264] / encoder /
2011-01-10 Fiona GlaserVFR/framerate-aware ratecontrol, part 2
2011-01-10 Fiona GlaserImprove reference ordering in interleaved 3D video
2011-01-10 Fiona GlaserCosmetics: fref0/1 -> fref[2] and i_ref0/1 -> i_ref[2]
2011-01-10 Alex WrightCheck an extra offset during weightp analysis
2011-01-10 Fiona GlaserShut up some incorrect gcc uninitialized variable warnings
2011-01-10 Anton MitrofanovFix redundant linebreaks in statsfile with weightp
2011-01-10 Fiona GlaserFix bug with negative lookahead mb costs in high bit...
2011-01-10 Anton MitrofanovFix some possible overflows in VFR ratecontrol with...
2011-01-08 Fiona GlaserFix satd predictors with high bit depth
2010-12-18 Fiona GlaserReally fix gcc win32 misalignment crash
2010-12-14 Steven WaltersSupport for native Windows threads
2010-12-14 Vittorio GiovaraAdd frame-packing SEI support for signalling 3D video
2010-12-14 Fiona GlaserAllow 8x8dct+cavlc+lossless with subme>=6
2010-12-14 Anton MitrofanovWork around gcc/ld alignment bug on win32
2010-12-11 Fiona GlaserFix weightp analysis with high bit depth
2010-12-07 Fiona GlaserHotfix for high bit depth
2010-12-07 Fiona GlaserFix bug in intra-refresh + threads
2010-11-25 Alex WrightMake --weightp 1 a better speed tradeoff
2010-11-25 Anton MitrofanovClean up weightp analysis function
2010-11-25 Fiona GlaserAdd API function to return max number of delayed frames
2010-11-25 Fiona GlaserCopy field order flag in encoder_reconfig
2010-11-22 Anton MitrofanovFix regression in chroma weightp
2010-11-20 Fiona GlaserFix some crashes with high bit depth
2010-11-19 Fiona GlaserChroma weighted prediction
2010-11-19 Fiona GlaserSupport custom cropping rectangles
2010-11-19 Oskar ArvidssonConvert X264_HIGH_BIT_DEPTH to HIGH_BIT_DEPTH
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth quant
2010-11-18 Anton MitrofanovFix constrained intra pred mode selection
2010-11-17 Anton MitrofanovVarious high-bit-depth ratecontrol fixes
2010-11-14 Loren MerrittFix a crash in --dump-yuv for odd resolutions
2010-11-14 Anton MitrofanovImprove flash detection algorithm change in r1765
2010-11-14 Fiona GlaserModify the x264 header accordingly if --disable-gpl...
2010-11-14 Kieran KunhyaFix HRD with intra-refresh
2010-11-10 Anton MitrofanovFix bug in r1753
2010-11-10 Fiona GlaserImprove flash detection's behavior near the end of...
2010-11-10 Fiona GlaserImprove quantizer handling
2010-11-10 Fiona GlaserVFR-aware PSNR/SSIM measurement
2010-11-10 Fiona GlaserDisable weightp offset=-1 dupes with high bit depth
2010-11-10 Fiona GlaserMake the ffmpeg -vpre error message more descriptive
2010-11-10 Loren MerrittMake the #if'd out naive ESA actually match the real...
2010-11-09 Fiona GlaserFix CBR ratecontrol bug with extremely high qscales
2010-11-09 Fiona GlaserDisable overflow compensation in CRF mode
2010-11-09 Fiona GlaserFix stupid bug in B-frame VBV size prediction
2010-10-31 Oskar ArvidssonFix potential problem with overflows in ssd_nv12
2010-10-10 Yusuke NakamuraMove DTS compression from libx264 to x264cli
2010-10-10 Fiona GlaserUse a larger pic_init_qp with high bit depth
2010-10-10 Anton MitrofanovVarious cosmetics
2010-10-10 Anton MitrofanovFix 2pass ratecontrol with --nal-hrd cbr
2010-10-10 Fiona GlaserFix minor bug in intra pred with intra refresh
2010-09-28 Fiona GlaserAdd High 10 Intra profile support (AVC-Intra)
2010-09-28 Oskar ArvidssonFinish support for high-depth video throughout x264
2010-09-28 Alex WrightChroma mode decision/subpel for B-frames
2010-09-28 Fiona GlaserVarious cosmetics
2010-09-28 Fiona GlaserMake slice-max-size more aggressive in considering...
2010-09-28 Fiona GlaserAdd missing emms for dump-yuv
2010-09-28 Anton MitrofanovFix CFR ratecontrol with timebase != 1/fps
2010-09-27 Anton MitrofanovFix DTS/bitrate calculation if the first PTS wasn't...
2010-09-19 Anton MitrofanovFix regression in r1716
2010-09-19 Fiona GlaserCosmetics in me.c and frame.c
2010-09-19 Kieran KunhyaAdd support for arbitrary user SEIs
2010-09-18 Fiona GlaserUpdate source file headers
2010-09-16 Fiona GlaserFix intra refresh to not exceed max recovery_frame_cnt
2010-09-16 Fiona GlaserMake intra refresh finish one frame faster
2010-09-16 Fiona GlaserFix intra refresh to not predict from invalid pixels
2010-09-03 Takashi HirataAdd support for level 1b
2010-09-03 Fiona GlaserUse smaller values for idr_pic_id
2010-09-03 Fiona GlaserUse POC type 2 for streams with no B-frames
2010-09-03 Anton MitrofanovFix overflow in stats printing
2010-08-29 Anton MitrofanovFix bug in 2pass if the first P-frames are all skip
2010-08-26 Fiona GlaserDon't do deblock-aware RD if deblocking is off
2010-08-24 Fiona GlaserCAVLC "trellis"
2010-08-24 Fiona GlaserAdd global #define for maximum reference count
2010-08-24 Fiona GlaserSimplify addressing logic for interlaced-related arrays
2010-08-24 Fiona GlaserFix 2 bugs with slice-max-size
2010-08-16 Fiona GlaserDeblock-aware RD
2010-08-16 Fiona GlaserFix debug message typo with DTS compression
2010-07-29 Fiona GlaserImprove quantizer distribution with sliced-threads+VBV
2010-07-29 Fiona GlaserRemove dead code in slicetype.c
2010-07-29 Fiona Glaserinvalidate_reference fixes
2010-07-22 Fiona GlaserImprove reference_invalid support
2010-07-22 Loren MerrittEradicate all mention of SI/SP-frames
2010-07-21 Fiona GlaserFix stack alignment with MB-tree
2010-07-16 Loren MerrittPrevent some cases of cache aliasing.
2010-07-16 Fiona GlaserFix stack alignment for adaptive quant
2010-07-15 Oskar ArvidssonFix regression in r1666
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-07-15 Steven WaltersAdd video filtering system to x264cli
2010-07-15 Fiona GlaserEliminate edge cases for MV predictors
2010-07-15 Fiona GlaserImprove scenecut detection a bit
2010-07-09 Fiona GlaserFix off-by-one error in slice VBV predictor updates
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-07-03 Fiona GlaserSupport infinite keyint (--keyint infinite).
2010-07-03 Fiona GlaserDon't check i16x16 planar mode unless previous modes...
2010-07-02 Lamont AlstonMake open-GOP Blu-ray compatible
2010-07-02 Fiona GlaserCallback feature for low-latency per-slice output
2010-06-27 Loren MerrittSimplify pixel_ads
2010-06-25 Fiona GlaserInteractive encoder control: error resilience
2010-06-25 Fiona GlaserLookaheadless MB-tree support
2010-06-25 Lamont AlstonOpen-GOP support
2010-06-25 Steven WaltersUse threadpools to avoid unnecessary thread creation
next