]> granicus.if.org Git - handbrake/log
handbrake
10 years agodeccc608sub: fix positioning of popup CCs
jstebbins [Mon, 10 Nov 2014 18:35:57 +0000 (18:35 +0000)]
deccc608sub: fix positioning of popup CCs

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

10 years agoWinGui: Improve Error message for the help menu item.
sr55 [Sat, 8 Nov 2014 16:16:59 +0000 (16:16 +0000)]
WinGui: Improve Error message for the help menu item.

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

10 years agoLinGui: make more strings translatable
jstebbins [Fri, 7 Nov 2014 15:01:03 +0000 (15:01 +0000)]
LinGui: make more strings translatable
Thanks to Уважением Виктор (aka victor)

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

10 years agolibhb: enable crc checking of audio streams during audio parameter probe
jstebbins [Wed, 5 Nov 2014 22:24:47 +0000 (22:24 +0000)]
libhb: enable crc checking of audio streams during audio parameter probe

We used to check ac3 crc's when we used a52 dec.  When we switched to libav
we did not enable crc checks.  I suspect this is the root cause of this
problem https://forum.handbrake.fr/viewtopic.php?f=12&t=31032

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

10 years agolibhb: fix p-to-p start for some streams
jstebbins [Wed, 5 Nov 2014 16:43:54 +0000 (16:43 +0000)]
libhb: fix p-to-p start for some streams

The primary problem was in setting our "zero" time in reader based on a
stream that is not decoded.  Since this stream never reaches sync, there
would appear to be a long initial frame from syncs perspective.

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

10 years agoLinGui: make more strings translatable
jstebbins [Wed, 5 Nov 2014 15:22:35 +0000 (15:22 +0000)]
LinGui: make more strings translatable
Thanks to Уважением Виктор (aka victor)

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

10 years agocontrib: bump x265 to version 1.4
jstebbins [Tue, 4 Nov 2014 21:03:34 +0000 (21:03 +0000)]
contrib: bump x265 to version 1.4

Speed improvements in the slower presets (if you have lots of cores).

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

10 years agoLinGui: cosmetic fix for title number in destination filename
jstebbins [Tue, 4 Nov 2014 17:40:14 +0000 (17:40 +0000)]
LinGui: cosmetic fix for title number in destination filename
When no source had been scanned yet, title number was maxint :p

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

10 years agoMacGui: made the x264 unparse label selectable.
ritsuka [Mon, 3 Nov 2014 06:44:44 +0000 (06:44 +0000)]
MacGui: made the x264 unparse label selectable.

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

10 years agoMacGui: revert the formats names to "MP4 File"/"MKV File" .
ritsuka [Sun, 2 Nov 2014 18:48:40 +0000 (18:48 +0000)]
MacGui: revert the formats names to "MP4 File"/"MKV File" .

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

10 years agoMacGui: fix another label size.
ritsuka [Sun, 2 Nov 2014 18:37:39 +0000 (18:37 +0000)]
MacGui: fix another label size.

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

10 years agoMacGui: do not set the same value twice in the job dict (ChapterStart/ChapterEnd).
ritsuka [Sun, 2 Nov 2014 15:46:58 +0000 (15:46 +0000)]
MacGui: do not set the same value twice in the job dict (ChapterStart/ChapterEnd).

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

10 years agoMacGui: pass only the tracks array to the addTracksFromQueue: method, no need to...
ritsuka [Sun, 2 Nov 2014 15:17:54 +0000 (15:17 +0000)]
MacGui: pass only the tracks array to the addTracksFromQueue: method, no need to pass the entire job dict.

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

10 years agoMacGui: removed two useless array creation and made a copy of the trackSelectionLangu...
ritsuka [Sun, 2 Nov 2014 15:13:46 +0000 (15:13 +0000)]
MacGui: removed two useless array creation and made a copy of the trackSelectionLanguages ivar before assigning it to the preset dict.

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

10 years agoMacGui: fixed a issue that happened on 10.8 when reloading a job from the queue:...
ritsuka [Sun, 2 Nov 2014 15:12:15 +0000 (15:12 +0000)]
MacGui: fixed a issue that happened on 10.8 when reloading a job from the queue: we tried to add an object to an immutable NSArray that for some reason known to the Cocoa framework was a NSMutableArray on 10.9+ , but not on 10.8.

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

