summaryrefslogtreecommitdiffstats
path: root/win/CS
diff options
context:
space:
mode:
authorsr55 <[email protected]>2014-11-17 18:56:43 +0000
committersr55 <[email protected]>2014-11-17 18:56:43 +0000
commit67c6418d0d682ab06f7444cf01a55ca10338af64 (patch)
tree0496534bf865181e613fcaaaa2d9dcf1983a10ff /win/CS
parent98dea488d6ae9baf7ebb811efc489a84c4e91126 (diff)
WinGui: Document updates for 0.10 Final
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6526 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS')
-rw-r--r--win/CS/doc/CREDITS12
-rw-r--r--win/CS/doc/NEWS86
-rw-r--r--win/CS/doc/THANKS14
-rw-r--r--win/CS/doc/TRANSLATIONS14
4 files changed, 106 insertions, 20 deletions
diff --git a/win/CS/doc/CREDITS b/win/CS/doc/CREDITS
index 968f57f92..a0d55842f 100644
--- a/win/CS/doc/CREDITS
+++ b/win/CS/doc/CREDITS
@@ -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
diff --git a/win/CS/doc/NEWS b/win/CS/doc/NEWS
index dc8139f99..ec379d800 100644
--- a/win/CS/doc/NEWS
+++ b/win/CS/doc/NEWS
@@ -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
diff --git a/win/CS/doc/THANKS b/win/CS/doc/THANKS
index ca228204e..860578316 100644
--- a/win/CS/doc/THANKS
+++ b/win/CS/doc/THANKS
@@ -2,9 +2,9 @@ THANKS file for HandBrake <http://handbrake.fr/>
Graphics:
-Modernised Application Icon by Matt Johnson ([email protected])
+Modernised Application Icon by Matt Johnson (mattdog.100 [at] gmail.com)
-Handbrake Toolbar Icons by Nik Pawlak ([email protected], @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.
diff --git a/win/CS/doc/TRANSLATIONS b/win/CS/doc/TRANSLATIONS
index 51550e941..eafe7a1a3 100644
--- a/win/CS/doc/TRANSLATIONS
+++ b/win/CS/doc/TRANSLATIONS
@@ -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
+
+