]> git.sesse.net Git - x264/history - encoder
MBAFF: Make interlaced support a compile time option
[x264] / encoder /
2011-05-12 Simon HorlickMBAFF: Make interlaced support a compile time option
2011-05-12 Simon HorlickMBAFF: Don't call zigzag_init for every mb
2011-05-12 Simon HorlickMBAFF: Modify ratecontrol to update every two rows
2011-05-12 Simon HorlickMBAFF: Add support for slice-max-size
2011-05-12 Simon HorlickMBAFF: Add support for slice-max-mbs
2011-05-12 Simon HorlickMBAFF: Adaptive quantization
2011-05-12 Simon HorlickMBAFF: Enable adaptive MBAFF with VSAD decision
2011-05-12 Simon HorlickMBAFF: Add mbaff deblock strength calculation
2011-05-12 Simon HorlickMBAFF: Clamp MVDs to 66 instead of 33
2011-05-12 Simon HorlickMBAFF: CABAC encoding of skips
2011-05-12 Simon HorlickMBAFF: Track what interlace decision the decoder is...
2011-05-12 Simon HorlickMBAFF: Fix mvy bounds
2011-05-12 Simon HorlickMBAFF: Copy deblocked pixels to other plane
2011-05-12 Simon HorlickMBAFF: Disallow skip where predicted interlace flag...
2011-05-12 Simon HorlickMBAFF: Neighbour calculation
2011-05-12 Simon HorlickMBAFF: Store references to the two left macroblocks
2011-05-12 Simon HorlickMBAFF: Disable adaptive MBAFF when subme 0 is used
2011-05-12 Simon HorlickMBAFF: Save interlace decision for all macroblocks
2011-05-12 Fiona GlaserFix bug in NAL buffer resizing
2011-05-10 Anton MitrofanovFix zone bitrate multiplier and QP forcing in 2-pass...
2011-05-10 Fiona GlaserUse float constants in qp rounding
2011-05-10 Anton MitrofanovFix bugs with ratecontrol reconfiguration
2011-05-10 Anton MitrofanovMore validation of input parameters
2011-05-10 Anton MitrofanovFix bug in --b-adapt 2 with --rc-lookahead >248
2011-05-10 Fiona GlaserFix regression in r1944
2011-04-26 Fiona GlaserPrecalculate CABAC initialization contexts
2011-04-26 Fiona GlaserAvoid redundant log2f calls in mv cost initialization
2011-04-26 Fiona GlaserCABAC residual: cleanup and optimizations
2011-04-26 Anton MitrofanovValidate input parameters more carefully
2011-04-26 Anton MitrofanovFix VFR MB-tree to work as intended
2011-04-18 Fiona GlaserForce pic-struct for Blu-ray compat + fake-interlaced
2011-04-18 Anton MitrofanovFix open-gop with no-psy
2011-04-13 Fiona GlaserImprove Blu-ray compliance
2011-04-13 Fiona GlaserConsolidate Blu-ray hacks into --bluray-compat
2011-04-12 Fiona GlaserWarn users when using --(psnr|ssim) without --tune...
2011-04-12 Dylan YudakenRemove redundant mbcmp calls in weightp analysis
2011-04-12 Anton MitrofanovUse integer math for filler size calculation
2011-04-12 Michael StuurmanFix bug in intra-refresh ratecontrol
2011-04-12 Fiona GlaserCosmetics: fix some signedness issues found by -Wsign...
2011-04-12 Fiona GlaserMinor fixes
2011-03-24 Fiona GlaserEliminate the possibility of CAVLC level code overflow
2011-03-24 Henrik Gramnerx86 SIMD versions of optimize_chroma_dc
2011-03-24 Steven WaltersIntel Compiler support
2011-03-24 Kieran KunhyaCosmetics: make struct definition braces consistent
2011-02-18 Fiona GlaserFrame-packing 3D: don't place scenecuts on right views
2011-02-18 Fiona GlaserImprove slice-max-size handling of escape bytes
2011-02-18 Nathan CaldwellUse bs_write1 wherever possible in header writing
2011-02-18 Fiona GlaserRemove obsolete mvcost init code
2011-02-18 Anton MitrofanovFix memory leak on encoder close if not all frames...
2011-02-18 Fiona GlaserFix dumb bug caused by stray semicolon
2011-02-18 Anton MitrofanovFix some Intel compiler warnings
2011-02-07 Fiona GlaserFix 10L in r1886
2011-02-07 Fiona GlaserAllow WEIGHTP_FAKE in interlaced mode
2011-02-07 Kieran KunhyaOutput pic struct information in libx264 API
2011-02-05 Fiona GlaserFix rare corruption with subme=10
2011-02-05 Anton MitrofanovFix incorrect frame duration for VFR input for some...
2011-01-29 Fiona GlaserFix reconfiguration of parameters that modify the SPS
2011-01-29 Fiona GlaserFix possible crash on Phenom with lookahead thread...
2011-01-29 Anton MitrofanovHotfix for some bugs in VBV emergency
2011-01-25 Fiona GlaserVBV emergency mode
2011-01-25 Fiona GlaserDouble the base framerate for frame-sequential 3D files
2011-01-25 Vittorio GiovaraAdd some missing values to the non-extended SAR table
2011-01-25 Sean McGovernBump dates to 2011
2011-01-25 Fiona GlaserMore correctly write frame-packing SEI flags
2011-01-25 Fiona GlaserDon't die in x264_encoder_close if an error occurred...
2011-01-25 Fiona GlaserFix reconfiguration of b_tff
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
next