summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* WinGui: SplitButton was broken. #524sr552017-01-151-1/+1
* WinGui: Fix erroneous path and filename handling. #515sr552017-01-142-8/+18
* WinGui: Fix a crash when saving presets for video encoders that don't have pr...sr552017-01-141-3/+3
* WinGui: Fix an issue which prevented the GUI from parsing presets with hb_pre...sr552017-01-133-4/+11
* WinGui: Put up a clearer error when we can't read older presets rather than j...sr552017-01-124-5/+29
* MacGui: fix string encoding when converting chapters titles to NSString.Damiano Galassi2017-01-121-1/+1
* qsv: fix building with qsv disabledJohn Stebbins2017-01-112-2/+13
* WinGui: Update EndPoint for API Change.sr552017-01-111-1/+1
* json: revise range "End" for time and frame rangesJohn Stebbins2017-01-113-19/+45
* WinGui: Fix for the Queue Item Tooltip. Would erroneously display "2Pass" for...sr552017-01-111-1/+7
* json: Decoding JSON now checks if QSV is available before setting QSV… (#509)Scott2017-01-111-0/+4
* libav: fix EIO error when reaching EOF of DV filesJohn Stebbins2017-01-111-0/+37
* reader: fix incorrect duration of UTF8 subtitlesJohn Stebbins2017-01-111-0/+4
* preset: fix "all" AudioTrackSelectionBehaviorJohn Stebbins2017-01-111-5/+10
* added support of Kaby Lake CPU recognitionmaxd2017-01-113-1/+10
* WinGui: Fix a stack overflow exception in Options screen that was causing a s...sr552017-01-091-1/+0
* libhb: check if decvobsub.c private_data is not null before accessing one of ...Damiano Galassi2017-01-091-1/+1
* MacGui: sleep prevention in HBCore should be on by default.Damiano Galassi2017-01-091-0/+1
* json: fix use of freed memoryJohn Stebbins2017-01-081-18/+23
* WinGui: Allow the log window to be opened from the Scan Status Overlay.sr552017-01-084-20/+81
* WinGui: Correctly synchronise the WhenDone dropdowns in the Queue, MainWindow...sr552017-01-087-50/+66
* WinGui: Workaround a bug in libhb where if the audio track name == "", the en...sr552017-01-071-1/+2
* WinGui: Make sure to set libdvdnav setting before encoding. This fixes an iss...sr552017-01-071-0/+2
* WinGui: Adding Queue Start/Pause Context Menu options to the In-line queue an...sr552017-01-077-29/+107
* qsv: Fix a crash that can occur in hb_qsv_info_print() when QSV hardware exis...sr552017-01-061-13/+15
* MacGui: prevent sleep at queue start, and reallow it at the end of the queue..Damiano Galassi2017-01-051-0/+9
* MacGui: add an option to disable HBCore automatic sleep prevention behaviour.Damiano Galassi2017-01-052-5/+51
* decsrtsub: fix extra blank linesJohn Stebbins2017-01-041-1/+1
* MacGui: fix NSSecureCoding for the HBSubtitles class.Damiano Galassi2017-01-042-1/+3
* libhb: better bound checking in ParseControls.Damiano Galassi2017-01-041-2/+37
* LinGui: fix use of gtk 3.22 deprecated functionsJohn Stebbins2017-01-033-18/+58
* libhb: allow removal of tagsJohn Stebbins2017-01-032-19/+82
* qsv: fix for memory leak for decodemaxd2017-01-031-1/+1
* WinGui: Improve the SourceMax / Custom Picture Settings modes. Fixes a numer ...sr552017-01-022-31/+38
* MacGui: always use the last selected source parent directory for the open panel.Damiano Galassi2017-01-021-13/+2
* MacGui: use the bundle name as the title name for .eyetv bundles.Damiano Galassi2017-01-021-0/+7
* WinGui: Change the name of the night build start menu shortcut to "HandBrake ...sr552017-01-012-4/+4
* WinGui: Set version to 1.0.2sr552017-01-016-8/+8
* MacGui: [HBUtilities writeToActivityLog:] wants a c string, not a NSString.Damiano Galassi2017-01-011-1/+1
* MacGui: fix the tests, an external file is required to run them now.Damiano Galassi2017-01-015-199/+58
* MacGui: write the job preset name to the activity log.Damiano Galassi2017-01-011-0/+1
* Update copyright dates to 2017.Bradley Sepos2017-01-01159-185/+185
* WinGui: Store the Extra Args when switching video encoders. This prevents inv...sr552016-12-311-4/+16
* WinGui: Fixes to Subtitle Default behaviours.sr552016-12-311-3/+17
* MacGui: check if a file overwrites its source before adding it to the queue.Damiano Galassi2016-12-311-59/+70
* MacGui: reset the video encoder additional options when switching to a differ...Damiano Galassi2016-12-311-0/+14
* MacGui: allow only .app to be selected in the "send file to" open panel.Damiano Galassi2016-12-311-0/+1
* MacGui: make possible to configure on which queue HBCore will call the callba...Damiano Galassi2016-12-302-9/+7
* Revert "Update es.po (#460)"John Stebbins2016-12-301-6824/+25
* presets: fix hb_preset_moveJohn Stebbins2016-12-301-1/+1