]> git.sesse.net Git - x264/shortlog
x264
2007-04-04 Loren Merritt2x faster quant. 2% overall.
2007-04-04 Loren Merrittwhen encoding with a cqm, probe_skip now also uses...
2007-04-04 Loren Merrittcosmetics in asm macros
2007-04-03 Alex Izvorskiuse only c-style comments in public header (patch by...
2007-04-02 Loren Merrittin hpel search, merge two 16x16 mc calls into one 16x17...
2007-04-02 Christophe... Compile fix
2007-03-30 Loren Merrittremove private stuff from public headers. no more need...
2007-03-24 Loren Merrittadjust bitstream buffer sizes for very large frames
2007-03-14 Loren Merrittconflate HAVE_MMXEXT with HAVE_SSE2, since they were...
2007-03-14 Sam Hocevar * Made -DNEED_ALTIVEC unnecessary, thanks to Guillaum...
2007-03-14 Sam Hocevar * check x264_cpu_detect() before calling AltiVec...
2007-03-14 Loren Merrittssse3 detection. x86_64 ssse3 satd and quant.
2007-03-14 Sam Hocevar * Use -maltivec when building dependencies, or <altiv...
2007-03-14 Sam Hocevar * common/cpu.c: runtime AltiVec autodetection on...
2007-03-05 Loren Merrittfix a small memleak.
2007-03-03 Guillaume Poiriercompile fix for GCC-3.3 on OSX, based on a patch by
2007-03-03 Loren Merrittcosmetics in regression test
2007-03-03 Alex Izvorskiregression testing, run similar to fprofiled: VIDS...
2007-02-28 Alex Izvorskiadd ability to generate doxygen documentation; make dox
2007-02-22 Loren Merrittoops, scenecut detection failed to activate when using...
2007-01-29 Loren Merrittextras/getopt.c was BSD licensed. replace with a LGPL...
2007-01-25 Guillaume PoirierFix build issues on Linux. Only gcc-4.x is supported...
2007-01-21 Loren Merritttweak block_residual_write_cavlc.
2007-01-20 Loren Merrittdon't assume int is exactly 4 bytes
2007-01-11 Loren Merrittmake array_non_zero() compatible with -fstrict-aliasing
2007-01-09 Christophe... Honor CFLAGS and LDFLAGS set by the user
2007-01-02 Eric PetitCheck whether 'echo -n' works, otherwise try printf...
2007-01-01 Eric PetitCheck version of nasm on OS X / Intel
2006-12-20 Loren Merrittwrong reference frames were used with refs>=14 + pyrami...
2006-12-19 Loren Merrittenable thread synchronization primitives on linux too
2006-12-19 Loren Merrittfix a crash with x264_encoder_headers() + threads
2006-12-16 Loren Merrittdon't skip autodection on configure --enable-pthread
2006-12-16 Loren Merrittmore win32threads -> pthreads
2006-12-15 Loren Merrittcosmetics: rename list operators to be consistent with...
2006-12-15 Loren Merrittwin32: use pthreads instead of win32threads. for some...
2006-12-15 Loren MerrittNew threading method:
2006-12-12 Sam Hocevar * Do not assume anything about sizeof(cpu_set_t).
2006-12-11 Sam Hocevar * Add support for kFreeBSD (FreeBSD kernel with GNU...
2006-11-27 Guillaume PoirierAdd Altivec implementations of add8x8_idct8, add16x16_i...
2006-11-25 Eric PetitForce alignment of the fake .rodata on MacIntel
2006-11-23 Loren Merrittdon't treat vbv_maxrate as a minrate too if it's higher...
2006-11-18 Eric PetitMerges Guillaume Poirier's AltiVec changes:
2006-11-06 Loren Merritt10% faster deblock mmx functions. ported from ffmpeg.
2006-11-06 Loren Merrittcheckasm: ignore insignificant differences in floating...
2006-10-30 Loren Merrittdisplay final ratefactor in abr when a loose vbv is...
2006-10-30 Loren Merrittfix parsing of --deblock %d,%d (beta was ignored)
2006-10-29 Loren Merrittcompute chroma_qp only once per mb
2006-10-29 Loren Merrittrd refinement of intra chroma direction (enabled in...
2006-10-18 Loren Merrittfix a crash in avc2avi
2006-10-15 Loren Merrittskip deblocking and motion interpolation when using...
2006-10-13 Loren Merrittcosmetics
2006-10-13 Loren Merrittallow fractional values of crf
2006-10-10 Loren Merrittprefetch pixels for motion compensation and deblocking.
2006-10-10 Loren Merrittfix a crash on interlace + >8 reference frames
2006-10-10 Loren Merrittno more decoder. it never worked anyway, and the presen...
2006-10-09 Loren Merrittcompute pskip_mv only once per macroblock, and store it
2006-10-09 Loren Merrittslightly faster chroma_mc_mmx
2006-10-09 Loren Merrittmissing emms in plane_copy_mmx
2006-10-06 Loren Merrittmerge center_filter_mmx with horizontal_filter_mmx
2006-10-06 Loren Merritt1.5x faster center_filter_mmx (amd64)
2006-10-06 Loren Merrittmmx/prefetch implementation of plane_copy
2006-10-05 Loren Merrittno more vfw
2006-10-05 Loren Merrittgtk fixes:
2006-10-05 Loren Merrittaccept mencoder's option names as synonyms (api only...
2006-10-03 Loren Merrittsimplify satd_sse2
2006-10-02 Loren Merrittbetter error checking in x264_param_parse.
2006-10-02 Loren Merrittfix some strides that weren't a multiple of 16.
2006-10-01 Loren Merritttweak motion compensation amd64 asm. 0.3% overall speedup.
2006-10-01 Loren Merrittstrip local symbols from asm .o files, since they confu...
2006-10-01 Loren Merrittadd an option to control direct_8x8_inference_flag...
2006-10-01 Loren Merrittallow custom deadzones for non-trellis quantization.
2006-10-01 Loren Merrittmove zigzag scan functions to dsp function pointers.
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-09-27 Loren Merrittallow --zones in cqp encodes
2006-09-26 Loren Merrittcli: fix some typos in vui parameters from r542.
2006-09-25 Sam Hocevar * Add an "all" rule to the Makefile. Ideally "default...
2006-09-24 Loren Merrittworkaround: on some systems, alloca() isn't aligned
2006-09-22 Loren Merrittmissing picpop
2006-09-13 Loren Merrittfix a buffer overread from r540
2006-09-12 Loren Merrittcosmetics (spelling)
2006-09-12 Loren Merrittfaster ESA
2006-09-12 Loren Merrittfaster ESA
2006-09-10 Sam Hocevar * Use the autotool's config.guess script instead...
2006-09-10 Sam Hocevar * Add the autotool's config.guess script so that...
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
next