]> granicus.if.org Git - handbrake/log
handbrake
9 years agoLinGui: use libhb to initialize job...
jstebbins [Wed, 27 May 2015 17:14:42 +0000 (17:14 +0000)]
LinGui: use libhb to initialize job...

...and set some job settings as values change in the UI.  This
eliminates a large chunk of job setup code.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7230 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: Change audio track behaviours default to None so current presets are not...
sr55 [Tue, 26 May 2015 20:33:25 +0000 (20:33 +0000)]
WinGui: Change audio track behaviours default to None so current presets are not affected.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7229 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: Adding new dropdown to the Configure Audio Options. The new "Track Setting...
sr55 [Tue, 26 May 2015 20:30:10 +0000 (20:30 +0000)]
WinGui: Adding new dropdown to the Configure Audio Options. The new "Track Setting Default Behaviour" allows the choice of what settings are used for automatically added tracks.
1. All Preset tracks are cloned for each of the added languages tracks.
2. The first preset track is cloned for each of the added languages tracks.
3. Default 160kbit DPL2 AAC audio track for each of the added languages tracks.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7228 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: - Some updates to the libhb preset wrapper code. - Remove Preset update...
sr55 [Tue, 26 May 2015 19:15:22 +0000 (19:15 +0000)]
WinGui: - Some updates to the libhb preset wrapper code.  - Remove Preset update notification and option.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7227 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoscan: skip scan if title has already been scanned
jstebbins [Tue, 26 May 2015 17:10:09 +0000 (17:10 +0000)]
scan: skip scan if title has already been scanned

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7226 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibhb: fix vorbis encoding
jstebbins [Mon, 25 May 2015 16:16:35 +0000 (16:16 +0000)]
libhb: fix vorbis encoding

Was broken when we switched to using EOF flag instead of 0 length buffer.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7223 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agocli: fix display of fps in title summary
jstebbins [Sun, 24 May 2015 16:46:00 +0000 (16:46 +0000)]
cli: fix display of fps in title summary

Fixes https://forum.handbrake.fr/viewtopic.php?f=12&t=32507

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7220 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agopreset: fix application of mp4 mux options
jstebbins [Sun, 24 May 2015 16:30:17 +0000 (16:30 +0000)]
preset: fix application of mp4 mux options

Fixes https://forum.handbrake.fr/viewtopic.php?f=10&t=32445&p=151040#p151008

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7219 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: fix queue reading on 10.7.
ritsuka [Sat, 23 May 2015 09:07:53 +0000 (09:07 +0000)]
MacGui: fix queue reading on 10.7.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7218 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: remove a workaround for a bug in 10.6.
ritsuka [Thu, 21 May 2015 17:00:05 +0000 (17:00 +0000)]
MacGui: remove a workaround for a bug in 10.6.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7217 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: set the deployment target to 10.7.
ritsuka [Thu, 21 May 2015 16:57:49 +0000 (16:57 +0000)]
MacGui: set the deployment target to 10.7.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7216 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agox265: bump to version 1.7
jstebbins [Thu, 21 May 2015 15:42:50 +0000 (15:42 +0000)]
x265: bump to version 1.7

Eliminates the need for our cleanup patch.
Various bug fixes and improvements.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7215 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: add a test target to the Xcode project, plus some simple test. Use a forward...
ritsuka [Wed, 20 May 2015 19:25:36 +0000 (19:25 +0000)]
MacGui: add a test target to the Xcode project, plus some simple test. Use a forward declaration instead of a #import to in HBJob to allow testing to work.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7214 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: use libhb to init audio and subtitle lists
jstebbins [Wed, 20 May 2015 17:52:51 +0000 (17:52 +0000)]
LinGui: use libhb to init audio and subtitle lists

This eliminates a lot of essentially duplicate code in LinGui for
initializing these lists.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7213 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibhb: assume remix support when input layout is not set.
Rodeo [Tue, 19 May 2015 21:26:51 +0000 (21:26 +0000)]
libhb: assume remix support when input layout is not set.

Allows querying an encoder's default mixdown from places where the
input channel layout is unavailable (e.g. audio defaults panel).

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7212 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: refactor subtitle pane
jstebbins [Tue, 19 May 2015 21:16:14 +0000 (21:16 +0000)]
LinGui: refactor subtitle pane

