]> git.sesse.net Git - x264/history - tools/checkasm.c
Update file headers throughout x264
[x264] / tools / checkasm.c
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-07-03 Fiona Glaserdenoise_dct asm
2008-07-02 Loren Merrittlowres_init asm
2008-06-18 Loren Merrittcheckasm --bench=function_name
2008-06-18 Loren Merrittinterleave psnr/ssim computation with reference frame...
2008-06-08 Loren Merrittmany changes to which asm functions are enabled on...
2008-06-08 Loren Merrittenable ssse3 phadd satd on Penryn.
2008-06-08 Loren Merrittbenchmark most of the asm functions (checkasm --bench).
2008-04-27 Loren Merritts/x264_cpu_restore/x264_emms/
2008-04-21 Loren Merrittcheckasm cabac
2008-04-17 Fiona Glasercacheline split workaround for mc_luma
2008-04-12 Loren Merrittr810 borked hpel_filter_sse2 on unaligned buffers
2008-04-09 Loren Merrittsimplify hpel filter asm (move control flow to C) and...
2008-03-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2008-03-22 Loren Merrittdon't distinguish between luma4x4 and luma4x4ac
2008-03-22 Loren Merrittspecial case dequant for flat matrix
2008-03-20 Loren Merrittnew ssd_8x*_sse2
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2008-03-17 Loren Merrittcheckasm check whether callee-saved regs are correctly...
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...
2008-03-03 Loren Merrittincrease the alignment of the i8x8 edge cache, needed...
2008-03-01 Loren Merrittcheckasm: relax the threshold for floating-point ssim
2008-03-01 Loren Merrittcheckasm: test idct with the range of coefficients...
2008-01-27 Loren Merrittmisc fixes in checkasm
2008-01-06 Loren Merrittconvert absolute difference of sums from mmx to sse2
2007-12-13 Guillaume Poirieralso test arch-specific x264_zigzag_* implementations...
2007-11-20 Loren Merrittavoid memory loads that span the border between two...
2007-11-19 Loren Merrittcosmetics: reorder mc_luma/mc_chroma/get_ref arguments...
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-04-04 Loren Merritt2x faster quant. 2% overall.
2007-03-14 Loren Merrittconflate HAVE_MMXEXT with HAVE_SSE2, since they were...
2007-03-14 Sam Hocevar * check x264_cpu_detect() before calling AltiVec...
2007-03-14 Loren Merrittssse3 detection. x86_64 ssse3 satd and quant.
2006-11-18 Eric PetitMerges Guillaume Poirier's AltiVec changes:
2006-11-06 Loren Merrittcheckasm: ignore insignificant differences in floating...
2006-10-02 Loren Merrittfix some strides that weren't a multiple of 16.
2006-09-12 Loren Merrittfaster ESA
2006-08-17 Loren MerrittSSIM computation. (default on, disable by --no-ssim)
2006-07-08 Loren Merrittmc_chroma width2 mmx
2006-05-10 Loren Merrittfaster intra search: filter i8x8 edges only once, and...
2006-05-09 Loren Merrittfaster intra search: some prediction modes don't have...
2006-04-24 Loren Merrittmmx implementation of x264_pixel_sa8d
2006-04-10 Loren Merrittinterleave multiple calls to SAD.
2006-03-24 Loren Merrittuse FDEC_STRIDE instead of a parameter in mmx dct
2006-03-05 Loren Merrittmore amd64 mmx intra prediction
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-10 Loren Merrittdequant_mmx made incorrect assumptions about extreme...
2006-02-08 Sam Hocevar * tools/checkasm.c: print the random seed used for...
2006-02-06 Loren Merrittx86 mmx for some intra pred functions
2006-02-06 Loren Merrittcosmetics: reorganize intra prediction dsp
2005-11-06 Loren Merrittmmx dequant. up to 3% speedup w/ RD.
2005-10-26 Loren Merrittmmx deblocking.
2005-10-26 Loren Merrittmove checkasm to tools/