summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libhb: enable burn-in of all supported text subtitle formatsjstebbins2014-03-3012-677/+1449
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6141 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix x265 default preset in query generation.sr552014-03-291-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6140 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Mapping fix for x265. (not "hvec")sr552014-03-281-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6139 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update the Query Generator to use the new ↵sr552014-03-281-8/+8
| | | | | | --encoder-{preset,tune,profile,level} options as per rev 6135 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6138 b64f7644-9d1e-0410-96f1-a4d463321fa5
* CLI: fix alignment after last commitRodeo2014-03-281-26/+26
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6137 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix QuickSync and x265 quality slider.sr552014-03-281-21/+17
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6136 b64f7644-9d1e-0410-96f1-a4d463321fa5
* CLI: clean up encoder preset/tune/profile/level option namesRodeo2014-03-282-116/+95
| | | | | | | | | | | | | | | | | | | | | | The new generic option names are: --encoder-preset --encoder-tune --encoder-profile --encoder-level In addition, the supported values for these options can be listed via: --encoder-preset-list <encoder> --encoder-tune-list <encoder> --encoder-profile-list <encoder> --encoder-level-list <encoder> Existing encoder-specific option names are preserved so as not to break existing scripts, but only the new generic names are documented and supported. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6135 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: When Starting a job that fails one of the sanity checks, the Stop ↵sr552014-03-281-0/+1
| | | | | | button was appearing when it should not. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6134 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bump x264 to r2409-d6b4e63.Rodeo2014-03-272-3/+3
| | | | | | | | | | Miscellaneous fixes and improvements as usual, plus a small performance improvement: https://git.videolan.org/?p=x264.git;a=commit;h=d6b4e63 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6133 b64f7644-9d1e-0410-96f1-a4d463321fa5
* muxavformat: override mp4 major brand, use "mp42"jstebbins2014-03-261-4/+5
| | | | | | | This fixes compatibility issues with Vegas Pro 8 NLE suite git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6132 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix problem cause by change in behavior of libgtkjstebbins2014-03-261-1/+1
| | | | | | | | | | gtk_buildable_get_name and gtk_widget_get_name now return a string describing the widget type if the name has not been set instead of NULL as they used to. This of coarse breaks everything that depends on looking up valid widget names. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6131 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bump libav to v10.Rodeo2014-03-262-46/+1
| | | | | | | More of our patches have been merged upstream. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6130 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Restore rolled back tabbing fix + added a check for illegal ↵sr552014-03-237-10/+110
| | | | | | characters to the destination text box. Add to Queue will now prevent items from begin added with illegal characters also. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6129 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: partially revert my last checking.sr552014-03-231-151/+153
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6128 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix live preview generationjstebbins2014-03-221-12/+8
| | | | | | | | | | Preferences (where live preview duration is set) were not getting added to live peview job settings. Also, fix a compiler warning when using gstreamer 0.10. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6127 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Minor improvement to tabbing on the main window. (Going to have to ↵sr552014-03-213-158/+156
| | | | | | manually set some indexes to improve order later). Couple of typos fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6126 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix HEVC muxing in Matroska.Rodeo2014-03-211-0/+45
| | | | | | | | Some patches haven't been backported to libav v10_beta2 yet. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6125 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Disable two-pass code when the encode type is constant quality. ↵randomengy2014-03-192-5/+5
| | | | | | Update job marshalling padding to account for the addition of done_error. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6124 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Fix list of icons that get installed to /usr/share/iconsjstebbins2014-03-181-8/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6123 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: remove unused iconjstebbins2014-03-181-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6122 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: svg'ify the last of the custom iconsjstebbins2014-03-187-8/+248
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6121 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: use GtkCellRendererSpinner instead of custom icons for queue activityjstebbins2014-03-1819-196/+134
| | | | | | | And delete unused icons git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6120 b64f7644-9d1e-0410-96f1-a4d463321fa5
* muxavformat: only do style processing of mp4 text subtitlesjstebbins2014-03-181-24/+28
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6119 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: svg'ify several iconsjstebbins2014-03-1750-300/+40278
| | | | | | | and enable embedding of svg icons in the binary. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6118 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix an issue with the preview scan count not being set correctly for ↵sr552014-03-165-16/+59
| | | | | | | | libhb encode path. Added Nightly appcast update checking functionality back in. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6117 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb: fix fps calculation when number of previews is very smalljstebbins2014-03-161-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6116 b64f7644-9d1e-0410-96f1-a4d463321fa5
* QSV: fix preset names for Ivy Bridge and earlier.Rodeo2014-03-161-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6115 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bump libx265 to version 0.8.Rodeo2014-03-163-45/+13
| | | | | | | | Miscellaneous fixes and improvements, and simplify the patch to fix multiple inclusions of x265.h git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6114 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb: fix uninitialized variablejstebbins2014-03-141-0/+1
| | | | | | | | since a malloc depends on the value of this variable, it's rather important that it be initialized ;) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6113 b64f7644-9d1e-0410-96f1-a4d463321fa5
* check of mfxExtCodingOption2 for AVC onlymaxd2014-03-141-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6112 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bump libav to v10_beta2.Rodeo2014-03-146-1467/+16
| | | | | | | Miscellaneous fixes and improvements, fewer patches. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6111 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: clean up play/pause/stop iconsjstebbins2014-03-143-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6110 b64f7644-9d1e-0410-96f1-a4d463321fa5
* build: support Xcode 5.1konablend2014-03-133-1/+24
| | | | | | | | Unknown compiler options now result in an error, previous behavior they were simply ignored. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6109 b64f7644-9d1e-0410-96f1-a4d463321fa5
* x265: set CMAKE_HOST_SYSTEM instead of just removing --build.Rodeo2014-03-131-3/+3
| | | | | | | | Inetrestingly, host/build seems inverted in cmake compared to autotools (and actually matches our build system). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6108 b64f7644-9d1e-0410-96f1-a4d463321fa5
* x265: don't pass --build to cmake.Rodeo2014-03-131-0/+1
| | | | | | | | Didn't seem to cause any build failures, but passing unsupported options is pointless. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6107 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: enable MP4 and Matroska muxing for x265.Rodeo2014-03-135-28/+1
| | | | | | | Also, remove the raw muxer. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6106 b64f7644-9d1e-0410-96f1-a4d463321fa5
* x265: enable MP4 and Matroska muxing.Rodeo2014-03-135-45/+1412
| | | | | | | Also remove the raw muxer. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6105 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Build: pass --build to configure when cross-compiling.Rodeo2014-03-132-4/+8
| | | | | | | | This is the right thing to do, and also happens to fix building with MinGW-w64 in a non-Linux environment such as e.g. Cygwin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6104 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Restore GPU info logging.sr552014-03-081-1/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6103 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb: restore writing of encoding tool tag to output filejstebbins2014-03-062-0/+45
| | | | | | | We lost this when switching to avformat for muxing git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6102 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Improve widget layoutjstebbins2014-03-063-24/+58
| | | | | | | | | | | | | Add padding to GtkEntry. On some themes, it looked very crowded. Let height of x264 extra settings text box float with height of widgets that it shares a grid with. It's fixed height was causing weird layout. Reduce border around GtkComboBox. There are lots of combo boxes, so this results in a significant reduction in the overall size of the window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6101 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improvements and fixes to the Output Format Dropdown / Destinationsr552014-03-062-33/+67
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6100 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: use python2 explicitelyjstebbins2014-03-061-2/+2
| | | | | | | ...since python3 has incompatible syntax changes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6099 b64f7644-9d1e-0410-96f1-a4d463321fa5
* QSV: alternate workaround for B-pyramid + keyframe insertion issue.Rodeo2014-03-041-10/+10
| | | | | | | | | | The original workaround (SVN 6016) got rid of the invalid timestamps, but did nothing to prevent visual artifacts. Since it doesn't look like I'll be fixing the underlying cause right away, this will avoid broken output for our users in the meantime. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6098 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: generalize x264CqSliderFractional preference to allRodeo2014-03-031-4/+4
| | | | | | | encoders that allow fractional CQ values (such as x265). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6097 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: allow more flexibility in manual croppingjstebbins2014-03-032-4/+13
| | | | | | | Do not limit cropping to half of width or height. Instead, just make sure resulting image width and height are never less than 16. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6096 b64f7644-9d1e-0410-96f1-a4d463321fa5
* contrib: remove faad2jstebbins2014-03-024-58/+0
| | | | | | It hasn't been in use for 3 yrs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6095 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Remove libfaacsr552014-03-0227-1282/+65
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6094 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update dependencies in docsjstebbins2014-03-022-11/+12
| | | | | | indicate ubutnu 14.04 and gtk 3.10 are required to build the gtk UI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6093 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove some last references to the faac encoder.sr552014-03-024-8/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6092 b64f7644-9d1e-0410-96f1-a4d463321fa5