]> git.sesse.net Git - x264/history - encoder/encoder.c
allow fractional CRF values with AQ.
[x264] / encoder / encoder.c
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
2006-05-24 Loren Merrittconvert non-fatal errors to message level "warning".
2006-05-19 Loren Merrittwhen using DEBUG_DUMP_FRAME, write decoded pictures...
2006-05-19 Loren Merrittnon-referenced B-frames should have the same frame_num...
2006-05-12 Loren Merrittset the SPS constraint_set[01]_flag based on the profil...
2006-05-10 Loren Merrittallow sar=1/1.
2006-05-06 Loren Merritt--sps-id, to allow concatenating streams with different...
2006-03-26 Loren Merrittcli: support yuv4mpeg input.
2006-03-25 Loren Merrittsilence some gcc warnings
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-03-18 Loren Merrittif --threads > 1, then read the input stream in its...
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2006-03-05 Loren Merritt--direct auto
2006-02-13 Loren Merrittcosmetics
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2006-01-01 Loren Merrittmore error checking of input parameters
2005-12-05 Loren Merritt--no-fast-pskip
2005-11-27 Loren Merrittparam.b_repeat_headers (not yet used)
2005-11-22 Loren Merrittwrite encoding options to the userdata SEI and to the...
2005-11-22 Loren Merrittafter a 1pass ABR, print the value of --crf which would...
2005-11-04 Loren Merrittcheck (most of) the levels constaints.
2005-11-03 Loren MerrittTrellis RD quantization.
2005-11-03 Loren Merrittcosmetics: XCHG macro
2005-10-29 Loren Merrittremove unused adaptive cabac_idc code
2005-10-26 Loren Merrittmmx deblocking.
2005-10-26 Loren MerrittIf frame count is known at init time (cli & vfw), then...
2005-10-23 Loren Merritt--crf: 1pass quality-based VBR.
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-10-10 Loren Merrittallow non-mod16 resolutions
2005-10-09 Loren Merrittremove cabac byte-stuffing code, because it just wastes...
2005-10-09 Loren Merrittdon't allocate lowres planes if they won't be used...
2005-10-08 Loren Merrittcosmetics: move some stuff from macroblock_encode to...
2005-10-02 Loren Merrittcosmetics
2005-10-02 Loren Merrittstats summary: separately report all 5 partition sizes...
2005-10-02 Loren Merrittdisposable frames shouldn't get their own coded_frame_num.
2005-09-27 Loren Merrittwith B-pyramid, forget old refs in POC order instead...
2005-09-14 Loren MerrittMMX quantization functions, and optimization of the...
2005-07-10 Eric Petit Fixed win32 handle leakage (thanks Trax)
2005-06-21 Loren Merritt--cqmfile reads quant matrices in a JM-compatible format.
2005-06-21 Loren Merrittadjust coded buffer size based on input resolution...
2005-06-20 Loren Merrittcustom quant matrices
2005-06-17 Loren Merrittlossless mode enabled at qp=0
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-11 Loren Merrittwin32 threads enabled by default
2005-06-11 Loren Merrittprint 8x8 transform usage % in stats summary.
2005-06-08 Loren Merritttypo in cabac tables
next