2007-09-24 |
Loren Merritt | don't overwrite pthread* namespace, because system... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Loren Merritt | faster 4x4 sad |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Loren Merritt | fix an arithmetic overflow in trellis at high qp. |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Loren Merritt | implement multithreaded me=esa |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Loren Merritt | fix some integer overflows. now vbv size can exceed... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Loren Merritt | allow --vbv-init to take absolute values (in kbit)... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Loren Merritt | remove a bashism |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Loren Merritt | reorder headers so that largefile support is defined... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Loren Merritt | regression in r669: broke saving of configure args... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Loren Merritt | regression in r669: --enable-shared should imply -... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Loïc Minier | * Add a --host flag to allow overriding config.guess... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Loïc Minier | * Update config.guess. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Loren Merritt | mingw doesn't have strtok_r |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Loren Merritt | move os/compiler specific defines to their own header |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Loren Merritt | extend zones to support (some) encoding parameters... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Loren Merritt | cosmetics |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Loren Merritt | limit vertical motion vectors to +/-512, since some... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Guillaume Poirier | Add vertical and horizontal luma deblocking accelerated... |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Loren Merritt | cosmetics in cpu detection |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Loren Merritt | fix compilation without asm on x86_32 (r658 worked... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Loren Merritt | exempt 1080p from the non-mod16 warning. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Alex Izvorski | allow compiling without yasm/nasm on x86 and x86-64... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Alex Izvorski | updated MS VC8/VC7 build, patch by Gabriel Bouvigne |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Alex Izvorski | replace alloca with malloc everywhere. per manpage... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Loren Merritt | require a ratecontrol method to be specified, it no... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Loren Merritt | fix nnz computation in cavlc+8x8dct+deblock. (regressio... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Loren Merritt | fix the computation of bits used for vbv. (regression... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Loren Merritt | c89 compile fix |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Loren Merritt | cabac: use bytestream instead of bitstream. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Loren Merritt | remove the restriction on number of threads as a functi... |
commit | commitdiff | tree | snapshot |
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 |
next |