Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| * | git: Add build/ and download/ to .gitignore. | Bradley Sepos | 2015-09-03 | 1 | -0/+2 |
|/ | |||||
* | Revise README | John Stebbins | 2015-09-02 | 1 | -3/+8 |
| | | | | | Add link to main source repository. Add description of what HandBrake does. | ||||
* | CLI: Fix selection of default, burned, and forced subtitle tracks | John Stebbins | 2015-09-01 | 1 | -3/+4 |
| | | | | | The selection needs to be based on the output track number, not the source track number. | ||||
* | Git Ignore: Ignore files created by Xcode | Damiano Galassi | 2015-08-29 | 1 | -1/+4 |
| | |||||
* | MacGui: try a different layout for the picture tab, show the source size and ↵ | Damiano Galassi | 2015-08-29 | 1 | -380/+395 |
| | | | | the display size too | ||||
* | MacGui: default to 'source maximum' in the Picture Size popup of the add ↵ | Damiano Galassi | 2015-08-29 | 2 | -14/+11 |
| | | | | preset window | ||||
* | MacGui: added a new sourceInfo property to retrieve a string with the ↵ | Damiano Galassi | 2015-08-29 | 4 | -0/+21 |
| | | | | picture size info of the source | ||||
* | WinGui: Update the GUI to handle the version information correctly after the ↵ | Scott | 2015-08-29 | 4 | -3/+19 |
| | | | | git move. | ||||
* | scripts: fix repo-info.sh | John Stebbins | 2015-08-27 | 1 | -2/+2 |
| | | | | It was not working for new tags made on master | ||||
* | WinGui: Another build fix for git. | Scott | 2015-08-27 | 1 | -25/+25 |
| | |||||
* | WinGui: Build fixes for git. | Scott | 2015-08-27 | 4 | -27/+27 |
| | |||||
* | WinGui: Remove 2 build targets. | Scott | 2015-08-27 | 1 | -12/+12 |
| | |||||
* | WinGui: Disable the subversion build code. Will update to handle git later. | Scott | 2015-08-27 | 5 | -10/+10 |
| | |||||
* | LinGui: fix problem with audio bitrate/quality widgets | John Stebbins | 2015-08-26 | 1 | -2/+2 |
| | | | | | Uninitialized variables caused these widgets to be disabled under random circumstances. | ||||
* | LinGui: post git snapshot builds to new PPA handbrake-git-snapshots | John Stebbins | 2015-08-25 | 1 | -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 commit | John Stebbins | 2015-08-25 | 3 | -4/+4 |
| | | | | Thanks BradleyS | ||||
* | build: use git version info instead of svn | John Stebbins | 2015-08-25 | 17 | -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. | Scott | 2015-08-25 | 1 | -25/+13 |
| | |||||
* | Remove a workaround for the 10.6 sdk | galad87 | 2015-08-25 | 1 | -6/+0 |
| | |||||
* | LinGui: don't save custom presets in a built-in folder | John Stebbins | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix another instance of the Caliburn vs Json.net sillyness where ↵ | sr55 | 2015-08-25 | 2 | -18/+9 |
| | | | | | | objects are not serialised correctly. This is causing presets not to save to disk correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7413 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | cropscale: prevent crash when scale dimensions too small | jstebbins | 2015-08-24 | 2 | -1/+7 |
| | | | | | | | | This will result in no video in the output file, but in such cases, this might actually be desirable. Scaling to such small dimensions is often used simply to re-encode audio. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7412 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: If the Queue Recovery doesn't return any results, show the "Source ↵ | sr55 | 2015-08-23 | 5 | -5/+35 |
| | | | | | | Selection" pane when the app starts up. Added quick access links to the preferences / About HandBrake Panes on this panel. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7411 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Add right click menu to preset listbox. | sr55 | 2015-08-23 | 3 | -26/+40 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7410 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | Git Ignore: Ignore files created by Visual Studio - Patch by jorrit. | sr55 | 2015-08-23 | 1 | -0/+4 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7409 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Don't update config when user cancels file/folder dialogs - Patch ↵ | sr55 | 2015-08-23 | 3 | -119/+141 |
| | | | | | | by jorrit git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7408 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Sizing tweak to mini view. Tidy up some code warnings. Update ↵ | sr55 | 2015-08-23 | 14 | -35/+81 |
| | | | | | | assembly info files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7407 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | LinGui: fix vfr/pvr/cfr widget visibility | jstebbins | 2015-08-20 | 1 | -2/+2 |
| | | | | | | | Dependencies stopped working when we standardized "Same as source" preset value as "auto". git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7406 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | LinGui: fix sensitivity of audio quality/bitrate widgets | jstebbins | 2015-08-20 | 1 | -199/+219 |
| | | | | | | These were still enabled for flac when they should not have been. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7405 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | LinGui: fix a scrolling issue in presets pane | jstebbins | 2015-08-18 | 4 | -26/+2 |
| | | | | | | | Expanding a folder was causing the pane to scroll back to the currently selected preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7403 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | nlmeans: fix the default values | jstebbins | 2015-08-17 | 2 | -3/+3 |
| | | | | | | | Make the nlmeans default (when no string supplied) match "medium" preset. And make the CLI default the medium preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7402 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | presets: fix preset search by name | jstebbins | 2015-08-13 | 1 | -0/+2 |
| | | | | | | | It was not continuing if it failed to find the preset in the first folder git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7401 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | libhb: fix display of audio copy mask | jstebbins | 2015-08-12 | 1 | -1/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7400 b64f7644-9d1e-0410-96f1-a4d463321fa5 |