<<Tillbaka
Förändringar v0.10 -> v0.10.1 Beta 1
- 0.10.1 is a minor bugfix release only. There are no new features.
Förändringar v0.10 Beta 2 -> v0.10 RC 1
- General
-
- Core
- Intel QuickSync Video Encode / Decode support.
- Windows only currently. We hope to bring this to Linux in the future but not for 0.10.
-
- Hardware Decode support via DXVA (Experimental - Windows Only)
- Decoding of some H.264, VC1 and WMV content via the GPU.
- Can provide a small improvement on slower hardware. Not suitable for fast CPU's
-
- Choice of Scalers
- Lanczos ?This is currently Handbrake's default scaler and will remain so.
-
- Bicubic (OpenCL) (Experimental) ?Available on the Command Line (All Platforms) and Windows GUI. (Mac / Linux GUI's will come in a later release)
- Currently only available in OpenCL form so requires a AMD or Intel GPU supporting OpenCL 1.1 or later. Nvidia GPU's are not currently supported.
- When downscaling, up to 5% performance improvement can be achieved. No benefit when not downscaling.
- Small loss in quality over the Lanczos scaler.
-
- Denoise
- hqdn3d filter now accepts individual settings for both chroma channels (Cr, Cb)
- New NlMeans? denoiser. This is very slow, but results are significantly better than hqdn3d.
-
- Presets
- Added Windows Phone 8 Preset
-
- Updated Libraries ?x264 r2479-dd79a61
- Libav v10.1
- libbluray 0.5.0
-
- Libavformat is now used for muxing instead of mp4v2 and libmkv
- "Large File Size" checkbox has now bee removed for mp4, as the new muxer will transition to 64bit files automatically.
- mpeg2dec has also been replaced in favour of using libav
-
- The LibAV AAC encoder is now the default as FAAC has been removed.
- This encoder is adequate for most, but until it improves a bit further, we have enabled support for the FDK-AAC encoder also. ?This FDK option is a temporary measure until the LibAV encoder improves.
- Note that FDK-AAC is much slower and will likely bottleneck the encode process, but will produce better quality audio.
-
- H.265 encoder
- Using x265 v1.3
- This encoder is still early in it's development, so is missing many H.265 features and optimisations.
-
- Added VP8 Encoder (using libvpx) ?Available in MKV files only.
-
- Removed mcdeint deinterlace and decomb modes. This relied on the snow encoder in libav which has been was removed by upstream.
- Bug fixes and Misc Improvements
-
- Windows
- Accessibility / Usability Improvements ?Added option to 'Use System Colors'. The app should now be more usable in a High Contrast mode.
- Fixed Tab ordering to make the app more keyboard friendly.
-
- LibHB is now used for scanning instead of the CLI.
- Experiential Preview window is now available as a result. (Can be enabled via preferences)
-
- Improved the layout and design of the Audio and Subtitle tabs.
- Split buttons similar to the old 0.9.8 WinForms? GUI
- Improved layout on the track listbox to make better use of the space.
-
- Improvements to Auto-Naming feature.
- When Done ?Added an option that will reset this to 'Do nothing' when the app is closed and restarted.
-
- Presets
- New 'Presets' Menu
- Presets bar can now be hidden if it's not wanted.
-
- Numerous bug fixes
- Fixed the Issue in the source dropdown where the drive menu items did not work when clicked.
- Numerous fixes in the Picture settings panel around resolution calculation.
- Numerous fixes around the way Presets are loaded and saved, particularly around Picture settings.
- Removed Growl for Windows support due to bugs and issues with this library that remain unfixed. Project appears abandoned.
- Many misc other fixes.
-
- Windows XP is no longer supported. Windows Vista with Service Pack 2 or later is now a requirement.
- The 32bit build of the application is now considered deprecated. This is due to 32bit process memory limitations.
-
- Mac
- Build system updates to compiled under OS X 10.9
- Automatic audio and subtitle track selection behaviours which can be stored per preset.
- Improvements to Auto-Naming feature.
- Misc UI enhancements.
- Bug fixes
-
- Linux
- Automatic audio and subtitle track selection behaviours which can be stored per preset.
- Improvements to Auto-Naming feature.
- Batch Add to queue by list selection.
- Russian and Czech Translations
- Bug fixes and Misc Improvements
- Requires GTK3
-
- Command Line Interface
- Basic support for return codes from the CLI. (0 = No Error, 1 = Cancelled, 2 = Invalid Input, 3 = Initialization error, 4 = Unknown Error")
- Bug fixes and Misc Improvements
Förändringar v0.10 Beta 1 -> v0.10 Beta 2
- This includes a number of bug fixes and improvements over the first beta.
Förändringar v0.9.8 -> v0.9.9
- General
- Improved HandBrake pineapple icon by Matt Johnson
- Improved Retina-resolution icons within the application, by Nik Pawlak http://nikpawlak.com
- Core
- Blu-ray (PGS) subtitle support works with Foreign Audio Search
- can be Burned-In
- can be passed through to MKV (but not MP4)
- Additional video framerates 30, 50, 59.94, 60 fps
- Double framerate ("bob") mode for the deinterlace and decomb filters
- Better audio remix support additional mixdowns: 6.1, 7.1, 7.1 (5F/2R/LFE) CLI users should note 6ch becomes 5point1
- better-than-Stereo sources can be upmixed to 5.1
- discard one channel from Stereo sources Mono (Left Only), Mono (Right Only)
- Allow the selection of higher audio bitrates where appropriate
- Allow the selection of lower audio samplerates where appropriate 8, 11.025, 12, 16 kHz
- Audio dithering (TPDF) when converting to 16-bit FLAC
- Use libavcodec for DTS audio decoding (instead of libdca) DTS-ES 6.1 Discrete support
- All graphical interfaces: support for x264's preset, tune and profile options alternative to the Advanced panel (which is still available)
- HandBrake-specific option to ensure compliance with a specific H.264 level
- Updated built-in presets take advantage of x264 preset/tune/profile support
- removed increasingly suboptimal and irrelevant Legacy presets
- Assorted bug fixes and improvements to the core library (libhb)
- Updated libraries x264 r2273-b3065e6
- Libav v9.6
- libbluray 0.2.3
- Windows
- User Interface has been re-written in WPF Includes many small UI enhancements
- Switched to .NET 4 Client Profile smaller download for those who don't have .NET 4 Full installed
- Mac
- Assorted bug fixes including better support for Retina displays
- Prevent sleep during encoding and scanning for Mountain Lion
- Drag & Drop files onto the Main window or application icon to scan
- Nicer progress indication on the dock icon
- Preview window improvements and bugfixes
- Updated Growl to 2.0.1 Notification Center support (when Growl is not installed)
- Linux
- Assorted bug fixes and improvements
- Use some system libraries rather than bundling fontconfig, freetype, libxml2, libass, libogg, libvorbis, libtheora and libsamplerate
- Command Line Interface
- Audio option (-a) will ignore invalid input tracks and encode with only the valid ones
- Allow use of hh:mm:ss format when specifying p-to-p start/stop time
- Advanced audio options enable level normalization when downmixing (disabled by default)
- disable audio dithering or select a specific algorithm
Förändringar v0.9.9 Release Preview -> v0.9.9 Release Candidate 2
- Just a quick note to let everyone know that we have pushed out a second release candidate which includes a number of bug fixes an an update to libav 9.6 which should also squash a few issues.
Förändringar v0.9.8 -> v0.9.9 Release Preview
- General
- Improved HandBrake pineapple icon by Matt Johnson
- Improved Retina-resolution icons within the application, by Nik Pawlak
- - http://nikpawlak.com
-
-
- Core
- Blu-ray (PGS) subtitle support
- - works with Foreign Audio Search
- - can be Burned-In
- - can be passed through to MKV (but not MP4)
-
- Additional video framerates ?30, 50, 59.94, 60 fps
-
- Double framerate ("bob") mode for the deinterlace and decomb filters
- Better audio remix support ?additional mixdowns: 6.1, 7.1, 7.1 (5F/2R/LFE) ¦CLI users should note 6ch becomes 5point1
-
- - better-than-Stereo sources can be upmixed to 5.1
- - discard one channel from Stereo sources ¦Mono (Left Only), Mono (Right Only)
-
-
- Allow the selection of higher audio bitrates where appropriate
- Allow the selection of lower audio samplerates where appropriate
- - 8, 11.025, 12, 16 kHz
-
- Audio dithering (TPDF) when converting to 16-bit FLAC
- Use libavcodec for DTS audio decoding (instead of libdca)
- - DTS-ES 6.1 Discrete support
-
- All graphical interfaces: support for x264's preset, tune and profile options
- - alternative to the Advanced panel (which is still available)
- - HandBrake-specific option to ensure compliance with a specific H.264 level
-
- Updated built-in presets ?take advantage of x264 preset/tune/profile support
- - removed increasingly suboptimal and irrelevant Legacy presets
-
- Assorted bug fixes and improvements to the core library (libhb)
- Updated libraries
- - x264 r2273-b3065e6
- - Libav v9.3
- - libbluray 0.2.3
-
-
- Windows
- User Interface has been re-written in WPF
- - Includes many small UI enhancements
-
- Switched to .NET 4 Client Profile
- - smaller download for those who don't have .NET 4 Full installed
-
-
- Mac
- Assorted bug fixes
- - including better support for Retina displays
-
- Prevent sleep during encoding and scanning for Mountain Lion
- Drag & Drop files onto the Main window or application icon to scan
- Nicer progress indication on the dock icon
- Preview window improvements and bugfixes
- Updated Growl to 2.0.1
- - Notification Center support (when Growl is not installed)
-
-
- Linux
- Assorted bug fixes and improvements
- Use some system libraries rather than bundling
- - fontconfig, freetype, libxml2, libass, libogg, libvorbis, libtheora and libsamplerate
-
-
- Command Line Interface
- Audio option (-a) will ignore invalid input tracks and encode with only the valid ones
- Allow use of hh:mm:ss format when specifying p-to-p start/stop time
- Advanced audio options
- - enable level normalization when downmixing (disabled by default)
- - disable audio dithering or select a specific algorithm
Förändringar v0.9.7 -> v0.9.8
- includes all the previous fixes for 0.9.6 including the new AppleTV3 preset and updated iPad preset.
Förändringar v0.9.6 -> v0.9.7
- sr55 WinGui: Forgot to bump the windows installer version :(
- sr55 Bump version number for bugfix
- sr55 WinGui: 0.9.x change default update check to 30 days since we don't …
- jstebbins bugfix branch: Forgotten part of portability patches This should have been …
- jstebbins bugfix branch: fix comb detection crash hb_detect_comb() could crash …
- jstebbins bugfix branch: fix decomb crash decomb was allocating reference buffers …
- jstebbins bugfix branch: fix live preview crash when generating preview while …
- sr55 WinGui: 0.9.x Merge iPad preset changes
- jstebbins LinGui: merge iPad changes to bugfix branch
- sr55 0.9.x Merging: Update CLI Presets
- sr55 0.9.x Merging: Updating the iPad preset to 720P to be a good balance for …
- Rodeo Bugfix branch: odesc.mDataByteSize is signed.
- Rodeo Bugfix branch: improve reliability of HE-AAC check when doing AAC …
- jstebbins LinGui: merge preset changes to bugfix branch
- dynaflash MacGui: Merge AppleTV 3 Preset into bugfix branch.
- Rodeo Bugfix branch: merge encca_aac fix.
- jstebbins bugfix branch: fix jstebbins bugfix branch, fix potential overflow in par calculations
- jstebbins LinGui: bugfix branch, disable status icon progress when status icon is …
- Rodeo Bugfix branch: fix HE-AAC in MKV. HandBrake's output should now play …
- jstebbins bugfix merge: remove unnecessary include Thanks for Rogerio Brito for …
- jstebbins bugfix merge: Add CFLAGS and LDFLAGS specified during configure to compile …
- jstebbins merge portability patches to bugfix branch. Portability enhancements for …
- jstebbins merge fix for libass build failure on gentoo to bugfix branch
- jstebbins LinGui: merge fix for crash on non-ascii characters in dvd volume id to …
- jstebbins LinGui: merge fix for destination name to bugfix branch
- jstebbins LinGui: remove deprecated "Encoding" key from desktop file (bugfix branch)
- Rodeo Bugfix branch: merge fix for Foreign Audio Search crash.
- sr55 WinGui: (0.9.x) Incorporate the latest fixes into the user settings …
- Rodeo Bugfix branch: CLI, fix mismatch between ShowHelp??() and ParseOptions??().
- Rodeo Bugfix branch: MacGui, apply Auto Passthru settings even if the widgets …
- jstebbins LinGui: merge fix for title count limitation to bugfix branch
- jstebbins LinGui: merge fix for "allowed passthru" options to bugfix branch
- jstebbins LinGui: Enable advanced options entry box for mpeg4 codec This broke when …
- Rodeo Bugfix branch: scan, fix some 24000/1001 sources being detected as …
- jstebbins merge various fixes from Rogerio Brito to bugfix branch
- jstebbins merge fix for incorrect audio silence insertion to bugfix branch
- jstebbins merge fix for preview count limit to bugfix branch
- jstebbins merge fix for potential null pointer reference to bugfix branch
- jstebbins LinGui: merge fix for fallback audio encoder selection to bugfix branch
- sr55 WinGui: (0.9.x) Always pass down the --previews flag for encodes when it's …
- sr55 WinGui: (0.9.x) File Handler was not being released, now fixed.
- sr55 WinGui: (0.9.x) Lots of fixes to the Plist Import / Export functionality.
- jstebbins libhb: merge fix for overlapping start time bug in CFR mode to bugfix …
- jstebbins and really merge the broken DTS timestamp fix to bugfix branch
- jstebbins really merge the frame count estimate fix this time to the bugfix branch
- jstebbins merge fix for audio gaps to bugfix branch
- jstebbins LinGui: merge queue framerate display fix to bugfix branch
- jstebbins merge fix for TS streams that have no PAT or PMT to bug fix branch
- jstebbins LinGui: merge audio fallback fix to bugfix branch
- Rodeo 0.9.x: add Auto Passthru support to manicure.
- Rodeo 0.9.x: add "Web Optimized" support to manicure. Patch by Sam Homer, …
- sr55 WinGui: Turn Full debug on for the Windows GUI, and include pdb's in the …
- sr55 WinGui: (0.9.x) Fix Default preset option not working for custom presets.
- sr55 WinGui: (0.9.x) Add additional framerates.
- Rodeo Fix loop counter decrement in CFR frame duplication code (0.9.x branch).
- Rodeo Add framerate values for 30, 50, 60000/1001 and 60 fps to 0.9 branch. …
- jstebbins libhb: merge fix for early termination of PCR-less streams to bug fix …
- jstebbins libhb: merge tivo stream detection fix to bug fix branch
- sr55 WinGui: (0.9.x) Fix an issue with the Query Parser Utility Class which …
- sr55 WinGui: (0.9.x) Fix an issue with the update check / build number storage …
- sr55 WinGui: (0.9.x) Fix an issue with Autonaming destination file with …
- sr55 WinGui: Fixed a display issue on the audio mixdown control when …
- sr55 WinGui: 0.9.x branch switch installer to use .NET 4 Client Profile. …
- sr55 WinGui: 0.9.x branch switch installer to use .NET 4 Client Profile.
- sr55 WinGui: Fix preferred Subtitle language key. Default value as null in …
- sr55 WinGui: Updating doc files in 0.9.x branch.
- jstebbins Fix p-to-p start time seeking in TS files
- sr55 WinGui: Add missing HandBrakePlatform? key to the settings file. It should …
- sr55 0.9.x branch creation
<<Tillbaka
|