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 |
2006-08-03 |
Loren Merritt | cli: don't try to get resolution from filename unless... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Loren Merritt | r542 broke --visualize |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Eric Petit | Nicer OS X x264_cpu_num_processors (thanks David) |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Eric Petit | Support OS X and BeOS in x264_cpu_num_processors |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Eric Petit | Fixes contexts allocation with threads=auto |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Loren Merritt | select initial qp for abr and cbr baased on satd and... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Loren Merritt | --threads=auto to detect number of cpus |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Loren Merritt | api addition: x264_param_parse() to set options by... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Loren Merritt | fix a rare NaN in ratecontrol |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Loren Merritt | move quant_mf[] from x264_t to the heap, and merge... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Loren Merritt | GTK update. patch by Vincent Torri. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Loren Merritt | new option: --qpfile forces frames types and QPs. |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Loren Merritt | api change: select ratecontrol method with an enum... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Loren Merritt | slightly faster mmx dct |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Loren Merritt | OpenBSD build fixes. |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Loren Merritt | mc_chroma width2 mmx |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Måns Rullgård | make libx264.so symlink relative |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Loren Merritt | GTK update. patch by Vincent Torri. |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Loren Merritt | vfw installer: tweak nsis compression. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Eric Petit | Fixed typo that caused x264_encoder_open to always... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Loren Merritt | check some mallocs' return value |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Loren Merritt | make -> $(MAKE) |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Loren Merritt | convert non-fatal errors to message level "warning". |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Loren Merritt | fix a memory alignment. (no effect on x86, but might... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Loren Merritt | when using DEBUG_DUMP_FRAME, write decoded pictures... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Loren Merritt | non-referenced B-frames should have the same frame_num... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Loren Merritt | set the SPS constraint_set[01]_flag based on the profil... |
commit | commitdiff | tree | snapshot |
next |