summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* presets: fix PicturePAR importJohn Stebbins2016-01-021-1/+1
| | | | ... when it is a "number" stored as a string.
* using dispatcher from https://github.com/lu-zero/mfx_dispatchMax Dmytrychenko2015-12-275-9/+9
|
* Minor Doc UpdatesScott2015-12-273-8/+5
|
* WinGui: Some API and warnings cleanup.Scott2015-12-2725-135/+305
|
* WinGui: Missing changes from previous checking that was fixing queue edit bugs.Scott2015-12-271-3/+4
|
* WinGui: Couple of fixes for the Edit Queue feature. (Video Tune, Video ↵Scott2015-12-273-21/+57
| | | | | | Bitrate, Video Preset and Framerate) options were not setting correctly. In addition, if the app recovers the queue, it will by default enable the whole UI now. This is needed particularly with the in-line queue when enabled.
* libhb: use LL for int64 constants to make mingw happyJohn Stebbins2015-12-266-16/+16
|
* libhb: Remove stray UTF-8 BOM character from lang.c.Bradley Sepos2015-12-251-1/+1
|
* LinGui: fix live preview range selectionJohn Stebbins2015-12-201-1/+1
| | | | Off by one error...
* WinGui: Some fixes around the preset audio / subtitle configure default ↵Scott2015-12-151-7/+17
| | | | settings not being loaded correctly.
* WinGui: Fix an issue with the Subtitle Burn In Behavior dropdown not being ↵Scott2015-12-141-3/+1
| | | | selected correctly on preset change and first load.
* WinGui: Ability to Force Preset updates change tidy upScott2015-12-144-4/+20
|
* WinGui: Re-implement the ability to force a preset upgrade on nightly build ↵Scott2015-12-143-76/+99
| | | | users.
* MacGui: add an exception to enable http connections to handbrake.frDamiano Galassi2015-12-141-0/+13
|
* MacGui: realign the views in the add preset window, disable the resize ↵Damiano Galassi2015-12-143-111/+40
| | | | button in the main window and realign things in the prefs.
* WinGui: Fix an issue where presets crop settings could be incorrectly stored ↵Scott2015-12-121-1/+1
| | | | for fresh installs of the app until the user reset built-in presets manually.
* WinGui: Cosmetic fixes on the Video and Audio Tabs. Bug fix with the Fast ↵Scott2015-12-128-9/+46
| | | | Decode checkbox not setting correctly all the time. Improved scan cancel handling.
* MacGui: show a focus ring around the main window when a file is dragged over ↵Damiano Galassi2015-12-127-86/+143
| | | | it, and move the advanced tab at the end.
* MacGui: add a 'view' menu with the standard menu items and some keyboard ↵Damiano Galassi2015-12-122-3/+65
| | | | shortcuts to switch between the main window tabs.
* reader: fix stream discontinuity splicing...John Stebbins2015-12-091-3/+9
| | | | | | | Splicing of buffers that got duplicated to multiple output fifos was broken. Caused https://forum.handbrake.fr/viewtopic.php?f=11&t=33666
* Merge pull request #38 from Rodeo314/atmosRodeo3142015-12-088-0/+181
|\ | | | | TrueHD: properly skip Atmos substreams
| * libav: rename patches after last commit.Tim Walker2015-11-218-0/+0
| |
| * libav: backport fixes for Dolby Atmos streams.Tim Walker2015-11-211-0/+181
| | | | | | | | | | Atmos data isn't decoded, but it's properly skipped now (no more errors and log spam, should make scan way faster for such tracks).
* | Merge pull request #40 from Rodeo314/auxdataRodeo3142015-12-081-0/+23
|\ \ | | | | | | libav: remove a pointless check in the DTS decoder.
| * | libav: remove a pointless check in the DTS decoder.Tim Walker2015-11-221-0/+23
| |/ | | | | | | | | | | The check resulted in an error with many real-world streams, which are otherwise perfectly valid. The auxiliary data length is not reliable and/or the ETSI DTS specification is incorrect.
* | MacGui: remove an unused 'Resources (unused)' group from the Xcode project.Damiano Galassi2015-12-051-16/+0
| |
* | MacGui: default to custom picture size in the add preset sheet if the ↵Damiano Galassi2015-12-054-38/+62
| | | | | | | | current job size is less than the maximum size.
* | MacGui: add a space between the Queue and the Start toolbar items.Damiano Galassi2015-12-051-3/+4
| |
* | MacGui: fixed the table view header height on OS X versions older than 10.11.Damiano Galassi2015-12-053-11/+10
| |
* | MacGui: use a view-based outline view in the presets drawer.Damiano Galassi2015-12-052-56/+66
| |
* | Merge pull request #43 from lameventanas/masterJohn Stebbins2015-12-041-8/+8
|\ \ | | | | | | Fix bashism in autoconf script that leads to build failure unless /bin/sh is bash.
| * | Fix bashism in autoconf script that leads to build failure unless bash is ↵lameventanas2015-12-041-8/+8
|/ / | | | | | | /bin/sh.
* | Merge pull request #42 from sverrirs/chapters-import-updScott2015-11-2610-45/+499
|\ \ | | | | | | Chapter import: Adding support for chapterdb.org XML and TXT formats
| * | Using ErrorService.ShowMessageBox instead of MessageBox.ShowSverrir Sigmundarson2015-11-261-11/+21
| | |
| * | Minor fixes to chapterdb.org support that were lost in a merge-gone-wrong.Sverrir Sigmundarson2015-11-236-6/+30
| | |
| * | Adding support for ChapterDb.org input formats (XML and TXT) files. Minor ↵Sverrir Sigmundarson2015-11-239-41/+461
|/ / | | | | | | refactorings to accomodate the parsing of the new input formats.
* | Merge pull request #37 from sverrirs/chapters-csv-updScott2015-11-225-62/+162
|\ \ | | | | | | Improving support for importing Chapter names via CSV file
| * | Fixing importing and exporting of chapters via CSV files. Adding proper ↵Sverrir Sigmundarson2015-11-215-62/+162
| |/ | | | | | | handling of escape characters, handling of most common alternative value separators. Fixing resource leakage via undisposed FileDialogs.
* / Quick Fix for the broken Nightly build. Will add bit-depth support at a ↵Scott2015-11-222-1/+3
|/ | | | later point.
* qsv: fix compile errorJohn Stebbins2015-11-191-1/+1
| | | | missed renaming hb_h265_profile_names in qsv code
* MacGui: set the right autoresize mask for the cancel buttons of the defaults ↵Damiano Galassi2015-11-162-6/+6
| | | | panels.
* ports: add NULL checksJohn Stebbins2015-11-151-0/+8
|
* encx264: only show warning log after first frameJohn Stebbins2015-11-151-1/+2
|
* libhb: add some NULL checksJohn Stebbins2015-11-151-0/+4
|
* vfr: timestamps are signedJohn Stebbins2015-11-151-9/+17
|
* decsrt: configure as buffer sourceJohn Stebbins2015-11-152-19/+11
| | | | | set fifo_in to NULL so hb_work_loop will call repeadedly without the hack that primes it's input fifo.
* presets: use first audio lang for foreign audio search...John Stebbins2015-11-151-1/+9
| | | | ...when a prefered language is not specified.
* WinGui: Fixing subtitle behavior option in the json preset factory.Scott2015-11-151-2/+1
|
* reader: remove track count limitationJohn Stebbins2015-11-131-7/+15
| | | | | | Don't use hard coded 100 fifo array, allocate what is needed. We probably just crashed if the number of tracks was > 99 since the limit of 100 fifos was not universally checked.
* Merge pull request #33 from schrotthaufen/fixJohn Stebbins2015-11-131-0/+1
|\ | | | | Added missing NULL pointer check in encx265Close