]> git.sesse.net Git - x264/shortlog
x264
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
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...
next