Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stream: fix invalid ES packet generation | John Stebbins | 2016-12-10 | 1 | -2/+2 |
| | | | | In some cases, the PES header was included in the "ES" data. | ||||
* | CLI: fix --no-comb-detect | John Stebbins | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | LinGui: make preview window resize smoother | John Stebbins | 2016-11-29 | 1 | -4/+4 |
| | |||||
* | contrib: Update to x264 r2708 86b7198. | Bradley Sepos | 2016-11-27 | 2 | -7/+14 |
| | | | | Latest stable, albeit only three commits ahead of our last (minor). Adds X264_POINTVER to our defines patch. | ||||
* | WinGui: Fix the numberbox control for users that have the High Contrast ↵ | sr55 | 2016-11-27 | 1 | -6/+9 |
| | | | | windows theme. The text should now be readable. Fixes #400 | ||||
* | WinGui: Fix a possible CollecitonModified Exception in the log service. | sr55 | 2016-11-27 | 1 | -1/+2 |
| | |||||
* | sync: fix PtoP hang | John Stebbins | 2016-11-21 | 1 | -7/+10 |
| | | | | | | reader adjusts pts_to_start after seeking. if the adjustment makes pts_to_start == 0, sync didn't properly search for the start point and hung. | ||||
* | stream: be more forgiving of TS continuity errors | John Stebbins | 2016-11-21 | 1 | -4/+8 |
| | |||||
* | MacGui: fix the stop button to properly stop the encode if libhb state is ↵ | Damiano Galassi | 2016-11-21 | 3 | -3/+3 |
| | | | | HBStateSearching. | ||||
* | CLI: fix specifying audio track names | John Stebbins | 2016-11-18 | 1 | -1/+1 |
| | | | | Was using codec instead of name strings. yet another cut/paste error :( | ||||
* | WinGui: Prompt to create folder when the destination path does not exist. ↵ | sr55 | 2016-11-16 | 4 | -21/+115 |
| | | | | Fixes #394 | ||||
* | scripts: Update to mingw-w64-build. | Bradley Sepos | 2016-11-15 | 1 | -5/+2 |
| | | | | mingw-w64 5.0-rc2 -> 5.0.0 release. | ||||
* | LinGui: Fix some minor memory leaks | John Stebbins | 2016-11-15 | 3 | -0/+14 |
| | |||||
* | scripts: Add mac-toolchain-build. | Bradley Sepos | 2016-11-13 | 1 | -0/+139 |
| | | | | With the exceptions of Xcode and Command Line Tools for Xcode, builds and installs all HandBrake dependencies for macOS. | ||||
* | libhb: add a missing argument to a hb_sws_get_context. | Damiano Galassi | 2016-11-12 | 1 | -1/+2 |
| | |||||
* | libhb: do not free hb_work_private_t in reader_init() if the reader open ↵ | Damiano Galassi | 2016-11-12 | 1 | -1/+0 |
| | | | | fail, it will be freed later in reader_close(). Fixes a crash that happens when hb_reader_open() fails because the source file was moved. | ||||
* | libhb: remove scanCount variable from hb_handle_s, it's not needed anymore ↵ | Damiano Galassi | 2016-11-11 | 1 | -8/+3 |
| | | | | since MacGui use multiple libhb instances. | ||||
* | libhb: re-enable SWS_FULL_CHR_H_INT and SWS_FULL_CHR_H_INP swscale flags to ↵ | Damiano Galassi | 2016-11-11 | 1 | -2/+0 |
| | | | | improve yuv->rgb conversion. | ||||
* | LinGui: fix setting default preset | John Stebbins | 2016-11-11 | 2 | -0/+2 |
| | | | | The old default was not getting scrubbed | ||||
* | fix logging of of PtoP frame range in job | John Stebbins | 2016-11-11 | 1 | -2/+3 |
| | |||||
* | LinGui: fix number of frames encoded for PtoP frames | John Stebbins | 2016-11-11 | 1 | -2/+2 |
| | |||||
* | MacGui: round up HBTitle frames count. | Damiano Galassi | 2016-11-11 | 1 | -1/+2 |
| | |||||
* | MacGui: set the appropriate colorspace for preview images, and use a gamma ↵ | Damiano Galassi | 2016-11-10 | 1 | -3/+41 |
| | | | | value of ~1.96, same as Apple media frameworks. | ||||
* | LinGui: fix audio sanitizing after muxer change | John Stebbins | 2016-11-10 | 2 | -8/+7 |
| | |||||
* | Merge pull request #383 from RandomEngy/get-filter-keys | Scott | 2016-11-10 | 2 | -0/+44 |
|\ | | | | | Interop: Add custom filter settings functions | ||||
| * | Interop: Added functions to get the list of keys for filter settings, and ↵ | RandomEngy | 2016-11-06 | 2 | -0/+44 |
| | | | | | | | | the default settings for a filter. | ||||
* | | Merge pull request #384 from galad87/colorspace | Damiano Galassi | 2016-11-10 | 6 | -70/+110 |
|\ \ | | | | | | | Select the appropriate coefficients for yuv<->rgb conversions. | ||||
| * | | Select the appropriate coefficients for yuv<->rgb conversions. | Damiano Galassi | 2016-11-08 | 6 | -70/+110 |
| | | | |||||
* | | | encx265: fix turbo first pass | John Stebbins | 2016-11-07 | 1 | -3/+8 |
|/ / | | | | | | | | | x265 changed the default to slow first pass. so always explicitely set it in chase they change their minds again :-\ | ||||
* / | MacGui: remove a mention of strict anamorphic in the picture size tooltip. | Damiano Galassi | 2016-11-07 | 1 | -6/+6 |
|/ | |||||
* | WinGui: When we are dealing with Automatic anaorphic, we also need to ↵ | sr55 | 2016-11-06 | 1 | -0/+3 |
| | | | | pre-set the Height now when loading the source. | ||||
* | LinGui: Fix running gtk versions older than 3.16 | John Stebbins | 2016-11-06 | 1 | -10/+0 |
| | | | | focus-chain turns out to not be necessary anyway. | ||||
* | LinGui: Improve tab focus navigation | John Stebbins | 2016-11-02 | 2 | -55/+66 |
| | |||||
* | MacGui: fix HBJob copy method, plus small performance optimisation in ↵ | Damiano Galassi | 2016-11-02 | 5 | -47/+69 |
| | | | | HBAudio and HBSubtitles. | ||||
* | MacGui: do not show "Auto passthru" in the audio panel encoders pop up. ↵ | Damiano Galassi | 2016-11-02 | 5 | -62/+90 |
| | | | | Allow selecting the passthru fallback encoder settings in the audio defaults panel. | ||||
* | LinGui: fix formatting of video encoder preset | John Stebbins | 2016-11-01 | 1 | -1/+1 |
| | | | | | GTK doesn't make the space for the label big enough. With some tweaking I managed to work around it's poor formatting. | ||||
* | WinGui: Fix Anamorphic Mode Auto | sr55 | 2016-11-01 | 3 | -3/+4 |
| | |||||
* | MacGui: Add new anamorphic mode "Automatic". | Damiano Galassi | 2016-10-31 | 8 | -138/+49 |
| | |||||
* | MacGui: made some HBJob properties private. | Damiano Galassi | 2016-10-31 | 9 | -25/+28 |
| | |||||
* | MacGui: add auto before the passthru fallback label. | Damiano Galassi | 2016-10-31 | 1 | -30/+30 |
| | |||||
* | Add new anamorphic mode "Automatic", delete "Strict" (#367) | John Stebbins | 2016-10-31 | 13 | -163/+240 |
| | | | | | | | | | * Add new anamorphic mode "Automatic", delete "Strict" Anamorphic mode automatic is added to support Bradley's new presets that are designed to pick a PAR that maximizes storage resolution. Strict is converted to Loose + mod == 2 + UsesPictureSettings == 2 when importing presets | ||||
* | LinGui: fix custom filter tooltips | John Stebbins | 2016-10-31 | 5 | -2/+84 |
| | | | | | Make them reflect the "key=value" format change we made to custom filter settings. | ||||
* | WinGui: Fix Typo | sr55 | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | WinGui: Make the Width/Height fields enabled for Anamorphic=Automatic | sr55 | 2016-10-30 | 1 | -3/+3 |
| | |||||
* | WinGui: Fix a large number of stylecop warnings. | sr55 | 2016-10-30 | 42 | -120/+269 |
| | |||||
* | WinGui: Update status bar label text to say "errors or cancellations" to ↵ | sr55 | 2016-10-30 | 3 | -3/+4 |
| | | | | better handle the HB_ERROR_CANCELED change. Partially fixes #366 . Full implementation will come after 1.0 | ||||
* | WinGui: Better handle empty/null strings from ↵ | sr55 | 2016-10-30 | 1 | -33/+69 |
| | | | | hb_generate_filter_settings_json #374 | ||||
* | WinGui: Reduce margin around track icon on audio panel. Should get rid of ↵ | sr55 | 2016-10-29 | 1 | -1/+1 |
| | | | | the scrollbar by default. | ||||
* | WinGui: Replace Strict Anamorphic with Automatic. | sr55 | 2016-10-29 | 8 | -20/+21 |
| | |||||
* | MacGui: make it possible to set a audio defaults track settings when the ↵ | Damiano Galassi | 2016-10-29 | 1 | -17/+56 |
| | | | | selected encoder is a passthru one, if a fallback encoder is available. |