Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: set a default queue window size. | Damiano Galassi | 2019-08-13 | 1 | -0/+1 |
| | |||||
* | MacGui: convert the last usage of NSDictionary to a proper class, fix ↵ | Damiano Galassi | 2019-08-13 | 18 | -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. | sr55 | 2019-08-12 | 2 | -16/+6 |
| | |||||
* | WinGui: Drop the .NET version back to 4.7.1 as 4.8 didn't resolve any issues ↵ | sr55 | 2019-08-12 | 8 | -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. | sr55 | 2019-08-12 | 2 | -2/+2 |
| | |||||
* | nvenc: Change the rate control to vbr_hq, setting qmin/qmax #2231 | sr55 | 2019-08-12 | 1 | -3/+10 |
| | |||||
* | WinGui: Metadata code cleanup | sr55 | 2019-08-12 | 3 | -46/+154 |
| | |||||
* | WinGui: Update French, Chinese, German Translations. Added Spanish and ↵ | sr55 | 2019-08-12 | 12 | -512/+5642 |
| | | | | Russian as new supported languages. | ||||
* | NVEnc: Check SDK version and disable feature if driver is too old. Prevent ↵ | sr55 | 2019-08-12 | 1 | -0/+15 |
| | | | | re-checks by caching result. | ||||
* | WinGui: Improvements to dropdown visibility behaviour on the Audio Defaults. ↵ | sr55 | 2019-08-12 | 2 | -5/+59 |
| | | | | #2135 | ||||
* | WinGui: Make the Dark Theme Windows 10 only. | sr55 | 2019-08-12 | 5 | -4/+6 |
| | |||||
* | WinGui: Add Support for Subtitle Track Naming. Auto-populate the Track name ↵ | sr55 | 2019-08-12 | 10 | -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 Galassi | 2019-08-12 | 4 | -9/+14 |
| | | | | process. | ||||
* | MacGui: fix the color of the selected queue row on 10.11. | Damiano Galassi | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 75 | -153/+309 |
| | |||||
* | MacGui: do not copy the xpc info.plist to the Resources folder. | Damiano Galassi | 2019-08-12 | 2 | -2/+1 |
| | |||||
* | MacGui: disable sudden termination in the xpc service when the core is created. | Damiano Galassi | 2019-08-12 | 1 | -0/+3 |
| | |||||
* | libhb: eliminate file path length limits | John Stebbins | 2019-08-11 | 12 | -65/+91 |
| | |||||
* | dvd: create track named from dvd track attributes | John Stebbins | 2019-08-11 | 2 | -0/+42 |
| | |||||
* | ffmpeg: make track names visible regarless of locale | John Stebbins | 2019-08-11 | 1 | -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 selection | John Stebbins | 2019-08-11 | 1 | -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 tag | John Stebbins | 2019-08-11 | 3 | -11/+297 |
| | |||||
* | fix build error | John Stebbins | 2019-08-11 | 1 | -1/+2 |
| | | | | not sure how/why I committed somethng I didn't even compile :-\ | ||||
* | muxavformat: set handler_name for subtitle track names also | John Stebbins | 2019-08-11 | 1 | -0/+6 |
| | |||||
* | muxavformat: fix writing alternative track name in mp4 hdlr atom | John Stebbins | 2019-08-11 | 1 | -1/+1 |
| | | | | ffmpeg changed the name of the metadata key at some point | ||||
* | CLI: add subtitle name support | John Stebbins | 2019-08-11 | 1 | -2/+31 |
| | |||||
* | add subtitle name to job configuration log output | John Stebbins | 2019-08-11 | 1 | -0/+4 |
| | |||||
* | add subtitle track name read/write | John Stebbins | 2019-08-11 | 10 | -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 handling | John Stebbins | 2019-08-11 | 4 | -9/+6 |
| | | | | fixes a memory leak makes name const | ||||
* | ffmpeg: add 'name' track udta tag reading | John Stebbins | 2019-08-11 | 1 | -0/+65 |
| | |||||
* | libhb: make source audio track name available to frontends | John Stebbins | 2019-08-11 | 14 | -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 Sepos | 2019-08-11 | 1 | -6/+0 |
| | |||||
* | Remove libsamplerate | John Stebbins | 2019-08-11 | 8 | -88/+50 |
| | | | | Convert the last use of libsamplerate in sync.c to swresample | ||||
* | MacGui: improve queue accessibility. | Damiano Galassi | 2019-08-11 | 1 | -0/+9 |
| | |||||
* | MaGui: fix xpc service localization. | Damiano Galassi | 2019-08-11 | 6 | -6/+58 |
| | |||||
* | MacGui: improve xpc crash recovery, set dvdnav option in the xpc service. | Damiano Galassi | 2019-08-11 | 5 | -10/+26 |
| | |||||
* | MacGui: properly cleanup the xpc service temporary files; fix encode toolbar ↵ | Damiano Galassi | 2019-08-11 | 3 | -8/+10 |
| | | | | items state when going from scanning to encoding. | ||||
* | MacGui: recover when the xpc service crashes. | Damiano Galassi | 2019-08-11 | 6 | -22/+63 |
| | |||||
* | MacGui: move the queue libhb instance to an xpc service. | Damiano Galassi | 2019-08-11 | 30 | -290/+1298 |
| | |||||
* | [MacGUI] Update german localization (for new queue) | Nomis101 | 2019-08-07 | 11 | -91/+176 |
| | | | | Sync with latest Transifex | ||||
* | MacGui: update Italian localization. | Damiano Galassi | 2019-08-06 | 10 | -87/+186 |
| | |||||
* | MacGui: rename the Actions toolbar item to Action to be coherent with the ↵ | Damiano Galassi | 2019-08-06 | 1 | -3/+3 |
| | | | | other Mac apps. | ||||
* | Update deprecated gnu dialects name in project.pbxproj | Nomis101 | 2019-08-06 | 1 | -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 samplerate | John Stebbins | 2019-08-05 | 5 | -7/+48 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/2124 | ||||
* | MacGui: correct the HBEncodeLogLocation key. Fix #2220. | Damiano Galassi | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | contrib: Update to x265 3.1.2. | Bradley Sepos | 2019-08-01 | 4 | -20/+20 |
| | | | | Fixes hangs encoding some files. | ||||
* | LinGui: make selection of gtk3/gtk4 configure-able | John Stebbins | 2019-07-31 | 4 | -17/+24 |
| | |||||
* | LinGui: only show progress bar on active queue entry | John Stebbins | 2019-07-31 | 2 | -1/+2 |
| | |||||
* | WinGui: UI / Consistency improvements on Audio and Subtitle Defaults | sr55 | 2019-07-31 | 21 | -602/+318 |
| | |||||
* | stream: fix building of subtitle list in PES files | John Stebbins | 2019-07-31 | 1 | -1/+1 |
| | | | | | a very old cut & paste error. people must not use subtitles in PES much ;) |