]> git.sesse.net Git - x264/history - encoder/encoder.c
enable thread synchronization primitives on linux too
[x264] / encoder / encoder.c
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
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-05 Eric Petit Use win32 native threads (you still have to --enable...
2005-06-03 Loren Merritt10l (debug stuff in 246)
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-06-01 Loren Merrittfix a bug with cabac + B-frames + mref + slices.
2005-05-29 Eric Petit Fixed multithreading on BeOS (pthread emulation required)
2005-05-29 Loren Merrittmultithreading (via slices)
2005-05-24 Loren MerrittUMHex motion seach (but no early termination yet)
2005-05-21 Loren MerrittAPI: x264_encoder_reconfig(). (not yet used by any...
2005-05-12 Loren MerrittCLI option: --visualize
2005-05-11 Loren MerrittNew ratecontrol options:
2005-04-19 Loren Merrittcombined L0 & L1 reference lists are limited to a total...
2005-04-19 Loren MerrittAllow manual selection of fullpel ME method. New method...
2005-04-14 Loren MerrittMakefile: strip x264cli.
2005-04-07 Måns RullgårdForgot rbsp_trailing_bits in AUD NAL
2005-04-07 Måns RullgårdOptionally use access unit delimiter NAL units.
2005-03-31 Måns RullgårdMake reconstructed frame available to caller.
2005-03-31 Loren Merrittfree() -> x264_free()
2005-03-15 Måns RullgårdCheck/fix range of x264_param_t.rc.i_qp_constant.
2005-03-13 Loren Merritt167 broke psnr calculation for non-mod-32 inputs
2005-03-13 Loren Merrittuse mmx ssd for psnr calculation.
2005-03-11 Måns RullgårdReally fix QP override.
2005-03-11 Loren Merrittwrite VUI bitstream restrictions
2005-03-10 Loren Merrittexpose option "chroma qp offset"
2005-03-10 Måns RullgårdFix per-frame QP override broken in rev 137.
2005-03-06 Loren Merrittbuffer overrun when bframes == X264_BFRAME_MAX
2005-03-06 Loren MerrittAdaptive B skipped some POC numbers (slightly reducing...
2005-03-05 Loren Merrittallow 16 refs (instead of 15)
2005-03-05 Loren Merrittreport version number in decimal instead of hex
2005-03-04 Loren MerrittNew option: "B-frame pyramid" keeps the middle of 2...
2005-02-25 Loren MerrittDisable deblocking filter in frames of sufficiently...
2005-02-24 Loren MerrittCosmetics: Some renaming. Move the rest of slice type...
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
next