]> git.sesse.net Git - x264/shortlog
x264
2008-03-19 Fiona Glaserskip intra pred+dct+quant in cases where it's redundant...
2008-03-19 Loren Merrittcosmetics in asm
2008-03-19 Fiona Glasersatd_4x4_ssse3
2008-03-19 Fiona Glaserget_ref_sse2
2008-03-19 Fiona Glasercontinue instead of crash when the threading mv constra...
2008-03-19 Loren Merrittremove remaining reference to clip1.h
2008-03-18 Loren Merrittfix name mangling again.
2008-03-18 Gabriel Bouvigneupdate msvc projectfile
2008-03-17 Loren Merrittmissing #ifdef HAVE_SSE3
2008-03-17 Loren Merrittdon't define offsetof since it's standard
2008-03-17 Loren Merrittshut up gcc warning in offsetof
2008-03-17 Håkan Hjortincrease alignment of mv arrays
2008-03-17 Fiona Glasermemcpy_aligned_sse2
2008-03-17 Loren Merrittcheckasm check whether callee-saved regs are correctly...
2008-03-17 Loren Merrittfix x86_32 ads which failed to preserve a register
2008-03-16 Loren Merrittfix some name mangling issues introduced by the merge
2008-03-16 Loren Merrittremove x264_mc_clip1.
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...
2008-03-10 Loren Merrittgit compatible version script
2008-03-03 Loren Merrittcheck for broken versions of yasm
2008-03-03 Loren Merrittincrease the alignment of the i8x8 edge cache, needed...
2008-03-02 Loren Merritt.gitignore
2008-03-02 Loren Merrittpic macros now keep track of which register holds the...
2008-03-02 Loren Merrittremove x86_64 predict_8x8_ddl_mmxext because sse2 is...
2008-03-02 Loren Merrittcosmetics in dsp init
2008-03-02 Loren Merrittsse2 16x16 intra pred.
2008-03-01 Loren Merrittsome simplifications to mmx intra pred that should...
2008-03-01 Loren Merrittfaster array_non_zero
2008-03-01 Loren Merrittx86_32 sse2 idct8
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-28 Loren Merrittintra_rd_refine in B-frames
2008-01-27 Loren Merrittprint average of macroblock QPs instead of frame's...
2008-01-27 Loren Merrittupdate date
2008-01-27 Loren Merrittremove colorspace conversion support, because it has...
2008-01-27 Loren Merrittmisc fixes in checkasm
2008-01-27 Loren Merrittremove a useless bit of me=umh (originally copied from...
2008-01-27 Loren Merrittfix a memleak in cqm
2008-01-27 Loren Merrittfix a memleak in mkv muxer
2008-01-27 Loren Merrittsatd exhaustive motion search (--me tesa)
2008-01-27 Loren Merrittfix cabac context for nonzero delta_qp of the 2nd mb...
2008-01-27 Loren Merrittfix mapping of mvs to partitions in p4x4_chroma
2008-01-27 Loren Merrittfix mvp for b16x8 and b8x16 L1 search
2008-01-27 Loren Merrittshave a couple cycles off cabac functions
2008-01-27 Loren Merrittfaster and smaller x264_macroblock_cache_mv etc
2008-01-27 Loren Merrittconfigure test for endianness
2008-01-18 Loren Merrittchange the meaning of --ref: it now selects DPB size...
2008-01-14 Guillaume Poirieradd / fix support for FreeBSD, based on a patch by...
2008-01-09 Loren Merrittshut up some valgrind warnings
2008-01-08 Loren Merrittslightly wrong memory allocation in r717, fixes a poten...
2008-01-06 Loren Merrittconvert absolute difference of sums from mmx to sse2
2008-01-06 Loren Merrittround esa range to a multiple of 4
2008-01-03 Guillaume Poirieruse define _WIN32 instead of __WIN32__ or WIN32 defines.
2007-12-21 Loren Merritttweak x264_pixel_sad_x4_16x16_sse2 horizontal sum....
2007-12-20 Loren Merrittfix a nondeterminism involving 8x8dct, rdo, and threads.
2007-12-13 Guillaume Poirieralso test arch-specific x264_zigzag_* implementations...
2007-12-10 Guillaume PoirierAdd AltiVec implementation of
2007-12-09 Guillaume Poirieradds AliVec implementation of predict_16x16_p()
2007-12-04 Loren Merrittrevert the x86_32 part of r708. elf shared libraries...
2007-12-03 Loren Merrittmark asm functions as hidden
2007-12-03 Loren Merrittcheck whether ld supports -Bsymbolic before using it
2007-12-02 Loren Merrittreduce the data type used in some tables. 16KB smaller...
2007-12-01 Loren Merrittfaster removal of duplicate mv predictors
2007-12-01 Loren Merrittavoid a division in x264_mb_predict_mv_ref16x16.
2007-12-01 Loren Merrittavoid a division in umh.
2007-11-26 Loren Merrittfix a memleak in h->mb.mvr
2007-11-25 Loren Merrittfix compilation as a shared library on x86_64 (regressi...
2007-11-21 Guillaume Poirieradd support for x86_64 on Darwin9.0 (Mac OS X 10.5...
2007-11-21 Loren Merrittcover some more options in fprofile. (esa, bime, cqm...
2007-11-20 Guillaume PoirierAdd AltiVec implementation of x264_pixel_ssd_8x8, 3x...
2007-11-20 Loren Merrittlimit mvs to [-512,511.75] instead of [-512,512]
2007-11-20 Loren Merrittavoid memory loads that span the border between two...
2007-11-20 Loren Merrittadd cache info to cpu_detect. also print sse3.
2007-11-19 Loren Merrittcosmetics: reorder mc_luma/mc_chroma/get_ref arguments...
2007-11-19 Loren Merrittseparate pixel_avg into cases for mc and for bipred
2007-11-18 Guillaume Poirieradd AltiVec implementation of ssim_4x4x2_core, about...
2007-11-18 Guillaume PoirierAdd AltiVec implementation ofx264_hpel_filter. Provides...
2007-11-18 Loren Merrittcosmetics in dsp function selection
2007-11-17 Loren Merrittremove sad_pde. it's been unused ever since successive...
2007-11-16 Loren Merrittcosmetics: use symbolic constants for frame padding...
2007-11-16 Loren Merrittmove hpel_filter cpu detection to a function pointer...
2007-11-15 Loren Merrittcosmetics: use separate variables for frame width and...
2007-11-12 Guillaume PoirierAdd AltiVec implementation of add4x4_idct, add8x8_idct...
2007-11-12 Guillaume Poirieradd AltiVec implementation of dequant_4x4 and dequant_8...
2007-11-12 Guillaume PoirierAdd AltiVec implementation of quant_2x2_dc,
2007-11-01 Loren Merrittfix a possible nondeterminism with me=umh + threads.
2007-10-29 Loren Merrittuse hex instead of dia for rdo mv refinement. ~0.5...
2007-09-24 Loren Merrittport sad_*_x3_sse2 to x86_64
2007-09-24 Loren Merrittdon't overwrite pthread* namespace, because system...
2007-09-21 Loren Merrittfaster 4x4 sad
2007-09-20 Loren Merrittfix an arithmetic overflow in trellis at high qp.
2007-09-15 Loren Merrittimplement multithreaded me=esa
2007-09-12 Loren Merrittfix some integer overflows. now vbv size can exceed...
2007-09-09 Loren Merrittallow --vbv-init to take absolute values (in kbit)...
2007-09-07 Loren Merrittremove a bashism
2007-09-02 Loren Merrittreorder headers so that largefile support is defined...
2007-08-20 Loren Merrittregression in r669: broke saving of configure args...
2007-08-18 Loren Merrittregression in r669: --enable-shared should imply -...
2007-08-12 Loïc Minier* Add a --host flag to allow overriding config.guess...
2007-08-12 Loïc Minier* Update config.guess.
next