]> git.sesse.net Git - x264/history - x264.c
cosmetics
[x264] / x264.c
2005-10-02 Loren Merrittcosmetics
2005-10-02 Loren Merrittcli: fix a crash on piped input.
2005-10-02 Loren Merrittstats summary: separately report all 5 partition sizes...
2005-09-24 Loren MerrittMP4 output: update to GPAC 0.4 API.
2005-09-20 Steve Lhommefps patch by Haali
2005-08-16 Loren Merrittcli: workaround to allow "--ratetol inf" on win32.
2005-08-09 Laurent Aimar * all: Patch by Mike Matsnev :
2005-07-22 Laurent Aimar * all: Added matroska writing. Patch by Mike Matsnev.
2005-06-21 Loren Merritt--cqmfile reads quant matrices in a JM-compatible format.
2005-06-21 Loren Merrittadjust coded buffer size based on input resolution...
2005-06-20 Loren Merrittcustom quant matrices
2005-06-17 Loren Merrittlossless mode enabled at qp=0
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-05-29 Loren Merrittmultithreading (via slices)
2005-05-24 Loren Merrittmove zones parsing to ratecontrol.c; allows passing...
2005-05-24 Loren MerrittUMHex motion seach (but no early termination yet)
2005-05-24 Loren MerrittZoned ratecontrol.
2005-05-13 Loren MerrittCLI option: --seek
2005-05-12 Loren MerrittCLI option: --visualize
2005-05-11 Loren MerrittNew ratecontrol options:
2005-04-30 Loren MerrittUpdated MSVC project files.
2005-04-21 Loren MerrittCLI (mp4): return to 'capture' output mode, remove...
2005-04-19 Loren MerrittAllow manual selection of fullpel ME method. New method...
2005-04-18 Loren Merritt10l (CLI: fflush after progress update)
2005-04-17 Loren MerrittCLI: progress indicator
2005-04-15 Eric Petit [mp4] ftyp & moov boxes at the begining of the file...
2005-04-14 Loren MerrittCLI: --fps had side-effects. fixed.
2005-04-14 Loren MerrittCLI: cosmetics
2005-04-13 Laurent Aimar * x264.c: Fix ctts box creation. Patch by bobololo...
2005-04-12 Loren MerrittCLI: require output file (don't default to stdout)...
2005-04-12 Loren MerrittCLI: MP4 muxing.
2005-04-07 Måns RullgårdOptionally use access unit delimiter NAL units.
2005-04-05 Loren Merrittprint svn version number in SEI info and in CLI/VfW.
2005-03-28 Loren MerrittCLI: flush B-frames at the end of the encode
2005-03-17 Loren Merritttweak usage message
2005-03-16 Loren MerrittSimplify inter analysis option names. (psub16x16 -...
2005-03-15 Loren Merrittmacroblock_analyse: simplify cost comparisons. (cosmetic)
2005-03-14 Loren MerrittChroma ME (P-frames only).
2005-03-13 Loren MerrittSSD comparison function (not yet used).
2005-03-10 Loren MerrittAVI & Avisynth input (win32 only).
2005-03-10 Loren Merrittexpose option "chroma qp offset"
2005-03-05 Loren Merrittreport version number in decimal instead of hex
2005-03-04 Loren MerrittNew option: "B-frame pyramid" keeps the middle of 2...
2005-03-03 Loren Merrittsmarter parsing of resolution from commandline
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-22 Loren MerrittAdd: implicit weighted prediction for B-frames.
2005-02-20 Loren MerrittConfigurable level. Levels are still not enforced;...
2005-01-12 Loren MerrittChanges the mechanics of max keyframe interval:
2005-01-05 Loren Merrittfix: "x264 -A all" didn't include b8x8 types.
2005-01-03 Loren Merrittreduce default verbosity, add option -v
2004-12-30 Loren Merrittlist default settings in --help
2004-12-29 Loren Merrittnew option: --fps
2004-12-22 Loren Merrittoption '--frames' limits number of frames to encode.
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...
2004-11-17 Loren Merrittimproved 2pass ratecontrol:
2004-09-29 Laurent Aimar * all: Patch by Loren Merritt.
2004-09-22 Laurent Aimar * all: Patches by Loren Merritt:
2004-08-29 Laurent Aimar * x264: added --ipratio --pbratio in help section.
2004-08-28 Laurent Aimar * x264: added --quiet and --no-psnr.
2004-08-28 Laurent Aimar * all: 2pass patch by Loren Merritt <lorenm AT u.washi...
2004-08-12 Måns RullgårdInclude timing info in VUI.
2004-08-06 Laurent Aimar * all: Patch from Måns Rullgård <mru AT mru DOT ath...
2004-07-28 Eric Petit BeOS fixes (no stdint.h, no libm)
2004-06-03 Laurent Aimar * all: re-import of the CVS.