# HG changeset patch # User ods15 # Date 1122014300 0 # Node ID 3467154dd4e16b0f8be716ba74ed6fe16133fb44 # Parent 72215ea5701599e770b0354ecaf31ea103c22fe0 some new stuff worth mentioning. diff -r 72215ea57015 -r 3467154dd4e1 AUTHORS --- a/AUTHORS Fri Jul 22 06:25:03 2005 +0000 +++ b/AUTHORS Fri Jul 22 06:38:20 2005 +0000 @@ -655,6 +655,8 @@ * small cleanups, mostly to EDL * -speed for MEncoder * -edl and -hr-edl-seek for MEncoder + * -delay for MEncoder + * some changes to vf_dsize and vf_expand Simon, Peter * TOOLS/wma2ogg.pl author diff -r 72215ea57015 -r 3467154dd4e1 ChangeLog --- a/ChangeLog Fri Jul 22 06:25:03 2005 +0000 +++ b/ChangeLog Fri Jul 22 06:38:20 2005 +0000 @@ -54,6 +54,7 @@ * remove_logo filter * lavcresample is now used by default (use -af-adv force=0 for old behaviour). + * vf_expand and vf_dsize now support aspect and round params. MEncoder: * audio encoding modularized @@ -63,6 +64,8 @@ * raw audio muxer * fixed various bugs in the EDL code * x264 "turbo mode" to speed up first pass of multi-pass encoding + * -delay added allowing real audio delay instead of just specifying delay + in header. Ports: * improved timer function on Mac OS X