|
|
|
|
|
|
|
MPlayer 1.0rc2 for AmigaOS4 Final - Leitmotiv Version 05-11-2007
- New version that play almost all video and audio file types
- Fixed a bug that disallow ScreenBlanker after closing MPlayer
- Added AmiUpdate support
- Now YouTube files can be played correctly with IBrowse
- This version is dedicated to my cousing band and contains its first videoclip in flv format
- This version include only a generic PPC version (no Altivec)
|
|
|
MPlayer 1.0rc2 for AmigaOS4 Final - Epiphany Version 06-01-2007
- Now support the fullscreen that however must be changed in the future since it doesn't use a Screen and doesn't scale the movie correctly
- Fixed a bug on the audio sync
|
|
|
MPlayer 1.0rc1 for AmigaOS4 Final - XMAS Edition 24-12-2006
- Full overlay support thru p96_pip driver (needs AmigaOS4 Final)
- Removed cgx software modes
- The only software mode now is SDL
- Using libmad for mp? audio decoding
- Use th every last mplayer rc1 cvs
- DVD now can be played at full speed (on my G4 at least..)
- Full screen is not yet supported by p96_pip driver
- Two separate version (G3 and G4)
- IT NEEDS AMIGAOS4 FINAL TO WORK!
- XMAS icon by Kenneth Lester jr (thx!)
- p96_pip driver made by Joerg Strohmayer (thx!)
- WMV3 now are native and at FULL SPEED
- lot of mplayer bugfix!
|
|
|
MPlayer 1.0pre8 Dirty Preview Experimantal Version #3 WIP WIP
- Overlay for Voodoo cards uising a P96 and a CGX driver (thanks to Joerg Strohmayer)
- Using mplayer pre8 (plus CVS changes) version. This include many new features and codecs. Look at their site
- Compiled with gcc 4.0.3
|
|
|
MPlayer 1.0pre8 Dirty Preview Experimantal Version #2 04-04-2006
- An AREXX port that is useful with new Daniel's Gui
- Support for WMV3
- Using mplayer pre8 (plus CVS changes) version. This include many new features and codecs. Look at their site
- Many endianess bug fixed on many formats
- Full internet streaming
- A menu on video screen (only when is in window mode)
- The video driver now scale movies correctly (except for 16:9 one when in fullscreen..)
- Compiled with gcc 4.0.2
|
|
|
MPlayer 1.0pre8 Dirty Preview Experimantal Version
- Used -O4 optimization that now with new gcc work
- OGG playing problem now is resolved
- Using mplayer pre8 (plus CVS changes) version. This include many new features and codecs. Look at their site
- Some minor bugfixing
- Video rescaling. Now work well! But it is slow
- Improved memcpy() function
- Now DVD playing support the DTS
|
|
|
|
|
MPlayer 1.0pre7 Dirty Preview #5 17-08-2005
- Recompiled with Newlib and GCC 3.4.4
- Using PThread library
- Using mplayer pre7 (plus CVS changes) version. This include many new features and codecs. Look at their site
|
|
|
|
|
MPlayer 1.0pre7 Dirty Preview #4 Refresh 24-03-2005
- Resolved the Altivec problem on G3 (please report!!!)
- Resolved the GetBusKey Error
- Removed use of asyncio.library. With Olaf Barthel's clib2 the original mplayer code works very well (almost sure.. :D )
- Using mplayer pre7 (plus CVS changes) version. This include many new features and codecs. Look at their site
- Working on a p96 native driver (not included in this version!!).
- Working on software scaling. Mplayer original source code of postprocessing is totally buggy! (not included in this version!!)
- Removed WPA video driver. It was useless..
- Swapped vo_overlay and vo_cgx video drivers. Now it is possible to use mplayer only with filename
|
|
|
|
|
|
These are the major improvements:
-
First of all the speed. You can notice speed increased of a 25-30%.
This thanks to new Olaf Barthel's clib2-thread safe.
-
New video drivers and audio drivers:
-vo sdl
-ao sdl
-vo jpg
-vo png
The SDL video drivers allow to see video at full screen without problems. The only problem is that the video driver starts in fullscreen mode. If you press 'f' key it switches on Window Mode. This driver allow to cycle the WB screen modes pressing 'c' key. So when in fullscreen you wanna change the screen resolution just press the key.
The SDL driver in full screen resolution (the first resolution) is slow because there is no hardware acceleration (no overlay, you know? ;) ). So switch to window mode or change resolution.
The SDL audio drivers works like ahi driver. You can mix video and audio drivers as you want.
f.e.
-vo cgx_vmem -ao sdl
-vo sdl -ao ahi
and so on..
The jpg and png drivers write the selected video on single frames in the video directory. So you can save the video in single frames. They cannot be used with other video and audio drivers. Just:
mplayer -vo png Drive:video.avi
- Network Audio and Video streaming
Now it is possible to use the audio and video streaming simply using this syntax:
mplayer http://www.mystreamingsite.com[:port]
or better:
mplayer -playlist http://www.mystreamingsite.com[:port]/mylist.pls
look that many site has other extension than pls. Even asp or php (with parameters included) pages can be viewed with -playlist option.
- Playlist support
the -playlist option is useful when you want to use a playlist file. Just edit a files wth songs or videos filename
example:
list >ram:myplaylist.txt Video: LFORMAT %f%s
mplayer -playlist ram:myplaylist.txt -vo sdl
- New codecs supported
- and many other improvements and bug fix.
The known bugs:
- When you use SDL video driver and in the system is not present a large enough resolution, the video driver doesn't start. So it is recommended to
create in the Picasso 96 a large resolution.
- If you wanna use CGX video drivers and want a fullscreen video that fill
entire screen, you must create on Picasso 96 mode a resolution that has the
same video width (and height). This because the CGX video is buggy.. and i'm working
on it.
- Some DVD's reader signal a GetBusykey error. Please report to me the model
- There are surely many other bugs. So please report to me.
|
|
|
|
- Two new output drivers
-vo_jpeg
-vo_png
that allow to save a video into a single frames (jpeg and png respectively)
- Mplayer now is compiled with new thread safe clib2 by Olaf Barthel
- DVD Playing
the dvd can be viewed with:
-dvd-device a1ide.device:x dvd://1
- VCD Playing
-cdrom-device a1ide.device:x vcd://1
where x is the cd/dvd that you want use.
- Fullscreen playback
Now it is possible to use with full screen with -fs parameter or pressing key 'f' or clicking on video during playing.
The net is not active yet (i'm working for the next release)
- Altivec
The altivec is not active on all libraries. This version is the 1.0pre6 + last CVS of FFMPEG and MPLAYER (so most advanced than 1.0pre6).
DTS on DVD is not active yet, AC3 yes.
|
|
|
Examples of use:
- mplayer -vo cgx_vmem::ALWAYSBORDER filename
- mplayer -vo cgx_wpa::ALWAYSBORDER filename
- mplayer -vo cgx_vmem::NOBORDER filename
- mplayer -vo cgx_vmem::TINYBORDER filename
- mplayer -framedrop -vo cgx_vmem::ALWAYSBORDER filename.vob
- mplayer filename.(mp3|ogg|wav)
|