]> git.sesse.net Git - x264/shortlog
x264
2006-06-28 Måns Rullgårdmake libx264.so symlink relative
2006-06-12 Loren MerrittGTK update. patch by Vincent Torri.
2006-05-31 Loren Merrittvfw installer: tweak nsis compression.
2006-05-30 Eric PetitFixed typo that caused x264_encoder_open to always...
2006-05-30 Loren Merrittcheck some mallocs' return value
2006-05-28 Loren Merrittmake -> $(MAKE)
2006-05-24 Loren Merrittconvert non-fatal errors to message level "warning".
2006-05-22 Loren Merrittfix a memory alignment. (no effect on x86, but might...
2006-05-19 Loren Merrittwhen using DEBUG_DUMP_FRAME, write decoded pictures...
2006-05-19 Loren Merrittnon-referenced B-frames should have the same frame_num...
2006-05-12 Loren Merrittset the SPS constraint_set[01]_flag based on the profil...
2006-05-10 Loren Merrittmsvc doesn't like C99 named array initializers
2006-05-10 Loren Merrittallow sar=1/1.
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-05-06 Loren Merritt--sps-id, to allow concatenating streams with different...
2006-05-03 Loren Merritttypo in expand_border_mod16
2006-04-30 Loren Merritttypo impaired 2pass bitrate prediction.
2006-04-29 Eric Petit Let the user choose the compiler with "CC=xxx ./configure"
2006-04-29 Eric Petit More vector types fixes for gcc 3.3
2006-04-28 Eric PetitMore vector casts to try and make compilers happier
2006-04-25 Loren MerrittUse sa8d instead of satd for i8x8 search.
2006-04-24 Loren MerrittBefore evaluating the RD score of any mode, check satd...
2006-04-24 Sam Hocevar * common/ppc/pixel.c: fixed illegal implicit casts...
2006-04-24 Sam Hocevar * Added %$#@#$! support for #@%$!#@ armv4l CPU.
2006-04-24 Loren MerrittWhen evaluating predictors to start fullpel motion...
2006-04-24 Loren Merrittmmx implementation of x264_pixel_sa8d
2006-04-20 Loren Merritt10l in r463 (q0 i16x16 dc was permuted)
2006-04-20 Loren Merritttypo in r504
2006-04-20 Loren Merrittupdate msvc project files.
2006-04-19 Loren MerrittBefore, we eliminated dct blocks containing only a...
2006-04-17 Eric PetitEnables more agressive optimizations (-fastf -mcpu...
2006-04-17 Loren Merrittfaster cabac_encode_bypass
2006-04-16 Eric Petitrestored AltiVec dct
2006-04-16 Eric Petitmore AltiVec mc, ~4.5% overall speedup
2006-04-12 Loren Merrittslightly faster loopfilter
2006-04-12 Loren Merritt3% faster satd_mmx
2006-04-12 Loren Merrittcosmetics in sad/ssd/satd mmx
2006-04-11 Loren Merrittstore quoted configure options. needed e.g. for multipl...
2006-04-11 Loren Merrittfix a yasm-incompatible syntax in x86 asm
2006-04-11 Loren Merrittyasm noexec stack
2006-04-10 Loren Merrittmore interleaved SAD.
2006-04-10 Loren Merrittmore interleaved SAD.
2006-04-10 Loren Merrittinterleave multiple calls to SAD.
2006-04-09 Sam Hocevar * Added support for ppc64. I'm really fucking tired...
2006-04-08 Måns Rullgårduse LDFLAGS when linking shared lib
2006-03-29 Felix Paul... * compilation fix for mingw, darwin (off_t was undefined)
2006-03-27 Loren MerrittGTK: support yuv4mpeg input.
2006-03-26 Loren MerrittGTK: fix avs input
2006-03-26 Loren Merrittcli: support yuv4mpeg input.
2006-03-26 Loren MerrittGTK: compilation fixes
2006-03-25 Loren MerrittGTK: compilation fixes on mingw,
2006-03-25 Loren MerrittGTK-based graphical frontend.
2006-03-25 Loren Merrittsilence some gcc warnings
2006-03-24 Loren Merrittuse FDEC_STRIDE instead of a parameter in mmx dct
2006-03-22 Sam Hocevar * configure: support for 64 bits MIPS.
2006-03-20 Loren Merritt10l in r473 and stdin
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-03-20 Loren Merrittcosmetics in cabac_mb_cbf
2006-03-19 Loren Merrittseparate --thread-input from --threads
2006-03-18 Loren Merrittif --threads > 1, then read the input stream in its...
2006-03-17 Måns RullgårdFreeBSD uses ELF
2006-03-17 Loren Merritt10l in r470 on x86_64
2006-03-17 Loren Merrittsome mmxext functions really only required mmx.
2006-03-17 Loren Merrittsimplify get_ref and mc_luma
2006-03-15 Loren Merrittb16x16 wpred analysis used wrong weight
2006-03-11 Loren Merrittconfigure: --enable-shared for libx264.so
2006-03-10 Loren Merrittwrong modulus when delta_qp = +26
2006-03-09 Loren Merritt10l in vbv + 2pass
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2006-03-09 Loren Merrittkeep transposed dct coefs. ~1% overall speedup.
2006-03-09 Loren Merritttweak rounding of 8x8dct
2006-03-08 Loren Merrittcosmetics in makefile
2006-03-08 Loren Merrittcosmetics: muxers -> muxers.c
2006-03-06 Loren Merrittno --nr in intra blocks. intra prediction doesn't work...
2006-03-06 Loren Merritt10l in direct auto + multiref + 1pass
2006-03-05 Loren Merritt--direct auto
2006-03-05 Loren Merrittchange default direct mode to spatial
2006-03-05 Loren Merrittremove TODO. most of it is done, and the rest is out...
2006-03-05 Loren Merrittmore amd64 mmx intra prediction
2006-03-05 Loren Merrittfor i8x8 neighbors, don't assume a new slice starts...
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-02 Sam Hocevar * configure: activate minor nasm optimisations, such...
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-28 Loren Merritt10l in r443 (p4x4 chroma)
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-27 Loren Merrittlowres intra used wrong neighboring pixels
2006-02-23 Loren Merritttrellis=2 slightly affected intra analysis even without...
2006-02-16 Sam Hocevar * encoder/ratecontrol.c: OS X support for exp2f and...
2006-02-16 Loren Merrittallow delta_qp > 26
2006-02-14 Loren Merrittratecontrol didn't always account for header bits,...
2006-02-13 Loren Merritt-q0 --b-rdo wasn't lossless
2006-02-13 Loren Merrittcosmetics
2006-02-12 Loren Merrittallow ',' separator for --filter
next