Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Store the Extra Args when switching video encoders. This prevents ↵ | sr55 | 2016-12-31 | 1 | -4/+16 |
| | | | | invalid arguments getting passed to the encoder and as a bonus, remembers the users setting if they switch back | ||||
* | WinGui: Fixes to Subtitle Default behaviours. | sr55 | 2016-12-31 | 1 | -3/+17 |
| | |||||
* | MacGui: check if a file overwrites its source before adding it to the queue. | Damiano Galassi | 2016-12-31 | 1 | -59/+70 |
| | |||||
* | MacGui: reset the video encoder additional options when switching to a ↵ | Damiano Galassi | 2016-12-31 | 1 | -0/+14 |
| | | | | different encoder. | ||||
* | MacGui: allow only .app to be selected in the "send file to" open panel. | Damiano Galassi | 2016-12-31 | 1 | -0/+1 |
| | |||||
* | MacGui: make possible to configure on which queue HBCore will call the ↵ | Damiano Galassi | 2016-12-30 | 2 | -9/+7 |
| | | | | callback blocks. | ||||
* | Revert "Update es.po (#460)" | John Stebbins | 2016-12-30 | 1 | -6824/+25 |
| | | | | | | | This reverts commit d58bb7a17d1a3e5978f16c363c361dc832c5acec. The po file is broken and does not build properly. It contains multiple duplicate message id definitions. | ||||
* | presets: fix hb_preset_move | John Stebbins | 2016-12-30 | 1 | -1/+1 |
| | | | | | Moving between different folder levels was broken. This broke preset drag-and-drop in LinGui. | ||||
* | Update es.po (#460) | toni-em | 2016-12-30 | 1 | -25/+6824 |
| | | | Update of the Spanish translation. | ||||
* | MacGui: cache the text attributes in DockTextField to avoid recreating the ↵ | Damiano Galassi | 2016-12-30 | 2 | -38/+54 |
| | | | | same identical object each time the textfield is drawn. | ||||
* | If available, use the monospaced digit system font to draw the progress over ↵ | Marcelo Alves | 2016-12-30 | 1 | -2/+11 |
| | | | | the Dock icon. | ||||
* | libhb: fix audio bitrate when using fallback encoder | John Stebbins | 2016-12-29 | 1 | -31/+1 |
| | | | | | | | Fixes https://github.com/HandBrake/HandBrake/issues/462 hb_audio_add was overwriting the desired output bitrate before we discovered that we needed to use the fallback encoder. | ||||
* | Update NEWS.markdown again for 1.0.1. | Bradley Sepos | 2016-12-29 | 1 | -0/+4 |
| | |||||
* | CLI: fix csv file chapter import | John Stebbins | 2016-12-29 | 1 | -2/+2 |
| | |||||
* | WinGui: Downgrade Subtitle Behaviour Error to a warning. Also checks the ↵ | sr55 | 2016-12-29 | 3 | -5/+26 |
| | | | | behaviour mode now so it should not appear as often. Also change it to Yes/No confirmation. | ||||
* | Update NEWS.markdown for 1.0.1. | Bradley Sepos | 2016-12-29 | 1 | -0/+28 |
| | |||||
* | WinGui: Don't open the source panel on launch if we are scanning a file by ↵ | sr55 | 2016-12-28 | 1 | -4/+1 |
| | | | | command line arguments. | ||||
* | MacGui: do not call decodeObjectOfClasses:forKey: on 10.7, fix loading queue ↵ | Damiano Galassi | 2016-12-28 | 1 | -5/+9 |
| | | | | from disk that had been broken since enabling NSSecureCoding. | ||||
* | MacGui: set PictureWidth and PictureHeight when creating presets with the ↵ | Damiano Galassi | 2016-12-28 | 1 | -4/+12 |
| | | | | "Source Maximum" picture option. Fixes #455 | ||||
* | MacGui: properly enable the "burned in" checkbox when switching from mp4 to ↵ | Damiano Galassi | 2016-12-28 | 1 | -1/+1 |
| | | | | mkv container. | ||||
* | contrib: Fontconfig workaround for weak symbols not found on Mac prior to ↵ | Bradley Sepos | 2016-12-27 | 1 | -0/+5 |
| | | | | | | Sierra. When built with Xcode 8 and run on El Capitan or earlier, HandBrake could crash when attempting to burn soft subtitles. | ||||
* | LinGui: wider presets pane to accomodate longer preset names | John Stebbins | 2016-12-27 | 1 | -2/+2 |
| | |||||
* | LinGui: fix tooltip formatting | John Stebbins | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | build: Gracefully exit configure where version info is not present. | Bradley Sepos | 2016-12-27 | 1 | -5/+10 |
| | | | | configure.py fails hard when .git or version.txt are not present, usually when downloading a source archive from GitHub or other git-archive use. This allows configure to fail gracefully, printing instructions to work from a git clone or download a proper source archive. | ||||
* | WinGui: Bump versions to 1.0.1 | sr55 | 2016-12-27 | 6 | -8/+8 |
| | |||||
* | LinGui: don't enable PictureKeepRatio widget in auto-anamorphic | John Stebbins | 2016-12-27 | 1 | -0/+1 |
| | |||||
* | encavcodec: fix 2 pass vp8 and vp9 encoding | John Stebbins | 2016-12-27 | 1 | -0/+9 |
| | | | | | libvpx only supplies the stats upon the final flush of the encoder. So we must also write stats after final flush. | ||||
* | encavcodec: fix crash during 2 pass encode | John Stebbins | 2016-12-27 | 1 | -2/+2 |
| | | | | This affect mpeg4, mpeg2, vp8 and vp9 encoding | ||||
* | MacGui: do not use the raw block device path for bluray. | Damiano Galassi | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | WinGui: A number of small fixes and Improvements. | sr55 | 2016-12-27 | 7 | -26/+27 |
| | | | | | | | | - Fix Update Preset Option. Add CC and Foreign Audio Scan were not setting correctly when updating a preset. Fixes #442 - Fix an issue where "Normal" Preset was showing as default as well as "Fast". - Fix issues in the preset loading of the Deinterlace/Decomb Presets. Fixes #443 - Make the Video Extra Options Box Fix to area to make it easier to read long option strings. - Change the logic for enabling the Use Advanced Options box to not look at the option string. Fixes #441 | ||||
* | MacGui: enable NSSecureCoding for the queue file. | Damiano Galassi | 2016-12-27 | 13 | -18/+50 |
| | |||||
* | MacGui: fix audio and subtitles tracks when reloading a job from the queue. | Damiano Galassi | 2016-12-27 | 2 | -16/+20 |
| | |||||
* | WinGui: Fix "(Any)" language track option on the Audio Tab for Automatic ↵ | sr55 | 2016-12-26 | 2 | -7/+9 |
| | | | | Selection Behaviours | ||||
* | WinGui: Add support to make the windows UI more portable friendly. ↵ | sr55 | 2016-12-26 | 6 | -3/+202 |
| | | | | Configurable via portable.ini file. All temp, presets, settings, logs etc can be stored in a specific or current directory. | ||||
* | WinGui: New Setting to allow the QSV decoder to be used with Non QSV ↵ | sr55 | 2016-12-26 | 9 | -0/+71 |
| | | | | encoders. (Was on by default and not configurable. Now off by default but configurable) | ||||
* | contrib: Update to automake 1.15. | Bradley Sepos | 2016-12-24 | 1 | -7/+3 |
| | |||||
* | contrib: Make recent fontconfig patch darwin/mac only for now. | Bradley Sepos | 2016-12-24 | 1 | -0/+0 |
| | | | | Automake fails if version < 1.15. | ||||
* | contrib: Fix fontconfig patch committed as 39f6588.1.0.0 | Bradley Sepos | 2016-12-24 | 1 | -11/+8 |
| | |||||
* | contrib: Add /Library/Fonts to fontconfig. | Bradley Sepos | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | contrib: Patch fontconfig to allow setting RUN_FC_CACHE_TEST makevar. | Bradley Sepos | 2016-12-24 | 1 | -0/+20 |
| | |||||
* | MacGui: set the docs menu item to go directly to en 1.0.0 docs. | Damiano Galassi | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | MacGui: change the initial queue window position to be near top-left screen ↵ | Damiano Galassi | 2016-12-24 | 1 | -6/+6 |
| | | | | corner. | ||||
* | MacGui: set the subtitles track default key when applying defaults from a ↵ | Damiano Galassi | 2016-12-24 | 1 | -0/+1 |
| | | | | preset. | ||||
* | MacGui: fix preview HUD initial position if the window size is different ↵ | Damiano Galassi | 2016-12-24 | 1 | -1/+1 |
| | | | | than the default one. | ||||
* | qsv: Fix a memory leak in enc_qsv.c Patch by maxim_d33 | sr55 | 2016-12-23 | 1 | -1/+1 |
| | |||||
* | Update NEWS.markdown. | Bradley Sepos | 2016-12-23 | 1 | -42/+62 |
| | |||||
* | WinGui: Change the status bar to show when it's doing a subtitle scan. | sr55 | 2016-12-22 | 5 | -10/+48 |
| | |||||
* | WinGui: Remove Preset AutoName function as it hasn't ever worked properly. | sr55 | 2016-12-22 | 3 | -7/+6 |
| | |||||
* | libhb: pass through BT.2020 transfer flags | John Stebbins | 2016-12-22 | 2 | -0/+6 |
| | |||||
* | stream: fix SRT subtitle duration | John Stebbins | 2016-12-22 | 1 | -0/+1 |
| |