diff options
-rw-r--r-- | CREDITS | 3 | ||||
-rw-r--r-- | NEWS | 45 | ||||
-rw-r--r-- | doc/texi/Building.mingw.texi | 2 | ||||
-rw-r--r-- | pkg/appcast.xml.m4 | 2 |
4 files changed, 49 insertions, 3 deletions
@@ -29,4 +29,5 @@ libmp4v2 libmpeg2dec libpthreadsw32 libx264 -libzlib
\ No newline at end of file +libzlib +fdk-aac
\ No newline at end of file @@ -1,15 +1,58 @@ NEWS file for HandBrake <http://handbrake.fr/> + +Changes betwen 0.9.8 and 0.9.9: + +General: +- Improved HandBrake Pineapple Icon by Matt Johnson +- Improved Retina Resolution Icons within the Application by Nik Pawlak http://nikpawlak.com + +Core: +- PGS Subtitle support. (Burn-in with MP4, passthru and burn-in for MKV) +- Additional Framerates 30, 50, 59.94, 60 +- Bob mode for De-interlacing and Decomb. +- Updated libraries (x264, libav) +- Assorted bug fixes and improvements to the core libhb library. +- Better Audio Mixdown support. (6.1, 7.1, 7.1 (5F/2R/LFE), Mono left only, Mono Right only). CLI users should note 6ch becomes 5point1 +- Allow the selection of higher audio bitrates where appropriate +- Allow the selection of slower samplerates where appropriate. +- Use libav for dts audio decoding instead of libdca +- Addition of x264 Tune, Preset, Profile and Level options. Can be used instead of the Advanced Tab. + +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) + +Linux: +- Moved to GTK 3 +- Assorted bug fixes and improvements. +- Use some system libraries rather than bundling (libass-dev, libsamplerate-dev) + +Mac: +- Drag/Drop? files onto the Main window or application icon to scan. +- Nicer Progress indication on the dock icon. +- Prevent sleep during encoding and scanning for Mountain Lion. +- Assorted bug fixes including better support for retina displays + +CLI: +- 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 + + + Changes betwen 0.9.7 and 0.9.8: -> Corrects a few crash bugs that showed up in 0.9.7 + + Changes betwen 0.9.6 and 0.9.7: -> This is a bug fix release for 0.9.6. -> Includes an AppleTV3 Preset and updated iPad Preset + Changes betwen 0.9.5 and 0.9.6: Encoders: @@ -239,6 +282,8 @@ Changes between 0.9.4 and 0.9.5: - Multiple instance support (run multiple copies of ghb at once) - Many Bug fixes and UI improvements. + + Changes between 0.9.3 and 0.9.4: Core: diff --git a/doc/texi/Building.mingw.texi b/doc/texi/Building.mingw.texi index 9a1f86ebc..60238761d 100644 --- a/doc/texi/Building.mingw.texi +++ b/doc/texi/Building.mingw.texi @@ -19,7 +19,7 @@ The following are the recommended specifications for building on @value{OS.mingw @itemize @bullet @item Intel 32-bit or 64-bit hardware -@item @value{OS.mingw} on Fedora 17+, Ubuntu 12+ or Debian, gcc 4.5+ +@item @value{OS.mingw} on Fedora 17+, Ubuntu 12+ or Debian, gcc 4.6+ @item yasm 1.2.x (for i386 or x86_64 architectures) @end itemize diff --git a/pkg/appcast.xml.m4 b/pkg/appcast.xml.m4 index 3e20171fc..afab8ffdd 100644 --- a/pkg/appcast.xml.m4 +++ b/pkg/appcast.xml.m4 @@ -27,7 +27,7 @@ dnl url="http://handbrake.fr/rotation.php?file=__APPCAST_dmg" length="__APPCAST_dmg_size" type="application/octet-stream"/> - <sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion> + <sparkle:minimumSystemVersion>10.6.0</sparkle:minimumSystemVersion> </item> </channel> </rss> |