]> granicus.if.org Git - handbrake/shortlog
handbrake
2019-09-13 Damiano GalassiMacGui: fix a few warnings when building in Xcode 11.
2019-09-12 ScottUpdate translate_request.md
2019-09-12 ScottCorrections to the Translation Template
2019-09-12 Nomis101Localization support for FPS PFR and FPS CFR
2019-09-12 ScottRename translate_request to translate_request.md
2019-09-12 ScottAdding a new option to the Issues Tab
2019-09-12 ScottCreate TRANSLATION.markdown
2019-09-12 John Stebbinslibhb: make hb_buffer_t libhb private
2019-09-12 John Stebbinslibhb: avoid harfbuzz header barrier collisions
2019-09-12 John Stebbinsscripts: update builtin preset script
2019-09-12 John Stebbinslibhb: resolve header conflicts with pango/harfbuzz
2019-09-10 sr55WinGui: Update Langauges for #2190 and #731
2019-09-10 Bradley Seposlibhb: Restore null check in decvobsub.c
2019-09-10 Bradley Seposlibhb: Remove useless conditional in taskset.c.
2019-09-10 John StebbinsResolve conflict with harfbuzz include file hb.h
2019-09-10 John Stebbinspreset: change last ditch audio selection behavior
2019-09-10 John StebbinsCreate separate fake iso639 "any" entry
2019-09-10 Bradley Seposmake: Check for -Wno-format-truncation in configure...
2019-09-10 Bradley Seposlibhb: Remove a useless pointer check from decvobsub.c.
2019-09-10 Bradley Seposlibhb: Silence an uninitialized return variable warning.
2019-09-09 Nomis101make: Rearrange the configure.py ordering for GNUmakefi...
2019-09-09 Bradley Seposcontrib: Update to HarfBuzz 2.6.1 and convert to CMake.
2019-09-09 John StebbinsFix initialization of empty "" subtitle name
2019-09-09 John Stebbinshb_json: fix subtitle import crash
2019-09-08 sr55WinGui: Fix a culture issues where nubmers were the...
2019-09-08 sr55WinGui: Make a note of what the base preset was in...
2019-09-08 sr55Logging: Changed wording
2019-09-08 sr55Logging: Reset the time clock.
2019-09-08 sr55Logging Improvements "Change Job" -> "Work"
2019-09-08 sr55Improve detail in logging of jobs. #2285
2019-09-08 Bradley Seposbuild: make: Fix df-verify where `make contrib.verify...
2019-09-08 Nomis101contrib: Fix some configure-related warnings.
2019-09-06 Damiano GalassiMacGui: add a menu item to show the selected queue...
2019-09-05 Damiano GalassiMacGui: store the job activity log url.
2019-09-01 sr55WinGui: Fix 2 issues with audio track names. First...
2019-09-01 Damiano GalassiMacGui: properly remove an observer.
2019-09-01 Damiano GalassiMacGui: print dlopen error message.
2019-09-01 Damiano GalassimacOS: add a make notarize target. Usage: make notarize...
2019-08-31 Bradley Seposmake: Allow tar to extract xz archives.
2019-08-31 Bradley Seposmake: Disable warning for AMD VCE on Linux.
2019-08-31 Damiano Galassimacosx: use the correct entitlements to sign the cli.
2019-08-30 John Stebbinsdecavcodec: fix memory leak
2019-08-30 John Stebbinshb_json: fix double free
2019-08-30 sr55WinGui: Treat empty string as null for Subtitle Name...
2019-08-30 Bradley Seposmacosx: Minor cleanup of hbsign.
2019-08-30 Damiano GalassiMacGui: sign with the sandbox entitlements if sandbox...
2019-08-30 Damiano GalassiUpdate hbsign with hardened runtime and sandbox options.
2019-08-30 Damiano GalassiMacGui: add a preference to not display preview images...
2019-08-30 Damiano GalassiMacGui: make it possible to resize the columns in the...
2019-08-30 Damiano GalassiMacGui: do not set the track name if it's one of those...
2019-08-30 Damiano GalassiMacGui: passthru tracks names.
2019-08-29 sr55WinGui: When using the About Menu -> Update Check,...
2019-08-29 sr55WinGui: Various small UI/UX fixes Fixes #2280 #2278
2019-08-29 Nomis101Update MacGUI with german mixdown strings
2019-08-28 OvchinnikovDmitriiVCE: Vulkan support on linux.
2019-08-26 John Stebbinsstream: fix size of subtitle extradata
2019-08-26 John Stebbinsstream: fix subtitle extradata buffer over-read
2019-08-26 John StebbinsLinGui: plug memory leaks
2019-08-26 John Stebbinshb_json: fix title dict format string
2019-08-26 John Stebbinsfix initialization of libswscale stride data
2019-08-26 John Stebbinsdvdnav: fix double free on close
2019-08-26 Bradley Seposcontrib: Add small patch fix to libdvdnav.
2019-08-26 Bradley Seposcontrib: Add small patch fix to libdvdread.
2019-08-25 Bradley Seposcontrib: Use `ranlib` instead of `ar s` to fix building...
2019-08-24 Damiano GalassiMacGui: add the needed hardened runtime entitlements.
2019-08-24 Damiano GalassiMacGui: workaround a issue in 10.15 beta where the...
2019-08-22 John Stebbinsencavcodec: fix chapter mark postion for nvenc encodes
2019-08-22 John Stebbinsffmpeg: fix seeking in mkv > 2GB
2019-08-22 Damiano GalassiMacGui: update sign script to sign the new xpc service.
2019-08-22 Damiano GalassiMacGui: fix a warnings and the tests.
2019-08-22 Damiano GalassiMacGui: make it possible to localize mixdowns.
2019-08-22 Bradley Seposmake: Rearrange configure.py help output into a more...
2019-08-22 Bradley Seposmake: Revise security section comments in configure.py.
2019-08-22 Nomis101make: Move harden option to the new Security group...
2019-08-22 Nomis101make: Move sandbox option into new Security group in...
2019-08-22 Nomis101make: Add a configure.py option to enable app sandbox.
2019-08-21 digullaBetter error message when avcodec_find_encoder_by_name...
2019-08-20 Nomis101Fix -Wduplicate-decl-specifier warnings
2019-08-19 Damiano GalassiMacGui: revert a change that was committed by error.
2019-08-19 Damiano GalassiMacGui: disable security-scoped bookmarks resolution...
2019-08-18 sr55WinGui: Fix a subtitle related error when adding to...
2019-08-18 Nomis101Create A12-videotoolbox-smpte2084-hlg-transfer.patch
2019-08-16 sr55WinGui: Another update of the translations.
2019-08-16 John Stebbinspreset: fix NULL initializtion of subtitle name
2019-08-16 Bradley Seposcontrib: Update to FFmpeg 4.2.
2019-08-15 John StebbinsLinGui: Fix null subtitle name
2019-08-15 Damiano GalassiMacGui: make use of some newer NSCoding api to better...
2019-08-15 Damiano GalassiMacGui: add a method to send a NSError to activity...
2019-08-15 Damiano GalassiMacGui: fix some truncated text in the picture settings.
2019-08-14 Damiano GalassiMacGui: fix an exception when reading an HBJob from...
2019-08-13 Damiano Galassilibhb: remove dead code.
2019-08-13 Damiano GalassiMacGui: set a default queue window size.
2019-08-13 Damiano GalassiMacGui: convert the last usage of NSDictionary to a...
2019-08-12 sr55WinGui: Fix the .NET Framework version check in the...
2019-08-12 sr55WinGui: Drop the .NET version back to 4.7.1 as 4.8...
2019-08-12 sr55WinGui: UI Consistency Tweak on the video tab.
2019-08-12 sr55nvenc: Change the rate control to vbr_hq, setting qmin...
2019-08-12 sr55WinGui: Metadata code cleanup
2019-08-12 sr55WinGui: Update French, Chinese, German Translations...
2019-08-12 sr55NVEnc: Check SDK version and disable feature if driver...
next