summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* stream: fix invalid ES packet generationJohn Stebbins2016-12-101-2/+2
| | | | In some cases, the PES header was included in the "ES" data.
* CLI: fix --no-comb-detectJohn Stebbins2016-12-011-1/+1
|
* LinGui: make preview window resize smootherJohn Stebbins2016-11-291-4/+4
|
* contrib: Update to x264 r2708 86b7198.Bradley Sepos2016-11-272-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 ↵sr552016-11-271-6/+9
| | | | windows theme. The text should now be readable. Fixes #400
* WinGui: Fix a possible CollecitonModified Exception in the log service.sr552016-11-271-1/+2
|
* sync: fix PtoP hangJohn Stebbins2016-11-211-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 errorsJohn Stebbins2016-11-211-4/+8
|
* MacGui: fix the stop button to properly stop the encode if libhb state is ↵Damiano Galassi2016-11-213-3/+3
| | | | HBStateSearching.
* CLI: fix specifying audio track namesJohn Stebbins2016-11-181-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. ↵sr552016-11-164-21/+115
| | | | Fixes #394
* scripts: Update to mingw-w64-build.Bradley Sepos2016-11-151-5/+2
| | | | mingw-w64 5.0-rc2 -> 5.0.0 release.
* LinGui: Fix some minor memory leaksJohn Stebbins2016-11-153-0/+14
|
* scripts: Add mac-toolchain-build.Bradley Sepos2016-11-131-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 Galassi2016-11-121-1/+2
|
* libhb: do not free hb_work_private_t in reader_init() if the reader open ↵Damiano Galassi2016-11-121-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 Galassi2016-11-111-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 Galassi2016-11-111-2/+0
| | | | improve yuv->rgb conversion.
* LinGui: fix setting default presetJohn Stebbins2016-11-112-0/+2
| | | | The old default was not getting scrubbed
* fix logging of of PtoP frame range in jobJohn Stebbins2016-11-111-2/+3
|
* LinGui: fix number of frames encoded for PtoP framesJohn Stebbins2016-11-111-2/+2
|
* MacGui: round up HBTitle frames count.Damiano Galassi2016-11-111-1/+2
|
* MacGui: set the appropriate colorspace for preview images, and use a gamma ↵Damiano Galassi2016-11-101-3/+41
| | | | value of ~1.96, same as Apple media frameworks.
* LinGui: fix audio sanitizing after muxer changeJohn Stebbins2016-11-102-8/+7
|
* Merge pull request #383 from RandomEngy/get-filter-keysScott2016-11-102-0/+44
|\ | | | | Interop: Add custom filter settings functions
| * Interop: Added functions to get the list of keys for filter settings, and ↵RandomEngy2016-11-062-0/+44
| | | | | | | | the default settings for a filter.
* | Merge pull request #384 from galad87/colorspaceDamiano Galassi2016-11-106-70/+110
|\ \ | | | | | | Select the appropriate coefficients for yuv<->rgb conversions.
| * | Select the appropriate coefficients for yuv<->rgb conversions.Damiano Galassi2016-11-086-70/+110
| | |
* | | encx265: fix turbo first passJohn Stebbins2016-11-071-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 Galassi2016-11-071-6/+6
|/
* WinGui: When we are dealing with Automatic anaorphic, we also need to ↵sr552016-11-061-0/+3
| | | | pre-set the Height now when loading the source.
* LinGui: Fix running gtk versions older than 3.16John Stebbins2016-11-061-10/+0
| | | | focus-chain turns out to not be necessary anyway.
* LinGui: Improve tab focus navigationJohn Stebbins2016-11-022-55/+66
|
* MacGui: fix HBJob copy method, plus small performance optimisation in ↵Damiano Galassi2016-11-025-47/+69
| | | | HBAudio and HBSubtitles.
* MacGui: do not show "Auto passthru" in the audio panel encoders pop up. ↵Damiano Galassi2016-11-025-62/+90
| | | | Allow selecting the passthru fallback encoder settings in the audio defaults panel.
* LinGui: fix formatting of video encoder presetJohn Stebbins2016-11-011-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 Autosr552016-11-013-3/+4
|
* MacGui: Add new anamorphic mode "Automatic".Damiano Galassi2016-10-318-138/+49
|
* MacGui: made some HBJob properties private.Damiano Galassi2016-10-319-25/+28
|
* MacGui: add auto before the passthru fallback label.Damiano Galassi2016-10-311-30/+30
|
* Add new anamorphic mode "Automatic", delete "Strict" (#367)John Stebbins2016-10-3113-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 tooltipsJohn Stebbins2016-10-315-2/+84
| | | | | Make them reflect the "key=value" format change we made to custom filter settings.
* WinGui: Fix Typosr552016-10-301-1/+1
|
* WinGui: Make the Width/Height fields enabled for Anamorphic=Automaticsr552016-10-301-3/+3
|
* WinGui: Fix a large number of stylecop warnings.sr552016-10-3042-120/+269
|
* WinGui: Update status bar label text to say "errors or cancellations" to ↵sr552016-10-303-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 ↵sr552016-10-301-33/+69
| | | | hb_generate_filter_settings_json #374
* WinGui: Reduce margin around track icon on audio panel. Should get rid of ↵sr552016-10-291-1/+1
| | | | the scrollbar by default.
* WinGui: Replace Strict Anamorphic with Automatic.sr552016-10-298-20/+21
|
* MacGui: make it possible to set a audio defaults track settings when the ↵Damiano Galassi2016-10-291-17/+56
| | | | selected encoder is a passthru one, if a fallback encoder is available.