summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Make sure to set libdvdnav setting before encoding. This fixes an ↵sr552017-01-071-0/+2
| | | | issue where reloading the queue would result in this setting being ignored.
* WinGui: Adding Queue Start/Pause Context Menu options to the In-line queue ↵sr552017-01-077-29/+107
| | | | and queue window. #489
* qsv: Fix a crash that can occur in hb_qsv_info_print() when QSV hardware ↵sr552017-01-061-13/+15
| | | | exists in the system but is disabled in the bios.
* MacGui: prevent sleep at queue start, and reallow it at the end of the queue..Damiano Galassi2017-01-051-0/+9
|
* MacGui: add an option to disable HBCore automatic sleep prevention behaviour.Damiano Galassi2017-01-052-5/+51
|
* decsrtsub: fix extra blank linesJohn Stebbins2017-01-041-1/+1
| | | | This only happened with embedded UTF8 subtitles in mkv.
* MacGui: fix NSSecureCoding for the HBSubtitles class.Damiano Galassi2017-01-042-1/+3
|
* libhb: better bound checking in ParseControls.Damiano Galassi2017-01-041-2/+37
|
* LinGui: fix use of gtk 3.22 deprecated functionsJohn Stebbins2017-01-033-18/+58
|
* libhb: allow removal of tagsJohn Stebbins2017-01-032-19/+82
| | | | | | Setting an empty string tag allows removal of existing tags. Note that setting a NULL string does not remove an existing tag but instead results in the tag getting passed through from the source.
* qsv: fix for memory leak for decodemaxd2017-01-031-1/+1
| | | | Closes #490.
* WinGui: Improve the SourceMax / Custom Picture Settings modes. Fixes a numer ↵sr552017-01-022-31/+38
| | | | of edge causes and problems with this code #455
* MacGui: always use the last selected source parent directory for the open panel.Damiano Galassi2017-01-021-13/+2
|
* MacGui: use the bundle name as the title name for .eyetv bundles.Damiano Galassi2017-01-021-0/+7
|
* WinGui: Change the name of the night build start menu shortcut to "HandBrake ↵sr552017-01-012-4/+4
| | | | Nightly" to distinguish it from the public release builds.
* WinGui: Set version to 1.0.2sr552017-01-016-8/+8
|
* MacGui: [HBUtilities writeToActivityLog:] wants a c string, not a NSString.Damiano Galassi2017-01-011-1/+1
|
* MacGui: fix the tests, an external file is required to run them now.Damiano Galassi2017-01-015-199/+58
|
* MacGui: write the job preset name to the activity log.Damiano Galassi2017-01-011-0/+1
|
* Update copyright dates to 2017.Bradley Sepos2017-01-01159-185/+185
|
* 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