]> git.sesse.net Git - x264/history - common
remove TODO. most of it is done, and the rest is out of date.
[x264] / common /
2006-03-05 Loren Merrittmore amd64 mmx intra prediction
2006-03-04 Sam Hocevar * common/i386/i386inc.asm: got PIC to work for real...
2006-03-02 Sam Hocevar * common/i386/*.asm: don't use the "GLOBAL" reserved...
2006-03-01 Sam Hocevar * common/i386: factored the .rodata section declarati...
2006-03-01 Sam Hocevar * configure common/i386/i386inc.asm: got rid of ...
2006-03-01 Sam Hocevar * common/i386/i386inc.asm: tell the ELF linker about...
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-02-27 Loren Merritth->mc.copy()
2006-02-13 Loren Merrittcosmetics
2006-02-10 Loren Merrittamd64 mmx for some intra pred functions
2006-02-10 Loren Merrittdequant_mmx made incorrect assumptions about extreme...
2006-02-09 Loren Merrittr422 broke x264_center_filter_mmxext
2006-02-08 Sam Hocevar * common/i386/i386inc.asm: support for ELF, a.out...
2006-02-08 Sam Hocevar * Additional fixes to the PIC versions of assembly...
2006-02-08 Loren Merrittcosmetics in mc_chroma
2006-02-07 Sam Hocevar * Oh, so what I thought was unused code was in fact...
2006-02-07 Sam Hocevar * Support for x86 position-independent code (PIC...
2006-02-06 Loren Merrittx86 mmx for some intra pred functions
2006-02-06 Loren Merrittcosmetics: reorganize intra prediction dsp
2006-01-23 Loren Merrittprint --nr in sei params. tweak ratecontrol param checking.
2006-01-18 Loren Merrittsplit mv_range enforcement from edge-of-frame clipping...
2006-01-18 Loren Merrittcosmetics: suppress warning on unused variables
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-15 Eric Petit Re-enabled x86 optims on MacIntel, assume Nasm CVS...
2006-01-14 Eric Petit Quick compile fix for OS X / Intel
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2006-01-09 Loren Merrittearly termination within large SADs. ~1% faster UMH...
2005-12-30 Loren Merrittjoint bidirectional motion refinement (--bime)
2005-12-20 Loren MerrittSuccessive elimination motion search: same as exhaustiv...
2005-12-05 Loren Merritt--no-fast-pskip
2005-11-28 Loren Merrittpkg-config: major.minor.patch version
2005-11-22 Loren Merrittwrite encoding options to the userdata SEI and to the...
2005-11-22 Loren Merrittchange default level to "5.1"
2005-11-11 Sam Hocevar * common/amd64/quant-a.asm: added missing GLOBAL...
2005-11-06 Loren Merrittmmx dequant. up to 3% speedup w/ RD.
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-11-03 Loren MerrittX264_ABS => abs
2005-11-03 Loren Merrittamd64 sse2 8x8dct. 1.45x faster than mmx.
2005-10-29 Loren Merrittcosmetics: change literal cabac_block_cat to an enum.
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...
next