OSDN Git Service

Fix hb_log to truncate the message at the correct point, fixes 1244.
[handbrake-jp/handbrake-jp-git.git] / NEWS
diff --git a/NEWS b/NEWS
index 75542b9..2f52a29 100644 (file)
--- a/NEWS
+++ b/NEWS
-$Id: NEWS,v 1.6 2003/08/26 18:54:06 titer Exp $
-
-Changes between 0.1.1 and 0.2
- - Fixed a major bug that made HandBrake probably crash after ~ 15 minutes encoded
- - Fixed a few minor memory leaks
-
-Changes between 0.1 and 0.1.1
- - Fixed a stupid bug that prevented to scan volumes correctly if
-   FAT/NTFS/etc volumes were mounted
-
-Changes between 0.1-alpha2 and 0.1 :
- - Automatically detect ripped DVDs on BFS volumes
- - Allow picture cropping and resizing
- - Allow dual-audio encoding
- - Created files are quite compliant now (tested with OSX/Quicktime
-   and BSPlayer)
- - Better A/V sync with some DVDs
-
-Changes between 0.1-alpha and 0.1-alpha2 :
- - Show length for each title
- - Fixed the screwed-audio bug
- - Many bugfixes...
-
-First version is 0.1-alpha.
\ No newline at end of file
+NEWS file for HandBrake <http://handbrake.m0k.org/>\r
+\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
+\r
+       Core HandBrake Changes\r
+       + Added: Matroska (MKV) container output\r
+       + Added: Limited MPEG-2 transport stream (.VOB and .TS) input support\r
+       + Added: Option to write MP4 files larger than 4GB\r
+       + Added: Video filters (pullup, yadif, mcdeint, hqdn3d, pp7)\r
+       + Added: DTS audio input\r
+       + Changed: Switched to Lanczos scaling from libswscale\r
+       + Changed: Precise chapter marker location\r
+       + Changed: Newer libraries\r
+       + Changed: Much faster (threaded) iPod encoding\r
+       + Changed: "Same as source" works differently (better?) now\r
+       + Fixed: Audio drops should be thoroughly banished now\r
+       + Fixed: MP2 audio support\r
+       Assorted other changes\r
+       \r
+       CLI Changes:\r
+       + Added: Chapter naming\r
+       + Added: Many new command line options for subtitles and filters.\r
+       + Added: Turbo for 2-pass x264 encodes\r
+       Assorted other changes\r
+       \r
+       Mac Changes:\r
+       + Added: Chapter naming\r
+       + Added: Growl support\r
+       + Added: Advanced x264 settings tab\r
+       + Added: Logging window\r
+       + Added: Turbo for 2-pass x264 encodes\r
+       + Added: Many new presets\r
+       + Added: Unified toolbar\r
+       + Changed: Default settings\r
+       + Changed: Further integration of the queue and active queuing\r
+       + Changed: Browse DVDs like any other volumes\r
+       + Fixed: No more floating window syndrome (Mac)\r
+       + Fixed: Presets retain "magic sauce" when you change settings\r
+       Assorted other changes\r
+       \r
+       Windows Changes:\r
+       + Changed: New C#-based Windows GUI front-end\r
+       + Changed: Improved queuing\r
+       + Changed: DVD information parser\r
+       Assorted other changes\r
+\r
+Changes between 0.8.0b1 and 0.8.5b1\r
+\r
+       Core HandBrake Changes\r
+       + Added: iTunes-style chapter markers.\r
+       + Added: 5.1 AAC surround sound.\r
+       + Added: Dolby Pro Logic I and II downmixing of discrete surround sound.\r
+       + Added: 1-channel AAC sound from monophonic sources.\r
+       + Added: Advanced x264 options. (including High Profile support)\r
+       + Added: B-frames in x264 + .mp4\r
+       + Added: PPC Linux Support.\r
+       + Added: Preserve language IDs from the DVD in .mp4\r
+       + Added: Snapshot build method.\r
+       + Added: Anamorphic video display in QuickTime.\r
+       + Changed: Renamed back to HandBrake.\r
+       + Changed: Libraries updated.\r
+       + Changed: Enabled Update Checker.\r
+       + Fixed: Multiple Audio tracks.\r
+       + Fixed: Sped up DVD scanning time by being nicer to libdvdread.\r
+       + Fixed: .dmg is now mountable in Mac OS X versions older than 10.4\r
+       + Fixed: Proper output size from x264 in target size mode.\r
+       + Fixed: Allows output sizes larger than 2 gigs in Linux.\r
+       + Fixed: Several small memory leaks have been plugged.\r
+       + Fixed: Fixes for 64-bit systems.\r
+       + Fixed: Keep Aspect Ratio is no longer forced, so user-set height values are respected.\r
+\r
+       CLI Interface Changes\r
+       + Added: Customize maximum width and height while keeping aspect ratio\r
+       + Changed: Much prettier help screen\r
+       + Changed: HBTest/MediaForkCLI renamed to HandBrakeCLI\r
+       + Fixed: Better display of audio and subtitle ids\r
+\r
+       Mac GUI Changes\r
+       + Added: Presets! Includes initial ones for AppleTV, iPod, and PS3.\r
+       + Added: Preference option to auto-name output files with the DVD name and title number.\r
+       + Added: Preset support for x264 options.\r
+       + Changed: Remembers last destination path.\r
+       + Changed: Remembers last source path.\r
+       + Changed: Copy and paste in text fields.\r
+       + Changed: Updates target size more quickly.\r
+       + Changed: Mac GUI no longer retains target size values between enqueued jobs. (http://HandBrake.m0k.org/forum/viewtopic.php?t=249)\r
+       + Fixed: Preview frames are no longer distorted in anamorphic mode.\r
+       + Fixed: Mac GUI no longer floats above other windows.\r
+       + Fixed: Browse by file no longer dims the browse button preventing you from changing browse locations without switching back and forth between it and drive selection. (http://HandBrake.m0k.org/forum/viewtopic.php?t=342)\r
+       + Fixed: Makes sure destination directory is valid.\r
+       + Fixed: Fills in the file save field with the current output name instead of leaving it blank.\r
+       + Fixed: Update destination field with the current path instead of using the last one, which could have been a DVD.\r
+\r
+       Windows GUI Changes \96 Version 2.2 beta 1\r
+       + Added: A few presets for the iPod in the menu.\r
+       + Added: Ability to set default settings for all program encode options. \r
+       + Added: Ability to turn off Automatic Update check on start-up. See Tools > Options\r
+       + Added: Mod 16 check on the Height and Width boxes. \r
+       + Added: Check the amount of hard disk space left is not running low when saving file. \r
+       + Added: Option to have a Read DVD window showup on start-up.\r
+       + Added: \93View DVD data\94 Menu item in the tools menu. \r
+       + Added: Links to the Homepage, forum, wiki and documentation page in the Help menu.\r
+       + Added: Chapter markers check box (New feature in 0.8.5b1 CLI)\r
+       + Changed: View DVD Information no longer appears after clicking the \93Browse\94 button. \r
+       + Changed: A few changes to the GUI - replaced textboxes with Dropdowns which auto-populate. \r
+       + Changed: Auto Crop and Aspect text now automatically update when a new title is selected.\r
+       + Changed: Several tweaks to the GUI design, remove a few text items that are no longer needed.\r
+       + Changed: Ability to Queue videos enabled with completely re-written code. \r
+       + Changed: Ability to queue stuff up while the encoding process is running. \r
+       + Changed: Ability to remove items from the encode queue while is running. \r
+       + Changed: Anamorphic option blanks out resolution boxes. \r
+       + Changed: Re-written update checker. \r
+       + Changed: Ability to turn off update check on start-up in Tools > Options\r
+       + Changed: Auto Crop option now fills in figures into text boxes when selected. \r
+       + Changed: Mp4 now default output file extension.\r
+       + Changed: Enabled 5.1 AAC option.\r
+       + Changed: Enabled h264 advanced options. \r
+       + Changed: Updated the FAQ.\r
+       + Changed: Included new version of HandBrake. Version 0.8.5b1.\r
+       + Fixed: Pixel Ratio Not being saved with the profile.\r
+       + Removed: Both \93View Data\94 buttons on the Title Selection Window.\r
+       + Removed: The \93Read DVD\94 button. -  Automatically reads the DVD after selecting a source now.\r
+       + Removed: The Help and Support window. Been replaced with a few Web Links.\r
+\r
+\r
+Changes between 0.7.1 and 0.8.0\r
+ + MediaFork project forked from HandBrake source <http://handbrake.m0k.org/>\r
+ + Updated libraries (meaning better quality, hopefully fewer bugs, and increased speeds)\r
+ + iPod 5.5G support\r
+ + Revamped graphical interface (Mac OS X)\r
+ + Anamorphic encoding with pixel aspect ratio\r
+ + Brighter color reproduction in QuickTime\r
+ + Lists disks by DVD name instead of by drive name (Mac OS X)\r
+ + Titles output movies based on the DVD name (Mac OS X)\r
+ + 32Khz audio output\r
+ + Constant rate factor encoding with x264\r
+ + New preference item to turn deinterlacing on by default (Mac OS X)\r
+ + New preference item to select the default audio language (Mac OS X)\r
+ + Bugfix for reading straight from a DVD\r
+\r
+Changes between 0.7.0 and 0.7.1\r
+ + Universal Binary for PPC and Intel\r
+ + Bugfixes for missing subtitles, audio glitches with LPCM tracks and more\r
+\r
+Changes between 0.7.0-beta3 and 0.7.0\r
+ + Multithreaded H.264 encoding with x264\r
+ + Added option for H.264 Baseline (suitable for iPods)\r
+ + (Very) experimental queue support\r
+ + Fixes for some DVD titles HandBrake would not recognize\r
+ + Fixes audio gliches when encoding from LPCM tracks\r
+\r
+Changes between 0.6.2 and 0.7.0-beta3\r
+ + Chapters selection\r
+ + Custom framerate\r
+ + Subtitle support\r
+ + Check for updates\r
+ + Custom aspect ratio\r
+ + Audio samplerate selection\r
+ + mp4/H.264 output\r
+ + Proper NTSC support\r
+ + AC3 pass-through\r
+ + Progress bar in the dock icon (OS X)\r
+ + 2-pass H.264 encoding\r
+ + Constant quality encoding\r
+ + Grayscale encoding\r
+ + Up-to-date BeOS UI\r
+\r
+Changes between 0.6.1 and 0.6.2\r
+ + Support for DVDs with MPEG audio tracks\r
+ + Rewrote the DVD navigation code\r
+ + High quality resampler included\r
+ + Better AVI compliance\r
+ + Updated encoders\r
+ + Internal improvements\r
+ + Bugfixes\r
+\r
+Changes between 0.6.0 and 0.6.1\r
+ + Fixed LPCM endianness issue\r
+\r
+Changes between 0.5.2 and 0.6.0\r
+ + MP4 and OGM output\r
+ + AAC and Vorbis encoding\r
+ + Experimental H264 encoding\r
+ + LPCM DVDs support\r
+ + Autocrop\r
+ + GTK2 linux interface\r
+ + OS X interface localization\r
+\r
+Changes between 0.5.1 and 0.5.2\r
+ + Bugfixes\r
+\r
+Changes between 0.5 and 0.5.1\r
+ + 2-pass XviD encoding\r
+ + Bugfixes\r
+\r
+Changes between 0.4 and 0.5\r
+ + Bugfixes, rewrite of large parts of the core\r
+ + XviD encoding (1-pass only)\r
+\r
+Changes between 0.3 and 0.4\r
+ + Better multithreading\r
+ + Allow the user to specify a target size instead of bitrate\r
+ + Misc GUI enhancements\r
+ + Use low-priority threads on OS X\r
+\r
+Changes between 0.2 and 0.3\r
+ + OSX & Linux ports\r
+ + Allow 2-pass encoding\r
+ + Many internal changes & fixes\r
+\r
+Changes between 0.1.1 and 0.2\r
+ + Fixed a major bug that made HandBrake probably crash after ~ 15\r
+   minutes encoded\r
+ + Fixed a few minor memory leaks\r
+\r
+Changes between 0.1 and 0.1.1\r
+ + Fixed a stupid bug that prevented to scan volumes correctly if\r
+   FAT/NTFS/etc volumes were mounted\r
+\r
+Changes between 0.1-alpha2 and 0.1 :\r
+ + Automatically detect ripped DVDs on BFS volumes\r
+ + Allow picture cropping and resizing\r
+ + Allow dual-audio encoding\r
+ + Created files are quite compliant now (tested with OSX/Quicktime\r
+   and BSPlayer)\r
+ + Better A/V sync with some DVDs\r
+\r
+Changes between 0.1-alpha and 0.1-alpha2 :\r
+ + Show length for each title\r
+ + Fixed the screwed-audio bug\r
+ + Many bugfixes...\r
+\r
+First version is 0.1-alpha.\r