summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Store the Extra Args when switching video encoders. This prevents ↵sr552016-12-311-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.sr552016-12-311-3/+17
|
* MacGui: check if a file overwrites its source before adding it to the queue.Damiano Galassi2016-12-311-59/+70
|
* MacGui: reset the video encoder additional options when switching to a ↵Damiano Galassi2016-12-311-0/+14
| | | | different encoder.
* MacGui: allow only .app to be selected in the "send file to" open panel.Damiano Galassi2016-12-311-0/+1
|
* MacGui: make possible to configure on which queue HBCore will call the ↵Damiano Galassi2016-12-302-9/+7
| | | | callback blocks.
* Revert "Update es.po (#460)"John Stebbins2016-12-301-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_moveJohn Stebbins2016-12-301-1/+1
| | | | | Moving between different folder levels was broken. This broke preset drag-and-drop in LinGui.
* Update es.po (#460)toni-em2016-12-301-25/+6824
| | | Update of the Spanish translation.
* MacGui: cache the text attributes in DockTextField to avoid recreating the ↵Damiano Galassi2016-12-302-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 Alves2016-12-301-2/+11
| | | | the Dock icon.
* libhb: fix audio bitrate when using fallback encoderJohn Stebbins2016-12-291-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 Sepos2016-12-291-0/+4
|
* CLI: fix csv file chapter importJohn Stebbins2016-12-291-2/+2
|
* WinGui: Downgrade Subtitle Behaviour Error to a warning. Also checks the ↵sr552016-12-293-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 Sepos2016-12-291-0/+28
|
* WinGui: Don't open the source panel on launch if we are scanning a file by ↵sr552016-12-281-4/+1
| | | | command line arguments.
* MacGui: do not call decodeObjectOfClasses:forKey: on 10.7, fix loading queue ↵Damiano Galassi2016-12-281-5/+9
| | | | from disk that had been broken since enabling NSSecureCoding.
* MacGui: set PictureWidth and PictureHeight when creating presets with the ↵Damiano Galassi2016-12-281-4/+12
| | | | "Source Maximum" picture option. Fixes #455
* MacGui: properly enable the "burned in" checkbox when switching from mp4 to ↵Damiano Galassi2016-12-281-1/+1
| | | | mkv container.
* contrib: Fontconfig workaround for weak symbols not found on Mac prior to ↵Bradley Sepos2016-12-271-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 namesJohn Stebbins2016-12-271-2/+2
|
* LinGui: fix tooltip formattingJohn Stebbins2016-12-271-1/+1
|
* build: Gracefully exit configure where version info is not present.Bradley Sepos2016-12-271-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.1sr552016-12-276-8/+8
|
* LinGui: don't enable PictureKeepRatio widget in auto-anamorphicJohn Stebbins2016-12-271-0/+1
|
* encavcodec: fix 2 pass vp8 and vp9 encodingJohn Stebbins2016-12-271-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 encodeJohn Stebbins2016-12-271-2/+2
| | | | This affect mpeg4, mpeg2, vp8 and vp9 encoding
* MacGui: do not use the raw block device path for bluray.Damiano Galassi2016-12-271-1/+1
|
* WinGui: A number of small fixes and Improvements.sr552016-12-277-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 Galassi2016-12-2713-18/+50
|
* MacGui: fix audio and subtitles tracks when reloading a job from the queue.Damiano Galassi2016-12-272-16/+20
|
* WinGui: Fix "(Any)" language track option on the Audio Tab for Automatic ↵sr552016-12-262-7/+9
| | | | Selection Behaviours
* WinGui: Add support to make the windows UI more portable friendly. ↵sr552016-12-266-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 ↵sr552016-12-269-0/+71
| | | | encoders. (Was on by default and not configurable. Now off by default but configurable)
* contrib: Update to automake 1.15.Bradley Sepos2016-12-241-7/+3
|
* contrib: Make recent fontconfig patch darwin/mac only for now.Bradley Sepos2016-12-241-0/+0
| | | | Automake fails if version < 1.15.
* contrib: Fix fontconfig patch committed as 39f6588.1.0.0Bradley Sepos2016-12-241-11/+8
|
* contrib: Add /Library/Fonts to fontconfig.Bradley Sepos2016-12-241-1/+1
|
* contrib: Patch fontconfig to allow setting RUN_FC_CACHE_TEST makevar.Bradley Sepos2016-12-241-0/+20
|
* MacGui: set the docs menu item to go directly to en 1.0.0 docs.Damiano Galassi2016-12-241-1/+1
|
* MacGui: change the initial queue window position to be near top-left screen ↵Damiano Galassi2016-12-241-6/+6
| | | | corner.
* MacGui: set the subtitles track default key when applying defaults from a ↵Damiano Galassi2016-12-241-0/+1
| | | | preset.
* MacGui: fix preview HUD initial position if the window size is different ↵Damiano Galassi2016-12-241-1/+1
| | | | than the default one.
* qsv: Fix a memory leak in enc_qsv.c Patch by maxim_d33sr552016-12-231-1/+1
|
* Update NEWS.markdown.Bradley Sepos2016-12-231-42/+62
|
* WinGui: Change the status bar to show when it's doing a subtitle scan.sr552016-12-225-10/+48
|
* WinGui: Remove Preset AutoName function as it hasn't ever worked properly.sr552016-12-223-7/+6
|
* libhb: pass through BT.2020 transfer flagsJohn Stebbins2016-12-222-0/+6
|
* stream: fix SRT subtitle durationJohn Stebbins2016-12-221-0/+1
|