Projects
Multimedia
handbrake
handbrake.changes
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File handbrake.changes of Package handbrake (Revision 26)
Currently displaying revision
26
,
Show latest
------------------------------------------------------------------- Mon Jun 18 21:04:51 UTC 2018 - enzokiel@kabelmail.de - update to version 1.1.1 + General - Fixed a potential crash in the comb detection filter - Fixed a potential crash in the padding filter + Video - Fixed decoding certain very high bit rate ultra-high definition sources with extra large packets - Fixed last frame in source video missing in output + Audio - Fixed crash when decoding an empty audio track + Build system - Updated mac-toolchain-build script Nasm url and improved curl parameters for robustness + Third-party libraries - Updated libraries (necessary to pull in needed bug fixes) libvpx 1.7.0 (VP8/VP9 video encoding) x264 155 r2901 (H.264/AVC video encoding) + Linux - Fixed Ubuntu PPA build date - Fixed a display issue with the quality slider control - Fixed issues occurring when running multiple HandBrake instances simultaneously - Updated Russian translation - Updated support for creating Flatpak bundles (experimental) - Miscellaneous bug fixes and improvements + Mac - Fixed corrupted output with VP8 and VP9 encoders - Fixed building x264 using Clang and -march=native/-mavx (thanks H. Gramner for the upstream patch) + Windows - Fixed issues with queue recovery when running multiple HandBrake instances simultaneously - Fixed an issue with a When Done action potentially causing the last queue item to be marked as a warning instead of success - Fixed burn-in behavior with MP4 files; after the first burn-in track, no additional tracks that require burn-in will be added - Improved window resize behavior for Add Selection to Queue dialog and allowed space bar to toggle checkbox for selected row - Improved tabbing behavior in various circumstances - Improved adding a new preset with the same name as an existing user preset; the existing preset will now be updated properly - Improved privacy by adding an option to disable the Summary tab preview image - Updated installer to block installation on 32-bit systems to avoid confusion (unsupported since 1.1.0) - Miscellaneous bug fixes and improvements ------------------------------------------------------------------- Mon Apr 09 13:54:23 UTC 2018 - enzokiel@kabelmail.de - update to version 1.1.0 + General - Improved user interface - Redesigned main window for consistency and usability; overall flow is top to bottom, left to right - Added new preset controls directly in main workflow - Added new summary tab for overview of settings at a glance - Updated interface icons to support high resolution displays - New and improved official presets - Added new presets for Vimeo and YouTube - Added new 2160p/4K device presets for Apple TV, Chromecast, Fire TV, and Roku - Added new Production presets for post-production video editing workflows - Added additional 2160p/4K Matroska presets - Improved AppleTV 4K support - Improved Intel QuickSync Video support - Added Linux support (experimental) - Added 10-bit H.265/HEVC encoding support for Kaby Lake and newer CPUs - Added support for multiple GPUs via D3D11 encode path - Many bug fixes and improvements + Video - Added new Unsharp and kernel-based Laplacian LapSharp sharpening filters - Added CSM prefilter option to NLMeans filter - Added support for mobile device orientation via auto-rotation container flag - x265 10- and 12-bit encoders are now included by default; additional dll files are no longer required + Command line interface - Added support for adaptive streaming (SPS and PPS before IDR frames) via the --inline-parameter-sets parameter - Added --json parameter to output scan/status information in JSON format, useful for scripting - Audio sample rate parameter --arate now accepts "auto" as a valid value + Build system - Added support for FreeBSD 11.1 (must compile from source) - Added support for compiling on Windows under MSYS (experimental, slow) - Updated to mingw-w64-build 3.1.1 with support for mingw-w64 5.0.3 and gcc 7.2.0 - Update mac-toolchain-build to add NASM 2.13.2 (now required for x264) - Miscellaneous bug fixes and improvements + Third-party libraries - Updated libraries - FDK AAC 0.1.5 (AAC audio encoding, must compile from source) - FreeType 2.8.1 (subtitles) - HarfBuzz 1.7.2 (subtitles) - Jansson 2.10 (JSON architecture) - LAME 3.100 (MP3 audio encoding) - Libav 12.3 (decoding and filters) - libass 0.14.0 (subtitles) - libbluray 1.0.2 (Blu-ray decoding) - libdvdnav 5.0.3 (DVD decoding) - libdvdread 5.0.3 (DVD decoding) - libiconv 1.15 (character encoding support) - libmfx (upstream API 1.23) - libogg 1.3.2 (Xiph codecs support) - libopus 1.2.1 (Opus audio encoding) - libsamplerate 0.1.9-35-g02ebb9f (audio resampling) - libtheora 1.1.1 (Theora video encoding) - libvorbis 1.3.5 (Vorbis audio encoding) - libvpx 1.6.1 (VP8/VP9 video encoding) - libxml2 2.9.4 (general) - x264 155 r2893 (H.264/AVC video encoding) - x265 2.6 (H.265/HEVC video encoding) - zlib 1.2.11 (general) + Linux - Added option to configure low disk space warning level - Added Intel QuickSync Video encoder (experimental, requires specific Intel driver) - Added support for Ubuntu 18.04 and 17.10; Ubuntu 15.04 support is removed - Many other bug fixes and improvements + Mac - Added option to configure low disk space warning level - Improved support for VoiceOver navigation - Many other bug fixes and improvements +Windows - Added option to configure low disk space warning level - Added option to play a sound (MP3/WAV) when encode or queue is finished - Added option to show progress, pass, passcount in the application title or task tray icon tooltip - Added more granular progress reporting during search for start of file and muxing - Added support for per-display resolution awareness - Added support for running HandBrake in a portable mode (see included portable.ini.template) - Added custom anamorphic to dimensions tab, it's back! - Improved static preview window still previews rendering - Improved audio selection behavior controls; dropdowns are now context aware and range limited with better defaults - Improved UI constency throughout - Many other bug fixes and improvements - Removed HandBrake-ffmpeg3.patch, it's no longer required. ------------------------------------------------------------------- Fri Mar 23 22:31:19 UTC 2018 - enzokiel@kabelmail.de - Fixed build for SLE-12. ------------------------------------------------------------------- Sun Dec 10 20:45:48 UTC 2017 - antoine.belvire@opensuse.org - Update desktop database upon handbrake-gtk installation/removal. ------------------------------------------------------------------- Mon Oct 9 18:53:42 UTC 2017 - seife+obs@b1-systems.com - remove buildrequires on webkitgtk-3.0, is only needed for update check which is not too useful on a packaged application anyway and not available on Tumbleweed anymore - add libxml2-devel buildrequires, was pulled in by webkitgtk-3.0 ------------------------------------------------------------------- Mon Apr 10 18:38:31 UTC 2017 - joerg.lorenzen@ki.tng.de - update to version 1.0.7 + Video - Fixed decoding of raw video in Matroska/MKV. - Fixed time stamp handling for containerless raw video. - Fixed memory leaks in OpenCL. - Fixed x265 2-pass encoding where video frame rate is altered by filters. - Improved handling of very small amounts of sync jitter (~1 tick). - Improved handling of AVI files with broken indices. + Audio - Further refined fix for Libav crash encoding AAC at very high bitrates. + Subtitles - Removed fontconfig dependency on Mac and Windows; libass now uses CoreText/DirectWrite. - Improved subtitle font selection when burning in SRT/SSA subtitles. + Command line interface - Fixed preset subtitle burn defaults override. + Build system - Updated MinGW-w64 build script for improved compatibility with hardened GCC. + Linux - Fixed video preset control not updating. - Fixed audio passthru masks not updating until preset save. - Fixed application of SRT subtitles offset. - Updated translations: af, cs, ja_JP, ru, sk, sv. + Windows - Fixed When Done option not updating/resetting correctly. ------------------------------------------------------------------- Sun Mar 19 21:58:28 UTC 2017 - joerg.lorenzen@ki.tng.de - Only build static libbluray for SLE version <= 120200. ------------------------------------------------------------------- Mon Feb 27 23:28:43 UTC 2017 - joerg.lorenzen@ki.tng.de - update to version 1.0.3 + Video - Fixed H.264 decoding using Libav where the initial GOP was dropped. - Fixed 2-pass x265 encoding where the source header incorrectly specifies frame rate. - Fixed 2-pass encoding with bob deinterlace and constant frame rate. - Fixed a seek issue in Libav while reading MKV sources with embedded subtitles. - Fixed multiple issues preventing Libav from opening WMV sources properly. - Fixed miscellaneous issues in Libav. - Fixed memory leaks in OpenCL. - Improved sync for streams delayed by a large amount. + Audio - Fixed a Libav crash encoding AAC at very high bitrates. - Fixed a potential hang in Libav while decoding AAC. - Improved Libav audio sync with MP4 sources containing edit lists. - Improved mapping of single channel layouts to single channel layouts. + Linux - Fixed a potential crash when selecting video encoders. - Fixed various controls not applying values properly. + Mac - Fixed a crash when attempting to edit a queued job. - Improved audio start point to use edit lists when encoding using CoreAudio AAC. + Windows - Fixed Title Specific Scan for DVD/Blu-ray. - Fixed broken/missing NLMeans denoise tunes. - Fixed an issue that could cause error -17 when encoding using Intel QuickSync Video. - Fixed an issue where the SRT language code was not being set correctly. ------------------------------------------------------------------- Sun Feb 12 14:26:07 UTC 2017 - pascal.bleser@opensuse.org - use its own static build of libbluray as it requires a patch ------------------------------------------------------------------- Sat Feb 4 18:33:15 UTC 2017 - pascal.bleser@opensuse.org - update to 1.0.2 ------------------------------------------------------------------- Mon Aug 15 11:24:23 UTC 2016 - olaf@aepfle.de - Accept any ffmpeg version to fix build in TW and 42.2 ------------------------------------------------------------------- Sat Feb 20 16:31:51 UTC 2016 - joerg.lorenzen@ki.tng.de - update to version 0.10.5 + Removal of FDK AAC from our binary releases, --enable-fdk is required for "non-free" builds if compiling from source. - Please see out AAC Encoder Change Announcement to understand what this means. + Updated x265 to 1.9 which brings bug fixes and performance improvements. + Few minor bug fixes since the 0.10.3 release. This includes improvements in large AVI file handling. - Build against ffmpeg-3.0 - version 0.10.3 + Various bug fixes for all platforms and the core engine. + Updated x265 to 1.8 which brings numerous bug fixes and some performance improvements. ------------------------------------------------------------------- Sat Jan 09 14:51:33 UTC 2016 - joerg.lorenzen@ki.tng.de - Removed all 3rd party tarballs and addded HandBrake-build-shared.patch to build against shared libraries. - Disabled fdk-aac because ist's only needed for static build of libav/ffmpeg. - Changed BuildRequires to pkgconfig() where possible and removed some unneeded dependencies. - Enabled build for armv6l. ------------------------------------------------------------------- Sun Jun 28 14:24:04 UTC 2015 - seife+obs@b1-systems.com - update to 0.10.2 * Assorted bug fixes and performance improvements ------------------------------------------------------------------- Tue Apr 21 13:18:41 UTC 2015 - seife+obs@b1-systems.com - switch to gstreamer-1.0 instead of old gstreamer-0.10 for distributions newer than openSUSE 11.4 ------------------------------------------------------------------- Sun Apr 19 17:48:33 UTC 2015 - seife+obs@b1-systems.com - update to 0.10.1: - various bug fixes for all platforms and the core engine - updated x265 to 1.5 which brings numerous bug fixes and some performance improvements - do not buildrequire wget, curl, subversion -- it's not needed - fix --prefix and DESTDIR usage to avoid build paths in binaries and thus unnecessary republishing ------------------------------------------------------------------- Tue Dec 2 12:55:15 UTC 2014 - seife+obs@b1-systems.com - fix "no return in nonvoid function" compiler error from embedded libdvdnav libdvdnav-5.0.1-noreturninnonvoidfunction.patch ------------------------------------------------------------------- Tue Dec 2 10:48:00 UTC 2014 - seife+obs@b1-systems.com - adjust debug config from max to std to avoid ffmpeg assert aborts ------------------------------------------------------------------- Tue Nov 25 19:19:39 UTC 2014 - seife+obs@b1-systems.com - update to 0.10.0: - remove obsolete patches, update support tarballs, only add the really needed stuff - more build date removal - important change: due to GTK3 version dependencies, the GUI is only built for distributions newer than openSUSE 12.3 ------------------------------------------------------------------- Fri Apr 18 18:52:38 UTC 2014 - seife+obs@b1-systems.com - remove build date from binaries to avoid republishing ------------------------------------------------------------------- Sun Dec 1 08:28:12 UTC 2013 - obs@botter.cc - add patch to fix compiling libx264: HandBrake-0.9.9_libx264-gcc-488-fix.patch add -fno-aggressive-loop-optimizations to extra-cflags in configure for >= 13.1, see also https://bugs.launchpad.net/ubuntu/+source/x264/+bug/1241772 MAY BE REMOVED on upstream fix ------------------------------------------------------------------- Thu Jun 13 01:08:41 UTC 2013 - dnh@opensuse.org - update to 0.9.9 * replace harfbuzz patch by script fragement in spec * update yasm, libbluray, x264, replace ffmpeg by libav * remove tarballs that can be system-libs ------------------------------------------------------------------- Sat Apr 6 08:27:48 UTC 2013 - dnh@opensuse.org - fix conflicts with harfbuzz headers for oS >= 12.3 see https://pmbs.links2linux.org/request/show/425 ------------------------------------------------------------------- Sun Oct 7 13:47:32 UTC 2012 - i@marguerite.su - update to 0.9.8 * Corrects a few crash bugs that showed up in 0.9.7 * Includes an AppleTV3 Preset and updated iPad Preset (0.9.7) ------------------------------------------------------------------- Thu Mar 01 06:12:36 UTC 2012 - pascal.bleser@opensuse.org - update to 0.9.6 ------------------------------------------------------------------- Thu Jul 7 04:39:01 UTC 2011 - malcolmlewis@opensuse.org - Add BuildRequires libgudev-1_0-devel as build failing with 'No package 'gudev-1.0' found' error. ------------------------------------------------------------------- Tue Jan 4 00:00:00 UTC 2011 - pascal.bleser@opensuse.org - update to 0.9.5 ------------------------------------------------------------------- Tue Sep 21 00:00:00 UTC 2010 - pascal.bleser@opensuse.org - update to trunk revision 3549: * try other gstreamer sink interfaces if gconfvideosink fails; it appears that gconfvideosink may not work on kde systems * remove the 8 audio limit * fix cli issue with batch scan and encode * fix a crash when a TS has no aspect ratio set in the video stream * bump ffmpeg from 22950 to 25082 * fix a rare hang in the muxer * GUI: fix UI problem with trellis cavlc * add Bluray support: + unencrypted BD directory trees only + doesn't support iso images + also, no PGS subtitle support yet * chapters and angles are supported * fixes memory leak during scan * x264 bump from r1698 to r1713: + introduces trellis and psy-trellis for cavlc * GUI: simplify source selection dialog * fix muxing problem with certain sources/settings ------------------------------------------------------------------- Thu Aug 19 00:00:00 UTC 2010 - pascal.bleser@opensuse.org - update to SVN trunk revision 3482: * x264 bump from r1681 to r1698: various bugfixes and improvements ------------------------------------------------------------------- Sat Aug 7 00:00:00 UTC 2010 - pascal.bleser@opensuse.org - update to SVN trunk revision 3473, as requested by upstream ------------------------------------------------------------------- Fri Nov 27 00:00:00 UTC 2009 - pascal.bleser@opensuse.org - update to 0.9.4 ------------------------------------------------------------------- Sun Nov 1 00:00:00 UTC 2009 - pascal.bleser@opensuse.org - update to snapshot 2907 ------------------------------------------------------------------- Thu Oct 1 00:00:00 UTC 2009 - pascal.bleser@opensuse.org - downgrade to snapshot rev 2845 as per upstream request - fix version display - use upstream compiler flags as per upstream request ------------------------------------------------------------------- Fri Sep 25 00:00:00 UTC 2009 - pascal.bleser@opensuse.org - update to rev 2844: * [2844] bump libtheora to official 1.1 release * [2843] fix srt track stop time; srt stop time was being set to the end of the start chapter instead of the end of the stop chapter * [2842] theora: improvements to our theora implementation: + support 2-pass mode which is new to theora 1.1 + set soft target rate control so that single pass abr behaves more like theora 1.0 and doesn't look quite so awful * [2841] don't remove srt subs when changing from mkv to mp4 * [2836] bump x264 to r1271 make changes required by the x264 api change fix some build issues that the x264 bump exposed * [2831] fix bug that was causing one sec. of audio to be dropped on many ffmpeg files ------------------------------------------------------------------- Mon Sep 14 00:00:00 UTC 2009 - pascal.bleser@opensuse.org - update to rev 2822: * [2821] dvdnav: improved patch that guarantees forward seek moves position forward; the previous patch worked only for SEEK_CUR * [2822] allow dvd sources that have no audio ------------------------------------------------------------------- Sun Sep 13 00:00:00 UTC 2009 - pascal.bleser@opensuse.org - update to rev 2815: * [2796] set use m4v preference enabled by default * [2797] fix PAR issue with DV For some (maybe all) DV, ffmpeg doesn't give us the sample_aspect_ratio in the context; so when it's missing, try looking it up in the AVStream info * [2811] improve "auto" audio selection picks the "best" audio given the input codec and output formats * [2812] show the correct audio codec in the audio list when it has been changed because of incompatibility with source codec or output format * [2813] fix initialization of chapter list when editing queued job Chapter titles the user entered were lost when editing a queued job * [2814] fix a Gtk-CRITICAL error when editing chapter names * [2815] dvdnav: read error recovery - patch libdvdnav seek to guarantee the position will move forward when making a seek request to a position that is after the current position - when a read error is detected, seek forward and retry ------------------------------------------------------------------- Sat Sep 5 00:00:00 UTC 2009 - pascal.bleser@opensuse.org - new package
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.