Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deccc608sub: fix crash caused by invalid CC stream | John Stebbins | 2016-10-18 | 1 | -17/+22 |
| | |||||
* | MacGui: fix test build. | Damiano Galassi | 2016-10-18 | 2 | -3/+1 |
| | |||||
* | MacGui: fix the queue toolbar icon badge quality on hi-dpi screens, and try ↵ | Damiano Galassi | 2016-10-17 | 1 | -23/+27 |
| | | | | to better align the text. | ||||
* | LinGui: UI tweaks | John Stebbins | 2016-10-12 | 3 | -30/+49 |
| | | | | | Adjust some widget alignments. Change some text color. | ||||
* | encvorbis: fix use of wrong union member | John Stebbins | 2016-10-12 | 1 | -2/+2 |
| | | | | Innocuous error, but might as well get it fixed. | ||||
* | CLI: fix short arg optional parameter processing | John Stebbins | 2016-10-10 | 1 | -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 Sepos | 2016-10-10 | 2 | -2/+2 |
| | |||||
* | Merge pull request #352 from bradleysepos/contrib-m4 | Scott | 2016-10-09 | 1 | -3/+3 |
|\ | | | | | contrib: Update to M4 1.4.17. | ||||
| * | contrib: Update to M4 1.4.17. | Bradley Sepos | 2016-10-09 | 1 | -3/+3 |
|/ | | | | Fixes some build issues. | ||||
* | doc: Fix typo in m4 version. | Bradley Sepos | 2016-10-09 | 4 | -4/+4 |
| | |||||
* | doc: Update build docs. | Bradley Sepos | 2016-10-09 | 5 | -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 Sepos | 2016-10-06 | 1 | -2/+4 |
| | |||||
* | LinGui: update hb docs link | John Stebbins | 2016-10-06 | 1 | -3/+5 |
| | | | | Old docs are offline. So use new docs. | ||||
* | MacGui: fix a small memory leak in the NSColor -> CGColor conversion. | Damiano Galassi | 2016-10-05 | 1 | -2/+4 |
| | |||||
* | MacGui: show the queue jobs count on the main window queue toolbar icon. | Damiano Galassi | 2016-10-05 | 9 | -36/+256 |
| | |||||
* | WinGui: Always show the framerate controls when using QSV. When full QSV ↵ | sr55 | 2016-10-02 | 3 | -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 Stebbins | 2016-09-29 | 1 | -3/+4 |
| | | | | | | Many bug fixes Adds sliced coding Also add multicoreware download URL to contrib module definition | ||||
* | avfilter: fix stop time of final filtered frame | John Stebbins | 2016-09-29 | 1 | -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 time | John Stebbins | 2016-09-26 | 1 | -2/+2 |
| | | | | | Continue processing input queues until none are full after p-to-p end time is reached. | ||||
* | sync: fix off-by-one error | John Stebbins | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | sync: fix a hang with p-to-p end time | John Stebbins | 2016-09-26 | 1 | -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 ↵ | sr55 | 2016-09-23 | 2 | -40/+53 |
| | | | | off. Fixes #326 | ||||
* | Improved wording. | Scott | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | Adding back-ticks for the log | Scott | 2016-09-23 | 1 | -0/+1 |
| | |||||
* | Create ISSUE_TEMPLATE.md | Scott | 2016-09-23 | 1 | -0/+11 |
| | | | Creating an issue template to define what we require for bugs and feature requests. | ||||
* | opus: disable quality mode, enable compression levels | John Stebbins | 2016-09-23 | 1 | -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. | sr55 | 2016-09-22 | 1 | -3/+2 |
| | |||||
* | bd: fix crash when invalid title specified | John Stebbins | 2016-09-21 | 1 | -1/+4 |
| | | | | fixes https://github.com/HandBrake/HandBrake/issues/272 | ||||
* | decsrtsub: fix crash on empty UTF8 files | John Stebbins | 2016-09-21 | 1 | -9/+10 |
| | | | | fixes https://github.com/HandBrake/HandBrake/issues/332 | ||||
* | MacGui: higher max width for the constant quality value text field, avoid ↵ | Damiano Galassi | 2016-09-21 | 1 | -8/+5 |
| | | | | wrapping on two line. | ||||
* | MacGui: Xcode 8 project check. | Damiano Galassi | 2016-09-21 | 1 | -3/+9 |
| | |||||
* | MacGui: fix a crash in the preferences format field. | Damiano Galassi | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | sync: fix use of closed buffer | John Stebbins | 2016-09-20 | 1 | -7/+12 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/328 | ||||
* | vfr: fix log messages | John Stebbins | 2016-09-20 | 1 | -4/+4 |
| | |||||
* | fifo: fix log message | John Stebbins | 2016-09-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #330 from Rodeo314/hbft | Rodeo314 | 2016-09-19 | 11 | -96/+108 |
|\ | | | | | libhb: rework keyframe handling. | ||||
| * | enc_qsv: flag all HEVC random access points as keyframes. | Tim Walker | 2016-09-17 | 1 | -7/+17 |
| | | |||||
| * | encx265: flag all HEVC random access points as keyframes. | Tim Walker | 2016-09-17 | 2 | -0/+9 |
| | | |||||
| * | libhb: rename some masks to better reflect their purpose. | Tim Walker | 2016-09-17 | 3 | -4/+4 |
| | | |||||
| * | libhb: use the new keyframe flag. | Tim Walker | 2016-09-17 | 8 | -82/+73 |
| | | |||||
| * | libhb: add dedicated buffer flags to indicate whether an encoded frame is a ↵ | Tim Walker | 2016-09-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | key frame or a reference frame. HB_FRAME_KEY and REF are in fact masks, not flags, and actually conflict with some PIC_FLAG_* values. | ||||
| * | internal: reorder PIC_FLAG_* elements by ascending value. | Tim Walker | 2016-09-17 | 1 | -3/+3 |
|/ | | | | Makes it easier to avoid adding elements with confilcting values. | ||||
* | x264: fix memory leak in 10bit encoding | John Stebbins | 2016-09-16 | 1 | -0/+1 |
| | |||||
* | LinGui: Fix audio and subtitle lang list "Unknown" entry | John Stebbins | 2016-09-16 | 1 | -2/+6 |
| | | | | It should read "Any" instead of "Unknown" for these lists. | ||||
* | LinGui: fix width of min title length entry widget | John Stebbins | 2016-09-16 | 1 | -1/+3 |
| | | | | It cut off digits when > 2 digits | ||||
* | cli: Add --version to help. | Bradley Sepos | 2016-09-15 | 1 | -0/+1 |
| | |||||
* | docs: Add note about improved drag and drop to Mac News. | Bradley Sepos | 2016-09-15 | 1 | -0/+1 |
| | |||||
* | docs: Extend and revise News. | Bradley Sepos | 2016-09-15 | 1 | -1/+16 |
| | |||||
* | WinGui: Set the Preset version to 3 in the defaultsettings.xml This should ↵ | sr55 | 2016-09-15 | 1 | -1/+1 |
| | | | | prevent outdated preset notificaiton for new users. | ||||
* | WinGui: Fix RF0 Lossless warning for x264 10bit | sr55 | 2016-09-15 | 1 | -1/+1 |
| |