]> git.sesse.net Git - x264/history - common
cosmetics: use symbolic constants for frame padding radius
[x264] / common /
2007-11-16 Loren Merrittcosmetics: use symbolic constants for frame padding...
2007-11-16 Loren Merrittmove hpel_filter cpu detection to a function pointer...
2007-11-15 Loren Merrittcosmetics: use separate variables for frame width and...
2007-11-12 Guillaume PoirierAdd AltiVec implementation of add4x4_idct, add8x8_idct...
2007-11-12 Guillaume Poirieradd AltiVec implementation of dequant_4x4 and dequant_8...
2007-11-12 Guillaume PoirierAdd AltiVec implementation of quant_2x2_dc,
2007-09-24 Loren Merrittport sad_*_x3_sse2 to x86_64
2007-09-24 Loren Merrittdon't overwrite pthread* namespace, because system...
2007-09-21 Loren Merrittfaster 4x4 sad
2007-09-15 Loren Merrittimplement multithreaded me=esa
2007-09-12 Loren Merrittfix some integer overflows. now vbv size can exceed...
2007-09-02 Loren Merrittreorder headers so that largefile support is defined...
2007-07-17 Loren Merrittmingw doesn't have strtok_r
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-07-12 Loren Merrittextend zones to support (some) encoding parameters...
2007-07-06 Loren Merrittcosmetics
2007-06-22 Guillaume PoirierAdd vertical and horizontal luma deblocking accelerated...
2007-06-16 Loren Merrittfix compilation without asm on x86_32 (r658 worked...
2007-06-05 Alex Izvorskiallow compiling without yasm/nasm on x86 and x86-64...
2007-06-05 Alex Izvorskiupdated MS VC8/VC7 build, patch by Gabriel Bouvigne
2007-05-26 Alex Izvorskireplace alloca with malloc everywhere. per manpage...
2007-05-02 Loren Merrittrequire a ratecontrol method to be specified, it no...
2007-04-23 Loren Merrittfix nnz computation in cavlc+8x8dct+deblock. (regressio...
2007-04-22 Loren Merrittc89 compile fix
2007-04-21 Loren Merrittcabac: use bytestream instead of bitstream.
2007-04-11 Loren Merrittremove the restriction on number of threads as a functi...
2007-04-10 Loren Merritttweak ssse3 quant
2007-04-07 Loren Merrittchange some tables from int to int8_t. 13KB smaller...
2007-04-06 Loren Merrittworkaround gcc's inability to align variables on the...
2007-04-05 Loren Merritt32bit version of ssse3 satd.
2007-04-04 Loren Merrittfix an arithmetic overflow in trellis with QP >= 42
2007-04-04 Loren Merritt2x faster quant. 2% overall.
2007-04-04 Loren Merrittcosmetics in asm macros
2007-04-02 Loren Merrittin hpel search, merge two 16x16 mc calls into one 16x17...
2007-04-02 Christophe MutricyCompile fix
2007-03-30 Loren Merrittremove private stuff from public headers. no more need...
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 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-03 Guillaume Poiriercompile fix for GCC-3.3 on OSX, based on a patch by
2007-01-25 Guillaume PoirierFix build issues on Linux. Only gcc-4.x is supported...
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-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-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-18 Eric PetitMerges Guillaume Poirier's AltiVec changes:
2006-11-06 Loren Merritt10% faster deblock mmx functions. ported from ffmpeg.
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-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 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 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-01 Loren Merritttweak motion compensation amd64 asm. 0.3% overall speedup.
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-26 Loren Merrittcli: fix some typos in vui parameters from r542.
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-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 Merrittcosmetics
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 Loren Merritt--threads=auto to detect number of cpus
2006-07-31 Loren Merrittapi addition: x264_param_parse() to set options by...
2006-07-30 Loren Merrittmove quant_mf[] from x264_t to the heap, and merge...
2006-07-18 Loren Merrittapi change: select ratecontrol method with an enum...
2006-07-16 Loren Merrittslightly faster mmx dct
2006-07-08 Loren Merrittmc_chroma width2 mmx
2006-05-30 Loren Merrittcheck some mallocs' return value
2006-05-10 Loren Merrittmsvc doesn't like C99 named array initializers
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-03 Loren Merritttypo in expand_border_mod16
next