OSDN Git Service

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