OSDN Git Service

MacGui: Change Copryight from 2009 to 2011
[handbrake-jp/handbrake-jp-git.git] / NEWS
1 NEWS file for HandBrake <http://handbrake.fr/>
2
3 Changes between 0.9.4 and 0.9.5:
4
5 * Core Library
6   - BluRay disc structure support. (No decryption support) 
7   - Updated Libraries (x264, ffmpeg) 
8   - SSA Subtitle support. (Including burn-in) 
9   - MP3 audio now supported in MP4 files (Note: Limited Player compatibility) 
10   - Updated Presets for newer devices and better quality 
11   - Many Bug fixes and other small improvements
12
13 *All GUIs
14   - Updated x264 Advanced Panel
15   - Video Quality Slider drops % value and only shows RF for x264
16   - Batch Scan (Scan Multiple files at once. N.B: Does not include multiple VIDEO_TS folders / Image files) 
17   - Many Bug fixes
18   - Many Tweaks to improve usability.
19   - Ability to edit queue jobs
20
21 * Mac GUI
22   - New Audio Panel supporting >4 Audio Tracks
23
24 * Windows GUI
25   - Encode Status in GUI. (CLI window is now always hidden)
26   - Improved Auto-Naming for Destination file name.
27   - Drag / Drop Video onto Main Window to scan.
28   
29 * Linux GUI
30   - Many Bug fixes and UI improvements. 
31   
32 Changes between 0.9.3 and 0.9.4:
33
34 Core:
35
36 * New build system, allowing 64-bit binaries (around 10% faster)
37 * Soft subtitles and Closed Captions:
38   - DVD Closed Captions
39   - ATSC Closed Captions
40   - SRT subtitle import
41   - Text soft subtitles in MP4 and MKV output
42   - Bitmap soft subtitles in MKV output
43 * Better support for DVD inputs:
44   - Uses libdvdnav
45   - DVD angles support
46   - Workaround for libdvdread malloc bomb on invalid PGC entry
47   - DVD drive region detection support in Linux
48   - Handles DVD programs with more than 16 streams
49   - No longer tries to detect and discard duplicate titles when scanning
50   - Libdvdnav patched to perform read error recovery
51   - Libdvdread patched to allow raw device access in Windows
52   - Handles poorly mastered DVDs that had the menus ripped out of them
53 * Better support for non-DVD inputs:
54   - Preserves MP4 metadata
55   - TrueHD
56   - DTS-HD demuxing
57   - 8 bit audio
58   - Better handling of transport streams where audio starts first
59   - Better handling of transport streams that have been spliced together, leading to duplicate timestamps
60   - Better VC-1 frame detection
61   - Fixes bug that was causing one sec. of audio to be dropped on many ffmpeg files
62   - Looks harder for aspect ratio info from DV sources
63   - No longer truncates the last (dummy) chapter
64   - Allows specifying field parity for detelecine and decomb
65 * Better AV sync
66 * Support for sources with no audio
67 * DTS passthrough for MKV
68 * x264 bumped from r1169 to r1347, which means speed optimizations, new default settings (see r2742 commit comment), the magic of macroblock tree rate control (mbtree), a new CRF curve (meaning you will get different, generally lower bitrates at the same RF, with similar quality metrics), and weighted P-Frames (disabled by default for Baseline encodes and the AppleTV preset). 
69 * Better sample interleaving
70 * Better, optional deinterlacer for decomb (EEDI2)
71 * New mode structure for the decomb filter
72 * Variable verbose logging levels
73 * Fixed timing for first two frames coming out of filters
74 * Libtheora bumped to 1.1.0
75 * Improvements to our theora implementation (2 pass encoding + soft target rate control)
76 * Caters to Theora's insistence on content having mod16 framing dimensions specified
77 * Flushes LAME encoder's final packets
78 * Fixed interjob framerate calculation
79 * Fixed pthreads regression in cygwin
80 * Tweaks for packaging tools
81 * Solaris 10 build support
82
83 All interfaces:
84
85 * Live video preview
86 * New subtitle tab
87 * New filters and picture settings inspector
88 * Custom anamorphic mode
89 * Updated Sparkle
90 * Custom number of preview images
91 * Quality slider now works off actual rate factor/quantizer values instead of percentages
92 * Partially updated advanced x264 tab
93 * New built-in presets
94 * Use libdvdnav by default on DVD sources
95 * Removed Constant QP encoding option for x264 (use CRF)
96 * Various bug fixes and UI tweaks
97 * x264 turbo 1st pass mode now uses subme=2 not subme=1
98
99 Mac:
100
101 * Core Audio AAC encoding
102 * H.264 video source decoding crash fixed
103 * Queue displays varying row heights based on encode settings
104 * Fixed EyeTV package scanning
105 * 64bit / 32 bit VLC detection 
106 * Preset import/export
107
108 Windows:
109
110 * New audio tab
111 * AAC audio source decoding bug fixed
112 * Tray minimization is now optional
113 * Queue can now be started from main window
114 * Growl for Windows notification support
115 * General UI improvements
116 * Preset import
117 * Preferred language control for audio dubs and subtitles
118 * Fixed file extensions resetting to m4v when enabling chapter markers in mkv
119 * Faster updating of GUI elements from CLI data
120 * Cleanup / Improved some of the programs options. (Growl, use m4v, drive detection)
121 * Numerous fixes in the Picture Settings Panel and CLI Query Handling code.
122 * Bug Fixes and Usability improvements.
123
124 Linux:
125
126 * General UI improvements
127 * Inhibits sleep mode while encoding
128 * Single title scan
129 * Chapter duration display
130 * Notifications when encodes complete
131 * Tray minimization
132 * Full screen preview
133 * Preset import/export
134 * Preferred language control for audio dubs and subtitles
135 * Preferences rearrangement
136 * Preference to auto-apply .m4v extension
137 * New system tray icon behavior
138 * Preference for what to do when encode completes
139 * Preference for how often to delete activity logs
140 * Preference to disable automatic scanning
141 * New Gnome session manager support
142 * Improved "auto" audio selection
143 * Use .m4v as the default extension for the MPEG-4 container
144 * Use .m4v when soft subs are enabled
145 * Alternate angle encoding fix
146 * Only strips drive letters for Windows builds
147 * Show correct audio format info when it's been sanitized for incompatibilities
148 * Preserve chapter list modifications made to queued jobs
149 * Fixed error when navigating chapter titles with the keyboard
150 * Bug Fixes.
151
152 CLI:
153
154 * Options to handle new subtitle, anamorphic, and preview features
155 * --srt-file, --srt-codeset, --srt-offset, --srt-lang, --srt-default
156 * --native-dub option lets users request dubbing instead of subs when the audio isn't in their native language
157 * Allow encoding sources with no audio without explicitly stating -a none
158 * Update checker on MinGW built exe should now work correctly.
159 * Matches GUIs' default verbosity level of 1
160
161 Changes between 0.9.2 and 0.9.3:
162
163 0.9.3 Snapshot 5 -> 0.9.3 Final
164 - Better PMT processing
165 - Basic underlying support for live previews (encode from a seek point for a set number of frames)
166 - Better searching for IDR frames in H.264 streams
167 - Preset changes (iPhone goes CRF, some old Apple presets resurrected as Legacy)
168 - Assorted bug fixes
169
170 0.9.3 Snapshot 4 -> 0.9.3 Snapshot 5 (r1913)
171 Core Library
172 - VC-1 stream input
173 - Newer libmp4v2, which fixes the issue with output > 2 gigs in Linux
174 - Proper allocation for preview frames
175 - Avoids corruption of previews of sources that use widths that aren't cleanly divisible by 8
176 - Decodes DTS internally instead of using ffmpeg, to allow mixdowns
177 - Better support for DTS in MKV files with implicit timestamps or large timestamp errors
178 - Ensures proper chroma size by rounding up when dealing with odd dimensions
179 - Ensures "auto" samplerate sends a valid value to faac (22050, 24000, 32000, 44100, or 48000)
180 - Bumped Theora to 1.0 final
181 - Bumped x264 to r1024, which includes Nehalem optimizations as well as speed boosts for things such as b-adapt=2
182
183 Mac GUI
184 - Allows multibyte characters in chapter titles
185
186 Windows GUI
187 - Fixes issue parsing presets that use maxWidth and maxHeight (-X and -Y)
188 - DRC defaults to 1 now
189 - Chapter markers disabled for non-DVD sources
190 - Makes sure Normal preset gets loaded
191 - Fixes arithmetic overflow crash when scanning
192
193 Linux GUI
194 - Update checker
195 - Limits range of chapters to encode to the number of chapters on the DVD
196 - Disabled entry of dimensions larger than the source
197
198 CLI
199 - Allows overriding of audio (tracks, bitrates, samplerates, codecs, mixdowns) and x264 options in built-in presets
200
201 Documentation
202 - Documentation updates have begun on the wiki, although they are not yet complete
203
204 0.9.3 Snapshot 3 -> 0.9.3 Snapshot 4 (r1896)
205 Core Library
206 - Converts video in other color spaces to YUV420 (this means DV support)
207 - Official, standards-based AC3-in-MP4
208 - Tries to base the AV timing for streams off audio when possible
209 - Keeps some audio fixes for lost packets in over the air streams from interfering with other sources
210 - Handles rendering of sources where the picture resolution changes mid-stream (this fixes the long-standing bug reading a particular episode of Doctor Who)
211 - Wider window for clock references (AV sync)
212 - Fixed a crash when closing out data for AAC encoding on aborted encodes
213 - Rejiggered verbose activity log display to be more laconic by default
214 - Updated x264 to r1016, which means b-rdo and bime are gone and replaced with new subme modes
215 - DTS and HDMV DTS audio support in streams
216 - Doesn't show the audio track button on iPhones/iPod Touches unless there's more than 1 track
217 - Tries to avoid garbage data from AC3 sync by searching for two agreeing packets
218 - As the MPEG4IP project is defunct, switched to an independently maintained libmp4v2 which has folded in all our cumbersome patches
219 - Fixed SunOS compilation
220 - Fixed conflict between maxHeight and maxWidth and loose anamorphic
221 - Warn in the log when titles are being ignored during scan for lack of audio
222 - Fixed bug with Slow/Slowest deinterlacing and decomb which could leave a flickering line at the top or bottom of the screen
223 - Extracts audio and subtitle types from DVD sources, to do things like label commentary tracks
224 - Better handling of the beginning of AVI and WMV sources that start after time 0
225 - Optimize MP4 for web download works with AC3 tracks now
226
227 Mac GUI
228 - Nested presets
229 - Individual activity logs for each encode (stored by default in ~/Application Support/HandBrake, can be co-located with encoded file destination by preference)
230 - Allows reading from ZFS volumes
231 - Fixed target size mode. It keeps breaking itself. Maybe it should just be put out of its misery...
232 - Assorted other improvements
233
234 Windows GUI
235 - Nested presets
236 - Individual activity logs for each encode
237 - Slow and slower deinterlacing and decomb work now in Windows
238 - Added resizeable update window
239 - Fixed parsing of non-DVD source audio formats
240 - Restored Copy to Clipboard to the Activity Log Window, among other enhancements to it
241 - Fixed bug with MKV presets showing up as .m4v
242 - Assorted other improvements
243
244 Linux GUI (GTK)
245 - Nested presets
246 - Individual activity logs for each encode
247 - Allows pending queue items to be removed, and reloaded in the main window for editing
248 - Better handling of HD previews
249 - Assorted other improvements
250
251 CLI
252 - Updated presets to the equivalent of the nested ones in the GUIs
253 - Allows setting custom audio track names in MP4 files
254 - Allows selection of the COLR atom in MP4 files, between Bt.601 and Bt.709
255 - Fixed reading of device paths in OS X
256
257 A special note on the new presets (they're collapsible-triangle-folder-thing-errific!)
258 - Deux Six Quatre, Blind, Broke, and Bedlam are gone. They were dead weight.
259 - iPod Low-Rez is now iPod Classic & iPod Nano
260 - iPod High-Rez is now iPod Legacy
261 - iPhone / iPod Touch is now iPhone & iPod Touch, so take care CLI users
262 - Animation and Television now use the decomb and detelecine (VFR) filters
263 - High Profile presets now use psy-trellis and the new subme 9 mode with B-frame RD refinement
264 - AppleTV is now CRF, so sizes will vary with content
265 - PS3 preset should be fixed
266 - Constant Quality Rate still needs its quality % lowered, probably
267
268 The keen reader is already asking "iPod Legacy? WTF is iPod High-Rez called iPod Legacy now?"
269
270 The answer is Universal.
271
272 The Universal preset is designed to play on all modern iPods (anything newer than the iPod 5.5G). It also plays on iPhones. It also plays on AppleTVs. It should also play just about anywhere else, hence the name. It is full anamorphic DVD resolution--no tricks with downscaling like stuff from the iTunes Store. It includes chapters, and has the first audio track in both AAC (DPL2 downmixed) and AC3 pass-thru, just like the AppleTV preset. In fact, it should give the same quality as the AppleTV preset, but faster...and at a larger file size. Like the AppleTV preset, it used CRF, so sizes will vary.
273
274 0.9.3 Snapshot2 -> 0.9.3 Snapshot 3 (r1797)
275 Core Library:
276 - Universal input support, utilizing libavcodec from the FFmpeg project for decoding non-MPEG-2 video
277 - Newer, faster, better version of the x264 codec, including psychovisual optimizations
278 - Better AV sync through full compliance with the MPEG Standard Target Decoder timing model
279 - More accurate auto-cropping
280 - Support for New Zealand and Norwegian HDTV broadcasts (H.264 and AAC-LATM in MPEG-TS)
281 - Detelecine is now "VFR detelecine" by default, dropping some frames and extending others to make up lost time, old behavior of keeping duplicate frames is enabled by selecting a framerate besides "Same as source"
282 - Threaded deinterlacing in Slow and Slower modes
283 - Threaded and entirely rewritten decomb filter
284 - Better audio resampling interpolator
285 - Better gamma in QuickTime through the use of the COLR MP4 atom
286 - Better constant quality encoding when using FFmpeg
287 - Hopefully better cache and virtual memory performance by recycling buffers that were most recently used instead of least
288 - Fix for MP4s with "negative duration" errors.
289 - Set the detelecine filter to work better with PAL by using "loose" breaks
290 - Fix for missing initial H.264 NAL units, improves reliability of 8x8dct
291 - Fix for subtitle-scan with XviD encoding
292 - Fix for crash at the end of 2nd pass using x264
293 - Deblock filter works now
294 - Rewritten update system, so the core library can read a portion of Sparkle appcasts.
295 - Updates for libsamplerate, libogg, xvidcore, libtheora, libmpeg2, lame, faac, and of course ffmpeg and x264.
296
297 Mac GUI
298 - Entirely rewritten and far more flexible queue that can be saved between sessions, capable of preserving queued items after a crash
299 - Now requires vlc 0.9.xx to read protected dvd's in the users /Applications folder
300 - Fix for 4x3 loose anamorphic to keep it from downscaling
301 - Countless other improvements
302
303 Windows GUI
304 - Resolution calculation
305 - Better preset bar
306 - Better queue (including queue recovery feature)
307 - Better activity log window
308 - Improved UI (layout changes, animated x264 options, DVD drive detection, duration displayed)
309 - More options - includes support for custom auto name format & starting the CLI minimized
310 - Countless other improvements
311
312 Linux GUI (GTK)
313 - It's alive!
314
315 Known Issues in Snapshot 3
316 - Possibility of a flickering line at the top or bottom of the frame after Slow or Slower deinterlacing or decombing
317 - Input bitrate display may be off by a factor of 100 for H.264-in-TS sources
318 - Constant Quality Rate preset probably needs a lower quality level (60% - 55%)
319 - With non-DVD sources that don't have AC3 audio, you can't encode 1 input audio track to multiple output audio tracks
320 - Slow and Slower deinterlacing and decombing are BROKEN in Windows
321 - QuickTime won't read Xvid-in-MP4 output, although VLC will
322 - Windows GUI does not detect all audio tracks from non-DVD sources
323
324 0.9.3 Snapshot 1 -> 0.9.3 Snapshot 2 (r1477)
325 Core Library:
326 - Anamorphic PAR for the AVI container
327 - Allow constant frame rates when they different from the source's frame rate (otherwise pass through the variable MPEG-2 frame durations )
328 - Decomb filter (selectively deinterlaces when it sees interlacing in the frame)
329 - Filter bug fixed, that would skip any filters after detelecine, if VFR wasn't enabled
330 - Loose anamorphic + FFmpeg video bug fixed
331
332 Windows GUI:
333 - Title dropdown list bug fixed
334 - Missing log file bug fixed
335
336 CLI:
337 - Default audio samplerate changed to 48kHz, audio bitrate changed to 160kbps.
338 - Samplerate entry bug fixed
339
340 0.9.2 -> 0.9.3 Snapshot 1 (r1457)
341 Core Library:
342 - New audio subsystem (no more AAC+AC3, control each track's codec and settings individually)
343 - Removed libdvdcss (HandBrake no longer decrypts DVDs on its own, will use VLC to do so if it's available)
344 - Added Theora encoder
345 - Fixed x264-in-avi and ffmpeg-in-avi
346 - Fixed xvid
347 - More accurate scaling
348 - Major sync improvements
349 - Major stream improvements
350 - AAC+AC3 support in MKV
351 - MKV seeking fixes
352 - Make sure subtitles get displayed long enough to read them
353 - Updated VBV 2-pass and VBV 1-pass patch for x264
354 - Adaptive Quantization for x264
355 - Recover from bad preview scans
356 - Recover from invalid PGNs
357 - Fixed vorbis bitrate control
358 - Snapshot builds
359
360 Mac:
361 - New audio interface
362 - Loads libdvdcss from VLC at runtime if it's present on the user's system
363 - No more general-purpose "Codecs" menu -- set video and audio codecs individually
364 - More robust preset system, in preparation for nested presets
365 - Made 64-bit MP4 file widget more prominent
366 - Only allow useful x264 options in the advanced tab
367 - Various fixes and improvements
368
369 Windows:
370 - New x264 tab
371 - New audio interface
372 - Various fixes and improvements
373
374 CLI:
375 - New audio interface
376
377 Changes between 0.9.1 and 0.9.2:
378
379 CORE
380
381 - AC3 in MP4 support
382 - Multi-track audio support for Apple devices
383 - Better handling of audio discontinuities
384 - More flexible, "loose" anamorphic
385 - Variable frame rate encoding
386 - MP4 optimization for progressive downloads
387 - Dynamic range compression for encoding from AC3 audio
388 - Ability to encode an audio stream and pass it through at the same time
389 - iPhone-compatible anamorphic (pasp atom)
390 - Robust program and transport stream support
391 - Better handling of DVD read errors from invalid VOB units
392 - Detects and works around missing end of cell markers
393 - Recovers from loss of signal in a stream
394 - Drops subtitles less often
395 - Keeps chapter markers in better sync and prevents duplicates
396 - Better handling of B-Frames
397 - Tunes FIFO sizes by CPU count
398 - Finally squashes the bug that cut off the end of movies
399 - Preset changes
400 - Standardizes on standard out for progress and standard error for everything else.
401 - Correct channel counts when passing AC3 audio to Matroska
402 - Tag MP4 files as encoded with HandBrake
403 - No more merging short chapters
404 - Newer copies of x264,
405 - VBV 2-pass patch for x264
406 - Sets keyframes for x264 by frame rate.
407 - Support for >2GB MKV files in Linux
408 - Code audio languages in a way QuickTime understands
409 - Better subtitle positioning
410 - Fewer crashes in 2-pass encoding
411
412 MAC
413
414 - Leopard Only
415 - Sparkle
416 - Reads .eyetv files as well as .dvdmedia files
417 - Much better queue
418 - More white space
419 - Code restructuring
420 - Activity window logging, complete with a "black box recorder" for crashes
421 - Ability to open a single title for a DVD instead of scanning the whole thing
422 - Warns people when they try to queue up two files with the same name
423 - Maintains picture filter states between jobs
424 - .xib Interface Builder files SVN can track
425 - Switches to NSImageView for previews, so no more useless OpenGL effects
426 - Temporary loss of localizations for foreign languages (the old system was broken anyway)
427 - Separate filter settings for every queued job
428
429 WIN
430
431 - Revamped preset system
432 - Sparkle-compatible update checker
433 - Activity log window
434 - CLI built-in preset parsing
435 - No more admin rights required in Vista
436 - Handles more display resolutions
437
438 CLI
439
440 - Built-in presets
441 - Short names for denoising (weak, medium, strong) and deinterlacing (fast, slow, slower) 
442 - Solaris port
443 - No more x264b30 (use -e x264 -I -x level=30:cabac=0 instead or better yet an iPod preset)
444 - Chapter marker .csv input fixed
445 - CRF as default quality mode for x264, now -q is CRF and if you want CQP add -Q to it
446
447 Changes between 0.9.0 and 0.9.1:
448
449         Core HandBrake Changes:
450         + Added: Forced subtitle support
451         + Added: 6-channel Vorbis audio
452         + Changed: Much better buffer management, leading to impressive speed-ups all over the place
453         + Changed: Color subtitles now display in color, instead of being transparent.
454         + Changed: All errors to stderr with hb_log() instead of to stdout with fprintf()
455         + Changed: Accept stream input where the file type is in caps (.VOB instead of just .vob, etc)
456         + Changed: Better quality Vorbis codec (AoTuV)
457         + Changed: Faster (threaded) ffmpeg
458         + Changed: Force x264 to use a key frame at chapter markers
459         + Changed: Try to recover from bad preview scans instead of crashing
460         + Fixed: No more hanging when using MKV with chapter markers
461         + Fixed: "Same as source" FPS now works correctly when the end-credits of a progressive film are interlaced.
462         + Fixed: "Slow" deinterlacing no longer doubles up the chapter markers
463         + Fixed: Proper display of fading subtitles
464         + Fixed: Nasty artifacts from inaccurate rounding in the video scaler
465         + Fixed: Improved compatibility with streams that have missing/misplaced PMTs
466         Assorted other changes
467         
468         Mac Changes:
469         + Changed: Bigger buffer for the Activity Log
470         + Changed: Redesigned Queueing window
471         + Changed: Redesigned Preferences window
472         + Changed: Structural reorganization of the code into more segmented files
473         + Fixed: Closing the main window no longer causes HandBrake to quit
474         + Fixed: Changing dimensions in Picture Settings no longer causes a crash
475         + Fixed: Target size bitrate calculation
476         + Fixed: Picture Settings previews now scale to display resolution and screen size
477         Assorted other changes
478         
479         Windows Changes:
480         + Added: More robust exception handling
481         + Added: On-completion options to shutdown, suspend, etc
482         + Added: Turn tooltips on or off
483         + Changed: Open source, NullSoft installer
484         + Fixed: Add-to-queue issues
485         + Fixed: Foreign language issues
486         Assorted other changes
487         
488 Changes between 0.8.5b1 and 0.9.0:
489
490         Core HandBrake Changes
491         + Added: Matroska (MKV) container output
492         + Added: Limited MPEG-2 transport stream (.VOB and .TS) input support
493         + Added: Option to write MP4 files larger than 4GB
494         + Added: Video filters (pullup, yadif, mcdeint, hqdn3d, pp7)
495         + Added: DTS audio input
496         + Changed: Switched to Lanczos scaling from libswscale
497         + Changed: Precise chapter marker location
498         + Changed: Newer libraries
499         + Changed: Much faster (threaded) iPod encoding
500         + Changed: "Same as source" works differently (better?) now
501         + Fixed: Audio drops should be thoroughly banished now
502         + Fixed: MP2 audio support
503         Assorted other changes
504         
505         CLI Changes:
506         + Added: Chapter naming
507         + Added: Many new command line options for subtitles and filters.
508         + Added: Turbo for 2-pass x264 encodes
509         Assorted other changes
510         
511         Mac Changes:
512         + Added: Chapter naming
513         + Added: Growl support
514         + Added: Advanced x264 settings tab
515         + Added: Logging window
516         + Added: Turbo for 2-pass x264 encodes
517         + Added: Many new presets
518         + Added: Unified toolbar
519         + Changed: Default settings
520         + Changed: Further integration of the queue and active queuing
521         + Changed: Browse DVDs like any other volumes
522         + Fixed: No more floating window syndrome (Mac)
523         + Fixed: Presets retain "magic sauce" when you change settings
524         Assorted other changes
525         
526         Windows Changes:
527         + Changed: New C#-based Windows GUI front-end
528         + Changed: Improved queuing
529         + Changed: DVD information parser
530         Assorted other changes
531
532 Changes between 0.8.0b1 and 0.8.5b1
533
534         Core HandBrake Changes
535         + Added: iTunes-style chapter markers.
536         + Added: 5.1 AAC surround sound.
537         + Added: Dolby Pro Logic I and II downmixing of discrete surround sound.
538         + Added: 1-channel AAC sound from monophonic sources.
539         + Added: Advanced x264 options. (including High Profile support)
540         + Added: B-frames in x264 + .mp4
541         + Added: PPC Linux Support.
542         + Added: Preserve language IDs from the DVD in .mp4
543         + Added: Snapshot build method.
544         + Added: Anamorphic video display in QuickTime.
545         + Changed: Renamed back to HandBrake.
546         + Changed: Libraries updated.
547         + Changed: Enabled Update Checker.
548         + Fixed: Multiple Audio tracks.
549         + Fixed: Sped up DVD scanning time by being nicer to libdvdread.
550         + Fixed: .dmg is now mountable in Mac OS X versions older than 10.4
551         + Fixed: Proper output size from x264 in target size mode.
552         + Fixed: Allows output sizes larger than 2 gigs in Linux.
553         + Fixed: Several small memory leaks have been plugged.
554         + Fixed: Fixes for 64-bit systems.
555         + Fixed: Keep Aspect Ratio is no longer forced, so user-set height values are respected.
556
557         CLI Interface Changes
558         + Added: Customize maximum width and height while keeping aspect ratio
559         + Changed: Much prettier help screen
560         + Changed: HBTest/MediaForkCLI renamed to HandBrakeCLI
561         + Fixed: Better display of audio and subtitle ids
562
563         Mac GUI Changes
564         + Added: Presets! Includes initial ones for AppleTV, iPod, and PS3.
565         + Added: Preference option to auto-name output files with the DVD name and title number.
566         + Added: Preset support for x264 options.
567         + Changed: Remembers last destination path.
568         + Changed: Remembers last source path.
569         + Changed: Copy and paste in text fields.
570         + Changed: Updates target size more quickly.
571         + Changed: Mac GUI no longer retains target size values between enqueued jobs. (http://HandBrake.m0k.org/forum/viewtopic.php?t=249)
572         + Fixed: Preview frames are no longer distorted in anamorphic mode.
573         + Fixed: Mac GUI no longer floats above other windows.
574         + 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)
575         + Fixed: Makes sure destination directory is valid.
576         + Fixed: Fills in the file save field with the current output name instead of leaving it blank.
577         + Fixed: Update destination field with the current path instead of using the last one, which could have been a DVD.
578
579         Windows GUI Changes ñ Version 2.2 beta 1
580         + Added: A few presets for the iPod in the menu.
581         + Added: Ability to set default settings for all program encode options. 
582         + Added: Ability to turn off Automatic Update check on start-up. See Tools > Options
583         + Added: Mod 16 check on the Height and Width boxes. 
584         + Added: Check the amount of hard disk space left is not running low when saving file. 
585         + Added: Option to have a Read DVD window showup on start-up.
586         + Added: ìView DVD dataî Menu item in the tools menu. 
587         + Added: Links to the Homepage, forum, wiki and documentation page in the Help menu.
588         + Added: Chapter markers check box (New feature in 0.8.5b1 CLI)
589         + Changed: View DVD Information no longer appears after clicking the ìBrowseî button. 
590         + Changed: A few changes to the GUI - replaced textboxes with Dropdowns which auto-populate. 
591         + Changed: Auto Crop and Aspect text now automatically update when a new title is selected.
592         + Changed: Several tweaks to the GUI design, remove a few text items that are no longer needed.
593         + Changed: Ability to Queue videos enabled with completely re-written code. 
594         + Changed: Ability to queue stuff up while the encoding process is running. 
595         + Changed: Ability to remove items from the encode queue while is running. 
596         + Changed: Anamorphic option blanks out resolution boxes. 
597         + Changed: Re-written update checker. 
598         + Changed: Ability to turn off update check on start-up in Tools > Options
599         + Changed: Auto Crop option now fills in figures into text boxes when selected. 
600         + Changed: Mp4 now default output file extension.
601         + Changed: Enabled 5.1 AAC option.
602         + Changed: Enabled h264 advanced options. 
603         + Changed: Updated the FAQ.
604         + Changed: Included new version of HandBrake. Version 0.8.5b1.
605         + Fixed: Pixel Ratio Not being saved with the profile.
606         + Removed: Both ìView Dataî buttons on the Title Selection Window.
607         + Removed: The ìRead DVDî button. -  Automatically reads the DVD after selecting a source now.
608         + Removed: The Help and Support window. Been replaced with a few Web Links.
609
610
611 Changes between 0.7.1 and 0.8.0
612  + MediaFork project forked from HandBrake source <http://handbrake.m0k.org/>
613  + Updated libraries (meaning better quality, hopefully fewer bugs, and increased speeds)
614  + iPod 5.5G support
615  + Revamped graphical interface (Mac OS X)
616  + Anamorphic encoding with pixel aspect ratio
617  + Brighter color reproduction in QuickTime
618  + Lists disks by DVD name instead of by drive name (Mac OS X)
619  + Titles output movies based on the DVD name (Mac OS X)
620  + 32Khz audio output
621  + Constant rate factor encoding with x264
622  + New preference item to turn deinterlacing on by default (Mac OS X)
623  + New preference item to select the default audio language (Mac OS X)
624  + Bugfix for reading straight from a DVD
625
626 Changes between 0.7.0 and 0.7.1
627  + Universal Binary for PPC and Intel
628  + Bugfixes for missing subtitles, audio glitches with LPCM tracks and more
629
630 Changes between 0.7.0-beta3 and 0.7.0
631  + Multithreaded H.264 encoding with x264
632  + Added option for H.264 Baseline (suitable for iPods)
633  + (Very) experimental queue support
634  + Fixes for some DVD titles HandBrake would not recognize
635  + Fixes audio gliches when encoding from LPCM tracks
636
637 Changes between 0.6.2 and 0.7.0-beta3
638  + Chapters selection
639  + Custom framerate
640  + Subtitle support
641  + Check for updates
642  + Custom aspect ratio
643  + Audio samplerate selection
644  + mp4/H.264 output
645  + Proper NTSC support
646  + AC3 pass-through
647  + Progress bar in the dock icon (OS X)
648  + 2-pass H.264 encoding
649  + Constant quality encoding
650  + Grayscale encoding
651  + Up-to-date BeOS UI
652
653 Changes between 0.6.1 and 0.6.2
654  + Support for DVDs with MPEG audio tracks
655  + Rewrote the DVD navigation code
656  + High quality resampler included
657  + Better AVI compliance
658  + Updated encoders
659  + Internal improvements
660  + Bugfixes
661
662 Changes between 0.6.0 and 0.6.1
663  + Fixed LPCM endianness issue
664
665 Changes between 0.5.2 and 0.6.0
666  + MP4 and OGM output
667  + AAC and Vorbis encoding
668  + Experimental H264 encoding
669  + LPCM DVDs support
670  + Autocrop
671  + GTK2 linux interface
672  + OS X interface localization
673
674 Changes between 0.5.1 and 0.5.2
675  + Bugfixes
676
677 Changes between 0.5 and 0.5.1
678  + 2-pass XviD encoding
679  + Bugfixes
680
681 Changes between 0.4 and 0.5
682  + Bugfixes, rewrite of large parts of the core
683  + XviD encoding (1-pass only)
684
685 Changes between 0.3 and 0.4
686  + Better multithreading
687  + Allow the user to specify a target size instead of bitrate
688  + Misc GUI enhancements
689  + Use low-priority threads on OS X
690
691 Changes between 0.2 and 0.3
692  + OSX & Linux ports
693  + Allow 2-pass encoding
694  + Many internal changes & fixes
695
696 Changes between 0.1.1 and 0.2
697  + Fixed a major bug that made HandBrake probably crash after ~ 15
698    minutes encoded
699  + Fixed a few minor memory leaks
700
701 Changes between 0.1 and 0.1.1
702  + Fixed a stupid bug that prevented to scan volumes correctly if
703    FAT/NTFS/etc volumes were mounted
704
705 Changes between 0.1-alpha2 and 0.1 :
706  + Automatically detect ripped DVDs on BFS volumes
707  + Allow picture cropping and resizing
708  + Allow dual-audio encoding
709  + Created files are quite compliant now (tested with OSX/Quicktime
710    and BSPlayer)
711  + Better A/V sync with some DVDs
712
713 Changes between 0.1-alpha and 0.1-alpha2 :
714  + Show length for each title
715  + Fixed the screwed-audio bug
716  + Many bugfixes...
717
718 First version is 0.1-alpha.