Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: reload the queue outline view action column when an encode is done ↵ | Damiano Galassi | 2017-01-19 | 1 | -1/+4 |
| | | | | (the one with the x or the show in finder icon) | ||||
* | disable fontconfig on macOS | Damiano Galassi | 2017-01-18 | 5 | -23/+56 |
| | |||||
* | libhb: force title rescan after completing a job encode (#488) | John Stebbins | 2017-01-16 | 3 | -0/+12 |
| | | | Fixes https://forum.handbrake.fr/viewtopic.php?f=12&t=35583 | ||||
* | cli: Adding hb_opencl_set_enable when --use-opencl is set. #496 | sr55 | 2017-01-15 | 1 | -0/+5 |
| | |||||
* | WinGui: Pause on Low Diskspace is for local drives only. Disabling check for ↵ | sr55 | 2017-01-15 | 1 | -1/+1 |
| | | | | UNC paths. #527 | ||||
* | WinGui: Remove extension check as it can cause an erroneous error when ↵ | sr55 | 2017-01-15 | 1 | -1/+1 |
| | | | | setting the filename manually. | ||||
* | WinGui: Fix typo in #496 | sr55 | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | WinGui: Use new hb_opencl_set_enable function. #496 | sr55 | 2017-01-15 | 4 | -3/+8 |
| | |||||
* | opencl: Workaround broken drivers that crash when you call clGetPlatformIDs ↵ | Scott | 2017-01-15 | 3 | -4/+28 |
| | | | | with valid inputs. #496 | ||||
* | WinGui: SplitButton was broken. #524 | sr55 | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix erroneous path and filename handling. #515 | sr55 | 2017-01-14 | 2 | -8/+18 |
| | |||||
* | WinGui: Fix a crash when saving presets for video encoders that don't have ↵ | sr55 | 2017-01-14 | 1 | -3/+3 |
| | | | | preset or profile options. #516 | ||||
* | WinGui: Fix an issue which prevented the GUI from parsing presets with ↵ | sr55 | 2017-01-13 | 3 | -4/+11 |
| | | | | | | hb_presets_read_file_json becaused it returned an unnamed list when reading plist files. It can now handle PresetList or just unnamed Json List [] Also made the parser more tolerant to casing and unset and unexpected values. | ||||
* | WinGui: Put up a clearer error when we can't read older presets rather than ↵ | sr55 | 2017-01-12 | 4 | -5/+29 |
| | | | | just showing a stack trace. #513 | ||||
* | MacGui: fix string encoding when converting chapters titles to NSString. | Damiano Galassi | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | qsv: fix building with qsv disabled | John Stebbins | 2017-01-11 | 2 | -2/+13 |
| | |||||
* | WinGui: Update EndPoint for API Change. | sr55 | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | json: revise range "End" for time and frame ranges | John Stebbins | 2017-01-11 | 3 | -19/+45 |
| | | | | | "End" was a duration. It is now the actual "End" position in 90khz ticks or frames. | ||||
* | WinGui: Fix for the Queue Item Tooltip. Would erroneously display "2Pass" ↵ | sr55 | 2017-01-11 | 1 | -1/+7 |
| | | | | for CRF encodes. | ||||
* | json: Decoding JSON now checks if QSV is available before setting QSV… (#509) | Scott | 2017-01-11 | 1 | -0/+4 |
| | | | json: Decoding JSON now checks if QSV is available before setting QSV… #509 | ||||
* | libav: fix EIO error when reaching EOF of DV files | John Stebbins | 2017-01-11 | 1 | -0/+37 |
| | |||||
* | reader: fix incorrect duration of UTF8 subtitles | John Stebbins | 2017-01-11 | 1 | -0/+4 |
| | | | | The stop time for these was not getting adjusted by the scr_offset | ||||
* | preset: fix "all" AudioTrackSelectionBehavior | John Stebbins | 2017-01-11 | 1 | -5/+10 |
| | | | | | When all tracks are requested, do not filter out secondary audio types. This should only be done when only the "first" track is requested. | ||||
* | added support of Kaby Lake CPU recognition | maxd | 2017-01-11 | 3 | -1/+10 |
| | |||||
* | WinGui: Fix a stack overflow exception in Options screen that was causing a ↵ | sr55 | 2017-01-09 | 1 | -1/+0 |
| | | | | settings reset. | ||||
* | libhb: check if decvobsub.c private_data is not null before accessing one of ↵ | Damiano Galassi | 2017-01-09 | 1 | -1/+1 |
| | | | | its member. Fix a crash when calling decsubClose if the decoder had not been initialized yet. | ||||
* | MacGui: sleep prevention in HBCore should be on by default. | Damiano Galassi | 2017-01-09 | 1 | -0/+1 |
| | |||||
* | json: fix use of freed memory | John Stebbins | 2017-01-08 | 1 | -18/+23 |
| | | | | | | | | audio.out.name was getting assigned a string from a json object that could be freed resulting in a double free. also make unpack_s check for const char * type to help prevent such abuses in the future. | ||||
* | WinGui: Allow the log window to be opened from the Scan Status Overlay. | sr55 | 2017-01-08 | 4 | -20/+81 |
| | |||||
* | WinGui: Correctly synchronise the WhenDone dropdowns in the Queue, ↵ | sr55 | 2017-01-08 | 7 | -50/+66 |
| | | | | MainWindow and Preferences | ||||
* | WinGui: Workaround a bug in libhb where if the audio track name == "", the ↵ | sr55 | 2017-01-07 | 1 | -1/+2 |
| | | | | engine crashes when initially writing the mp4 file. | ||||
* | WinGui: Make sure to set libdvdnav setting before encoding. This fixes an ↵ | sr55 | 2017-01-07 | 1 | -0/+2 |
| | | | | issue where reloading the queue would result in this setting being ignored. | ||||
* | WinGui: Adding Queue Start/Pause Context Menu options to the In-line queue ↵ | sr55 | 2017-01-07 | 7 | -29/+107 |
| | | | | and queue window. #489 | ||||
* | qsv: Fix a crash that can occur in hb_qsv_info_print() when QSV hardware ↵ | sr55 | 2017-01-06 | 1 | -13/+15 |
| | | | | exists in the system but is disabled in the bios. | ||||
* | MacGui: prevent sleep at queue start, and reallow it at the end of the queue.. | Damiano Galassi | 2017-01-05 | 1 | -0/+9 |
| | |||||
* | MacGui: add an option to disable HBCore automatic sleep prevention behaviour. | Damiano Galassi | 2017-01-05 | 2 | -5/+51 |
| | |||||
* | decsrtsub: fix extra blank lines | John Stebbins | 2017-01-04 | 1 | -1/+1 |
| | | | | This only happened with embedded UTF8 subtitles in mkv. | ||||
* | MacGui: fix NSSecureCoding for the HBSubtitles class. | Damiano Galassi | 2017-01-04 | 2 | -1/+3 |
| | |||||
* | libhb: better bound checking in ParseControls. | Damiano Galassi | 2017-01-04 | 1 | -2/+37 |
| | |||||
* | LinGui: fix use of gtk 3.22 deprecated functions | John Stebbins | 2017-01-03 | 3 | -18/+58 |
| | |||||
* | libhb: allow removal of tags | John Stebbins | 2017-01-03 | 2 | -19/+82 |
| | | | | | | Setting an empty string tag allows removal of existing tags. Note that setting a NULL string does not remove an existing tag but instead results in the tag getting passed through from the source. | ||||
* | qsv: fix for memory leak for decode | maxd | 2017-01-03 | 1 | -1/+1 |
| | | | | Closes #490. | ||||
* | WinGui: Improve the SourceMax / Custom Picture Settings modes. Fixes a numer ↵ | sr55 | 2017-01-02 | 2 | -31/+38 |
| | | | | of edge causes and problems with this code #455 | ||||
* | MacGui: always use the last selected source parent directory for the open panel. | Damiano Galassi | 2017-01-02 | 1 | -13/+2 |
| | |||||
* | MacGui: use the bundle name as the title name for .eyetv bundles. | Damiano Galassi | 2017-01-02 | 1 | -0/+7 |
| | |||||
* | WinGui: Change the name of the night build start menu shortcut to "HandBrake ↵ | sr55 | 2017-01-01 | 2 | -4/+4 |
| | | | | Nightly" to distinguish it from the public release builds. | ||||
* | WinGui: Set version to 1.0.2 | sr55 | 2017-01-01 | 6 | -8/+8 |
| | |||||
* | MacGui: [HBUtilities writeToActivityLog:] wants a c string, not a NSString. | Damiano Galassi | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | MacGui: fix the tests, an external file is required to run them now. | Damiano Galassi | 2017-01-01 | 5 | -199/+58 |
| | |||||
* | MacGui: write the job preset name to the activity log. | Damiano Galassi | 2017-01-01 | 1 | -0/+1 |
| |