1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

some new stuff worth mentioning.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16042 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2005-07-22 06:38:20 +00:00
parent ea10eebad5
commit 3cf7669ea0
2 changed files with 5 additions and 0 deletions

View File

@ -655,6 +655,8 @@ Shimon, Oded (ods15) <ods15@ods15.dyndns.org>
* 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 <simon.peter@linuxuser.hu>
* TOOLS/wma2ogg.pl author

View File

@ -54,6 +54,7 @@ MPlayer (1.0)
* 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 @@ MPlayer (1.0)
* 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