2007-04-10 |
Loren Merritt | tweak ssse3 quant |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Loren Merritt | change some tables from int to int8_t. 13KB smaller... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Loren Merritt | faster cabac rdo. up to 10% faster at q0, but negligibl... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Loren Merritt | workaround gcc's inability to align variables on the... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Loren Merritt | 32bit version of ssse3 satd. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Loren Merritt | simplify trellis |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Loren Merritt | fix an arithmetic overflow in trellis with QP >= 42 |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Loren Merritt | 2x faster quant. 2% overall. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Loren Merritt | when encoding with a cqm, probe_skip now also uses... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Loren Merritt | cosmetics in asm macros |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Alex Izvorski | use only c-style comments in public header (patch by... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Loren Merritt | in hpel search, merge two 16x16 mc calls into one 16x17... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Christophe... | Compile fix |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Loren Merritt | remove private stuff from public headers. no more need... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Loren Merritt | adjust bitstream buffer sizes for very large frames |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Loren Merritt | conflate HAVE_MMXEXT with HAVE_SSE2, since they were... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Sam Hocevar | * Made -DNEED_ALTIVEC unnecessary, thanks to Guillaum... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Sam Hocevar | * check x264_cpu_detect() before calling AltiVec... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Loren Merritt | ssse3 detection. x86_64 ssse3 satd and quant. |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Sam Hocevar | * Use -maltivec when building dependencies, or <altiv... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Sam Hocevar | * common/cpu.c: runtime AltiVec autodetection on... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Loren Merritt | fix a small memleak. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Guillaume Poirier | compile fix for GCC-3.3 on OSX, based on a patch by |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Loren Merritt | cosmetics in regression test |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Alex Izvorski | regression testing, run similar to fprofiled: VIDS... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Alex Izvorski | add ability to generate doxygen documentation; make dox |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Loren Merritt | oops, scenecut detection failed to activate when using... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Loren Merritt | extras/getopt.c was BSD licensed. replace with a LGPL... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Guillaume Poirier | Fix build issues on Linux. Only gcc-4.x is supported... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Loren Merritt | tweak block_residual_write_cavlc. |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Loren Merritt | don't assume int is exactly 4 bytes |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Loren Merritt | make array_non_zero() compatible with -fstrict-aliasing |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Christophe... | Honor CFLAGS and LDFLAGS set by the user |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Eric Petit | Check whether 'echo -n' works, otherwise try printf... |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Eric Petit | Check version of nasm on OS X / Intel |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Loren Merritt | wrong reference frames were used with refs>=14 + pyrami... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Loren Merritt | enable thread synchronization primitives on linux too |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Loren Merritt | fix a crash with x264_encoder_headers() + threads |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Loren Merritt | don't skip autodection on configure --enable-pthread |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Loren Merritt | more win32threads -> pthreads |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Loren Merritt | cosmetics: rename list operators to be consistent with... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Loren Merritt | win32: use pthreads instead of win32threads. for some... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Loren Merritt | New threading method: |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Sam Hocevar | * Do not assume anything about sizeof(cpu_set_t). |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Sam Hocevar | * Add support for kFreeBSD (FreeBSD kernel with GNU... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Guillaume Poirier | Add Altivec implementations of add8x8_idct8, add16x16_i... |
commit | commitdiff | tree | snapshot |
2006-11-25 |
Eric Petit | Force alignment of the fake .rodata on MacIntel |
commit | commitdiff | tree | snapshot |
2006-11-23 |
Loren Merritt | don't treat vbv_maxrate as a minrate too if it's higher... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Eric Petit | Merges Guillaume Poirier's AltiVec changes: |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Loren Merritt | 10% faster deblock mmx functions. ported from ffmpeg. |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Loren Merritt | checkasm: ignore insignificant differences in floating... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Loren Merritt | display final ratefactor in abr when a loose vbv is... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Loren Merritt | fix parsing of --deblock %d,%d (beta was ignored) |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Loren Merritt | compute chroma_qp only once per mb |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Loren Merritt | rd refinement of intra chroma direction (enabled in... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Loren Merritt | fix a crash in avc2avi |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Loren Merritt | skip deblocking and motion interpolation when using... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Loren Merritt | cosmetics |
commit | commitdiff | tree | snapshot |
2006-10-13 |
Loren Merritt | allow fractional values of crf |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Loren Merritt | prefetch pixels for motion compensation and deblocking. |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Loren Merritt | fix a crash on interlace + >8 reference frames |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Loren Merritt | no more decoder. it never worked anyway, and the presen... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Loren Merritt | compute pskip_mv only once per macroblock, and store it |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Loren Merritt | slightly faster chroma_mc_mmx |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Loren Merritt | missing emms in plane_copy_mmx |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Loren Merritt | merge center_filter_mmx with horizontal_filter_mmx |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Loren Merritt | 1.5x faster center_filter_mmx (amd64) |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Loren Merritt | mmx/prefetch implementation of plane_copy |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Loren Merritt | no more vfw |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Loren Merritt | gtk fixes: |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Loren Merritt | accept mencoder's option names as synonyms (api only... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Loren Merritt | simplify satd_sse2 |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Loren Merritt | better error checking in x264_param_parse. |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Loren Merritt | fix some strides that weren't a multiple of 16. |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Loren Merritt | tweak motion compensation amd64 asm. 0.3% overall speedup. |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Loren Merritt | strip local symbols from asm .o files, since they confu... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Loren Merritt | add an option to control direct_8x8_inference_flag... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Loren Merritt | allow custom deadzones for non-trellis quantization. |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Loren Merritt | move zigzag scan functions to dsp function pointers. |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Loren Merritt | support interlace. uses MBAFF syntax, but is not adapti... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Loren Merritt | allow --zones in cqp encodes |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Loren Merritt | cli: fix some typos in vui parameters from r542. |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Sam Hocevar | * Add an "all" rule to the Makefile. Ideally "default... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Loren Merritt | workaround: on some systems, alloca() isn't aligned |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Loren Merritt | missing picpop |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Loren Merritt | fix a buffer overread from r540 |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Loren Merritt | cosmetics (spelling) |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Loren Merritt | faster ESA |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Loren Merritt | faster ESA |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Sam Hocevar | * Use the autotool's config.guess script instead... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Sam Hocevar | * Add the autotool's config.guess script so that... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Loren Merritt | 10l in r553 |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Loren Merritt | ssim broke on amd64 w/ pic. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Steve Lhomme | MSVC compatibility fix from Haali |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Loren Merritt | support changing some more parameters in x264_encoder_r... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Loren Merritt | SSIM computation. (default on, disable by --no-ssim) |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Loren Merritt | configure: --enable-debug reduces optimization to -O1 |
commit | commitdiff | tree | snapshot |
2006-08-16 |
Loren Merritt | cosmetics |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Loren Merritt | gcc -fprofile-generate isn't threadsafe |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Loren Merritt | cli: move some options from --help to --longhelp |
commit | commitdiff | tree | snapshot |
next |