]> git.sesse.net Git - x264/shortlog
x264
2005-01-15 Loren MerrittUse floats instead of int64 in log messages, since...
2005-01-15 Loren Merrittfinished printf -> x264_log conversion.
2005-01-14 Loren MerrittDon't apply keyframe boost to I-frames that are followe...
2005-01-14 Loren MerrittNew VfW option: "fast 1st pass" automatically disables...
2005-01-13 Loren Merrittvfw: tweak wording and defaults
2005-01-13 Måns RullgårdFrom Riccardo Stievano <walkunafraid at tin dot it>:
2005-01-13 Loren MerrittMy last change of IDR decision broke in 2pass mode...
2005-01-12 Loren MerrittChanges the mechanics of max keyframe interval:
2005-01-12 Loren MerrittMinGW compatible resource.rc by Radek Czyz
2005-01-12 Loren Merrittstrict QP offset for B-frame vs following P-frame
2005-01-11 Loren Merrittr72 broke B-frames without intra4x4. fixed.
2005-01-10 Loren Merrittupdated VfW interface by Radek Czyz
2005-01-08 Loren Merrittimproved mv prediction: 1-3% better compression of...
2005-01-07 Loren Merrittallow constant qp on Nth pass (e.g. for forcing frame...
2005-01-07 Loren Merrittdisable subme=0 (the huge bitrate penalty wasn't worth...
2005-01-05 Loren Merrittoops, last patch had some debug statements
2005-01-05 Loren Merrittfix: "x264 -A all" didn't include b8x8 types.
2005-01-05 Loren MerrittReorganize frame type selection: No longer produces...
2005-01-03 Loren Merrittremove Makefile.cygwin because build/cygwin/Makefile...
2005-01-03 Loren Merrittreduce default verbosity, add option -v
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-31 Loren Merrittrename *.asm to avoid conflicts with libtool
2004-12-30 Loren Merrittlist default settings in --help
2004-12-30 Loren Merrittreplace EPZS diamond with a hexagon search pattern.
2004-12-29 Loren Merrittsps->i_num_ref_frames was set higher than necessary
2004-12-29 Loren Merrittnew option: --fps
2004-12-29 Loren Merrittvarious cleanups in macroblock caching.
2004-12-28 Loren Merrittmore accurate cost for psub8x8 modes.
2004-12-23 Loren Merrittimplement macroblock types B_16x8, B_8x16
2004-12-22 Loren Merrittsimplify x264_mb_predict_mv_direct16x16_temporal
2004-12-22 Loren Merrittoption '--frames' limits number of frames to encode.
2004-12-22 Loren Merrittsimplify calvc mb type
2004-12-17 Loren Merrittimplement macroblock types B_SKIP, B_DIRECT, B_8x8
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...
2004-12-08 Loren Merrittcleanup stats reporting
2004-12-08 Loren Merrittapply ip_factor and pb_factor in constant quantiser...
2004-12-01 Loren Merrittsave a little bit of memory
2004-11-22 Loren Merrittmultiple hypothesis mv prediction:
2004-11-18 Laurent Aimar* analyse: we can do 4x4 Horizontal Up mode when LEFT...
2004-11-17 Loren Merrittimproved 2pass ratecontrol:
2004-11-12 Loren Merrittmore informative error message when 2pass fails to...
2004-11-11 Måns Rullgård#include <stdarg.h>
2004-11-04 Loren Merrittcleanup spacing of frame stats with verbose logging.
2004-10-28 Loren Merritttypo in x264_cabac_mb_sub_b_partition
2004-10-27 Eric Petit Typo
2004-10-27 Eric Petit + No need to emulate memalign on OS X
2004-10-27 Måns RullgårdConditionally inits 1pass rc, only if it's enabled.
2004-10-25 Måns RullgårdOops, changing those types messed up some vprintf's...
2004-10-19 Måns Rullgårdfilesize (bits) in a 32 bit int will overflow after...
2004-10-11 Måns Rullgårdfix compilation on FreeBSD (from Loren Merritt (thanks...
2004-09-29 Laurent Aimar * ratecontrol: Patch by Loren Merritt :
2004-09-29 Laurent Aimar * all: Patch by Loren Merritt.
2004-09-22 Laurent Aimar * ratecontrol: added 'b' flag to fopen.
2004-09-22 Laurent Aimar * all: Patches by Loren Merritt:
2004-08-29 Laurent Aimar * x264: added --ipratio --pbratio in help section.
2004-08-29 Laurent Aimar * ratecontrol: path by Loren Merritt.
2004-08-28 Laurent Aimar * x264: added --quiet and --no-psnr.
2004-08-28 Laurent Aimar * eval.c: lalala ;)
2004-08-28 Laurent Aimar * added Loren Merritt.
2004-08-28 Laurent Aimar * all: added eval.c (I hope libx264.dsp is correct...
2004-08-28 Laurent Aimar * all: 2pass patch by Loren Merritt <lorenm AT u.washi...
2004-08-28 Laurent Aimar * all: first part of the 2pass patch by Loren Merritt
2004-08-22 Laurent Aimar * all: include stdarg.h (needed for x264_log)
2004-08-18 Måns RullgårdUse x264_log() in ratecontrol.c
2004-08-17 Laurent Aimar * encoder/encoder.c: oops. (fixed compilation).
2004-08-17 Laurent Aimar * all: more fprintf -> x264_log.
2004-08-17 Laurent Aimar * all: added a x264_param_t.analyse.b_psnr
2004-08-17 Laurent Aimar * encoder/encoder.c: kb/s with k=1000 (more consistant...
2004-08-17 Laurent Aimar * all: introduced a x264_log function. It's not yet...
2004-08-16 Eric Petit OS X is missing exp2f()
2004-08-16 Eric PetitFixed warnings with PPC 64
2004-08-13 Måns RullgårdAdd my svn user name.
2004-08-13 Måns RullgårdBugfix.
2004-08-12 Måns RullgårdInclude timing info in VUI.
2004-08-12 Måns RullgårdAdd TAGS rule.
2004-08-11 Måns RullgårdFixes by Loren Merritt (lorenm at u.washington.edu).
2004-08-11 Måns RullgårdGet rid of integer overflows that caused the rate contr...
2004-08-09 Laurent Aimar * encoder: correct range for i_idr_pic_id is 0..65535
2004-08-08 Laurent Aimar ratecontrol: patch by Loren Merritt <lorenm AT u DOT...
2004-08-08 Laurent Aimar * ratecontrol: patch by Måns Rullgård <mru AT mru...
2004-08-08 Laurent Aimar * encoder: simpler scene cut detection (seems better...
2004-08-08 Laurent Aimar * all: Change the way PSNR is computed (based on a...
2004-08-07 Laurent Aimar * x264.h: increased X264_BUILD.
2004-08-06 Laurent Aimar * all: Patch from Måns Rullgård <mru AT mru DOT ath...
2004-08-02 Eric Petit Linux PPC AltiVec fix
2004-07-28 Eric Petit BeOS fixes (no stdint.h, no libm)
2004-07-27 Eric Petit Attempt to fix build on Linux PPC
2004-07-23 Laurent Aimar * encoder.c, analyse.c, macroblock: fixed when using...
2004-07-16 Laurent Aimar * cpu.asm: mmh trashing ebp,esi and edi isn't a good...
2004-06-29 Laurent Aimar * all: fixed ss2 runtime selection.
2004-06-18 Min Chenupdate & SSE2 support
2004-06-17 Min Chenupdate
2004-06-17 Min Chenremove some unused code
2004-06-14 Min Chensupport for build checkasm.exe
2004-06-10 Laurent Aimar * build fix (thx xxcd).
2004-06-10 VideoLAN * TODO: test.
2004-06-09 Laurent Aimar * vfw/* : oops...
2004-06-09 Laurent Aimar * mc-c.c compilation fix for gcc >= 3.3
2004-06-03 Laurent Aimar * all: re-import of CVS.
2004-06-03 Laurent Aimar * all: re-import of the CVS.