OSDN Git Service

Set an minimum subtitle display time of three seconds *or* until the next subtitle...
[handbrake-jp/handbrake-jp-git.git] / NEWS
diff --git a/NEWS b/NEWS
index dbba447..79e558c 100644 (file)
--- a/NEWS
+++ b/NEWS
 NEWS file for HandBrake <http://handbrake.m0k.org/>\r
+
+Changes between 0.9.1 and 0.9.2:
+
+CORE
+
+- AC3 in MP4 support
+- Multi-track audio support for Apple devices
+- Better handling of audio discontinuities
+- More flexible, "loose" anamorphic
+- Variable frame rate encoding
+- MP4 optimization for progressive downloads
+- Dynamic range compression for encoding from AC3 audio
+- Ability to encode an audio stream and pass it through at the same time
+- iPhone-compatible anamorphic (pasp atom)
+- Robust program and transport stream support
+- Better handling of DVD read errors from invalid VOB units
+- Detects and works around missing end of cell markers
+- Recovers from loss of signal in a stream
+- Drops subtitles less often
+- Keeps chapter markers in better sync and prevents duplicates
+- Better handling of B-Frames
+- Tunes FIFO sizes by CPU count
+- Finally squashes the bug that cut off the end of movies
+- Preset changes
+- Standardizes on standard out for progress and standard error for everything else.
+- Correct channel counts when passing AC3 audio to Matroska
+- Tag MP4 files as encoded with HandBrake
+- No more merging short chapters
+- Newer copies of x264,
+- VBV 2-pass patch for x264
+- Sets keyframes for x264 by frame rate.
+- Support for >2GB MKV files in Linux
+- Code audio languages in a way QuickTime understands
+- Better subtitle positioning
+- Fewer crashes in 2-pass encoding
+
+MAC
+
+- Leopard Only
+- Sparkle
+- Reads .eyetv files as well as .dvdmedia files
+- Much better queue
+- More white space
+- Code restructuring
+- Activity window logging, complete with a "black box recorder" for crashes
+- Ability to open a single title for a DVD instead of scanning the whole thing
+- Warns people when they try to queue up two files with the same name
+- Maintains picture filter states between jobs
+- .xib Interface Builder files SVN can track
+- Switches to NSImageView for previews, so no more useless OpenGL effects
+- Temporary loss of localizations for foreign languages (the old system was broken anyway)
+- Separate filter settings for every queued job
+
+WIN
+
+- Revamped preset system
+- Sparkle-compatible update checker
+- Activity log window
+- CLI built-in preset parsing
+- No more admin rights required in Vista
+- Handles more display resolutions
+
+CLI
+
+- Built-in presets
+- Short names for denoising (weak, medium, strong) and deinterlacing (fast, slow, slower) 
+- Solaris port
+- No more x264b30 (use -e x264 -I -x level=30:cabac=0 instead or better yet an iPod preset)
+- Chapter marker .csv input fixed
+- CRF as default quality mode for x264, now -q is CRF and if you want CQP add -Q to it
 \r
 Changes between 0.9.0 and 0.9.1:\r
 \r
        Core HandBrake Changes:\r
        + Added: Forced subtitle support\r
+       + Added: 6-channel Vorbis audio\r
+       + Changed: Much better buffer management, leading to impressive speed-ups all over the place\r
        + Changed: Color subtitles now display in color, instead of being transparent.\r
        + Changed: All errors to stderr with hb_log() instead of to stdout with fprintf()\r
        + Changed: Accept stream input where the file type is in caps (.VOB instead of just .vob, etc)\r
+       + Changed: Better quality Vorbis codec (AoTuV)\r
+       + Changed: Faster (threaded) ffmpeg\r
+       + Changed: Force x264 to use a key frame at chapter markers\r
+       + Changed: Try to recover from bad preview scans instead of crashing\r
        + Fixed: No more hanging when using MKV with chapter markers\r
        + Fixed: "Same as source" FPS now works correctly when the end-credits of a progressive film are interlaced.\r
        + Fixed: "Slow" deinterlacing no longer doubles up the chapter markers\r
        + Fixed: Proper display of fading subtitles\r
+       + Fixed: Nasty artifacts from inaccurate rounding in the video scaler\r
+       + Fixed: Improved compatibility with streams that have missing/misplaced PMTs\r
        Assorted other changes\r
        \r
        Mac Changes:\r
        + Changed: Bigger buffer for the Activity Log\r
+       + Changed: Redesigned Queueing window\r
+       + Changed: Redesigned Preferences window\r
+       + Changed: Structural reorganization of the code into more segmented files\r
        + Fixed: Closing the main window no longer causes HandBrake to quit\r
        + Fixed: Changing dimensions in Picture Settings no longer causes a crash\r
+       + Fixed: Target size bitrate calculation\r
+       + Fixed: Picture Settings previews now scale to display resolution and screen size\r
        Assorted other changes\r
        \r
        Windows Changes:\r
        + Added: More robust exception handling\r
        + Added: On-completion options to shutdown, suspend, etc\r
        + Added: Turn tooltips on or off\r
+       + Changed: Open source, NullSoft installer\r
+       + Fixed: Add-to-queue issues\r
+       + Fixed: Foreign language issues\r
        Assorted other changes\r
        \r
 Changes between 0.8.5b1 and 0.9.0:\r