diff options
author | jbrjake <[email protected]> | 2007-10-05 18:54:14 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-10-05 18:54:14 +0000 |
commit | 587c58553ccb44f5a01a72e0889a8e131cb678ea (patch) | |
tree | 32e8ac74d6a1728f94902dfc7a5daa674bb2f22c /NEWS | |
parent | c8176e129a536a8fe59fbeb0bc605e3823727fa6 (diff) |
Adds more changes for 0.9.1 to the NEWS file.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1004 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -4,25 +4,41 @@ Changes between 0.9.0 and 0.9.1: Core HandBrake Changes:
+ Added: Forced subtitle support
+ + Added: 6-channel Vorbis audio
+ + Changed: Much better buffer management, leading to impressive speed-ups all over the place
+ Changed: Color subtitles now display in color, instead of being transparent.
+ Changed: All errors to stderr with hb_log() instead of to stdout with fprintf()
+ Changed: Accept stream input where the file type is in caps (.VOB instead of just .vob, etc)
+ + Changed: Better quality Vorbis codec (AoTuV)
+ + Changed: Faster (threaded) ffmpeg
+ + Changed: Force x264 to use a key frame at chapter markers
+ + Changed: Try to recover from bad preview scans instead of crashing
+ Fixed: No more hanging when using MKV with chapter markers
+ Fixed: "Same as source" FPS now works correctly when the end-credits of a progressive film are interlaced.
+ Fixed: "Slow" deinterlacing no longer doubles up the chapter markers
+ Fixed: Proper display of fading subtitles
+ + Fixed: Nasty artifacts from inaccurate rounding in the video scaler
+ + Fixed: Improved compatibility with streams that have missing/misplaced PMTs
Assorted other changes
Mac Changes:
+ Changed: Bigger buffer for the Activity Log
+ + Changed: Redesigned Queueing window
+ + Changed: Redesigned Preferences window
+ + Changed: Structural reorganization of the code into more segmented files
+ Fixed: Closing the main window no longer causes HandBrake to quit
+ Fixed: Changing dimensions in Picture Settings no longer causes a crash
+ + Fixed: Target size bitrate calculation
+ + Fixed: Picture Settings previews now scale to display resolution and screen size
Assorted other changes
Windows Changes:
+ Added: More robust exception handling
+ Added: On-completion options to shutdown, suspend, etc
+ Added: Turn tooltips on or off
+ + Changed: Open source, NullSoft installer
+ + Fixed: Add-to-queue issues
+ + Fixed: Foreign language issues
Assorted other changes
Changes between 0.8.5b1 and 0.9.0:
|