summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MacGui: fix deinterlace presets and sharpen tune undo support.Damiano Galassi2017-06-021-3/+3
* mac: Revise sharpen filters tooltops.Bradley Sepos2017-06-011-3/+3
* libhb: Revise sharpen presets and tunes.Bradley Sepos2017-06-011-10/+106
* mac: Add support for sharpening filters. (#760)Bradley Sepos2017-06-018-98/+607
* libhb: Add Lapsharp kernel isolap and use with Grain tune.Bradley Sepos2017-06-012-9/+27
* WinGui: Add "None" as an option to the fallback encoder dropdown. Setting thi...sr552017-05-313-3/+36
* WinGui: Fix an issue with the start/stop buttons on the toolbar.sr552017-05-311-17/+0
* MacGui: use a newer api to get the disk free space.Damiano Galassi2017-05-311-5/+22
* MacGui: do not load an HBJob is there is no file URL.Damiano Galassi2017-05-311-2/+2
* cli: add an additional null check to silence a clang static analyizer warning.Damiano Galassi2017-05-311-7/+10
* cli: Avoid carriage return in progress output when piping.Bradley Sepos2017-05-311-9/+31
* nlmeans: fix prefilter passthruJohn Stebbins2017-05-311-1/+1
* LinGui: Add UI support for BradleyS' sharpen filtersJohn Stebbins2017-05-304-2/+218
* libhb: Add LapSharp sharpening filter.Bradley Sepos2017-05-307-1/+567
* libhb: Add Unsharp sharpening filter.Bradley Sepos2017-05-3012-2/+1083
* WinGui: Improved error message on Starting an encode or queue when the destin...sr552017-05-294-1/+30
* WinGui: Remove the legacy XML based queue import/export funcitonality. One ca...sr552017-05-294-16/+8
* WinGui: Add a log message whent he queue is paused due to low disk space. Imp...sr552017-05-277-62/+91
* stream: Improve stream type detection through probingJohn Stebbins2017-05-251-39/+21
* WinGui: Change the "For Additional Tracks" dropdown. Remove the "None" opti...sr552017-05-244-18/+4
* preset: Fix surround audio bitrate for general presets.Bradley Sepos2017-05-213-18/+18
* encavcodecaudio: work around lame bugJohn Stebbins2017-05-111-11/+23
* WinGui: Fix an issue with long chapters causing scans to fail to complete. Fi...sr552017-05-022-3/+4
* WinGui: Improved logging around SCANDONE and some additional defensive progra...sr552017-05-023-8/+24
* WinGui: Minor change that might help #688sr552017-04-292-5/+5
* WinGui: Save file before committing :( #695sr552017-04-291-1/+1
* WinGui: Change to the queue duplicate detection. It currently filters by "Wai...sr552017-04-291-2/+1
* WinGui: Change a message box to an error window when exceptions occur in set...sr552017-04-291-2/+2
* scripts: Update to mingw-w64-build 2.3.2.Bradley Sepos2017-04-281-5/+5
* stream: fix chapter marker durationsJohn Stebbins2017-04-281-5/+20
* Fixed IRC link in README.markdown (#712)aaronjeline2017-04-271-1/+1
* MacGui: fix the "alert when done sound", it was checking the wrong key.Damiano Galassi2017-04-222-29/+29
* MacGui: do not use NSSecureCoding on 10.8, it crashes.Damiano Galassi2017-04-211-1/+8
* MacGui: do not load a job from disk if one or more job objects are missing.Damiano Galassi2017-04-219-33/+53
* MacGui: NSUUID is not available on 10.7, replace it with CFUUIDRefDamiano Galassi2017-04-211-2/+9
* LinGui: fix POTFILE listJohn Stebbins2017-04-191-3/+1
* WinGui: Fix a possible exception when cancelling and rescanning a source that...sr552017-04-162-2/+5
* decsrt: fix p-to-p start time after seekingJohn Stebbins2017-04-155-76/+130
* WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ind...sr552017-04-1510-30/+145
* avfilter: fix handling of bad settingsJohn Stebbins2017-04-141-0/+1
* MacGui: fix tests for the sandboxed schemes.Damiano Galassi2017-04-144-8/+20
* preset: fix audio settings when samplerate == autoDamiano Galassi2017-04-141-0/+4
* WinGui: Strip out some out some legacy code that was causing some threading i...sr552017-04-1314-300/+29
* MacGui: fix auto mixdown.Damiano Galassi2017-04-131-9/+1
* scan: fix very slow scanning for some filesJohn Stebbins2017-04-123-4/+6
* preset: fix sanitizing audio settings when samplerate != AutoJohn Stebbins2017-04-121-2/+7
* libav: fix h264 decode errorJohn Stebbins2017-04-111-0/+35
* scan: enable HBTF_NO_IDR when not enough previews foundJohn Stebbins2017-04-111-0/+4
* WinGui: Handle auto-passthru correctly in the mixdown sanatising code.sr552017-04-111-1/+1
* WinGui: Fix a potential crash in the audio track mixdown handling code.sr552017-04-111-1/+1