10 years agoMacGui: remove a unused check for the Mp4LargeFile option.
ritsuka [Sun, 2 Nov 2014 14:10:00 +0000 (14:10 +0000)]
MacGui: remove a unused check for the Mp4LargeFile option.

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

10 years agoWinGui: SRT Subtitles Import now correctly escapes ,
sr55 [Sat, 1 Nov 2014 21:37:14 +0000 (21:37 +0000)]
WinGui: SRT Subtitles Import now correctly escapes ,

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

10 years agoWinGui: When updating presets, don't override the picture settings values if SourceMa...
sr55 [Sat, 1 Nov 2014 21:16:59 +0000 (21:16 +0000)]
WinGui: When updating presets, don't override the picture settings values if SourceMax/Custom

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

10 years agoMacGui: modified the way the queue contextual menu selects its target. It now uses...
ritsuka [Sat, 1 Nov 2014 16:09:43 +0000 (16:09 +0000)]
MacGui: modified the way the queue contextual menu selects its target. It now uses the clicked row index.

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

10 years agoMacGui: fix the constant quality / avg bitrate radio button selection when reloading...
ritsuka [Sat, 1 Nov 2014 06:27:34 +0000 (06:27 +0000)]
MacGui: fix the constant quality / avg bitrate radio button selection when reloading a job from the queue.

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

10 years agoMacGui: made editable the cropping field in the picture panel.
ritsuka [Fri, 31 Oct 2014 08:09:47 +0000 (08:09 +0000)]
MacGui: made editable the cropping field in the picture panel.

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

10 years agoMacGui: reordered the options in the advanced preferences tab.
ritsuka [Fri, 31 Oct 2014 07:56:39 +0000 (07:56 +0000)]
MacGui: reordered the options in the advanced preferences tab.

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

10 years agoMacGui: fixed a warning in HBOutputRedirect and removed an unused ivar.
ritsuka [Fri, 31 Oct 2014 06:58:45 +0000 (06:58 +0000)]
MacGui: fixed a warning in HBOutputRedirect and removed an unused ivar.

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

10 years agodeccc608sub: fix writing outside buffer
jstebbins [Thu, 30 Oct 2014 21:16:00 +0000 (21:16 +0000)]
deccc608sub: fix writing outside buffer
When the rollup mode changes, check if the baserow + rollup height goes
outside the screen.

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

10 years agoMacGui: fixed some warnings.
ritsuka [Thu, 30 Oct 2014 19:37:50 +0000 (19:37 +0000)]
MacGui: fixed some warnings.

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

