]> granicus.if.org Git - libx264/shortlog
libx264
2006-08-22 Loren Merritt10l in r553
2006-08-21 Loren Merrittssim broke on amd64 w/ pic.
2006-08-18 Steve LhommeMSVC compatibility fix from Haali
2006-08-17 Loren Merrittsupport changing some more parameters in x264_encoder_r...
2006-08-17 Loren MerrittSSIM computation. (default on, disable by --no-ssim)
2006-08-16 Loren Merrittconfigure: --enable-debug reduces optimization to -O1
2006-08-16 Loren Merrittcosmetics
2006-08-04 Loren Merrittgcc -fprofile-generate isn't threadsafe
2006-08-03 Loren Merrittcli: move some options from --help to --longhelp
2006-08-03 Loren Merrittcli: don't try to get resolution from filename unless...
2006-08-03 Loren Merrittr542 broke --visualize
2006-08-02 Eric PetitNicer OS X x264_cpu_num_processors (thanks David)
2006-08-01 Eric PetitSupport OS X and BeOS in x264_cpu_num_processors
2006-08-01 Eric PetitFixes contexts allocation with threads=auto
2006-08-01 Loren Merrittselect initial qp for abr and cbr baased on satd and...
2006-08-01 Loren Merritt--threads=auto to detect number of cpus
2006-07-31 Loren Merrittapi addition: x264_param_parse() to set options by...
2006-07-31 Loren Merrittfix a rare NaN in ratecontrol
2006-07-30 Loren Merrittmove quant_mf[] from x264_t to the heap, and merge...
2006-07-28 Loren MerrittGTK update. patch by Vincent Torri.
2006-07-23 Loren Merrittnew option: --qpfile forces frames types and QPs.
2006-07-18 Loren Merrittapi change: select ratecontrol method with an enum...
2006-07-16 Loren Merrittslightly faster mmx dct
2006-07-16 Loren MerrittOpenBSD build fixes.
2006-07-08 Loren Merrittmc_chroma width2 mmx
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...
next