summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: set a default queue window size.Damiano Galassi2019-08-131-0/+1
|
* MacGui: convert the last usage of NSDictionary to a proper class, fix ↵Damiano Galassi2019-08-1318-180/+324
| | | | external subtitles tracks when sandboxed. Add initial support to the model to store the track title.
* WinGui: Fix the .NET Framework version check in the installer.sr552019-08-122-16/+6
|
* WinGui: Drop the .NET version back to 4.7.1 as 4.8 didn't resolve any issues ↵sr552019-08-128-8/+8
| | | | and isn't as widespread deployed. Installer will still download 4.8 if a suitable version isn't installed.
* WinGui: UI Consistency Tweak on the video tab.sr552019-08-122-2/+2
|
* nvenc: Change the rate control to vbr_hq, setting qmin/qmax #2231sr552019-08-121-3/+10
|
* WinGui: Metadata code cleanupsr552019-08-123-46/+154
|
* WinGui: Update French, Chinese, German Translations. Added Spanish and ↵sr552019-08-1212-512/+5642
| | | | Russian as new supported languages.
* NVEnc: Check SDK version and disable feature if driver is too old. Prevent ↵sr552019-08-121-0/+15
| | | | re-checks by caching result.
* WinGui: Improvements to dropdown visibility behaviour on the Audio Defaults. ↵sr552019-08-122-5/+59
| | | | #2135
* WinGui: Make the Dark Theme Windows 10 only.sr552019-08-125-4/+6
|
* WinGui: Add Support for Subtitle Track Naming. Auto-populate the Track name ↵sr552019-08-1210-28/+68
| | | | for both Audio/Subtitles if the source track has it available and we support reading it from that type of source file. #855 #2213
* MacGui: fix some UI syncronization issues caused by moving things to another ↵Damiano Galassi2019-08-124-9/+14
| | | | process.
* MacGui: fix the color of the selected queue row on 10.11.Damiano Galassi2019-08-121-1/+1
|
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-1275-153/+309
|
* MacGui: do not copy the xpc info.plist to the Resources folder.Damiano Galassi2019-08-122-2/+1
|
* MacGui: disable sudden termination in the xpc service when the core is created.Damiano Galassi2019-08-121-0/+3
|
* libhb: eliminate file path length limitsJohn Stebbins2019-08-1112-65/+91
|
* dvd: create track named from dvd track attributesJohn Stebbins2019-08-112-0/+42
|
* ffmpeg: make track names visible regarless of localeJohn Stebbins2019-08-111-0/+77
| | | | | | | | | | | | | | Apple will not show a track name if it doesn't match the current locale or it's language is not "und". This patch results in the language being set to "und". writes 3gpp track names for all language variations in metadata. when the language is not specified, uses "und" as default. HandBrake doesn't actually allow multiple track name languages, but one of the side effects of this patch is to use "und" when the track name language is unspecified. Before this patch, language specific variants of metadata were ignored and "eng" was always set as the language.
* stream: improve track name selectionJohn Stebbins2019-08-111-13/+57
| | | | | | ffmpeg will suppliy mulitple metadata entries for 3gpp track name entries if there are language specific names in the source. Pick the "best" option.
* ffmpeg: add support to read/write mp4 'titl' track tagJohn Stebbins2019-08-113-11/+297
|
* fix build errorJohn Stebbins2019-08-111-1/+2
| | | | not sure how/why I committed somethng I didn't even compile :-\
* muxavformat: set handler_name for subtitle track names alsoJohn Stebbins2019-08-111-0/+6
|
* muxavformat: fix writing alternative track name in mp4 hdlr atomJohn Stebbins2019-08-111-1/+1
| | | | ffmpeg changed the name of the metadata key at some point
* CLI: add subtitle name supportJohn Stebbins2019-08-111-2/+31
|
* add subtitle name to job configuration log outputJohn Stebbins2019-08-111-0/+4
|
* add subtitle track name read/writeJohn Stebbins2019-08-1110-418/+574
| | | | | | | | | | | | | | | | Works similar to audio track names. If source has a subtitle track name, hb_subtitle_t.name is set. To set output subtitle track name, set hb_subtitle_config_t.name. Source track names are available in title returned by hb_title_to_dict and hb_title_to_json in SubtitleList[].Name In job dict it is also SubtitleList[].Name hb_preset_job_init and hb_preset_job_init_json initialize output tracks with the source track name. Also adds subtitle name support to LinGui
* a few fixes for audio track name handlingJohn Stebbins2019-08-114-9/+6
| | | | fixes a memory leak makes name const
* ffmpeg: add 'name' track udta tag readingJohn Stebbins2019-08-111-0/+65
|
* libhb: make source audio track name available to frontendsJohn Stebbins2019-08-1114-47/+109
| | | | | | | | | | | | | It gets stored in new hb_audio_config_t.in.name field. It is available in the title dict read through hb_title_to_dict() or hb_title_to_json() in AudioList[].Name. When a job is initialized with hb_preset_job_init or hb_preset_job_init_json(), output audio tracks are initialized with the source track name. Also adds output track name initialization to LinGui.
* mac: Remove libsamplerate from Xcode project.Bradley Sepos2019-08-111-6/+0
|
* Remove libsamplerateJohn Stebbins2019-08-118-88/+50
| | | | Convert the last use of libsamplerate in sync.c to swresample
* MacGui: improve queue accessibility.Damiano Galassi2019-08-111-0/+9
|
* MaGui: fix xpc service localization.Damiano Galassi2019-08-116-6/+58
|
* MacGui: improve xpc crash recovery, set dvdnav option in the xpc service.Damiano Galassi2019-08-115-10/+26
|
* MacGui: properly cleanup the xpc service temporary files; fix encode toolbar ↵Damiano Galassi2019-08-113-8/+10
| | | | items state when going from scanning to encoding.
* MacGui: recover when the xpc service crashes.Damiano Galassi2019-08-116-22/+63
|
* MacGui: move the queue libhb instance to an xpc service.Damiano Galassi2019-08-1130-290/+1298
|
* [MacGUI] Update german localization (for new queue)Nomis1012019-08-0711-91/+176
| | | | Sync with latest Transifex
* MacGui: update Italian localization.Damiano Galassi2019-08-0610-87/+186
|
* MacGui: rename the Actions toolbar item to Action to be coherent with the ↵Damiano Galassi2019-08-061-3/+3
| | | | other Mac apps.
* Update deprecated gnu dialects name in project.pbxprojNomis1012019-08-061-4/+4
| | | | | The name gnu++0x is deprecated since 2011. We should use the up-to-date name gnu++11 instead. http://www.stroustrup.com/C++11FAQ.html
* audio_resample: set input and output samplerateJohn Stebbins2019-08-055-7/+48
| | | | Fixes https://github.com/HandBrake/HandBrake/issues/2124
* MacGui: correct the HBEncodeLogLocation key. Fix #2220.Damiano Galassi2019-08-051-1/+1
|
* contrib: Update to x265 3.1.2.Bradley Sepos2019-08-014-20/+20
| | | | Fixes hangs encoding some files.
* LinGui: make selection of gtk3/gtk4 configure-ableJohn Stebbins2019-07-314-17/+24
|
* LinGui: only show progress bar on active queue entryJohn Stebbins2019-07-312-1/+2
|
* WinGui: UI / Consistency improvements on Audio and Subtitle Defaultssr552019-07-3121-602/+318
|
* stream: fix building of subtitle list in PES filesJohn Stebbins2019-07-311-1/+1
| | | | | a very old cut & paste error. people must not use subtitles in PES much ;)