summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4 from bradleysepos/contribBradley Sepos2015-09-238-49/+37
|\ | | | | Update font-related contribs.
| * contrib: Update to libass 0.12.3.Bradley Sepos2015-09-232-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 Sepos2015-09-234-44/+19
| |
| * contrib: Update to freetype 2.6.Bradley Sepos2015-09-231-2/+3
| |
| * contrib: Update to fontconfig 2.11.94.Bradley Sepos2015-09-201-2/+2
| |
* | build: changes to version numbering and build processJohn Stebbins2015-09-235-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/masterScott2015-09-223-1/+13
|\ \ | | | | | | libhb: Skylake microarchitecture detection, RB 859
| * | libhb: Skylake microarchitecture detection, RB 859Max Dmytrychenko2015-09-223-1/+13
|/ /
* / libhb: fix OpenCL initialization.Tim Walker2015-09-211-4/+7
|/ | | | It was borken in 293083e5
* stream: remove unused variable pix_fmtJohn Stebbins2015-09-201-2/+0
|
* qsv: HEVC encoding support.Tim Walker2015-09-206-71/+390
|
* WinGui: Adding a number of new tooltips for some of the more complicated ↵Scott2015-09-195-11/+234
| | | | controls.
* WinGui: Strip out some old unused code.Scott2015-09-1812-220/+2
|
* WinGui: Starting work on more API cleanup in ApplicationServices library.Scott2015-09-183-99/+47
|
* WinGui: Initialise chapters to string.empty if the import file does not ↵Scott2015-09-151-2/+1
| | | | contain a name for a given chapter number.
* WinGui: Fetch video framerates from libhbScott2015-09-111-1/+3
|
* contrib: Backport libav patches to dxtory decoder.Bradley Sepos2015-09-101-0/+685
|
* libhb: Fix compiler issues in previous commit.Bradley Sepos2015-09-101-3/+7
| | | | gcc didn't like the way variables were being initialized.
* libhb: Clock/frame rate handling improvements.Bradley Sepos2015-09-107-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 Sepos2015-09-101-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 Sepos2015-09-101-0/+2
|
* Merge pull request #3 from bradleysepos/gitJohn Stebbins2015-09-101-18/+20
|\ | | | | git: Tidy up .gitignore layout/comments and restore configure script.
| * git: Use more absolute paths in .gitignore.Bradley Sepos2015-09-101-12/+13
| |
| * git: Tidy up .gitignore layout/comments and restore configure script.Bradley Sepos2015-09-091-7/+8
|/
* gitignore autoconf spamJohn Stebbins2015-09-091-3/+18
|
* LinGui: fix video quality granularity for x265John Stebbins2015-09-081-10/+22
|
* WinGui: Fix a cosmetic issue with the VideoTune dropdown when setting ↵Scott2015-09-051-1/+2
| | | | presets which only have FastDecode.
* libhb: remove unused hb_buffer_t.subJohn Stebbins2015-09-0411-73/+2
|
* MacGui: enable core animation in the activity window so the bottom corners ↵Damiano Galassi2015-09-042-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/gitJohn Stebbins2015-09-031-0/+2
|\ | | | | git: Add build/ and download/ to .gitignore.
| * git: Add build/ and download/ to .gitignore.Bradley Sepos2015-09-031-0/+2
|/
* Revise READMEJohn Stebbins2015-09-021-3/+8
| | | | | Add link to main source repository. Add description of what HandBrake does.
* CLI: Fix selection of default, burned, and forced subtitle tracksJohn Stebbins2015-09-011-3/+4
| | | | | The selection needs to be based on the output track number, not the source track number.
* Git Ignore: Ignore files created by XcodeDamiano Galassi2015-08-291-1/+4
|
* MacGui: try a different layout for the picture tab, show the source size and ↵Damiano Galassi2015-08-291-380/+395
| | | | the display size too
* MacGui: default to 'source maximum' in the Picture Size popup of the add ↵Damiano Galassi2015-08-292-14/+11
| | | | preset window
* MacGui: added a new sourceInfo property to retrieve a string with the ↵Damiano Galassi2015-08-294-0/+21
| | | | picture size info of the source
* WinGui: Update the GUI to handle the version information correctly after the ↵Scott2015-08-294-3/+19
| | | | git move.
* scripts: fix repo-info.shJohn Stebbins2015-08-271-2/+2
| | | | It was not working for new tags made on master
* WinGui: Another build fix for git.Scott2015-08-271-25/+25
|
* WinGui: Build fixes for git.Scott2015-08-274-27/+27
|
* WinGui: Remove 2 build targets.Scott2015-08-271-12/+12
|
* WinGui: Disable the subversion build code. Will update to handle git later.Scott2015-08-275-10/+10
|
* LinGui: fix problem with audio bitrate/quality widgetsJohn Stebbins2015-08-261-2/+2
| | | | | Uninitialized variables caused these widgets to be disabled under random circumstances.
* LinGui: post git snapshot builds to new PPA handbrake-git-snapshotsJohn Stebbins2015-08-251-2/+2
| | | | | | The old svn snapshot version numbering scheme is incompatible with the new git version numbers. The old PPA would have just refused uploads of new snapshots. So I've created a new PPA for the git builds.
* build: fix errors in last commitJohn Stebbins2015-08-253-4/+4
| | | | Thanks BradleyS
* build: use git version info instead of svnJohn Stebbins2015-08-2517-123/+366
| | | | | | Migrate from svn to git. Since our build system automatically generates version info from the svn repo, this needs to change when we move the repo to git.
* Updating the README.pod to reflect the move to git.Scott2015-08-251-25/+13
|
* Remove a workaround for the 10.6 sdkgalad872015-08-251-6/+0
|
* LinGui: don't save custom presets in a built-in folderJohn Stebbins2015-08-251-1/+1
|