]> granicus.if.org Git - libx264/shortlog
libx264
2005-02-10 Loren Merrittbs_align_1() didn't actually write all ones. (so encode...
2005-02-08 Loren MerrittVfW: tweak option names
2005-02-06 Loren MerrittVfW: use separate stats files for each pass of an N...
2005-02-05 Loren MerrittVfW: Enable multipass by default, increase the configur...
2005-02-04 Loren Merrittr114 didn't completely fix the problem, trying again.
2005-02-03 Loren MerrittAnother MV clipping fix.
2005-02-01 Loren MerrittSimplify x264_cabac_mb_type.
2005-01-31 Loren MerrittMore accurate clipping rectangle for motion search...
2005-01-28 Eric Petit encoder/encoder.c: gcc < 3 compile fix
2005-01-28 Loren MerrittChange default level from 2.1 to 4.0 until I get around...
2005-01-28 Loren MerrittClipping mvs to within picture + emulated border when...
2005-01-27 Loren MerrittFix clipping of mvs in probe_pskip. (Previously it...
2005-01-25 Loren MerrittFix length of strings stored in the registry.
2005-01-24 Loren Merrittregistry values for min/max keyint were mixed up
2005-01-23 Loren MerrittVfW: expose option "Nth pass" (i.e. simultaneously...
2005-01-21 Loren Merrittadd "make NDEBUG=1" to strip library
2005-01-18 Loren Merrittfinish subpixel motion refinement for B-frames (up...
2005-01-18 Loren MerrittVfW: expose the 2pass ratecontrol option: qcomp ("bitra...
2005-01-17 Loren MerrittVfW: Support ip_factor and pb_factor, some cleanups.
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...
next