Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | App Services Modelling Tidy Up | Scott | 2015-09-26 | 20 | -108/+176 |
| | | | | | | Making event objects immutable. Making Libhb constructs internal to the library. We should expose this with a managed api if we need it outside the library. (Part 1) | ||||
* | Tidy up some Stylecop Warnings | Scott | 2015-09-26 | 5 | -3/+21 |
| | | | | Tidy up some Stylecop Warnings | ||||
* | App Services Cleanup Contd | Scott | 2015-09-26 | 12 | -221/+224 |
| | | | | Moving Exceptions and more utilities to the GUI project. | ||||
* | App Services Tidyup Contd | Scott | 2015-09-26 | 76 | -6260/+628 |
| | | | | Moving all the helper and utility classes to the gui project | ||||
* | AppServices tidyup | Scott | 2015-09-26 | 81 | -187/+5918 |
| | | | | Moving the UI modelling and services to the GUI Project. | ||||
* | Merge pull request #7 from bradleysepos/build | Bradley Sepos | 2015-09-26 | 3 | -20/+21 |
|\ | | | | | build: Update package names. | ||||
| * | build: Remove arch from OS X package names. | Bradley Sepos | 2015-09-26 | 1 | -4/+4 |
| | | |||||
| * | build: Use more concise and consistent package names. | Bradley Sepos | 2015-09-25 | 3 | -20/+21 |
|/ | |||||
* | Adding libhb zip package to the MinGW Build | Scott | 2015-09-25 | 2 | -1/+13 |
| | | | | | make pkg.create.zip will now create a libhb.zip package as well as a HandBrakeCLI one. | ||||
* | libav: patch mkv track language tag problem | John Stebbins | 2015-09-25 | 1 | -0/+15 |
| | | | | | "language" is not a valid mkv tag. Writing it causes confusing behavior if the track language ebml differs from the tag. | ||||
* | libhb: add hb_buffer_list | John Stebbins | 2015-09-24 | 28 | -1030/+872 |
| | | | | | This brings together several independent implementations of a simple buffer list manager. | ||||
* | WinGui: QuickSync H264 is 768, not 512 | Scott | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | WinGui: Enable support for H.265 QuickSync support | Scott | 2015-09-24 | 4 | -2/+54 |
| | |||||
* | Merge pull request #6 from maximd33/master | Scott | 2015-09-24 | 2 | -4/+4 |
|\ | | | | | Report in MASK form for supported codec(s) | ||||
| * | UI adjustment for MASK usage | Max Dmytrychenko | 2015-09-24 | 1 | -2/+2 |
| | | |||||
| * | adjustment to report QSV availability in MASK form | Max Dmytrychenko | 2015-09-24 | 1 | -2/+2 |
|/ | |||||
* | rendersub: handle mismatched video and subtitle dimensions | John Stebbins | 2015-09-24 | 4 | -83/+162 |
| | | | | | The video frame subtitles are meant to be rendered to may not match the actual video we are encoding. So scale to match as needed. | ||||
* | LinGui: fix uploading ubuntu ppa source packages | John Stebbins | 2015-09-24 | 1 | -2/+2 |
| | |||||
* | MacGui: do not revert to the selected preset when scanning a new source, but ↵ | Damiano Galassi | 2015-09-24 | 1 | -5/+1 |
| | | | | keep using the last job settings. Removed an unused ivar. | ||||
* | MacGui: update the project to the latest Xcode recommended settings | Damiano Galassi | 2015-09-24 | 4 | -4/+6 |
| | |||||
* | Merge pull request #4 from bradleysepos/contrib | Bradley Sepos | 2015-09-23 | 8 | -49/+37 |
|\ | | | | | Update font-related contribs. | ||||
| * | contrib: Update to libass 0.12.3. | Bradley Sepos | 2015-09-23 | 2 | -1/+13 |
| | | | | | | | | Fixes a problem rendering Arabic subtitles. Certain multi-character combinations could result in a "missing character" box. | ||||
| * | contrib: Update to fribidi 0.19.7. | Bradley Sepos | 2015-09-23 | 4 | -44/+19 |
| | | |||||
| * | contrib: Update to freetype 2.6. | Bradley Sepos | 2015-09-23 | 1 | -2/+3 |
| | | |||||
| * | contrib: Update to fontconfig 2.11.94. | Bradley Sepos | 2015-09-20 | 1 | -2/+2 |
| | | |||||
* | | build: changes to version numbering and build process | John Stebbins | 2015-09-23 | 5 | -159/+344 |
| | | | | | | | | | | | | Use date/time for snapshot version numbers, YYYYMMDDHHMMSS-hash-branch. Add --snapshot configure option to force snapshot builds. repo-info.sh and tag-release.sh improvements. | ||||
* | | Merge pull request #5 from maximd33/master | Scott | 2015-09-22 | 3 | -1/+13 |
|\ \ | | | | | | | libhb: Skylake microarchitecture detection, RB 859 | ||||
| * | | libhb: Skylake microarchitecture detection, RB 859 | Max Dmytrychenko | 2015-09-22 | 3 | -1/+13 |
|/ / | |||||
* / | libhb: fix OpenCL initialization. | Tim Walker | 2015-09-21 | 1 | -4/+7 |
|/ | | | | It was borken in 293083e5 | ||||
* | stream: remove unused variable pix_fmt | John Stebbins | 2015-09-20 | 1 | -2/+0 |
| | |||||
* | qsv: HEVC encoding support. | Tim Walker | 2015-09-20 | 6 | -71/+390 |
| | |||||
* | WinGui: Adding a number of new tooltips for some of the more complicated ↵ | Scott | 2015-09-19 | 5 | -11/+234 |
| | | | | controls. | ||||
* | WinGui: Strip out some old unused code. | Scott | 2015-09-18 | 12 | -220/+2 |
| | |||||
* | WinGui: Starting work on more API cleanup in ApplicationServices library. | Scott | 2015-09-18 | 3 | -99/+47 |
| | |||||
* | WinGui: Initialise chapters to string.empty if the import file does not ↵ | Scott | 2015-09-15 | 1 | -2/+1 |
| | | | | contain a name for a given chapter number. | ||||
* | WinGui: Fetch video framerates from libhb | Scott | 2015-09-11 | 1 | -1/+3 |
| | |||||
* | contrib: Backport libav patches to dxtory decoder. | Bradley Sepos | 2015-09-10 | 1 | -0/+685 |
| | |||||
* | libhb: Fix compiler issues in previous commit. | Bradley Sepos | 2015-09-10 | 1 | -3/+7 |
| | | | | gcc didn't like the way variables were being initialized. | ||||
* | libhb: Clock/frame rate handling improvements. | Bradley Sepos | 2015-09-10 | 7 | -35/+69 |
| | | | | | | | | Allows for arbitrary frame rates between 1 and 1000 fps. Adds min/max frame rates to CLI help. Removes hardcoded instances of the internal clock rate in favor of hb_video_framerate_get_limits(). Unfortunately, much of the codebase generally refers to clock rate as frame rate, so a little extra care is still necessary going forward. | ||||
* | CLI: Fix frame rate not being set without specifying --cfr/--pfr, and make ↵ | Bradley Sepos | 2015-09-10 | 1 | -4/+5 |
| | | | | | | --pfr the default. This behavior matches the GUIs. The CLI help previously stated --cfr was the default when -r is set, but it didn't work. | ||||
* | libhb: Expand framerates to include 20 and 48. | Bradley Sepos | 2015-09-10 | 1 | -0/+2 |
| | |||||
* | Merge pull request #3 from bradleysepos/git | John Stebbins | 2015-09-10 | 1 | -18/+20 |
|\ | | | | | git: Tidy up .gitignore layout/comments and restore configure script. | ||||
| * | git: Use more absolute paths in .gitignore. | Bradley Sepos | 2015-09-10 | 1 | -12/+13 |
| | | |||||
| * | git: Tidy up .gitignore layout/comments and restore configure script. | Bradley Sepos | 2015-09-09 | 1 | -7/+8 |
|/ | |||||
* | gitignore autoconf spam | John Stebbins | 2015-09-09 | 1 | -3/+18 |
| | |||||
* | LinGui: fix video quality granularity for x265 | John Stebbins | 2015-09-08 | 1 | -10/+22 |
| | |||||
* | WinGui: Fix a cosmetic issue with the VideoTune dropdown when setting ↵ | Scott | 2015-09-05 | 1 | -1/+2 |
| | | | | presets which only have FastDecode. | ||||
* | libhb: remove unused hb_buffer_t.sub | John Stebbins | 2015-09-04 | 11 | -73/+2 |
| | |||||
* | MacGui: enable core animation in the activity window so the bottom corners ↵ | Damiano Galassi | 2015-09-04 | 2 | -15/+8 |
| | | | | of the window will be rounded like they should, and move the search bar setting directly in the xib because we no longer need to support 10.6 | ||||
* | Merge pull request #1 from bradleysepos/git | John Stebbins | 2015-09-03 | 1 | -0/+2 |
|\ | | | | | git: Add build/ and download/ to .gitignore. |