]> git.sesse.net Git - x264/history - encoder/encoder.c
CABAC trellis opts part 2: C optimizations
[x264] / encoder / encoder.c
2012-01-15 Loren MerrittCABAC trellis opts part 2: C optimizations
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-01 Kieran KunhyaPass through user data
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 Henrik GramnerAllow setting a chroma format at compile time
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-08-24 Loren MerrittShut up some valgrind false-positives
2011-08-24 Henrik GramnerFix pic_out returned by x264_encoder_encode with 4:4:4
2011-08-09 Loren MerrittCosmetics: s/mmxext/mmx2/
2011-07-22 Dan LarkinAdd --subme 11, which disables all early terminations...
2011-07-22 Anton MitrofanovAllow setting a wider range of chroma QP offsets
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 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 MBAFF row VBV ratecontrol
2011-06-13 Fiona GlaserFix bitstream reallocation with slice-max-size + MBAFF
2011-05-12 Fiona GlaserMBAFF: Improve handling of bottom row mod32 padding
2011-05-12 Fiona GlaserMBAFF: Add frame/field MB stats
2011-05-12 Simon HorlickMBAFF: Template cache_load and cache_load_neighbours
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: Enable adaptive MBAFF with VSAD decision
2011-05-12 Simon HorlickMBAFF: Add mbaff deblock strength calculation
2011-05-12 Simon HorlickMBAFF: Track what interlace decision the decoder is...
2011-05-12 Simon HorlickMBAFF: Copy deblocked pixels to other plane
2011-05-12 Simon HorlickMBAFF: Neighbour calculation
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 bugs with ratecontrol reconfiguration
2011-05-10 Anton MitrofanovMore validation of input parameters
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 Anton MitrofanovValidate input parameters more carefully
2011-04-18 Fiona GlaserForce pic-struct for Blu-ray compat + fake-interlaced
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-03-24 Fiona GlaserEliminate the possibility of CAVLC level code overflow
2011-03-24 Steven WaltersIntel Compiler support
2011-02-18 Fiona GlaserImprove slice-max-size handling of escape bytes
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-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 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 Sean McGovernBump dates to 2011
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 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 Fiona GlaserShut up some incorrect gcc uninitialized variable warnings
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-11-25 Alex WrightMake --weightp 1 a better speed tradeoff
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-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-14 Loren MerrittFix a crash in --dump-yuv for odd resolutions
2010-11-14 Kieran KunhyaFix HRD with intra-refresh
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-10-31 Oskar ArvidssonFix potential problem with overflows in ssd_nv12
2010-10-10 Yusuke NakamuraMove DTS compression from libx264 to x264cli
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 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 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-03 Takashi HirataAdd support for level 1b
2010-09-03 Fiona GlaserUse smaller values for idr_pic_id
next