Store subtitle track info in json job compatible format.  Copy directly
into job when adding new job.

Also, removed "Foreign audio search" from the subtitle track dropdown
and made an explicit "Foreign audio search" toolbar button.
This makes it easy to enforce only one such track in the list
and gives me a place to put a better tooltip explaining FAS.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7211 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: better samplerate validation.
Rodeo [Tue, 19 May 2015 20:21:47 +0000 (20:21 +0000)]
MacGui: better samplerate validation.

Not all encoders support all samplerate, so we
filter the list based on the encoder and validate
the selected samplerate when switching encoders.

Also improve bitrate validation a bit.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7210 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: more audio refactoring
jstebbins [Mon, 18 May 2015 20:12:26 +0000 (20:12 +0000)]
LinGui: more audio refactoring

Since the audio list is now in the proper format for json job, simply
copy the audio list when creating the job.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7209 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agodict: make hb_value_get_json param const
jstebbins [Mon, 18 May 2015 20:10:49 +0000 (20:10 +0000)]
dict: make hb_value_get_json param const

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7208 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: General tidy up and remove the custom styling for the app. The app will now...
sr55 [Sun, 17 May 2015 21:01:30 +0000 (21:01 +0000)]
WinGui: General tidy up and remove the custom styling for the app. The app will now always honour the system defaults.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7207 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: add more tooltips. All the tooltips in https://reviews.handbrake.fr/r/60...
ritsuka [Sun, 17 May 2015 19:41:34 +0000 (19:41 +0000)]
MacGui: add more tooltips. All the tooltips in https://reviews.handbrake.fr/r/60/ minus the ones for the labels.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7206 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agopreset_template: allow all supported passthru codecs by default.
Rodeo [Sun, 17 May 2015 16:13:09 +0000 (16:13 +0000)]
preset_template: allow all supported passthru codecs by default.

That way, very old presets and (more importantly) built-in
presets do not force a restricted copy mask on the user.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7205 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: I would commit seppuku, but I am no samurai.
Rodeo [Sun, 17 May 2015 15:09:14 +0000 (15:09 +0000)]
MacGui: I would commit seppuku, but I am no samurai.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7204 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibhb: make libFDK the default (HE-)AAC encoder.
Rodeo [Sun, 17 May 2015 12:38:37 +0000 (12:38 +0000)]
libhb: make libFDK the default (HE-)AAC encoder.

It's almost as fast as libavcodec's native encoder
and offers much better audio quality at any bitrate.

Under OS X, Apple's encoder is still used by default.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7203 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: make a copy of a preset before showing the export window.
ritsuka [Sun, 17 May 2015 06:30:22 +0000 (06:30 +0000)]
MacGui: make a copy of a preset before showing the export window.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7202 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: don't forget the fastdecode checkbox when printing the job's queue description.
Rodeo [Sun, 17 May 2015 00:40:55 +0000 (00:40 +0000)]
MacGui: don't forget the fastdecode checkbox when printing the job's queue description.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7201 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: remove workaround for the case where the output samplerate is auto and the...
Rodeo [Sat, 16 May 2015 21:21:01 +0000 (21:21 +0000)]
MacGui: remove workaround for the case where the output samplerate is auto and the input samplerate is not known.

