]> granicus.if.org Git - handbrake/commitdiff
WinGui: Document updates for 0.10 Final
authorsr55 <sr55.hb@outlook.com>
Mon, 17 Nov 2014 18:56:43 +0000 (18:56 +0000)
committersr55 <sr55.hb@outlook.com>
Mon, 17 Nov 2014 18:56:43 +0000 (18:56 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6526 b64f7644-9d1e-0410-96f1-a4d463321fa5

NEWS
win/CS/doc/CREDITS
win/CS/doc/NEWS
win/CS/doc/THANKS
win/CS/doc/TRANSLATIONS

diff --git a/NEWS b/NEWS
index ccc129113972f018d920652ef9928028adb7b4b1..ec379d8003d7f04d4ca5c4c0f69415c340c62340 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS file for HandBrake <http://handbrake.fr/>
 Changes between 0.9.9 and 0.10
 
   Core
-    - Intel QuickSync Video Encode / Decode support.
+    - Intel QuickSync Video Encode / Decode support. (Beta)
         Windows only currently. We hope to bring this to Linux user in the future.
     - DXVA Hardware Decode support (Experimental)
         Windows Only.
@@ -22,7 +22,7 @@ Changes between 0.9.9 and 0.10
     - Presets
         Added Windows Phone 8 Preset
     - Updated Libraries
-        x264 r2431-ac76440
+        x264 r2479-dd79a61
         Libav v10.1
         libbluray 0.5.0
     - Libavformat is now used for muxing instead of mp4v2 and libmkv
@@ -33,7 +33,7 @@ Changes between 0.9.9 and 0.10
             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
+        Using x265 v1.4
         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.
@@ -65,7 +65,7 @@ Changes between 0.9.9 and 0.10
     - 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
+    - Build system updates to compiled under OS X 10.9 / 10.10
     - Automatic audio and subtitle track selection behaviours which can be stored per preset.
     - Improvements to Auto-Naming feature.
     - Misc UI enhancements.
index 968f57f923ec4b2b0eb4f0b588606bd6c61d0f7f..a0d55842fd2b7715093d808da72cf2031322af48 100644 (file)
@@ -5,29 +5,27 @@ HandBrake uses many cool libraries from the GNU/Linux world.
 Thanks to the authors of the following libraries which help power HandBrake:
 See the local project AUTHORS files for details of the individuals involved.
 
-liba52
 libbzip2
-libfaac
-libfaad2
 libavcodec
 libfontconfig
 libfreetype
 liblame
 libass
 libbluray
-libdca
 libdvdnav
 libdvdread
 libiconv
-libmkv
 libogg
 libsamplerate
 libtheora
 libvorbis
 libxml2
-libmp4v2
 libmpeg2dec
 libpthreadsw32
 libx264
+libx265
 libzlib
-fdk-aac
\ No newline at end of file
+fdk-aac
+libmfx
+libvpx
+libgnurx
\ No newline at end of file
index dc8139f99f9104187e85cc0c670b479ede476c32..ec379d8003d7f04d4ca5c4c0f69415c340c62340 100644 (file)
@@ -1,7 +1,91 @@
 NEWS file for HandBrake <http://handbrake.fr/>
 
+Changes between 0.9.9 and 0.10
+
+  Core
+    - Intel QuickSync Video Encode / Decode support. (Beta)
+        Windows only currently. We hope to bring this to Linux user in the future.
+    - DXVA Hardware Decode support (Experimental)
+        Windows Only.
+        Suitable only for slower machines so disabled in preferences by default.
+    - Choice of Scalers
+        Lanczos
+            HandBrakes? default scaler.
+        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.4
+        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 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 / 10.10
+    - Automatic audio and subtitle track selection behaviours which can be stored per preset.
+    - Improvements to Auto-Naming feature.
+    - Misc UI enhancements.
+    - Bug fixes and Misc Improvements
+    
+  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
 
-Changes betwen 0.9.8 and 0.9.9:
+    
+    
+Changes between 0.9.8 and 0.9.9:
 
     General
      - Improved HandBrake pineapple icon by Matt Johnson
index ca228204e85940cbbee13b1ed2c915773e4ac095..86057831633166fd2ee4737039591fc4dd7c3ffc 100644 (file)
@@ -2,9 +2,9 @@ THANKS file for HandBrake <http://handbrake.fr/>
 
 Graphics:
 
-Modernised Application Icon by Matt Johnson (mattdog.100@gmail.com)
+Modernised Application Icon by Matt Johnson (mattdog.100 [at] gmail.com)
 
-Handbrake Toolbar Icons by Nik Pawlak  (holla@nikpawlak.com, @nikpawlak, http://nikpawlak.com)
+Handbrake Toolbar Icons by Nik Pawlak  (holla [at] nikpawlak.com, @nikpawlak, http://nikpawlak.com)
 
 
 Hosting:
@@ -21,15 +21,7 @@ PhpBB (http://www.phpbb.com/)
 Jetbrains ReSharper (http://www.jetbrains.com/resharper/features/index.html?linklogos)
 VisualSVN (http://www.visualsvn.com)
 
-Forum Moderators:
-
-Paul (baggss), 
-Du'Wayne Caviness (Cavalicious) 
-Edward Jackson. (TedJ)
-Chuck (cvk_b)
-Nate Thompson (nightstrm)
-
 Other:
 
-Thanks to all of you who have contributed time, patches, testing, uploaded test files etc. 
+Thanks to all of you who have contributed time, helped moderate our forum, submitted patches, testing, uploaded test files etc. 
 There are too many to name here, but we do appreciate the effort.
index 51550e9410b96bc616c3b4ab06f4ba579c3140c3..eafe7a1a3c000dc1116601fd795feeef1c2bab53 100644 (file)
@@ -3,5 +3,17 @@ TRANSLATIONS file for HandBrake <http://handbrake.fr/>
 Translating HandBrake
 =====================
 
-HandBrake does not currently have a localization scheme for any of its interfaces.
+For the UIs that support translation, these can be submitted on our community forum or reviewboard site.
+
+Mac GUI:
+  - Translations are not currently supported in this UI. This may be supported at a later point.
+
+Windows GUI:
+  - Translations are not currently supported in this UI. This may be supported at a later point.
+  
+Linux GUI:
+  - Russian
+  - Czech 
+  
+