[x264-devel] commit: Totally new preset system for x264.c (not libx264), new defaults ( Jason Garrett-Glaser )

git version control git at videolan.org
Tue Jul 7 10:17:20 CEST 2009


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Wed Jul  1 21:14:57 2009 -0700| [af2a4ecd7bcefc97c8aa83913c9a2980206f9cd0] | committer: Jason Garrett-Glaser 

Totally new preset system for x264.c (not libx264), new defaults
Other new features include "tune" and "profile" settings; see --help for more details.
Unlike most other settings, "preset" and "tune" act before all other options.
However, "profile" acts afterwards, overriding all other options.
Our defaults have also changed: new defaults are --subme 7 --bframes 3 --8x8dct --no-psnr --no-ssim --threads auto --ref 3 --mixed-refs --trellis 1 --weightb --crf 23 --progress.
Users will hopefully find these changes to greatly improve usability.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=af2a4ecd7bcefc97c8aa83913c9a2980206f9cd0
---

 common/common.c   |   24 ++-
 encoder/encoder.c |   20 ++
 x264.c            |  520 ++++++++++++++++++++++++++++++++++++++++-------------
 x264.h            |   15 +-
 4 files changed, 435 insertions(+), 144 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=af2a4ecd7bcefc97c8aa83913c9a2980206f9cd0


More information about the x264-devel mailing list