]> git.sesse.net Git - x264/history - encoder/encoder.c
Spare a vec_perm and a vec_mergeh though using a LUT of permutation vectors.
[x264] / encoder / encoder.c
2009-02-04 Holger LubitzMerging Holger's GSOC branch part 2: intra prediction
2009-01-20 Fiona GlaserEliminate support for direct_8x8_inference=0
2009-01-08 Fiona GlaserFix regression in r1066
2009-01-06 Fiona GlaserDisable B-frames in lossless mode
2008-12-31 Fiona GlaserAdd stack alignment for lookahead functions
2008-12-31 Steven Waltersfactor mallocs out of hpel, ssim, and esa.
2008-12-23 Fiona GlaserMinor CABAC cleanups and related optimizations
2008-12-22 Loren Merrittfaster ESA init
2008-12-11 Fiona GlaserMuch faster CAVLC residual coding
2008-11-29 Fiona GlaserCosmetic: update various file headers.
2008-11-25 Fiona GlaserFix crash with threads and SSEMisalign on Phenom
2008-11-11 Fiona GlaserAdd subme=0 (fullpel motion estimation only)
2008-11-09 Fiona GlaserFaster b-adapt + adaptive quantization
2008-11-05 Fiona GlaserInitial Nehalem CPU optimizations
2008-11-05 Fiona GlaserEncoder_reconfig: esa/tesa can only be enabled if they...
2008-10-22 Alexander StrangeAdd support for psy-rd/trellis to encoder_reconfig
2008-10-22 Fiona GlaserPrint profile and level information upon starting encode
2008-10-02 Fiona GlaserRework subme system, add RD refinement in B-frames
2008-09-28 Fiona GlaserReplace High 4:4:4 profile lossless with High 4:4:4...
2008-09-15 Fiona GlaserPsychovisually optimized rate-distortion optimization...
2008-09-15 Fiona GlaserAdd optional more optimal B-frame decision method
2008-09-14 Fiona GlaserMove adaptive quantization to before ratecontrol, elimi...
2008-09-05 Fiona GlaserAdd merged SAD for i16x16 analysis
2008-09-05 Fiona GlaserAdd sad_aligned for faster subme=1 mbcmp
2008-08-30 Loren Merrittremove the distinction between itex and ptex
2008-08-30 Loren Merritthardcode the ratecontrol equation, and remove the rceq...
2008-08-21 Loren Merrittcosmetics
2008-08-21 Loren Merrittr940 broke threads
2008-08-16 Loren Merritt6% faster deblock: remove some clips, earlier termianti...
2008-08-09 Fiona GlaserImprove subme7 at low QPs and add subme7 support in...
2008-07-30 Fiona GlaserBasic sanity checking of qpmax/qpmin options
2008-07-26 Loren Merrittstats summary: print distribution of numbers of consecu...
2008-07-24 Fiona GlaserFix C99-ism in r907
2008-07-18 Loren Merrittautodetect level based on resolution/bitrate/refs/etc...
2008-07-12 Fiona GlaserLimit MVrange correctly in interlaced mode
2008-07-11 BugMasterFix memory leak upon x264 closing
2008-07-11 Fiona GlaserAdd L1 reflist and B macroblock types to x264 info
2008-07-10 Fiona GlaserFix and enable I_PCM macroblock support
2008-07-10 Fiona Glaserfaster bs_write
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-24 Fiona GlaserMove bitstream end check to macroblock level
2008-06-18 Loren Merrittinterleave psnr/ssim computation with reference frame...
2008-06-15 Fiona GlaserAdd more inline asm and a runtime check for MMXEXT...
2008-06-08 Loren Merrittmany changes to which asm functions are enabled on...
2008-06-03 Loren Merrittcosmetics
2008-06-03 Loren MerrittCQP is incompatible with AQ
2008-06-02 Gabriel Bouvigne2-pass VBV support and improved VBV handling
2008-06-02 Alexander StrangeFix noise reduction in threaded mode.
2008-05-21 Loren Merrittfix a crash on win32 with threads.
2008-05-20 Loren Merrittchange DEBUG_DUMP_FRAME to run-time --dump-yuv
2008-05-14 Loren Merrittremove DEBUG_BENCHMARK
2008-04-27 Loren Merritts/x264_cpu_restore/x264_emms/
2008-04-27 Fiona Glaserremove a division in macroblock-level bookkeeping
2008-04-21 Loren Merritt--asm to allow testing of different versions of asm...
2008-03-30 Fiona Glaservariance-based psy adaptive quantization
2008-01-27 Loren Merrittprint average of macroblock QPs instead of frame's...
2008-01-27 Loren Merrittremove colorspace conversion support, because it has...
2008-01-27 Loren Merrittsatd exhaustive motion search (--me tesa)
2008-01-27 Loren Merrittshave a couple cycles off cabac functions
2008-01-18 Loren Merrittchange the meaning of --ref: it now selects DPB size...
2007-11-20 Loren Merrittadd cache info to cpu_detect. also print sse3.
2007-11-15 Loren Merrittcosmetics: use separate variables for frame width and...
2007-09-24 Loren Merrittdon't overwrite pthread* namespace, because system...
2007-09-15 Loren Merrittimplement multithreaded me=esa
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-07-12 Loren Merrittextend zones to support (some) encoding parameters...
2007-06-28 Loren Merrittlimit vertical motion vectors to +/-512, since some...
2007-06-16 Loren Merrittcosmetics in cpu detection
2007-06-10 Loren Merrittexempt 1080p from the non-mod16 warning.
2007-05-02 Loren Merrittrequire a ratecontrol method to be specified, it no...
2007-04-23 Loren Merrittfix the computation of bits used for vbv. (regression...
2007-04-21 Loren Merrittcabac: use bytestream instead of bitstream.
2007-04-11 Loren Merrittremove the restriction on number of threads as a functi...
2007-04-06 Loren Merrittworkaround gcc's inability to align variables on the...
2007-04-04 Loren Merritt2x faster quant. 2% overall.
2007-03-24 Loren Merrittadjust bitstream buffer sizes for very large frames
2007-03-14 Loren Merrittssse3 detection. x86_64 ssse3 satd and quant.
2007-02-22 Loren Merrittoops, scenecut detection failed to activate when using...
2006-12-20 Loren Merrittwrong reference frames were used with refs>=14 + pyrami...
2006-12-19 Loren Merrittenable thread synchronization primitives on linux too
2006-12-19 Loren Merrittfix a crash with x264_encoder_headers() + threads
2006-12-15 Loren Merrittcosmetics: rename list operators to be consistent with...
2006-12-15 Loren Merrittwin32: use pthreads instead of win32threads. for some...
2006-12-15 Loren MerrittNew threading method:
2006-10-15 Loren Merrittskip deblocking and motion interpolation when using...
2006-10-13 Loren Merrittallow fractional values of crf
2006-10-01 Loren Merrittadd an option to control direct_8x8_inference_flag...
2006-10-01 Loren Merrittallow custom deadzones for non-trellis quantization.
2006-10-01 Loren Merrittmove zigzag scan functions to dsp function pointers.
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-09-12 Loren Merrittcosmetics (spelling)
2006-08-17 Loren Merrittsupport changing some more parameters in x264_encoder_r...
2006-08-17 Loren MerrittSSIM computation. (default on, disable by --no-ssim)
2006-08-16 Loren Merrittcosmetics
2006-08-01 Eric PetitFixes contexts allocation with threads=auto
2006-08-01 Loren Merritt--threads=auto to detect number of cpus
2006-07-30 Loren Merrittmove quant_mf[] from x264_t to the heap, and merge...
2006-07-18 Loren Merrittapi change: select ratecontrol method with an enum...
2006-05-30 Eric PetitFixed typo that caused x264_encoder_open to always...
2006-05-30 Loren Merrittcheck some mallocs' return value
next