Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhb: read video rotation from libav. | Damiano Galassi | 2017-11-09 | 3 | -0/+33 |
| | |||||
* | LinGui: disable i386 releases | John Stebbins | 2017-11-07 | 4 | -8/+8 |
| | | | | x265 high-bit depth does not support i386 unless you disable asm. | ||||
* | LinGui: fix build with glib older than 2.44 | John Stebbins | 2017-11-07 | 3 | -2/+25 |
| | |||||
* | WinGui: Updates to handle changes to the JSON API. #964 | sr55 | 2017-11-06 | 11 | -36/+165 |
| | |||||
* | CLI: add option to log version, title, and progress in json | John Stebbins | 2017-11-06 | 12 | -61/+409 |
| | | | This is useful for scripts and other frontends that need to parse CLI output. | ||||
* | presets: enforce 2 level hierarchy when importing presets | John Stebbins | 2017-11-06 | 4 | -3/+201 |
| | | | | See https://github.com/HandBrake/HandBrake/issues/833#issuecomment-333193971 | ||||
* | LinGui: fix small memory leaks | John Stebbins | 2017-11-06 | 1 | -0/+2 |
| | |||||
* | LinGui: fix scan progress display | John Stebbins | 2017-11-06 | 2 | -17/+55 |
| | | | | Lost the text during one of the UI shuffles | ||||
* | LinGui: enforce preset heirarchy in presets list | John Stebbins | 2017-11-06 | 1 | -145/+156 |
| | | | | Make drag-n-drop respect the single folder level heirchary | ||||
* | LinGui: Add "Category" dropdown to preset save dialog | John Stebbins | 2017-11-06 | 11 | -252/+407 |
| | | | | | | | | | | | This replaces the "New Folder" option in the presets menu. It enforces the folder structure we have agreed to and hopefully helps the user keep things organized. Note that users are allowed to save a custom preset to the same "Category" as an official preset. When they do this, a new custom category is created with the same name and the preset is saved in that folder. | ||||
* | LinGui: allow angles when dvdnav is disabled | John Stebbins | 2017-11-06 | 2 | -3/+0 |
| | | | | Other source types can also have multiples angles | ||||
* | LinGui: clean up UI xml a bit | John Stebbins | 2017-11-06 | 1 | -135/+25 |
| | | | | and remove some cruft. | ||||
* | LinGui: add preset description tooltip to preset menu button | John Stebbins | 2017-11-06 | 2 | -1/+7 |
| | |||||
* | LinGui: preset "Reset" -> "Reload" | John Stebbins | 2017-11-06 | 3 | -10/+11 |
| | |||||
* | LinGui: allow preset delete when list selection is not highlighted | John Stebbins | 2017-11-06 | 1 | -64/+63 |
| | | | | | | Previously, you could only delete the currently highlighted item. Now you can delete the current item in the presets menu button, even if settings have been modified and the list item is not highlighted. | ||||
* | LinGui: add preset "modified" indicator and reset button | John Stebbins | 2017-11-06 | 3 | -32/+100 |
| | | | | | When a setting is modified, the word "Modified" appears next to the preset selection menu button and the "Reset" button is enabled. | ||||
* | LinGui: reinitialize presets menu when list changes | John Stebbins | 2017-11-06 | 1 | -8/+30 |
| | |||||
* | LinGui: open preset selection menu to right of button | John Stebbins | 2017-11-06 | 1 | -2/+2 |
| | |||||
* | LinGui: Add preset selection menu | John Stebbins | 2017-11-06 | 16 | -801/+1058 |
| | | | | | | | And convert appliction to a GtkApplication. This allows the use of GActions for menu and other control actions. It's a cleaner simpler interface that automatically tracks when multiple widgets perform the same action and keeps their state in sync. | ||||
* | LinGui: Split presets list out into separate window | John Stebbins | 2017-11-06 | 4 | -63/+256 |
| | |||||
* | LinGui: Reorgainize Summary pane | John Stebbins | 2017-11-06 | 14 | -825/+882 |
| | | | | Synching up with https://github.com/HandBrake/HandBrake/issues/833 | ||||
* | x265: fix xclean | John Stebbins | 2017-11-06 | 3 | -3/+3 |
| | | | | It didn't remove the contrib build directory | ||||
* | x265: add support for 8/10/12 bit encoding in single static lib (#975) | John Stebbins | 2017-11-06 | 14 | -38/+263 |
| | | | | Builds x265 three times, once for each bit depth. Then merges the static libs into one library that HandBrake can statically link against. | ||||
* | libhb: add HLG to our list of known transfer characteristics. | Damiano Galassi | 2017-11-06 | 2 | -0/+3 |
| | |||||
* | MacGui: remove the i386 architecture from Growl framework, and the strip ↵ | Damiano Galassi | 2017-11-04 | 3 | -37/+0 |
| | | | | phase in the build system. | ||||
* | build: Fix configure to report success when REV=0 in version.txt. | Bradley Sepos | 2017-11-04 | 1 | -1/+1 |
| | | | | Instead make sure we have a possibly sane HASH value. | ||||
* | tx3g: make font size scale with video height | John Stebbins | 2017-11-03 | 3 | -16/+41 |
| | | | Fixes https://forum.handbrake.fr/viewtopic.php?f=5&t=37034 | ||||
* | MacGui: fix a wrong usage of CFData API, CFDataCreateMutable creates a a ↵ | Damiano Galassi | 2017-11-03 | 1 | -17/+21 |
| | | | | CFData instance that can be filled up to the wanted capacity, but it doesn't set the CFData length to the capacity. Use CFDataSetLength to set the length. The original code doesn't work on 10.13.2 beta 1. | ||||
* | WinGui: Fix Window Title not resetting when queue finishing. | sr55 | 2017-11-02 | 1 | -0/+2 |
| | |||||
* | WinGui: Small Typo #833 | sr55 | 2017-11-02 | 2 | -2/+2 |
| | |||||
* | WinGui: Adding Preset Category support into the Windows UI. Single layer ↵ | sr55 | 2017-11-02 | 7 | -34/+137 |
| | | | | support only. #833 | ||||
* | CLI: add help for --align-av | John Stebbins | 2017-11-02 | 1 | -0/+3 |
| | |||||
* | WinGui: Add basic deinterlace to the static preview. #958 | sr55 | 2017-10-30 | 3 | -4/+14 |
| | |||||
* | WinGui: Change ChannelLayout to Int64 #968 | sr55 | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | WinGui: Improve the behaviour of the quality slider when changing video ↵ | sr55 | 2017-10-29 | 1 | -25/+34 |
| | | | | encoder. It now updates correctly. By default it will not change value unless out of bounds. at which point it'll choose the mid-point as a default and the user can adjust as necessary. | ||||
* | WinGui: Don't perform Foreign Audio Subtitle Scans for short video previews. ↵ | sr55 | 2017-10-29 | 1 | -0/+18 |
| | | | | The long wait to scan an entire source is not valuable for short video previews. #877 | ||||
* | build: explicitly select HFS+ as the dmg filesystem. | Damiano Galassi | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | github: Minor follow-up revision to issue form. | Bradley Sepos | 2017-10-20 | 1 | -4/+2 |
| | |||||
* | github: Revise issue form prefilled text. | Bradley Sepos | 2017-10-20 | 1 | -7/+24 |
| | |||||
* | LinGui: fix Ubuntu 17.10 snapshots | John Stebbins | 2017-10-19 | 1 | -1/+1 |
| | | | | Compression method bzip2 is no longer supported by dpkg-deb | ||||
* | LinGui: add Ubuntu 17.10 (artful) to snapshots | John Stebbins | 2017-10-18 | 3 | -0/+130 |
| | | | | Final 17.10 release is tomorrow... | ||||
* | LinGui: remove Ubuntu 15.04 (vivid) snapshots | John Stebbins | 2017-10-17 | 1 | -15/+0 |
| | | | | It's no longer supported by Ubuntu launchpad | ||||
* | Update libmfx to 5d6f1b6 (Based on upstream 1.23) | sr55 | 2017-10-14 | 2 | -16/+2 |
| | |||||
* | QSV: Main10 should be default profile | maxd | 2017-10-13 | 3 | -3/+12 |
| | |||||
* | WinGui: Fix a culture issue with Framerates. Fixes #926 | sr55 | 2017-10-12 | 1 | -3/+14 |
| | |||||
* | MacGui: Disable implicit animations on 10.9 and earlier. | Damiano Galassi | 2017-10-11 | 1 | -2/+2 |
| | |||||
* | MSYS compilation on Windows and for Windows | maxd | 2017-10-05 | 5 | -2/+24 |
| | |||||
* | contrib: Update to Libav 12.2. | Bradley Sepos | 2017-10-05 | 3 | -135/+3 |
| | |||||
* | WinGui; Implement a smarter Title Case Algorithm. This may resolve #922 | sr55 | 2017-10-01 | 1 | -15/+4 |
| | |||||
* | WinGui: Code tidyup / tweaks around presets. | sr55 | 2017-09-22 | 2 | -43/+4 |
| |