119
I Use This!
High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 16 hours ago.
Nov 04, 2024 — Nov 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Interop: Added support for NL-Means denoise. More... over 11 years ago
MacGui: set the import/export chapters buttons size to small in an effort to use the same button size in the whole app (and the mini size on Yosemite is hard to read) More... over 11 years ago
MacGui: add drag & drop to rearrange languages in the subtitles default panel. More... over 11 years ago
WinGui: Force 2dp on Preview % More... over 11 years ago
WinGui: Fix a styling issue on the preview window. Disable libhb encode for the upcoming release so that users don't inadvertently turn it on. Made the new preview window an optional setting, off by default as it's a Alpha feature. (See Preferences) More... over 11 years ago
MacGui: upgrade more xib files to the latest version. More... over 11 years ago
MacGui: corrected the label alignment in the add preset window. More... over 11 years ago
MacGui: added some tooltips to the subtitles defaults window and made the defaults buttons in the subtitles tab more visible. More... over 11 years ago
MacGui: removed another duplicated method to get the Application Support path. More... over 11 years ago
MacGui: remove the DiskArbitration framework from the Xcode project and the MACOSX_DEPLOYMENT_TARGET setting. More... over 11 years ago
MacGui: fixed a memory leak. More... over 11 years ago
MacGui: use the native language if available in the subtitles table and languages selection table. More... over 11 years ago
fix comment in isIframe() More... over 11 years ago
libhb: add i-frame detection for mpeg4 ts/ps streams More... over 11 years ago
libhb: fix potential seg fault in hb_hexdump More... over 11 years ago
LinGui: protect against failure to get preview image More... over 11 years ago
MacGui: check if the image returned by hb_get_preview2 is null to avoid a crash. The preview window will try to show the number of previews selected in the preferences, but an already loaded title might not have enough preview images. More... over 11 years ago
MacGui: use the new preview generation method hb_get_preview2. More... over 11 years ago
libhb: add new function for retrieving previews More... over 11 years ago
MacGui: Implemented a configuration panel similar to the win/lin gui one for the subtitles defaults, and added some more options from the other guis (add all, remove all). The SubtitleAddForeignAudioSubtitle setting will be added later after the automatic audio selection is done. Fixed a bug where HandBrake used 50% of cpu time if the subtitles table view was selected. Refactored a big part of HBSubtitlesController to make it works with the new automatic options and to cleaned the table view data source. More... over 11 years ago
cli: always keep display aspect unless using custom anamorphic mode More... over 11 years ago
LinGui/CLI/libhb: add nlmeans denoise filter to lingui Move nlmeans preset&tune parsing from cli to libhb More... over 11 years ago
MacGui: Used a different api in HBDVDDetector to avoid DiskArbitration crashes. More... over 11 years ago
MacGUI: removed an unneeded __bridge in HBDVDDetector. Might fix a crash in the nightly. More... over 11 years ago
cli: allow user cli options to override defaults for fallback audio encoder Solves: https://forum.handbrake.fr/viewtopic.php?f=10&t=28074&sid=68d8c5bfffd7081625bcd56fb7c4dad1 More... over 11 years ago
libhb: Improve handling of streams with broken video timestamps Addresses https://forum.handbrake.fr/viewtopic.php?f=12&t=30307&p=140045#p139847 More... over 11 years ago
cli: Simplify output geometry calculation Fix bug where non-anamorphic mode ignores modulus Change default modulus to 2 More... over 11 years ago
MacGui: Replaced some deprecated functions in HBDVDDetector and ignored the QTKit deprecations warnings for now. Grouped some files in the Xcode project. More... over 11 years ago
MacGui: moved two methods used by the whole app to HBUtilities.m: - appSupportPath: - writeToActivityLog: More... over 11 years ago
MacGUI: Refactored the controller code for the video/audio/subtitles/chapters view: Added a xib file and a NSViewController subclass for each tab of the main HandBrake window. Each view controller now to responds to the HBContainerChangedNotification and HBTitleChangedNotification notifications instead of using a custom way to notify changes. Converted the modified .xibs to the Xcode 5.1 format. More... over 11 years ago