Revisions of handbrake (20)

Olaf Hering Olaf Hering (olh) committed 17 days ago (revision 62)
64bit
Olaf Hering Olaf Hering (olh) committed 17 days ago (revision 61)
arm32 nvenc
Olaf Hering Olaf Hering (olh) committed 18 days ago (revision 60)
arm32 numa
Olaf Hering Olaf Hering (olh) committed 19 days ago (revision 59)
arm32 numa
Olaf Hering Olaf Hering (olh) committed 19 days ago (revision 58)
gcc14
frispete frispete accepted request 6318 about 2 months ago (revision 57)
- Update to version 1.10.2:
  * All platforms
    - Video
      - Fixed a crash that could happen when encoding high depth video
    - Third-party libraries
      - Updated libraries
        o HarfBuzz 11.4.5 (subtitles)
        o SVT-AV1 3.1.2 (AV1 video encoding)
  * Mac
    - Added a workaround to avoid a rare crash on Apple Silicon Macs
  * Windows
    - Fixed some incorrect behaviour on CQ/RF calcuations and
      handling of presets
    - The app will now automatically disable QSV or NVDec decoders
      if an out-of-date driver is detected.
frispete frispete accepted request 6316 2 months ago (revision 56)
- Update to version 1.10.1:
  * All platforms
    - Video
      - Fixed a visual corruption issue that could happen when
        encoding with x265
      - Fixed SVT-AV1 presets 10, 9, and 8 not working properly with
        SSIM tune
    - Third-party libraries
      - Updated libraries
        o HarfBuzz 11.4.2 (subtitles)
  * Linux
      - Fixed preview audio when running the flatpak build
      - Fixed Vorbis passthru checkbox not being applied when the title
        changes
  * Mac
      - Improved custom border color validation
  * Windows
      - Added new translation
        o Romanian (Română)
      - Fixed arm64 build
      - Fixed audio track name generation
