Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Display an error if hb.dll is missing rather than hanging / crashing ↵ | sr55 | 2021-02-20 | 3 | -0/+19 |
| | | | | the app. | ||||
* | WinGui: Add required worker files for last checkin. | sr55 | 2021-02-20 | 3 | -0/+72 |
| | |||||
* | WinGui: Decouple HandBrake.Worker from HandBrakeWPF project. | sr55 | 2021-02-20 | 9 | -17/+6 |
| | |||||
* | WinGui: Fix a number of code warnings. | sr55 | 2021-02-20 | 7 | -12/+25 |
| | |||||
* | WinGui: Fix a small theme issue with default context menus on controls. ↵ | sr55 | 2021-02-17 | 1 | -0/+9 |
| | | | | Fixes #3407 | ||||
* | WinGui: Fix grayscale filter in presets. | sr55 | 2021-02-14 | 2 | -4/+1 |
| | |||||
* | WinGui: Minor UI/UX tweaks. | sr55 | 2021-02-14 | 15 | -190/+350 |
| | | | | | | | | - Tab Section titles removed from single purpose tabs (Chapters, Subtitle, Audio, Filters). Was unnecessary and frees up some space. - A number of labels updated for consistency with the mac UI - Added "Open preview" button to the Dimensions tab. - Added "Source Preview" label to the Summary tab to try avoid confusion as to what this is for. - Better job status display (HB Error codes with text description) on queue summary. | ||||
* | WinGui: Build fix | sr55 | 2021-02-08 | 1 | -3/+3 |
| | |||||
* | WinGui: Fix a VS build issue. Copy required assets into the UI build directory. | sr55 | 2021-02-07 | 1 | -0/+4 |
| | |||||
* | [Mac] Update german locale | Nomis101 | 2021-02-07 | 5 | -60/+113 |
| | |||||
* | MacGUI: update tooltips, fixes #3240 and #3402. | Damiano Galassi | 2021-02-07 | 2 | -18/+11 |
| | |||||
* | MacGUI: Xcode version check. | Damiano Galassi | 2021-02-07 | 5 | -5/+5 |
| | |||||
* | WinGui: Minor improvement to the light theme. | sr55 | 2021-02-06 | 4 | -5/+131 |
| | |||||
* | Fix another instance where process.start is being flaky on some systems. ↵ | sr55 | 2021-02-06 | 1 | -1/+1 |
| | | | | Fixes #3397 | ||||
* | WinGui: Add code to prevent double default presets. Fixes #3386 | sr55 | 2021-02-06 | 1 | -0/+7 |
| | |||||
* | WinGui: Another smaller found of Namespace changes for HandBrake.Interop | sr55 | 2021-02-04 | 45 | -113/+110 |
| | |||||
* | WinGui: HandBrake.Interop further API tidyup. Namespace changes. Many ↵ | sr55 | 2021-02-04 | 80 | -219/+115 |
| | | | | "model" objects have moved to interfaces.models to avoid confusion. A number of filter/video enums have moved to HandBrakeWPF as they are not part of the API. | ||||
* | WinGui: More Interop Cleanup. Anamorphic Factory is not used. Similar ↵ | sr55 | 2021-02-04 | 6 | -118/+9 |
| | | | | functionaility is in HandBrakePictureHelper.cs | ||||
* | WinGui: HandBrake.Interop API change/cleanup. Making the structs internal ↵ | sr55 | 2021-02-04 | 30 | -442/+218 |
| | | | | to avoid them being exposed to API consumers. This affects hb_geometry*, hb_sutitle*, NativeConstants | ||||
* | contrib: Update to x265 r12666 681c05e83. | Damiano Galassi | 2021-02-03 | 22 | -346/+736 |
| | |||||
* | contrib: Update to x264 build 161 r3043 59c06095. | Damiano Galassi | 2021-02-03 | 3 | -87/+11 |
| | |||||
* | libhb: passthru mastering display metadata and content light level metadata. | Damiano Galassi | 2021-02-01 | 13 | -4/+462 |
| | |||||
* | Update linux.yml | Scott | 2021-01-31 | 1 | -2/+2 |
| | |||||
* | Update linux.yml | Scott | 2021-01-31 | 1 | -1/+1 |
| | |||||
* | Update linux.yml | Scott | 2021-01-31 | 1 | -0/+1 |
| | |||||
* | Fix Linux Build | Scott | 2021-01-31 | 1 | -2/+3 |
| | |||||
* | MacGUI: prevent a possible exception if a job being rescanned is manually ↵ | Damiano Galassi | 2021-01-30 | 1 | -5/+12 |
| | | | | deleted from the queue before the rescan is done. | ||||
* | sync: tag the generated black buffer with the color code points, to avoid ↵ | Damiano Galassi | 2021-01-30 | 1 | -1/+5 |
| | | | | tripping the colorspace filter. | ||||
* | WinGui: Add support for Chroma Smooth filter. | sr55 | 2021-01-30 | 11 | -17/+306 |
| | |||||
* | WinGui: Add support for the colourspace filter. | sr55 | 2021-01-30 | 13 | -6/+258 |
| | |||||
* | WinGui: Relax the Picture Settings behaviours on source or title change. ↵ | sr55 | 2021-01-30 | 2 | -19/+46 |
| | | | | | | | Cropping and Resolution Limit are no longer reset and will obey last choice. Add selection to queue now consistenty uses the current preset, or it's modified variant. (as will Add All) #3338 | ||||
* | WinGui: Minor code tidyup. | sr55 | 2021-01-30 | 1 | -111/+38 |
| | |||||
* | WinGui: Workaround system breakage when launching URL's. Fixes #3381 | sr55 | 2021-01-29 | 6 | -9/+9 |
| | |||||
* | libhb: revert part of the previous colormatrix override commit. | Damiano Galassi | 2021-01-25 | 11 | -35/+86 |
| | |||||
* | contrib: Apply libdav1d pc location patch on all systems. | Bradley Sepos | 2021-01-24 | 1 | -0/+0 |
| | | | | Fixes #3299. | ||||
* | MacGUI: fix a typo in chroma smooth and colorspace validation methods name. | Damiano Galassi | 2021-01-24 | 1 | -2/+2 |
| | |||||
* | libhb: change the color-matrix cli option behavior. Set the color info at ↵ | Damiano Galassi | 2021-01-24 | 11 | -87/+36 |
| | | | | the begin of the pipeline. Fix a typo in the preset key that prevented it from working. | ||||
* | WinGui: Extend the dark theme option to be able to honour OS ↵ | sr55 | 2021-01-23 | 12 | -26/+164 |
| | | | | "AppsUseLightTheme" setting. #3369 | ||||
* | libhb: update the audio encoders list after the latest hb_encoder_internal_t ↵ | Damiano Galassi | 2021-01-23 | 1 | -35/+35 |
| | | | | struct changes. | ||||
* | MacGUI: add chroma smooth and colorspace filters UI. | Damiano Galassi | 2021-01-23 | 7 | -250/+883 |
| | |||||
* | libhb: re-implement colorspace filter with zimg, add tonemap, and expose the ↵ | Damiano Galassi | 2021-01-23 | 12 | -147/+682 |
| | | | | colorspace filter in the cli | ||||
* | contrib: add zimg. | Damiano Galassi | 2021-01-23 | 8 | -6/+42 |
| | |||||
* | libhb: remove unused code of an old QSV zero-copy implementation. | Damiano Galassi | 2021-01-23 | 1 | -26/+7 |
| | |||||
* | MacGui: allows the Unparse textfield to expand vertically. | Damiano Galassi | 2021-01-23 | 1 | -25/+25 |
| | |||||
* | qsv: add scaling modes and interpolation methods for qsv scale filter | agalin89 | 2021-01-22 | 5 | -4/+166 |
| | |||||
* | WinGui: Add ISO standard langauge names to the langugae dropdown in ↵ | sr55 | 2021-01-21 | 2 | -12/+12 |
| | | | | preferences. Closes #3363 | ||||
* | WinGui: Change the Product Dir reg key such that HandBrake can be launched ↵ | sr55 | 2021-01-21 | 1 | -1/+1 |
| | | | | | | from WinKey +R. Fixes #3361 (Main release only) | ||||
* | muxavformat: disable libavformat's mkv automatic handling of default flag. ↵ | Damiano Galassi | 2021-01-21 | 1 | -0/+2 |
| | | | | Fixes #3200. | ||||
* | sync: fix PtoP hang | Damiano Galassi | 2021-01-21 | 1 | -2/+1 |
| | | | | start_found was never set if there was a subtitles starting at pts_to_start. | ||||
* | MacGui: merge the two 'Add To Queue' toolbar items. | Damiano Galassi | 2021-01-18 | 1 | -41/+68 |
| |