Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: realign the views in the add preset window, disable the resize ↵ | Damiano Galassi | 2015-12-14 | 3 | -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 ↵ | Scott | 2015-12-12 | 1 | -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 ↵ | Scott | 2015-12-12 | 8 | -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 Galassi | 2015-12-12 | 7 | -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 Galassi | 2015-12-12 | 2 | -3/+65 |
| | | | | shortcuts to switch between the main window tabs. | ||||
* | reader: fix stream discontinuity splicing... | John Stebbins | 2015-12-09 | 1 | -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/atmos | Rodeo314 | 2015-12-08 | 8 | -0/+181 |
|\ | | | | | TrueHD: properly skip Atmos substreams | ||||
| * | libav: rename patches after last commit. | Tim Walker | 2015-11-21 | 8 | -0/+0 |
| | | |||||
| * | libav: backport fixes for Dolby Atmos streams. | Tim Walker | 2015-11-21 | 1 | -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/auxdata | Rodeo314 | 2015-12-08 | 1 | -0/+23 |
|\ \ | | | | | | | libav: remove a pointless check in the DTS decoder. | ||||
| * | | libav: remove a pointless check in the DTS decoder. | Tim Walker | 2015-11-22 | 1 | -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 Galassi | 2015-12-05 | 1 | -16/+0 |
| | | |||||
* | | MacGui: default to custom picture size in the add preset sheet if the ↵ | Damiano Galassi | 2015-12-05 | 4 | -38/+62 |
| | | | | | | | | current job size is less than the maximum size. | ||||
* | | MacGui: add a space between the Queue and the Start toolbar items. | Damiano Galassi | 2015-12-05 | 1 | -3/+4 |
| | | |||||
* | | MacGui: fixed the table view header height on OS X versions older than 10.11. | Damiano Galassi | 2015-12-05 | 3 | -11/+10 |
| | | |||||
* | | MacGui: use a view-based outline view in the presets drawer. | Damiano Galassi | 2015-12-05 | 2 | -56/+66 |
| | | |||||
* | | Merge pull request #43 from lameventanas/master | John Stebbins | 2015-12-04 | 1 | -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 ↵ | lameventanas | 2015-12-04 | 1 | -8/+8 |
|/ / | | | | | | | /bin/sh. | ||||
* | | Merge pull request #42 from sverrirs/chapters-import-upd | Scott | 2015-11-26 | 10 | -45/+499 |
|\ \ | | | | | | | Chapter import: Adding support for chapterdb.org XML and TXT formats | ||||
| * | | Using ErrorService.ShowMessageBox instead of MessageBox.Show | Sverrir Sigmundarson | 2015-11-26 | 1 | -11/+21 |
| | | | |||||
| * | | Minor fixes to chapterdb.org support that were lost in a merge-gone-wrong. | Sverrir Sigmundarson | 2015-11-23 | 6 | -6/+30 |
| | | | |||||
| * | | Adding support for ChapterDb.org input formats (XML and TXT) files. Minor ↵ | Sverrir Sigmundarson | 2015-11-23 | 9 | -41/+461 |
|/ / | | | | | | | refactorings to accomodate the parsing of the new input formats. | ||||
* | | Merge pull request #37 from sverrirs/chapters-csv-upd | Scott | 2015-11-22 | 5 | -62/+162 |
|\ \ | | | | | | | Improving support for importing Chapter names via CSV file | ||||
| * | | Fixing importing and exporting of chapters via CSV files. Adding proper ↵ | Sverrir Sigmundarson | 2015-11-21 | 5 | -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 ↵ | Scott | 2015-11-22 | 2 | -1/+3 |
|/ | | | | later point. | ||||
* | qsv: fix compile error | John Stebbins | 2015-11-19 | 1 | -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 Galassi | 2015-11-16 | 2 | -6/+6 |
| | | | | panels. | ||||
* | ports: add NULL checks | John Stebbins | 2015-11-15 | 1 | -0/+8 |
| | |||||
* | encx264: only show warning log after first frame | John Stebbins | 2015-11-15 | 1 | -1/+2 |
| | |||||
* | libhb: add some NULL checks | John Stebbins | 2015-11-15 | 1 | -0/+4 |
| | |||||
* | vfr: timestamps are signed | John Stebbins | 2015-11-15 | 1 | -9/+17 |
| | |||||
* | decsrt: configure as buffer source | John Stebbins | 2015-11-15 | 2 | -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 Stebbins | 2015-11-15 | 1 | -1/+9 |
| | | | | ...when a prefered language is not specified. | ||||
* | WinGui: Fixing subtitle behavior option in the json preset factory. | Scott | 2015-11-15 | 1 | -2/+1 |
| | |||||
* | reader: remove track count limitation | John Stebbins | 2015-11-13 | 1 | -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/fix | John Stebbins | 2015-11-13 | 1 | -0/+1 |
|\ | | | | | Added missing NULL pointer check in encx265Close | ||||
| * | Added missing NULL pointer check in encx265Close | schrotthaufen | 2015-11-13 | 1 | -0/+1 |
|/ | | | | | | pv was never checked to be NULL, which would lead to a NULL pointer dereference in the pv->delayed_chapters != NULL check, when w->private_data is NULL. | ||||
* | Merge pull request #23 from jstebbins/x265-multilib2 | John Stebbins | 2015-11-12 | 11 | -66/+145 |
|\ | | | | | X265 multilib2 | ||||
| * | x265: macui multilib support | John Stebbins | 2015-11-12 | 2 | -2/+2 |
| | | |||||
| * | x265: add support for 10, 12, and 16 bit x265 libs | John Stebbins | 2015-11-12 | 9 | -42/+106 |
| | | | | | | | | | | automatically pull in shared versions of these libs or allow statically building against any one of them. | ||||
| * | x265: use multi-lib API | John Stebbins | 2015-11-12 | 1 | -30/+45 |
|/ | | | | | This does not yet support other bit depths. But it's the first step to doing so. | ||||
* | Merge pull request #24 from jstebbins/x264-multilib | John Stebbins | 2015-11-12 | 22 | -175/+551 |
|\ | | | | | x264: add multilib support (a.k.a. 10-bit) | ||||
| * | x264: add multilib support (a.k.a. 10-bit) | John Stebbins | 2015-11-12 | 22 | -175/+551 |
|/ | | | | | This adds the structure to load an libx264 10-bit shared library. The user must install this library themselves to an appropriate place. | ||||
* | bd: fix discontinuity handling | John Stebbins | 2015-11-12 | 2 | -15/+19 |
| | | | | | | | | Tag only one buffer with discontinuity flag, not multiple. Flush pre-discontinuity buffers before signaling the discontinuity, not after. Make sure discontinuity flag is on the buffer with the PCR change when possible. | ||||
* | WinGui: Add warning dialog on Destination Browse Button if disk space is ↵ | Scott | 2015-11-10 | 12 | -4/+176 |
| | | | | | | low. Added new Advanced Option in preferences that will force the queue to check for low disk space before starting each job and pause if necessary. Low Disk Space level is currently set at 10GB. Will add a preference to adjust this at a later point | ||||
* | libhb: repair split packets in reader | John Stebbins | 2015-11-10 | 5 | -1/+107 |
| | | | | | | | | We split PES packets when there is a PCR change in the middle of the packet. This works fine for audio and video where the decoder parses the ES to find frame boundaries. But it does not work for some decoders such as PGS subtitles. So mark split buffers and reassemble them in reader after processing the PCR change. | ||||
* | presets: handle importing old string PicturePAR "integers" | John Stebbins | 2015-11-10 | 1 | -0/+37 |
| | |||||
* | Merge pull request #30 from jstebbins/atv4 | John Stebbins | 2015-11-09 | 2 | -1/+170 |
|\ | | | | | muxavformat: add support for mp4 fallback audio signalling | ||||
| * | muxavformat: add support for mp4 fallback audio signalling | John Stebbins | 2015-11-09 | 2 | -1/+170 |
|/ | |||||
* | Merge pull request #29 from jstebbins/field_repeat | John Stebbins | 2015-11-09 | 1 | -26/+34 |
|\ | | | | | scan: increase sensitivity to video flags |