2008-03-25 |
Loren Merritt | fix an arithmetic overflow that disabled SEA threshold... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Guillaume Poirier | fix hpel_filter_altivec picked up by checkasm |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Loren Merritt | faster residual |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Loren Merritt | nasm doesn't like align(nop) in structs |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Loren Merritt | reduce the size of some cabac arrays |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Fiona Glaser | use cabac context transition table from trellis in... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Fiona Glaser | rearrange cabac struct to reduce code size |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Fiona Glaser | higher precision RD lambda |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Loren Merritt | faster cabac_encode_ue_bypass |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Loren Merritt | cabac asm. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Loren Merritt | cosmetics in cabac |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Loren Merritt | inline cabac_size_decision |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Loren Merritt | cosmetics in DECLARE_ALIGNED |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Loren Merritt | don't distinguish between luma4x4 and luma4x4ac |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Loren Merritt | faster lossless zigzag |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Loren Merritt | more alignment |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Loren Merritt | add tesa and lossless to fprofile |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Loren Merritt | cosmetics in residual_write |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Loren Merritt | remove unused bitstream reader |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Loren Merritt | cosmetics in quant asm |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Loren Merritt | special case dequant for flat matrix |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Loren Merritt | faster dequant |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Loren Merritt | simplify hpel_filter_c |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Loren Merritt | use x264_mc_copy_w16_sse2 in mc.copy, it was previously... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Loren Merritt | new ssd_8x*_sse2 |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Manuel Rommel | update altivec zigzags |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Loren Merritt | r768 borked cavlc |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Loren Merritt | cosmetics in intra predict |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Fiona Glaser | faster intra predict 8x8 hu/hd |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Loren Merritt | reduce zigzag arrays from int to int16_t |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Loren Merritt | reduce the size of some arrays |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Fiona Glaser | skip intra pred+dct+quant in cases where it's redundant... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Loren Merritt | cosmetics in asm |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Fiona Glaser | satd_4x4_ssse3 |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Fiona Glaser | get_ref_sse2 |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Fiona Glaser | continue instead of crash when the threading mv constra... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Loren Merritt | remove remaining reference to clip1.h |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Loren Merritt | fix name mangling again. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Gabriel Bouvigne | update msvc projectfile |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Loren Merritt | missing #ifdef HAVE_SSE3 |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Loren Merritt | don't define offsetof since it's standard |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Loren Merritt | shut up gcc warning in offsetof |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Håkan Hjort | increase alignment of mv arrays |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Fiona Glaser | memcpy_aligned_sse2 |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Loren Merritt | checkasm check whether callee-saved regs are correctly... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Loren Merritt | fix x86_32 ads which failed to preserve a register |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Loren Merritt | fix some name mangling issues introduced by the merge |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Loren Merritt | remove x264_mc_clip1. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Loren Merritt | merge x86_32 and x86_64 asm, with macros to abstract... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Loren Merritt | git compatible version script |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Loren Merritt | check for broken versions of yasm |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Loren Merritt | increase the alignment of the i8x8 edge cache, needed... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Loren Merritt | .gitignore |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Loren Merritt | pic macros now keep track of which register holds the... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Loren Merritt | remove x86_64 predict_8x8_ddl_mmxext because sse2 is... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Loren Merritt | cosmetics in dsp init |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Loren Merritt | sse2 16x16 intra pred. |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Loren Merritt | some simplifications to mmx intra pred that should... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Loren Merritt | faster array_non_zero |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Loren Merritt | x86_32 sse2 idct8 |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Loren Merritt | checkasm: relax the threshold for floating-point ssim |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Loren Merritt | checkasm: test idct with the range of coefficients... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Loren Merritt | intra_rd_refine in B-frames |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | print average of macroblock QPs instead of frame's... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | update date |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | remove colorspace conversion support, because it has... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | misc fixes in checkasm |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | remove a useless bit of me=umh (originally copied from... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | fix a memleak in cqm |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | fix a memleak in mkv muxer |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | satd exhaustive motion search (--me tesa) |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | fix cabac context for nonzero delta_qp of the 2nd mb... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | fix mapping of mvs to partitions in p4x4_chroma |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | fix mvp for b16x8 and b8x16 L1 search |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | shave a couple cycles off cabac functions |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | faster and smaller x264_macroblock_cache_mv etc |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | configure test for endianness |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Loren Merritt | change the meaning of --ref: it now selects DPB size... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Guillaume Poirier | add / fix support for FreeBSD, based on a patch by... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Loren Merritt | shut up some valgrind warnings |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Loren Merritt | slightly wrong memory allocation in r717, fixes a poten... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Loren Merritt | convert absolute difference of sums from mmx to sse2 |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Loren Merritt | round esa range to a multiple of 4 |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Guillaume Poirier | use define _WIN32 instead of __WIN32__ or WIN32 defines. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Loren Merritt | tweak x264_pixel_sad_x4_16x16_sse2 horizontal sum.... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Loren Merritt | fix a nondeterminism involving 8x8dct, rdo, and threads. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Guillaume Poirier | also test arch-specific x264_zigzag_* implementations... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Guillaume Poirier | Add AltiVec implementation of |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Guillaume Poirier | adds AliVec implementation of predict_16x16_p() |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Loren Merritt | revert the x86_32 part of r708. elf shared libraries... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Loren Merritt | mark asm functions as hidden |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Loren Merritt | check whether ld supports -Bsymbolic before using it |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Loren Merritt | reduce the data type used in some tables. 16KB smaller... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Loren Merritt | faster removal of duplicate mv predictors |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Loren Merritt | avoid a division in x264_mb_predict_mv_ref16x16. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Loren Merritt | avoid a division in umh. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Loren Merritt | fix a memleak in h->mb.mvr |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Loren Merritt | fix compilation as a shared library on x86_64 (regressi... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Guillaume Poirier | add support for x86_64 on Darwin9.0 (Mac OS X 10.5... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Loren Merritt | cover some more options in fprofile. (esa, bime, cqm... |
commit | commitdiff | tree | snapshot |
next |