libhb now handles it for us.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7200 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibhb: return the global bitrate limits for a given mixdown when the samplerate is...
Rodeo [Sat, 16 May 2015 21:08:27 +0000 (21:08 +0000)]
libhb: return the global bitrate limits for a given mixdown when the samplerate is not known.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7199 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: Update the libhb preset stubs.
sr55 [Sat, 16 May 2015 20:36:53 +0000 (20:36 +0000)]
WinGui: Update the libhb preset stubs.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7198 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: forgot one :(
Rodeo [Sat, 16 May 2015 20:17:59 +0000 (20:17 +0000)]
MacGui: forgot one :(

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7197 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGUI: don't double-sanitize encoder names.
Rodeo [Sat, 16 May 2015 20:16:50 +0000 (20:16 +0000)]
MacGUI: don't double-sanitize encoder names.

*_get_from_name is where the encoder gets sanitized,
*_sanitize_name is only required when you need the
encoder name instead of its value.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7196 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: reset allowed passthru codecs when applying a preset.
Rodeo [Sat, 16 May 2015 19:54:28 +0000 (19:54 +0000)]
MacGui: reset allowed passthru codecs when applying a preset.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7195 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: don't hardcode encoder names.
Rodeo [Sat, 16 May 2015 19:42:30 +0000 (19:42 +0000)]
MacGui: don't hardcode encoder names.

However unlikely, the names for the passthru
encoders could change, and this new code won't
need to be updated should that happen.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7194 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoAllow negative number in hb_validate_filter_settings. Fix deinterlace settings valida...
ritsuka [Sat, 16 May 2015 07:18:22 +0000 (07:18 +0000)]
Allow negative number in hb_validate_filter_settings. Fix deinterlace settings validation.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7193 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: allow exporting a preset folder. Add import/export menu item to the presets...
ritsuka [Sat, 16 May 2015 07:08:39 +0000 (07:08 +0000)]
MacGui: allow exporting a preset folder. Add import/export menu item to the presets drawer too.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7192 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agocli: fix return value check for hb_presets_add_path()
jstebbins [Fri, 15 May 2015 21:28:46 +0000 (21:28 +0000)]
cli: fix return value check for hb_presets_add_path()

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7191 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: audio pane refactoring
jstebbins [Fri, 15 May 2015 19:08:22 +0000 (19:08 +0000)]
LinGui: audio pane refactoring

- Use dict keys that align with job in audio list.
- Fix quality for encoders with inverted quality scale like lame.
- Fix disabling of audio passthru options that do not apply to the current
  input audio track.
- Fix enable/disable of quality widgets
- Fix random failure to change audio encoders in audio settings popup

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7190 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agorotate: Use more intuitive rotation parameters
jstebbins [Fri, 15 May 2015 14:35:06 +0000 (14:35 +0000)]
rotate: Use more intuitive rotation parameters

Instead of cryptic bit flags, allow "angle:mirror" parameter

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7189 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: add a missing "not" in the deinterlace conversion from HBJob to hb_job_t.
ritsuka [Fri, 15 May 2015 07:05:56 +0000 (07:05 +0000)]
MacGui: add a missing "not" in the deinterlace conversion from HBJob to hb_job_t.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7188 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: fix deinterlace in preview window.
ritsuka [Thu, 14 May 2015 20:49:23 +0000 (20:49 +0000)]
MacGui: fix deinterlace in preview window.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7187 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: fix detelecine.
ritsuka [Thu, 14 May 2015 20:18:37 +0000 (20:18 +0000)]
MacGui: fix detelecine.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7186 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: remove the built in presets update alert.
ritsuka [Thu, 14 May 2015 20:18:08 +0000 (20:18 +0000)]
MacGui: remove the built in presets update alert.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7185 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agopresets: add new UserPresets.json path for osx cli presets
jstebbins [Thu, 14 May 2015 20:02:04 +0000 (20:02 +0000)]
presets: add new UserPresets.json path for osx cli presets

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7184 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: encode the right type for keepDisplayAspect.
ritsuka [Thu, 14 May 2015 19:44:13 +0000 (19:44 +0000)]
MacGui: encode the right type for keepDisplayAspect.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7183 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: remove the old presets.plist file
ritsuka [Thu, 14 May 2015 19:39:14 +0000 (19:39 +0000)]
MacGui: remove the old presets.plist file

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7182 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: use libhb built-in presets and validation functions. Update the format and...
ritsuka [Thu, 14 May 2015 19:37:49 +0000 (19:37 +0000)]
MacGui: use libhb built-in presets and validation functions. Update the format and save the presets in UserPresets.json, the old presets are automatically imported if the new presets file is not found. The mac gui now requires 10.7 or later.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7181 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: rename json preferences file ...
jstebbins [Thu, 14 May 2015 18:04:16 +0000 (18:04 +0000)]
LinGui: rename json preferences file ...

... so it doesn't overwrite old format plist file.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7180 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolingui: use libhb preset management from linux gui
jstebbins [Thu, 14 May 2015 17:11:48 +0000 (17:11 +0000)]
lingui: use libhb preset management from linux gui

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7179 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agocli: fix --height
jstebbins [Thu, 14 May 2015 15:14:39 +0000 (15:14 +0000)]
cli: fix --height

Didn't set the proper flag to make hb_set_anamorphic_size prefer keeping
the height over the width.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7178 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agocli: fix initialization of encode ranges
jstebbins [Wed, 13 May 2015 23:36:33 +0000 (23:36 +0000)]
cli: fix initialization of encode ranges

The default chapter start or end was used if one but not the other of
start-at/stop-at were used.

Also don't overwrite current pass and pass_count status in hb_state_t
while searching for the position to start encoding.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7177 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agocli: restore -O, -I, -P, -U, and -g options
jstebbins [Wed, 13 May 2015 20:27:24 +0000 (20:27 +0000)]
cli: restore -O, -I, -P, -U, and -g options
I inadvertainly disabled them when "simplifying" things.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7176 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: fix 32bit builds
jstebbins [Wed, 13 May 2015 17:57:54 +0000 (17:57 +0000)]
LinGui: fix 32bit builds
File operations performed by LinGui were failing for large files.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7174 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: remove che previews cache in HBPreviewGenerator when a setting changed and...
ritsuka [Wed, 13 May 2015 16:30:46 +0000 (16:30 +0000)]
MacGui: remove che previews cache in HBPreviewGenerator when a setting changed and not in HBPreviewController

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7173 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: limit the preview images cache to ~ the size of 60 1080p images.
ritsuka [Tue, 12 May 2015 13:14:29 +0000 (13:14 +0000)]
MacGui: limit the preview images cache to ~ the size of 60 1080p images.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7171 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoscan: increase scan size thresh to accomodate raw 4K avi
jstebbins [Tue, 12 May 2015 00:43:54 +0000 (00:43 +0000)]
scan: increase scan size thresh to accomodate raw 4K avi

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7170 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agocli: fix missing subtitle "Default" flag when --all-subtitles is used
jstebbins [Mon, 11 May 2015 15:45:25 +0000 (15:45 +0000)]
cli: fix missing subtitle "Default" flag when --all-subtitles is used

Also fix case that can cause all subtitles to be added twice.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7169 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: Remove some test code.
sr55 [Sat, 9 May 2015 18:26:07 +0000 (18:26 +0000)]
WinGui: Remove some test code.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7168 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: Pad out some initial infrastructure to read built-in presets from libhb.
sr55 [Sat, 9 May 2015 18:22:11 +0000 (18:22 +0000)]
WinGui: Pad out some initial infrastructure to read built-in presets from libhb.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7167 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agocli: fix audio codec selection when one codec specified on the command line
jstebbins [Sat, 9 May 2015 16:44:14 +0000 (16:44 +0000)]
cli: fix audio codec selection when one codec specified on the command line

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7166 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agocli: fix off-by-one error in subtitle track selection
jstebbins [Sat, 9 May 2015 16:19:48 +0000 (16:19 +0000)]
cli: fix off-by-one error in subtitle track selection

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7165 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: Restore Preview functionality. The calc logic still needs fixed as there...
sr55 [Thu, 7 May 2015 17:52:36 +0000 (17:52 +0000)]
WinGui: Restore Preview functionality.  The calc logic still needs fixed as there are a few edge cases that still todate don't work.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7164 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: use small size for the cropping radio button.
ritsuka [Thu, 7 May 2015 15:35:35 +0000 (15:35 +0000)]
MacGui: use small size for the cropping radio button.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7163 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: wrap more hb_title properties in HBTitle.
ritsuka [Thu, 7 May 2015 15:33:13 +0000 (15:33 +0000)]
MacGui: wrap more hb_title properties in HBTitle.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7162 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: cosmetics.
ritsuka [Thu, 7 May 2015 15:29:06 +0000 (15:29 +0000)]
MacGui: cosmetics.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7161 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agocli: fix off-by-one audio track selection
jstebbins [Wed, 6 May 2015 20:53:32 +0000 (20:53 +0000)]
cli: fix off-by-one audio track selection

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7160 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoscripts: set svn:executable property on new scripts
jstebbins [Wed, 6 May 2015 17:10:16 +0000 (17:10 +0000)]
scripts: set svn:executable property on new scripts

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7159 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibhb,cli: add preset management to libhb, use it in cli
jstebbins [Wed, 6 May 2015 16:04:08 +0000 (16:04 +0000)]
libhb,cli: add preset management to libhb, use it in cli

This results in custom preset support in the CLI and additional
command line options to fully support all preset keys.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7158 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibhb: enable vbr encoding with fdk-aac and libav-aac
jstebbins [Mon, 4 May 2015 17:49:02 +0000 (17:49 +0000)]
libhb: enable vbr encoding with fdk-aac and libav-aac

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7157 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: fix endpoints for point-2-point encoding.
Rodeo [Sun, 3 May 2015 22:31:22 +0000 (22:31 +0000)]
MacGui: fix endpoints for point-2-point encoding.

libhb expects offsets, not absolute values.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7156 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: fix a couple nasty rounding errors.
Rodeo [Sun, 3 May 2015 22:03:42 +0000 (22:03 +0000)]
MacGui: fix a couple nasty rounding errors.

The results could be off by almost 4% with 30fps sources.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7154 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: refresh queue button pending count when queue item edited
jstebbins [Sun, 3 May 2015 21:20:54 +0000 (21:20 +0000)]
LinGui: refresh queue button pending count when queue item edited

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7153 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: Fix Line Endings and (StyleCop)Warnings
sr55 [Sun, 3 May 2015 17:29:45 +0000 (17:29 +0000)]
WinGui: Fix Line Endings and (StyleCop)Warnings

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7152 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: Some Model Re-factoring by RandomEngy
sr55 [Sun, 3 May 2015 17:18:59 +0000 (17:18 +0000)]
WinGui: Some Model Re-factoring by RandomEngy

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7151 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui:
sr55 [Sun, 3 May 2015 17:11:39 +0000 (17:11 +0000)]
WinGui:
Bug Fixes:
- Fix binding error on the audio tab.
- Fix the X of X Pass count event args.
UI Tweaks:
- System colours is now default.
- Removed the word "Source" from the Audio and Subtitles lists to make a bit more space for the track name.
- Right Aligned the configure default buttons on the audio and subtitle tabs.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7150 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: fix scanning file specified on command line
jstebbins [Fri, 1 May 2015 20:30:18 +0000 (20:30 +0000)]
LinGui: fix scanning file specified on command line

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7149 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agostream: fix TS parsing after a seek
jstebbins [Fri, 1 May 2015 20:30:15 +0000 (20:30 +0000)]
stream: fix TS parsing after a seek

This error was causing some garbled preview frames

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7148 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: add snapshot build for ubuntu 15.04
jstebbins [Fri, 1 May 2015 17:36:32 +0000 (17:36 +0000)]
LinGui: add snapshot build for ubuntu 15.04

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7147 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agofdk-aac: bump to version 0.1.4
jstebbins [Fri, 1 May 2015 16:17:15 +0000 (16:17 +0000)]
fdk-aac: bump to version 0.1.4

And enable compiler optimizations.  It's much fater that way.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7145 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: fix autocrop.
ritsuka [Fri, 1 May 2015 15:13:00 +0000 (15:13 +0000)]
MacGui: fix autocrop.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7144 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibhb: Use a buffer flat to indicate EOF
jstebbins [Fri, 1 May 2015 14:47:35 +0000 (14:47 +0000)]
libhb: Use a buffer flat to indicate EOF

... instead of a 0 length buffer.
This fixes this issue:
https://forum.handbrake.fr/viewtopic.php?f=12&t=31959

Theora can create 0 length output. These 0 length frames indicate
duplicate frames. So we can't use 0 length buffers to indicate the end
of the stream.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7143 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: fix built in presets update on earlier os x versions. The dot is not needed...
ritsuka [Fri, 1 May 2015 07:38:01 +0000 (07:38 +0000)]
MacGui: fix built in presets update on earlier os x versions. The dot is not needed in the extension, it worked anyway on 10.10 but not un earlier versions.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7142 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibhb: fix mingw link, undefined symbol CoTaskMemFree
jstebbins [Fri, 1 May 2015 00:01:23 +0000 (00:01 +0000)]
libhb: fix mingw link, undefined symbol CoTaskMemFree

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7141 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agohb_get_user_config_directory: improvements.
Rodeo [Thu, 30 Apr 2015 19:18:19 +0000 (19:18 +0000)]
hb_get_user_config_directory: improvements.

Fix build with older MinGW-w64 toolchains.
Fix potential memory leak and crashes.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7140 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibbluray: use official 0.8.0 release
jstebbins [Thu, 30 Apr 2015 18:06:05 +0000 (18:06 +0000)]
libbluray: use official 0.8.0 release

And add MINGW_HAS_SECURE_API to defines during build

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7139 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: fix the multiple instances alert.
ritsuka [Thu, 30 Apr 2015 16:57:16 +0000 (16:57 +0000)]
MacGui: fix the multiple instances alert.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7138 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: Fix issue with editing audio or subtitles
jstebbins [Thu, 30 Apr 2015 16:28:49 +0000 (16:28 +0000)]
LinGui: Fix issue with editing audio or subtitles

The edited settings were having unpredictable effects on loading
default audio or subtitle settings when a new source was scanned.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7137 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibbluray: bump to version with UDF support
jstebbins [Thu, 30 Apr 2015 16:28:44 +0000 (16:28 +0000)]
libbluray: bump to version with UDF support

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7136 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: fix scan progress bar.
ritsuka [Thu, 30 Apr 2015 16:17:06 +0000 (16:17 +0000)]
MacGui: fix scan progress bar.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7135 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: add a new formatter to convert a hb_state_t to a textual representation.
ritsuka [Thu, 30 Apr 2015 16:04:37 +0000 (16:04 +0000)]
MacGui: add a new formatter to convert a hb_state_t to a textual representation.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7134 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: cosmetics
ritsuka [Thu, 30 Apr 2015 16:02:11 +0000 (16:02 +0000)]
MacGui: cosmetics

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7133 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: fix dest file generateion for block devices
jstebbins [Tue, 28 Apr 2015 22:55:24 +0000 (22:55 +0000)]
LinGui: fix dest file generateion for block devices

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7132 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: left in a empty static style. now removed.
sr55 [Mon, 27 Apr 2015 18:31:28 +0000 (18:31 +0000)]
WinGui: left in a empty static style. now removed.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7131 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: Further Minor UI tweaks. F1 Keyboard shortcut for Help.
sr55 [Mon, 27 Apr 2015 18:30:46 +0000 (18:30 +0000)]
WinGui: Further Minor UI tweaks.  F1 Keyboard shortcut for Help.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7130 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agojson: fix packig audio track in title
jstebbins [Mon, 27 Apr 2015 14:38:59 +0000 (14:38 +0000)]
json: fix packig audio track in title

ChannelLayout was getting dropped due to missing format specifier

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7129 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agojson: fix "End" parsing of p-to-p frame range
jstebbins [Sun, 26 Apr 2015 02:08:58 +0000 (02:08 +0000)]
json: fix "End" parsing of p-to-p frame range

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7128 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: Allow setting p-to-p end frame beyond guessed duration
jstebbins [Sun, 26 Apr 2015 01:05:36 +0000 (01:05 +0000)]
LinGui: Allow setting p-to-p end frame beyond guessed duration

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7127 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: Allow setting p-to-p end time beyond guessed duration
jstebbins [Sun, 26 Apr 2015 01:02:54 +0000 (01:02 +0000)]
LinGui: Allow setting p-to-p end time beyond guessed duration

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7126 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoWinGui: Further UI / UX Tweaks. Main body of settings disabled until the user perfor...
sr55 [Sat, 25 Apr 2015 16:35:43 +0000 (16:35 +0000)]
WinGui: Further UI / UX Tweaks.  Main body of settings disabled until the user performs a scan.
Keyboard shortcut changes:
Alt+O  -> Open Source Panel   (New)
Ctrl+O -> Open FileScan (Unchanged)
Ctrl+Shift+O  -> Open Folder  (Was Ctrl+R)
Ctrl+F (Removed)

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7125 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agop-to-p: fix seek to start pts source initial PTS != 0
jstebbins [Fri, 24 Apr 2015 22:31:47 +0000 (22:31 +0000)]
p-to-p: fix seek to start pts source initial PTS != 0

When a file demuxed by libav does not start to time 0, our seek
to the initial start pts tried to seek too far forward.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7124 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibhb: Build local pkgconfig when building local autotools.
bradleys [Fri, 24 Apr 2015 16:16:14 +0000 (16:16 +0000)]
libhb: Build local pkgconfig when building local autotools.

Prevents missing pkgconfig macros causing build failures on some systems when using local autotools with system pkgconfig.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7123 b64f7644-9d1e-0410-96f1-a4d463321fa5