10 years agofifo: add code (ifdef'd out) to assist with finding buffer leaks
jstebbins [Thu, 30 Oct 2014 18:35:25 +0000 (18:35 +0000)]
fifo: add code (ifdef'd out) to assist with finding buffer leaks

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

10 years agoparam: fix compiler warning
jstebbins [Thu, 30 Oct 2014 18:34:12 +0000 (18:34 +0000)]
param: fix compiler warning

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

10 years agomuxcommon: fix bitvec leak
jstebbins [Thu, 30 Oct 2014 18:33:44 +0000 (18:33 +0000)]
muxcommon: fix bitvec leak

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

10 years agosync: fix subtitle buffer leak
jstebbins [Thu, 30 Oct 2014 18:33:18 +0000 (18:33 +0000)]
sync: fix subtitle buffer leak

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

10 years agoLinGui: fix spacing on status line
jstebbins [Thu, 30 Oct 2014 18:24:43 +0000 (18:24 +0000)]
LinGui: fix spacing on status line

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

10 years agodecavcodec: fix a 4 byte overread of extradata by libav
jstebbins [Wed, 29 Oct 2014 23:04:59 +0000 (23:04 +0000)]
decavcodec: fix a 4 byte overread of extradata by libav

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

10 years agoLinGui: fix several small memory leaks
jstebbins [Wed, 29 Oct 2014 23:04:11 +0000 (23:04 +0000)]
LinGui: fix several small memory leaks

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

10 years agolibav: fix extradata parsing when SPS_EXT is present
jstebbins [Wed, 29 Oct 2014 23:03:25 +0000 (23:03 +0000)]
libav: fix extradata parsing when SPS_EXT is present

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

10 years agolibav: fix writing zero mkv blockduration element for subtitles
jstebbins [Wed, 29 Oct 2014 18:03:23 +0000 (18:03 +0000)]
libav: fix writing zero mkv blockduration element for subtitles

Zero means non-keyframe according to mkv spec and causes errors in mkvalidator

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

10 years agodecpgssub: make sure all packets get marked as subtitle frames
jstebbins [Wed, 29 Oct 2014 18:00:08 +0000 (18:00 +0000)]
decpgssub: make sure all packets get marked as subtitle frames

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

10 years agoLinGui: eliminate more deprecated widget properties
jstebbins [Tue, 28 Oct 2014 23:16:30 +0000 (23:16 +0000)]
LinGui: eliminate more deprecated widget properties

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

10 years agoLinGui: eliminate more deprecated widget properties
jstebbins [Tue, 28 Oct 2014 22:59:39 +0000 (22:59 +0000)]
LinGui: eliminate more deprecated widget properties

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

10 years agoLinGui: eliminage deprecated GtkAlignment
jstebbins [Tue, 28 Oct 2014 22:27:15 +0000 (22:27 +0000)]
LinGui: eliminage deprecated GtkAlignment

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

10 years agoLinGui: fix more gtk deprecations
jstebbins [Tue, 28 Oct 2014 20:46:39 +0000 (20:46 +0000)]
LinGui: fix more gtk deprecations
gtk_misc is deprecated, use new alignment capabilities of gtk_widget
gdkcolor is deprecated, use gdkrgba

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

10 years agolibhb: improve CC detection
jstebbins [Tue, 28 Oct 2014 19:41:17 +0000 (19:41 +0000)]
libhb: improve CC detection
We are failing to detect CCs in some sources because the CC data is not
present on every frame.  Makes scan always decode a few extra frames to
give the decode a better chance of seeing the CC data.

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

10 years agoLinGui: remove GtkStatusIcon
jstebbins [Tue, 28 Oct 2014 17:24:53 +0000 (17:24 +0000)]
LinGui: remove GtkStatusIcon
It does nothing in gtk-3 and will be removed in future gtk versions.
Support for status icons through libappindicator remains.

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

10 years agocontrib: Fix libgnurx to use mingw's ar.
bradleys [Sun, 26 Oct 2014 22:05:37 +0000 (22:05 +0000)]
contrib: Fix libgnurx to use mingw's ar.

Thanks to KonaB1end for help connecting the dots!

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

10 years agoWinGui: Fix for quality slider on queue edit. Was not updating correctly.
sr55 [Sat, 25 Oct 2014 17:50:08 +0000 (17:50 +0000)]
WinGui: Fix for quality slider on queue edit. Was not updating correctly.

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

10 years agoWinGui: Fix Queue Edit. Post action to update UI widgets wasn't firing.
sr55 [Sat, 25 Oct 2014 17:36:53 +0000 (17:36 +0000)]
WinGui: Fix Queue Edit. Post action to update UI widgets wasn't firing.

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

10 years agoWinGui: Improve exit while encoding error message.
sr55 [Sat, 25 Oct 2014 17:17:11 +0000 (17:17 +0000)]
WinGui: Improve exit while encoding error message.

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

10 years agoWinGui: Block users from attempting to overwrite their input file.
sr55 [Sat, 25 Oct 2014 17:12:03 +0000 (17:12 +0000)]
WinGui: Block users from attempting to overwrite their input file.

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

10 years agodoc: update linux build dependencies
jstebbins [Fri, 24 Oct 2014 21:03:28 +0000 (21:03 +0000)]
doc: update linux build dependencies

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

10 years agoLinGui: fix ubuntu 14.10 snapshot
jstebbins [Fri, 24 Oct 2014 16:47:17 +0000 (16:47 +0000)]
LinGui: fix ubuntu 14.10 snapshot
forgot to push the source package

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

10 years agoMacGui: update the file name when the bitrate is changed and auto naming is enabled.
ritsuka [Fri, 24 Oct 2014 09:12:47 +0000 (09:12 +0000)]
MacGui: update the file name when the bitrate is changed and auto naming is enabled.

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

10 years agoLinGui: add ubuntu 14.10 to nightly builds
jstebbins [Thu, 23 Oct 2014 20:16:30 +0000 (20:16 +0000)]
LinGui: add ubuntu 14.10 to nightly builds

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

10 years agoMacGui: updated the Xcode project with the Xcode 6 recommended settings.
ritsuka [Thu, 23 Oct 2014 09:22:50 +0000 (09:22 +0000)]
MacGui: updated the Xcode project with the Xcode 6 recommended settings.

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

10 years agoMacGui: workaround for a bug in [[NSApplication sharedApplication] applicationIconIma...
ritsuka [Thu, 23 Oct 2014 09:18:36 +0000 (09:18 +0000)]
MacGui: workaround for a bug in [[NSApplication sharedApplication] applicationIconImage] that happens with 1024x1024 icns on Snow Leopard, the icon in the dock was displayed a bit small.

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

10 years agoMacGui: fixed another numbers of warnings.
ritsuka [Thu, 23 Oct 2014 08:34:55 +0000 (08:34 +0000)]
MacGui: fixed another numbers of warnings.

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

10 years agoMacGui: made a bunch of labels bigger to make the whole text visible when compiling...
ritsuka [Thu, 23 Oct 2014 08:13:34 +0000 (08:13 +0000)]
MacGui: made a bunch of labels bigger to make the whole text visible when compiling with the 10.10 sdk.

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

10 years agoMacGui: replaced a deprecated compositeToPoint: call.
ritsuka [Thu, 23 Oct 2014 07:55:19 +0000 (07:55 +0000)]
MacGui: replaced a deprecated compositeToPoint: call.

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

10 years agoMacGui: fixed a warning in HBTreeNode.
ritsuka [Thu, 23 Oct 2014 07:45:27 +0000 (07:45 +0000)]
MacGui: fixed a warning in HBTreeNode.

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

10 years agolibhb: fix blinking of rendered closed captions
jstebbins [Wed, 22 Oct 2014 20:58:31 +0000 (20:58 +0000)]
libhb: fix blinking of rendered closed captions

Rounding errors in timestamps caused single frame duration gaps

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

10 years agolibhb: fix CC roll-ups that move around the screen
jstebbins [Wed, 22 Oct 2014 20:57:28 +0000 (20:57 +0000)]
libhb: fix CC roll-ups that move around the screen

These were causing errors in the parser.  Handle them according to
recommendations in the CC spec.

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

10 years agoFix Patch file
sr55 [Sun, 19 Oct 2014 15:29:45 +0000 (15:29 +0000)]
Fix Patch file

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

10 years agoAttempt to fix build
sr55 [Sun, 19 Oct 2014 14:59:42 +0000 (14:59 +0000)]
Attempt to fix build

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

10 years agoWinGui: Fix srt burn in option.
sr55 [Sat, 18 Oct 2014 19:09:54 +0000 (19:09 +0000)]
WinGui: Fix srt burn in option.

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

10 years agoCLI: Tabs -> Spaces
sr55 [Sat, 18 Oct 2014 19:02:58 +0000 (19:02 +0000)]
CLI: Tabs -> Spaces

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

10 years agoCLI: Adding --srt-burn to help output
sr55 [Sat, 18 Oct 2014 19:02:08 +0000 (19:02 +0000)]
CLI: Adding --srt-burn to help output

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

10 years agolibhb: Add filter parameter validation.
bradleys [Wed, 15 Oct 2014 23:48:23 +0000 (23:48 +0000)]
libhb: Add filter parameter validation.

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

10 years agocontrib: Add missing contrib/libgnurx directory.
bradleys [Wed, 15 Oct 2014 23:36:33 +0000 (23:36 +0000)]
contrib: Add missing contrib/libgnurx directory.

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

10 years agocontrib: Add libgnurx to provide POSIX regex on Windows.
bradleys [Wed, 15 Oct 2014 23:32:41 +0000 (23:32 +0000)]
contrib: Add libgnurx to provide POSIX regex on Windows.

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

10 years agoLinGui: update translations
jstebbins [Wed, 15 Oct 2014 22:50:16 +0000 (22:50 +0000)]
LinGui: update translations

... and add partial spanish translation

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

10 years agoilibhb: Fix reading from DVDISO files with non-ASCII filenames on Windows
jstebbins [Mon, 13 Oct 2014 01:37:48 +0000 (01:37 +0000)]
ilibhb: Fix reading from DVDISO files with non-ASCII filenames on Windows

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

10 years agoSome more doc updates.
sr55 [Sat, 11 Oct 2014 17:21:44 +0000 (17:21 +0000)]
Some more doc updates.

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

10 years agoWinGui: Some minor updates to the doc's texi files.
sr55 [Sat, 11 Oct 2014 17:12:09 +0000 (17:12 +0000)]
WinGui: Some minor updates to the doc's texi files.

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

10 years agoWinGui: Add Clear warnings that OpenCL and DXVA code is considered experimental.
sr55 [Fri, 10 Oct 2014 17:48:40 +0000 (17:48 +0000)]
WinGui: Add Clear warnings that OpenCL and DXVA code is considered experimental.

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

10 years agoLinGui: fix tooltip
jstebbins [Fri, 10 Oct 2014 00:00:09 +0000 (00:00 +0000)]
LinGui: fix tooltip

Mark it as translatable and fix punctuation.

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

10 years agoWinGui: Another fix to --aname generation.
sr55 [Thu, 9 Oct 2014 17:43:13 +0000 (17:43 +0000)]
WinGui: Another fix to --aname generation.

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

10 years agoLinGui: update language translations
jstebbins [Wed, 8 Oct 2014 21:49:24 +0000 (21:49 +0000)]
LinGui: update language translations

Update Czech and Russian.
Add partial translations for German, Danish, French, and Italian

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

10 years agoLinGui: fix spelling typo
jstebbins [Wed, 8 Oct 2014 16:43:17 +0000 (16:43 +0000)]
LinGui: fix spelling typo

Thanks to Sebastian Ramacher for the patch

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

10 years agoMacGui: removed the appearanceType attribute in the xib to make them compile on 10.8.
ritsuka [Mon, 6 Oct 2014 17:20:59 +0000 (17:20 +0000)]
MacGui: removed the appearanceType attribute in the xib to make them compile on 10.8.

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

10 years agoWinGui: Fix Playlist not displaying for bluray titles.
sr55 [Sun, 5 Oct 2014 21:39:21 +0000 (21:39 +0000)]
WinGui: Fix Playlist not displaying for bluray titles.

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

10 years agoLinGui: correct autogen error message
jstebbins [Sun, 5 Oct 2014 19:21:10 +0000 (19:21 +0000)]
LinGui: correct autogen error message

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

10 years agoMacGui: reset the decomb/deinterlace settings using their setters methods so the...
ritsuka [Sat, 4 Oct 2014 12:12:25 +0000 (12:12 +0000)]
MacGui: reset the decomb/deinterlace settings using their setters methods so the observers will be notified of the change too.

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

10 years agoWinGui: Fix an issue with Audio Track Names and ,
sr55 [Sat, 4 Oct 2014 11:48:38 +0000 (11:48 +0000)]
WinGui: Fix an issue with Audio Track Names and ,

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

10 years agolibhb: improve preview generateion when there are no IDRs
jstebbins [Thu, 2 Oct 2014 21:05:08 +0000 (21:05 +0000)]
libhb: improve preview generateion when there are no IDRs

Puts the decoder into a mode that returns *all* frames.  I.e.
it won't just scan to the end of the file looking for an IDR.  Then
we decode multiple frames (up to 100) searching for an I frame. This way,
the reconstructed frame we use for a preview is more likely to be complete.

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

10 years agolibhb: simplify avcodec extradata parsing
jstebbins [Thu, 2 Oct 2014 20:59:20 +0000 (20:59 +0000)]
libhb: simplify avcodec extradata parsing
Use avcodec parser->split() instead of writing our own parser.  This
makes extradata parsing work for stream formats other than vc1 if the
need should ever arise.

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

10 years agoCLI: update help for --rotate option to mention the new modes introduced before 0...
Rodeo [Wed, 1 Oct 2014 12:16:20 +0000 (12:16 +0000)]
CLI: update help for --rotate option to mention the new modes introduced before 0.9.9 ;-)

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

10 years agoCLI: update help for --deinterlace option after mcdeint removal.
Rodeo [Wed, 1 Oct 2014 12:12:24 +0000 (12:12 +0000)]
CLI: update help for --deinterlace option after mcdeint removal.

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

10 years agoLinGui: enable gtk frontend on kfreebsd systems
jstebbins [Tue, 30 Sep 2014 16:38:31 +0000 (16:38 +0000)]
LinGui: enable gtk frontend on kfreebsd systems

Thanks to Sebastian Ramacher for patch

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

10 years agoLinGui: add video/ogg mime to desktop file
jstebbins [Tue, 30 Sep 2014 16:34:58 +0000 (16:34 +0000)]
LinGui: add video/ogg mime to desktop file

Thanks to Sebastian Ramacher for the patch

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

10 years agotest: fix linking on kfreebsd systems
jstebbins [Tue, 30 Sep 2014 16:29:42 +0000 (16:29 +0000)]
test: fix linking on kfreebsd systems

Thanks to Sebastian Ramacher for the patch

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

10 years agoLinGui: check for libtoolize instead of libtool
jstebbins [Tue, 30 Sep 2014 16:26:11 +0000 (16:26 +0000)]
LinGui: check for libtoolize instead of libtool

libtoolize is really the tool that is actually used, libtool just happens
to be in the same package on most linux distributions.

Thanks to Sebastian Ramache for the patch

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

10 years agoWinGui: Update some tooltips on the queue so they are correct.
sr55 [Fri, 26 Sep 2014 18:10:04 +0000 (18:10 +0000)]
WinGui: Update some tooltips on the queue so they are correct.

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

10 years agodeccc608: fix rollup style CC problems
jstebbins [Fri, 26 Sep 2014 17:24:52 +0000 (17:24 +0000)]
deccc608: fix rollup style CC problems

The timing of the "erase display" command was incorrect for rollup CC
and erased subtitles immediately after they were displayed.

When rendering, sometimes rollup subtitles arrived at the renderer far
after the frame they should be rendered on.  So push rollup subtitles
into the pipeline for each new character received when rendering.

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

10 years agocontrib: add patch to unbreak sbtl writing in mp4
jstebbins [Fri, 26 Sep 2014 15:10:28 +0000 (15:10 +0000)]
contrib: add patch to unbreak sbtl writing in mp4

This was fixed a while ago in libav, but I forgot to add to our patches

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

10 years agoWinGui: Bug Fixes:
sr55 [Sun, 21 Sep 2014 16:44:45 +0000 (16:44 +0000)]
WinGui: Bug Fixes:
- Picture Settings tab now refreshes visible controls after preset load, rather than source load.
- Preset Picture Settings behaviour now fixed to match the MacGui
- Video Tab: Fix 2Pass/Turbo First pass not reloading correctly from a preset.

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

10 years agoMacGui: when a live preview is cancelled, wait for libhb to end its work before rever...
ritsuka [Fri, 19 Sep 2014 07:32:35 +0000 (07:32 +0000)]
MacGui: when a live preview is cancelled, wait for libhb to end its work before reverting back the hud.

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

10 years agoMacGui: set a min size and aligned the “Done” button in the Subtitles Defaults window.
ritsuka [Thu, 18 Sep 2014 16:32:03 +0000 (16:32 +0000)]
MacGui: set a min size and aligned the “Done” button in the Subtitles Defaults window.

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

10 years agoWinGui: Enable Burn In for SRT files
sr55 [Wed, 17 Sep 2014 18:22:07 +0000 (18:22 +0000)]
WinGui: Enable Burn In for SRT files

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

10 years agoWinGui: Fix a Typo
sr55 [Wed, 17 Sep 2014 18:01:17 +0000 (18:01 +0000)]
WinGui: Fix a Typo

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

10 years agoWinGui: Re-add Transparent background to toolbar.
sr55 [Wed, 17 Sep 2014 17:55:46 +0000 (17:55 +0000)]
WinGui: Re-add Transparent background to toolbar.

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

10 years agoWinGui: Fix a typo
sr55 [Wed, 17 Sep 2014 17:51:34 +0000 (17:51 +0000)]
WinGui: Fix a typo

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

10 years agoMacGui: realigned the prefs ui a bit.
ritsuka [Wed, 17 Sep 2014 15:50:52 +0000 (15:50 +0000)]
MacGui: realigned the prefs ui a bit.

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

10 years agoMacGui: hide the “Use advanced options panel” checkbox too when the advanced panel...
ritsuka [Wed, 17 Sep 2014 15:29:53 +0000 (15:29 +0000)]
MacGui: hide the “Use advanced options panel” checkbox too when the advanced panel is disabled.

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