frispete frispete accepted request 6311 3 months ago (revision 55)
- Update to version 1.10.0:
  * General
    - Added new "Social 10MB" presets
    - Improved metadata passthru, preserving additional metadata
      including:
      - Creation date
      - Cover art
      - Location
    - Fixed an excessive memory usage during the indepth scan (#6963)
  * Command line interface
    - Added an option to disable Dolby Vision and HDR10+ passthru
  * Video
    - Added an option to choose the encoder color range
    - Improved Framerate Shaper metrics performance for high resolution
      frames
    - Fixed VCN encoder presets (#6974)
    - Updated NVEnc CQ range (#6418)
  * Audio
    - Addded an option to disable track names passthru and autonaming
    - Fixed selection behaviour fallback when no audio track is found
      (#6666)
    - EAC3 + Atmos is now properly signaled in MP4
  * Subtitles
    - Addded an option to disable track names passthru
    - SubRip/UTF-8 subtitles are now passed through to MKV without
      conversion to SSA
    - Fixed a crash that could happen when burning bitmap subtitles
  * Filters
    - Fixed a crash that could happen when using the Chroma Smooth
      filter (#7033)
  * Third-party libraries
    - Updated libraries
      - AMF 1.4.36 (AMD VCN video encoding)
      - FFmpeg 7.1.1 (decoding and filters)
      - HarfBuzz 11.3.3 (subtitles)
      - libass 0.17.4 (subtitles)
      - libdovi 3.3.2 (Dolby Vision dynamic metadata)
      - libiconv 1.18 (character encoding support)
      - libjpeg-turbo 3.1.1 (preview image compression)
      - liblzma (xz) 5.8.1 (LZMA video decoding, e.g. TIFF)
      - libogg 1.3.6 (Xiph codecs support)
      - libtheora 1.2.0 (Theora video encoding)
      - libvpx 1.15.2 (VP8/VP9 video encoding)
      - nv-codec-headers 13.0.19.0 (Nvidia NVENC encoding)
      - oneVPL 2.15.0 (Intel QSV video encoding/decoding)
      - SVT-AV1 3.1.0 (AV1 video encoding)
      - x264 165 r3222 (H.264/AVC video encoding)
      - x265 r13276 (H.265/HEVC video encoding)
  * Linux
    - Fixed Opus and Vorbis passthru validation in Webm
    - Fixed a crash that could happen when removing items from queue
    - Fixed audio bitrates list validation (#6997)
    - Built-in presets for unavailable hardware encoders are now
      hidden
    - Removed orphaned, no longer maintained locales or locales
      without active translators (af, cs, da, he, hr, ka, no, pl, pt,
      ro, ru, si, sk, th, tr, uk_UA, zh_TW). Removed locales are
      welcome back as soon as the locales are updated.
    - Updated existing and maintained locales.
  * Mac
    - Added support for the VideoToolbox AV1 hardware decoder
    - Added a Metal accelerated Render Sub filter
    - Added a contextual menu to the presets popover
    - Updated Auto Naming Preferences to add "{angle}" as a filename
      generation option (#6086)
    - Reduced CPU usage when using VideoToolbox decoders and encoders
    - Encoded files are now excluded from Time Machine until they are
      completed
    - Fixed queue jobs not being reloaded properly when the source is
      a .iso file
    - Fixed "Same as source" destination option, it didn't work
      properly in some case
    - Updated existing and maintained locales
  * Windows
    - Added a new preference "Default Range Mode for titles". See
      Preferences -> Advanced (#6385)
    - Added a new preference to run a custom action when the queue
      completes. See Preferences -> When Done (#4851)
    - Added "{destination_folder}" as option on the "Encode Completed"
      "Send File To" option.
    - Added support for DirectX based AV1 video decoding when using
      the Media Foundation encoder on ARM devices
    - Updated Auto Naming Preferences to add "{angle}" as a
      filename generation option (#6086)
    - Performance Optimisations for ARM64 devices running Windows
    - Minor miscellaneous UI improvements.
    - Various bug fixes and improvements (#6524, #6517, #6514, #6477,
      #6473, #6086, #6984, #6892, #6999, #7003)
    - Added new translations
      - Galician (Galego)
      - Hungarian (Magyar)
    - Removed orphaned, no longer maintained locales or locales
      without active translators (cs-CZ). Removed locales are
      welcome back as soon as the locales are updated.
    - Updated existing and maintained locales.
- Rebuild Source1 download.tar.bz2
- Use gcc-14/g++-14 on Leap 15.6
manfred-h manfred-h accepted request 6304 3 months ago (revision 54)
- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
  minimum version warnings
manfred-h manfred-h accepted request 6247 8 months ago (revision 53)
- Update to version 1.9.2:
  * General
    - Allowed muxing NVENC AV1 and VCN AV1 WebM container
    - Fixed a crash that could happen when a source contains chapters with no
      titles (#6565)
  * Windows
    - Fixed and issue where the audio track name would not reset on source
      track change. (#6642)
manfred-h manfred-h accepted request 6243 9 months ago (revision 52)
Drop unused pkgconfig(webkit2gtk-4.0) BuildRequires: It was only
  ever used for update checking, but we do not use that
  functionality.
Malcolm Lewis Malcolm Lewis (malcolmlewis) accepted request 6241 9 months ago (revision 51)
- Update to version 1.9.1:
  * General
    - Fixed FFV1 pixel format selection when an hardware decoder is used
      (#6565)
    - Fixed an issue that could happen when chapters titles are not UTF-8
      (#6489)
    - Fixed gcc14 aarch64 build failures (#6463)
  * Subtitles
    - Improved support for SRT files with overlapping subtitles (#6155)
  * Audio
    - Fixed AC3 and EAC3 extradata in MKV (#6582)
  * Third-party libraries
    - nv-codec-headers: Harden DLL loading so that it only uses system32 for
      the search path on Windows (#6548)
    - Updated libraries
      - libdav1d 1.5.1 (AV1 video decoding)
      - HarfBuzz 10.2.0 (subtitles)
      - libjpeg-turbo 3.1.0 (preview image compression)
  * Windows
    - Fix an issue with the autoname function not updating when title is the
      only option (#6517)
    - Fix an issue where the audio encoder may not display correctly after a
      queue has been imported and queue item edited. This may exhibit in other
      scenarios as well (#6524)
    - Fix an issue with titlebar / taskbar progress erroneously showing with
      multi-instance encodes (#6477)
    - Fix a crash when importing chapters where there is a chapter count
      mis-match (#6514)
    - Fixed an issue with autoname pre/postfix option where it would apply
      regardless of file path collision.
    - Fixed an issue where the crop controls would not enable correctly when
      editing jobs (#6614)
- Rebuild Source1 download.tar.bz2
manfred-h manfred-h accepted request 6240 9 months ago (revision 50)
- Remove the _constraints file; 6G memory are not at all needed!
Stefan Seyfried Stefan Seyfried (seife) accepted request 6239 9 months ago (revision 49)
- Rewrote the changes entries based on HandBrake/NEWS.markdown instead of plain git logs
- Various version updates from 1.6.0 to 1.9.0
manfred-h manfred-h accepted request 6227 9 months ago (revision 48)
- BuildRequire python3, not python > 2.7.3

This small patch allows to enable builds for Tumbleweed and Slowroll again!
Olaf Hering Olaf Hering (olh) committed about 1 year ago (revision 47)
rpm 4.20 does not support the %patchN syntax
enzokiel enzokiel accepted request 5482 almost 4 years ago (revision 46)
enzokiel enzokiel accepted request 5458 about 4 years ago (revision 45)
enzokiel enzokiel accepted request 5436 about 4 years ago (revision 44)
enzokiel enzokiel accepted request 5425 over 4 years ago (revision 43)
Show all