I have prepared the current CVS for release, I was wondering if I could get a
few people to test it as I added a new feature in that was kinda tricky to
get right. In some situations DPMS (screen power save) would be turned off
during the play of the media and no reenabled at the end so I have added code
to correct that.
Here is the entire changelog for 2.65
2.65
Fix case where image == NULL and style is retrieved from it
Fix visible buttons when media type changes from non-streaming to streaming
in same playlist
Positioning issue for NP_FULL media in a small window
Fix GUI issues in NP_FULL mode
Fix negative percent issues when downloading large media
Improve resize issues in NP_FULL mode
Instance NULL checks in callbacks
Removal of idle events in kill_mplayer
Fix memory leak in kill_mplayer
Fix FullScreen button position
Fixed global pointer that was referencing function memory (MMS Streams)
Fix fullscreen mode where video was not centered vertically (NP_EMBED)
Disable GTK2 widget cleanup, seems to cause crashes
Couple of state checks / corrections
Add checks to make sure correct widget toolkit is used at runtime,
Display message if not, and stop.
Addtional callback checks
Fix X mode compile issues
Fix RealPlayer multiple images issues
Patch from Jesse Dutton for signal handling
Fix case where mozilla toolkit has weird number/date code (may allow a crash,
but a warning is printed)
In X mode only draw status messages when not playing
Support gecko-sdk 1.7 and higher (hopefully)
In X mode only draw white background when not playing, fixed to not redraw
anything if playing and video present
Fix fullscreen button click crash when in no_embed=1 mode, hit f to make
window fullscreen
Make dvd:// url work example: <embed type="application/x-mplayer2" width=500
height=400 autostart=0 href="dvd://1">
Fixed issue where DPMS was not reenabled on media cancel, causes screen saver
to be disabled.
Configure changes to determine if DPMS support is available
Kevin
|