]> git.sesse.net Git - x264/history - encoder/encoder.c
arm: move all .macro/.endm to column 0
[x264] / encoder / encoder.c
2014-03-12 Anton MitrofanovFix pointer cast warning for 64-bit builds
2014-03-11 Fiona GlaserFix corruption with CAVLC overflow handling in MBAFF...
2014-01-21 Kieran KunhyaAdd support for AVC-Intra Class 200
2014-01-21 James Weaverv210 input support
2014-01-08 Henrik GramnerBump dates to 2014
2013-10-30 Anton MitrofanovRemove --visualize option.
2013-10-30 Kieran KunhyaAdd AVC-Intra 1080p50/60 Class 100 parameters
2013-10-30 Fiona GlaserAdd --filler option
2013-10-30 Anton MitrofanovMake x264_encoder_reconfig more threadsafe
2013-08-23 Henrik GramnerWindows Unicode support
2013-08-23 Kieran KunhyaAVC-Intra support
2013-08-23 Henrik GramnerTransparent hugepage support
2013-07-05 Henrik Gramnerx86: Remove X264_CPU_SSE_MISALIGN functions
2013-07-03 Fiona GlaserAdd "--stitchable" option for segmented encoding
2013-07-03 Fiona GlaserInterface: if vbv-maxrate < bitrate, set bitrate =...
2013-07-03 Anton MitrofanovFix possible crash when writing very large filler NALUs
2013-05-20 Anton MitrofanovOpenCL support improvement/refactoring
2013-04-29 Fiona GlaserFix two bugs in slice-min-mbs and slices-max
2013-04-23 Fiona Glaserx86-64: BMI2 cabac_residual functions
2013-04-23 Henrik Gramnerx86: AVX2 nal_escape
2013-04-23 Steve BorhoOpenCL lookahead
2013-04-23 Fiona GlaserAdd slices-max feature
2013-04-23 Fiona GlaserAdd slice-min-mbs feature
2013-04-23 Anton MitrofanovDisable mbtree asm with cpu-independent option
2013-02-26 Fiona Glaserx86: detect Bobcat, improve Atom optimizations, reorgan...
2013-02-25 Fiona GlaserImprove lookahead-threads auto selection
2013-01-09 Loren MerrittBump dates to 2013
2012-11-08 Anton MitrofanovFix possible issues with out-of-spec QP values
2012-11-07 Fiona GlaserImprove slice header QP selection
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
next