]> git.sesse.net Git - x264/history - encoder/encoder.c
Fix reconfiguring to crf=0
[x264] / encoder / encoder.c
2012-11-07 Anton MitrofanovFix reconfiguring to crf=0
2012-09-05 Fiona GlaserFix mb_info_free with sliced threads
2012-09-05 Fiona GlaserEnhance nalu_process
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-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 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-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-06 Fiona GlaserExport PSNR/SSIM in x264 API
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-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
next