summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* LinGui: improve layout of Dimensions tabJohn Stebbins2016-10-241-236/+200
|
* LinGui: work around conflicting PicturePAR and UsesPictureSettingsJohn Stebbins2016-10-241-9/+16
| | | | UsesPictureSettings takes precedence
* MacGui: add some accessibility labels to the preview window buttons.Damiano Galassi2016-10-212-10/+25
|
* MacGui: use accessibilityValueDescription for the slider value description, ↵Damiano Galassi2016-10-211-1/+12
| | | | and check if the method is available so it doesn't crash on 10.9-10.7.
* MacGui: give VoiceOver the right accessibility value for the video quality ↵Damiano Galassi2016-10-211-0/+5
| | | | slider.
* MacGui: better UI accessibility.Damiano Galassi2016-10-219-49/+90
|
* LinGui: change ubuntu changelog reference from trac to githubJohn Stebbins2016-10-201-5/+5
|
* LinGui: fix help string for --enable-flatpak configure optionJohn Stebbins2016-10-201-1/+1
| | | | | Nobody ever sees this since configure is run by HandBrake's build system. But might as well make it right ;)
* LinGui: add nightly builds for ubuntu 16.10John Stebbins2016-10-193-0/+130
|
* libvpx: fix build failure on ubuntu 16.10John Stebbins2016-10-191-0/+6
| | | | | Ubuntu patched gcc to generate PIE executables by default. This means all code is required to be compiled with -fPIC.
* LinGui: fix installation of desktop fileJohn Stebbins2016-10-193-32/+28
| | | | | Don't install flatpak desktop file when not building a flatpak. This was causing duplicate icons in some distros.
* deccc608sub: fix crash caused by invalid CC streamJohn Stebbins2016-10-181-17/+22
|
* MacGui: fix test build.Damiano Galassi2016-10-182-3/+1
|
* MacGui: fix the queue toolbar icon badge quality on hi-dpi screens, and try ↵Damiano Galassi2016-10-171-23/+27
| | | | to better align the text.
* LinGui: UI tweaksJohn Stebbins2016-10-123-30/+49
| | | | | Adjust some widget alignments. Change some text color.
* encvorbis: fix use of wrong union memberJohn Stebbins2016-10-121-2/+2
| | | | Innocuous error, but might as well get it fixed.
* CLI: fix short arg optional parameter processingJohn Stebbins2016-10-101-2/+8
| | | | | | | Some short args were missing the '::' flags to indicate optional parameters. Also distinguish missing parameters from unknown options.
* doc: Fix harfbuzz package name for Fedora.Bradley Sepos2016-10-102-2/+2
|
* Merge pull request #352 from bradleysepos/contrib-m4Scott2016-10-091-3/+3
|\ | | | | contrib: Update to M4 1.4.17.
| * contrib: Update to M4 1.4.17.Bradley Sepos2016-10-091-3/+3
|/ | | | Fixes some build issues.
* doc: Fix typo in m4 version.Bradley Sepos2016-10-094-4/+4
|
* doc: Update build docs.Bradley Sepos2016-10-095-21/+23
| | | | Add missing harfbuzz and update m4 to 1.4.7. Other updates are the result of previous doc commits that apparently forgot to run the build process.
* contrib: Update to x265 2.1-1 hotfix. (#349)Bradley Sepos2016-10-061-2/+4
|
* LinGui: update hb docs linkJohn Stebbins2016-10-061-3/+5
| | | | Old docs are offline. So use new docs.
* MacGui: fix a small memory leak in the NSColor -> CGColor conversion.Damiano Galassi2016-10-051-2/+4
|
* MacGui: show the queue jobs count on the main window queue toolbar icon.Damiano Galassi2016-10-059-36/+256
|
* WinGui: Always show the framerate controls when using QSV. When full QSV ↵sr552016-10-023-17/+2
| | | | path is used (decode and encode), libhb will sanatise the setting for now. Fixes #340
* x265: bump to version 2.1 (#343)John Stebbins2016-09-291-3/+4
| | | | | | Many bug fixes Adds sliced coding Also add multicoreware download URL to contrib module definition
* avfilter: fix stop time of final filtered frameJohn Stebbins2016-09-291-1/+7
| | | | | Muxer expects all stop times to be set. avfilter was setting the stop time on the last frame to AV_NOPTS_VALUE.
* sync: more robust handling of p-to-p end timeJohn Stebbins2016-09-261-2/+2
| | | | | Continue processing input queues until none are full after p-to-p end time is reached.
* sync: fix off-by-one errorJohn Stebbins2016-09-261-1/+1
|
* sync: fix a hang with p-to-p end timeJohn Stebbins2016-09-261-1/+22
| | | | | | When a stream is finished, we need to see if there were any other streams that were pending. The other streams could be blocking on a condition variable and need to be unstuck.
* WinGui: Fix log display in the GUI where the start of a log could be cut ↵sr552016-09-232-40/+53
| | | | off. Fixes #326
* Improved wording.Scott2016-09-231-1/+1
|
* Adding back-ticks for the logScott2016-09-231-0/+1
|
* Create ISSUE_TEMPLATE.mdScott2016-09-231-0/+11
| | | Creating an issue template to define what we require for bugs and feature requests.
* opus: disable quality mode, enable compression levelsJohn Stebbins2016-09-231-10/+10
| | | | | Quality based encoding is not supported by libopus. But compression levels *are* supported.
* WinGui: Fix log display in the GUI where the start of a log could be cut off.sr552016-09-221-3/+2
|
* bd: fix crash when invalid title specifiedJohn Stebbins2016-09-211-1/+4
| | | | fixes https://github.com/HandBrake/HandBrake/issues/272
* decsrtsub: fix crash on empty UTF8 filesJohn Stebbins2016-09-211-9/+10
| | | | fixes https://github.com/HandBrake/HandBrake/issues/332
* MacGui: higher max width for the constant quality value text field, avoid ↵Damiano Galassi2016-09-211-8/+5
| | | | wrapping on two line.
* MacGui: Xcode 8 project check.Damiano Galassi2016-09-211-3/+9
|
* MacGui: fix a crash in the preferences format field.Damiano Galassi2016-09-211-1/+1
|
* sync: fix use of closed bufferJohn Stebbins2016-09-201-7/+12
| | | | Fixes https://github.com/HandBrake/HandBrake/issues/328
* vfr: fix log messagesJohn Stebbins2016-09-201-4/+4
|
* fifo: fix log messageJohn Stebbins2016-09-201-1/+1
|
* Merge pull request #330 from Rodeo314/hbftRodeo3142016-09-1911-96/+108
|\ | | | | libhb: rework keyframe handling.
| * enc_qsv: flag all HEVC random access points as keyframes.Tim Walker2016-09-171-7/+17
| |
| * encx265: flag all HEVC random access points as keyframes.Tim Walker2016-09-172-0/+9
| |
| * libhb: rename some masks to better reflect their purpose.Tim Walker2016-09-173-4/+4
| |