summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* flatpak: update to gnome 3.36 platformJohn Stebbins2020-04-262-2/+2
* MacGui: handle all KVO messages, fixes #2796 .Damiano Galassi2020-04-261-2/+5
* Multi instance (#2791)Scott2020-04-2648-1362/+979
* MacGui: start encoding a new job is the queue is running and the worker count...Damiano Galassi2020-04-251-3/+25
* hb_dict: fix loading preset files with unicode pathJohn Stebbins2020-04-221-1/+9
* WinGui: Fix a bug in the preview window where the flip was operating on the w...sr552020-04-181-1/+1
* log when auto-rotation is appliedJohn Stebbins2020-04-171-0/+3
* MacGui: deduplicate some code.Damiano Galassi2020-04-151-6/+1
* MacGui: there is no need to update the core state each progress update.Damiano Galassi2020-04-151-1/+0
* MacGui: simplify main window progress info.Damiano Galassi2020-04-143-128/+125
* WinGui: Fix an initialisation error on the Process Isolation code.sr552020-04-131-1/+1
* MacGui: improve some NSNotificationCenter calls to avoid listening to unwante...Damiano Galassi2020-04-126-12/+22
* MacGui: set the "show all" button state properly when the view is loaded.Damiano Galassi2020-04-122-2/+2
* WinGui: Improve Langauge for process isolation and be clear what it is, and h...sr552020-04-1110-21/+63
* WinGui: If selecting a preset that uses an video encoder that's not in use, w...sr552020-04-115-3/+81
* WinGui: Improvements to the Process Isolation Worker.sr552020-04-119-39/+146
* WinGui: Stripping much of the remaining app config out of the Queue Jobs. Cer...sr552020-04-1115-244/+100
* MacGui: clear main window progress info when the queue is done.Damiano Galassi2020-04-111-3/+3
* MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a prefer...Damiano Galassi2020-04-1133-691/+2269
* MacGui: cosmetics.Damiano Galassi2020-04-112-4/+0
* MacGui: lazy xpc service init.Damiano Galassi2020-04-111-14/+20
* MacGui: remove distributed queue.Damiano Galassi2020-04-1111-568/+89
* WinGui:sr552020-04-106-13/+55
* WinGui: Allow the *experimental* process worker feature to be enabled though ...sr552020-04-0918-243/+200
* MacGui: don't recreate all the queue items urls from bookmarks at launch.Damiano Galassi2020-04-064-31/+17
* WinGui: Supress validaiton on the Wix Installer to allow it to build correctl...sr552020-04-041-0/+3
* WinGui: Fix shortcut creation in the new installer.sr552020-04-041-1/+1
* New installer (#2739)Scott2020-04-043-22/+23
* WinGui: The beginnings of a MSI based installed using the WIX toolset. Note...sr552020-04-046-0/+777
* actions: Disable running on forked repos. Seems to be some instability in th...sr552020-04-043-0/+33
* libhb: Silence pkg-config errors during libxml2 search.Bradley Sepos2020-04-031-2/+2
* scan: Fix aspect ratio warning for DVD and BDJohn Stebbins2020-03-312-2/+20
* WinGui: Further work on the isolated process articecture.sr552020-03-3118-240/+369
* decavsub: fix decoding PGS from ffmpeg streamsJohn Stebbins2020-03-301-2/+10
* macosx: Pass compiler optimization level to Xcode.Bradley Sepos2020-03-302-8/+16
* libhb: Attempt finding libxml2 via pkg-config on Linux.Bradley Sepos2020-03-301-1/+10
* make: Append system PKG_CONFIG_PATH when building contribs.Bradley Sepos2020-03-301-1/+1
* MacGui: run NSWorkspace openFile:withApplication: on a background thread.Damiano Galassi2020-03-301-16/+25
* MacGui: update subtitles tracks serialization check after the libhb enum change.Damiano Galassi2020-03-301-1/+1
* ffmpeg: support 'H265' FourCC in AVI.Tim Walker2020-03-301-0/+26
* WinGui: Update the Queue Summary display to render more information on the au...sr552020-03-292-1/+25
* decavsub: patch ffmpeg to fix workaround hacksJohn Stebbins2020-03-294-37/+137
* decavsub: reduce EIA 608 font sizeJohn Stebbins2020-03-291-1/+1
* fix job logging of dvb subtitle sourceJohn Stebbins2020-03-291-0/+2
* decavsub: fix dvb subtitle passthroughJohn Stebbins2020-03-292-3/+8
* decavsub: remove dvb subtitle post-stuffing during demuxJohn Stebbins2020-03-292-10/+10
* decavsub: use libav to decode dvd subtitlesJohn Stebbins2020-03-2912-858/+154
* decavsub: use libav to decode EIA 608 subtitlesJohn Stebbins2020-03-298-1915/+90
* decavsub: enable dvb subtitle passthrough in mkvJohn Stebbins2020-03-292-0/+6
* decavsub: add DVB subtitle *burn-only* supportJohn Stebbins2020-03-295-26/+76