summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* WinGui: Fix 2 issues with audio track names. First, Name was not updating c...sr552019-09-011-4/+19
* MacGui: properly remove an observer.Damiano Galassi2019-09-012-1/+6
* MacGui: print dlopen error message.Damiano Galassi2019-09-011-0/+15
* macOS: add a make notarize target. Usage: make notarize USERNAME=""Damiano Galassi2019-09-014-2/+149
* make: Allow tar to extract xz archives.Bradley Sepos2019-08-311-1/+1
* make: Disable warning for AMD VCE on Linux.Bradley Sepos2019-08-311-1/+1
* macosx: use the correct entitlements to sign the cli.Damiano Galassi2019-08-312-7/+8
* decavcodec: fix memory leakJohn Stebbins2019-08-301-0/+1
* hb_json: fix double freeJohn Stebbins2019-08-301-4/+13
* WinGui: Treat empty string as null for Subtitle Name. #2275sr552019-08-301-1/+7
* macosx: Minor cleanup of hbsign.Bradley Sepos2019-08-301-10/+9
* MacGui: sign with the sandbox entitlements if sandbox is enabled.Damiano Galassi2019-08-301-1/+5
* Update hbsign with hardened runtime and sandbox options.Damiano Galassi2019-08-303-29/+106
* MacGui: add a preference to not display preview images in the summary tab.Damiano Galassi2019-08-307-34/+95
* MacGui: make it possible to resize the columns in the audio and subtitles tab...Damiano Galassi2019-08-302-12/+15
* MacGui: do not set the track name if it's one of those we generate.Damiano Galassi2019-08-301-1/+8
* MacGui: passthru tracks names.Damiano Galassi2019-08-303-1/+8
* WinGui: When using the About Menu -> Update Check, automatically preform the ...sr552019-08-292-0/+6
* WinGui: Various small UI/UX fixes Fixes #2280 #2278sr552019-08-294-23/+28
* Update MacGUI with german mixdown stringsNomis1012019-08-293-4/+57
* VCE: Vulkan support on linux.OvchinnikovDmitrii2019-08-283-13/+113
* stream: fix size of subtitle extradataJohn Stebbins2019-08-261-1/+1
* stream: fix subtitle extradata buffer over-readJohn Stebbins2019-08-261-1/+2
* LinGui: plug memory leaksJohn Stebbins2019-08-265-6/+15
* hb_json: fix title dict format stringJohn Stebbins2019-08-261-1/+1
* fix initialization of libswscale stride dataJohn Stebbins2019-08-261-0/+2
* dvdnav: fix double free on closeJohn Stebbins2019-08-261-1/+1
* contrib: Add small patch fix to libdvdnav.Bradley Sepos2019-08-261-0/+34
* contrib: Add small patch fix to libdvdread.Bradley Sepos2019-08-261-0/+27
* contrib: Use `ranlib` instead of `ar s` to fix building on Ubuntu 19.10 and D...Bradley Sepos2019-08-251-1/+1
* MacGui: add the needed hardened runtime entitlements.Damiano Galassi2019-08-242-0/+6
* MacGui: workaround a issue in 10.15 beta where the queue file modification da...Damiano Galassi2019-08-241-12/+25
* encavcodec: fix chapter mark postion for nvenc encodesJohn Stebbins2019-08-221-5/+5
* ffmpeg: fix seeking in mkv > 2GBJohn Stebbins2019-08-221-0/+39
* MacGui: update sign script to sign the new xpc service.Damiano Galassi2019-08-221-0/+2
* MacGui: fix a warnings and the tests.Damiano Galassi2019-08-223-4/+4
* MacGui: make it possible to localize mixdowns.Damiano Galassi2019-08-227-38/+206
* make: Rearrange configure.py help output into a more logical order.Bradley Sepos2019-08-211-53/+51
* make: Revise security section comments in configure.py.Bradley Sepos2019-08-211-2/+2
* make: Move harden option to the new Security group in configure.py.Nomis1012019-08-214-6/+6
* make: Move sandbox option into new Security group in configure.py.Nomis1012019-08-212-5/+9
* make: Add a configure.py option to enable app sandbox.Nomis1012019-08-212-1/+15
* Better error message when avcodec_find_encoder_by_name() fails (#2252)digulla2019-08-211-18/+25
* Fix -Wduplicate-decl-specifier warningsNomis1012019-08-201-2/+2
* MacGui: revert a change that was committed by error.Damiano Galassi2019-08-191-5/+1
* MacGui: disable security-scoped bookmarks resolution in the XPC service.Damiano Galassi2019-08-194-1/+34
* WinGui: Fix a subtitle related error when adding to queue. Fixes #2253sr552019-08-181-1/+4
* Create A12-videotoolbox-smpte2084-hlg-transfer.patchNomis1012019-08-181-0/+69
* WinGui: Another update of the translations.sr552019-08-165-102/+237
* preset: fix NULL initializtion of subtitle nameJohn Stebbins2019-08-161-5/+8