]> git.sesse.net Git - x264/history - common
cabac: merge i_state with i_mps. bs_write multiple bits at once.
[x264] / common /
2005-10-29 Loren Merrittcabac: merge i_state with i_mps. bs_write multiple...
2005-10-29 Loren Merrittremove unused adaptive cabac_idc code
2005-10-27 Eric Petit Fixed compilation on PPC (spotted by David Wolstencroft)
2005-10-26 Loren Merrittmmx deblocking.
2005-10-26 Loren Merrittcheckasm: check 8x8dct, mc average, quant, and SSE2.
2005-10-26 Loren Merrittr336 broke amd64 x264_pixel_sad_16x16_sse2 (though...
2005-10-25 Loren MerrittWindows 64bit asm.
2005-10-23 Loren Merritt--crf: 1pass quality-based VBR.
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-10-16 Loren Merrittfaster bs_write
2005-10-15 Loren Merrittduring RDO, skip the bitstream writing and just calcula...
2005-10-10 Loren Merrittallow non-mod16 resolutions
2005-10-10 Loren Merrittcosmetics: remove declarations of nonexistent asm functions
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
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-08 Loren Merrittexpose the rest of the VUI flags.
2005-10-04 Sam Hocevar * common/amd64/mc-a.asm: use RIP-relative addressing...
2005-10-04 Loren Merritttemporal predictors for 16x16 motion search.
2005-10-02 Loren Merrittstats summary: separately report all 5 partition sizes...
2005-10-01 Loren Merritttypo in ia32 x264_pixel_avg_weight_w8_mmxext
2005-10-01 Loren Merrittmmx avg (already existed by not used for bipred)
2005-10-01 Loren Merrittcosmetics: move avg function ptrs from pixf to mc.
2005-09-27 Loren Merrittwith B-pyramid, forget old refs in POC order instead...
2005-09-25 Sam Hocevar * common/amd64/*.asm: use RIP-related addressing...
2005-09-25 Sam Hocevar * common/amd64/mc-a.asm: removed useless global variables
2005-09-24 Loren Merrittfaster mmx quant 15bit, and add 16bit version. total...
2005-09-24 Loren Merrittfaster mmx satd. *x16: 20%, *x8: 10%, total: 2-4%.
2005-09-14 Loren MerrittMMX quantization functions, and optimization of the...
2005-09-10 Loren MerrittSSE2 pixel comparison functions
2005-08-30 Loren Merritt10l in rev290: duplicate declaration of x264_pixel_sub_...
2005-08-29 Loren Merrittmmx 8x8 dct.
2005-08-09 Loren Merrittfix spatial direct mv prediction with B-pyramid. copied...
2005-07-26 Loren Merrittupdate i_mb_b16x8_cost_table[] for I8x8 mb type (r278...
2005-07-22 Laurent Aimar * pixel.*:
2005-07-20 Laurent Aimar * all: "8x8 SAD written in Sparc Assembly using VIS...
2005-07-13 Loren Merrittfaster SAD_INC_2x16P for amd64.
2005-07-07 Laurent Aimar * Faster SAD_INC_2x16P. Patch by Alexander Izvorski.
2005-06-21 Loren Merritt--cqmfile reads quant matrices in a JM-compatible format.
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 Merrittprint 8x8 transform usage % in stats summary.
2005-06-08 Loren Merrittrevert 216, another try at max_dec_frame_buffering.
2005-06-08 Loren Merritttypo in cabac tables
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-05 Loren Merrittslightly faster 8x8 dct
2005-06-04 Loren Merrittremove unused tables from SPS/PPS. reduces overhead...
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-06-01 Loren Merrittcosmetics
2005-06-01 Loren Merrittfix a bug with cabac + B-frames + mref + slices.
2005-05-29 Loren Merrittmultithreading (via slices)
2005-05-24 Loren MerrittZoned ratecontrol.
2005-05-23 Loren Merrittfix rounding of intra dequant when qp<=3
2005-05-15 Eric Petit Optimized subXxX_dct
2005-05-14 Eric Petit ppc/: compile fixes for Linux/PPC (courtesy of Rasmus...
2005-05-13 Loren Merrittvisualize reference pic numbers. misc cleanups in visua...
2005-05-13 Eric Petit ppc/*: more tuning on satd (+5%)
2005-05-13 Loren MerrittCLI option: --seek
2005-05-12 Loren MerrittCLI option: --visualize
2005-05-12 Loren Merrittfix an uninitialized value in slicetype_analyse
2005-05-11 Loren Merrittport recent MC asm changes to amd64.
2005-05-11 Eric Petit ppc/*:
2005-05-11 Loren MerrittNew ratecontrol options:
2005-05-10 Loren Merrittslight speedup in halfpel interpolation.
2005-05-06 Loren MerrittCleaner allocation of tmp space in halfpel interpolatio...
2005-04-30 Loren MerrittUpdated MSVC project files.
2005-04-25 Loren Merrittcosmetics.
2005-04-19 Loren Merrittamd64 asm patch, part2.
2005-04-19 Loren Merrittamd64 asm patch, part1.
2005-04-19 Loren MerrittAllow manual selection of fullpel ME method. New method...
2005-04-13 Eric Petit common/ppc: more cleaning, optimized a bit
2005-04-12 Eric Petit configure: use -falign-loops=16 on OS X
2005-04-07 Måns RullgårdOptionally use access unit delimiter NAL units.
2005-03-27 Loren Merrittconvert mc's inline asm to nasm (slight speedup and...
2005-03-14 Loren MerrittChroma ME (P-frames only).
2005-03-14 Loren MerrittSSE optimized chroma MC.
2005-03-13 Loren MerrittSSD comparison function (not yet used).
2005-03-11 Loren Merrittwrite VUI bitstream restrictions
2005-03-10 Loren Merrittexpose option "chroma qp offset"
2005-03-06 Loren Merritt10l
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-04 Loren MerrittNew option: "B-frame pyramid" keeps the middle of 2...
2005-02-28 Loren Merrittwrong stride in lowres image
2005-02-25 Loren MerrittDisable deblocking filter in frames of sufficiently...
2005-02-25 Loren MerrittSimplify x264_frame_expand_border.
2005-02-24 Loren MerrittAltivec functions for MC using the cached halfpel planes.
2005-02-24 Loren MerrittDon't use uninitialize MVs in x264_mb_predict_mv_ref16x16.
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-22 Loren MerrittWrite x264's version in a SEI message.
2005-02-22 Loren MerrittAdd: implicit weighted prediction for B-frames.
2005-02-20 Loren MerrittConfigurable level. Levels are still not enforced;...
2005-02-17 Loren MerrittImproved 2pass bitrate predictor. No real change most...
2005-02-16 Loren MerrittSome defines needed by MSVC, and convert the DSP files...
2005-02-14 Loren MerrittPrecalculate lambda*bits for all allowed mvs. 1-2%...
2005-02-14 Loren MerrittDeblock B-frames. (Not yet used, since B-frames aren...
2005-02-14 Loren MerrittSimplify x264_mb_mc_01xywh()
next