]> granicus.if.org Git - handbrake/log
handbrake
9 years agoMacGui: fix a crash that happens when selecting a new default preset.
ritsuka [Mon, 25 May 2015 15:32:03 +0000 (15:32 +0000)]
MacGui: fix a crash that happens when selecting a new default preset.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7222 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoMacGui: [merge] add an alert window to show the exceptions not handled. Hopefully...
ritsuka [Mon, 25 May 2015 15:27:57 +0000 (15:27 +0000)]
MacGui: [merge] add an alert window to show the exceptions not handled. Hopefully it will make it easier for users to report this kind of issue.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7221 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: fix 32bit builds
jstebbins [Wed, 13 May 2015 18:08:19 +0000 (18:08 +0000)]
LinGui: fix 32bit builds
File operations on large files (e.g. stat) were failing.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7175 b64f7644-9d1e-0410-96f1-a4d463321fa5

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

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7172 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomerge MacGui: fix a couple nasty rounding errors.
Rodeo [Sun, 3 May 2015 22:13:15 +0000 (22:13 +0000)]
merge MacGui: fix a couple nasty rounding errors.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7155 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agofdk-aac: enable compiler optimizations
jstebbins [Fri, 1 May 2015 16:18:20 +0000 (16:18 +0000)]
fdk-aac: enable compiler optimizations

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7146 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoparam: allow ',' as decimal separator in filter settings
jstebbins [Tue, 21 Apr 2015 15:51:50 +0000 (15:51 +0000)]
param: allow ',' as decimal separator in filter settings

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7111 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoscan: fix failure to find audio bitrate during scan.
jstebbins [Mon, 20 Apr 2015 16:59:30 +0000 (16:59 +0000)]
scan: fix failure to find audio bitrate during scan.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7107 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago[0.10.x] WinGui: For default user presets, make sure the advanced tab shows correctl...
sr55 [Fri, 10 Apr 2015 21:01:49 +0000 (21:01 +0000)]
[0.10.x] WinGui:  For default user presets, make sure the advanced tab shows correctly on load when enabled.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7080 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago[0.10.x] [WinGUI] Fix NLMeans Custom option.
sr55 [Fri, 10 Apr 2015 20:48:48 +0000 (20:48 +0000)]
[0.10.x] [WinGUI] Fix NLMeans Custom option.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7079 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoreader: fix subtitle start time not advancing
jstebbins [Tue, 7 Apr 2015 23:33:24 +0000 (23:33 +0000)]
reader: fix subtitle start time not advancing

We must set a start time for subtitles or the vobsub decoder (and probably
other subtitle decoders) will assign duplicate timestamps. So when a
discontinuity occurs, make the closest guess that we can.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7073 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibav: Fix failure on mingw to write date tag to mp4 files
jstebbins [Sun, 5 Apr 2015 15:32:45 +0000 (15:32 +0000)]
libav: Fix failure on mingw to write date tag to mp4 files

Replace strptime with av_small_strptime

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7055 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: set parent of source dialog
jstebbins [Thu, 26 Mar 2015 18:49:55 +0000 (18:49 +0000)]
LinGui: set parent of source dialog

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7019 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomerge LinGui: fix activity window scrolling
jstebbins [Thu, 26 Mar 2015 18:28:58 +0000 (18:28 +0000)]
merge LinGui: fix activity window scrolling

Yet another work-around for a gtk+-3 problem.  They now delay updating
the scrollbar adjustment to an idle loop callback.  So I must delay
my scroll-to-bottom code so that it occurrs after their update.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7018 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomerge LinGui: work around yet another gtk+-3 bug
jstebbins [Thu, 26 Mar 2015 18:26:50 +0000 (18:26 +0000)]
merge LinGui: work around yet another gtk+-3 bug
GtkTextView gets confused if you try to set it's contents again while
in a callback for a change to the TextView.  So prevent such behavior
by the app.  Requires updating the x264Option TextView in the background
(idle loop) rather than immediately.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7017 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomerge LinGui: fix UI issue with x264Option updates
jstebbins [Thu, 26 Mar 2015 18:17:15 +0000 (18:17 +0000)]
merge LinGui: fix UI issue with x264Option updates

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7016 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomerge LinGui: init VideoPreset with valid value
jstebbins [Thu, 26 Mar 2015 18:15:29 +0000 (18:15 +0000)]
merge LinGui: init VideoPreset with valid value

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7015 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: potential fix for crash while adding job
jstebbins [Fri, 20 Mar 2015 15:20:51 +0000 (15:20 +0000)]
LinGui: potential fix for crash while adding job

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7008 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomerge: decomb: oops, fix overread when height is mod 4
jstebbins [Mon, 16 Mar 2015 15:49:00 +0000 (15:49 +0000)]
merge: decomb: oops, fix overread when height is mod 4

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6995 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomerge: muxavformat: add "creation_time" metadata
jstebbins [Sun, 15 Mar 2015 15:45:24 +0000 (15:45 +0000)]
merge: muxavformat: add "creation_time" metadata

Tags mp4 files with current time.  This was previously done by mp4v2 for us.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6992 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomerge: decomb: fix green line when source hight is modulus 2
jstebbins [Sat, 14 Mar 2015 21:39:50 +0000 (21:39 +0000)]
merge: decomb: fix green line when source hight is modulus 2

decomb requires mod 4 height.  we pad our frame buffer heights to allow
for this kind of thing, but need to allow decomb to operate on those extra
blank lines.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6990 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago[merged] ProRes: extend the padding check to 16 bits. 0.10.1
Rodeo [Mon, 2 Mar 2015 16:29:12 +0000 (16:29 +0000)]
[merged] ProRes: extend the padding check to 16 bits.

Fixes decoding artifacts on some samples.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6962 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agox265: fix crash when encoding twice with different parameters
jstebbins [Sun, 1 Mar 2015 17:44:36 +0000 (17:44 +0000)]
x265: fix crash when encoding twice with different parameters

"static" member in cudata was not re-initialized on second encode.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6957 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomerge stream: fix potential overflow in pts calculation
jstebbins [Tue, 17 Feb 2015 21:10:59 +0000 (21:10 +0000)]
merge stream: fix potential overflow in pts calculation

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6920 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomerge x265: bump to version 1.5
jstebbins [Tue, 17 Feb 2015 20:49:35 +0000 (20:49 +0000)]
merge x265: bump to version 1.5

many improvements including:
psy-rd(oq) enabled by default for presets that support them
aq-mode default changed to 1
new "grain" tune

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6918 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago[merged] libhb: don't pass "auto" profile to libx265.
Rodeo [Mon, 16 Feb 2015 21:00:30 +0000 (21:00 +0000)]
[merged] libhb: don't pass "auto" profile to libx265.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6914 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoscan: work around libav mpeg2 dummy first frame
jstebbins [Sun, 15 Feb 2015 21:24:26 +0000 (21:24 +0000)]
scan: work around libav mpeg2 dummy first frame

libav generates a dummy first frame after any seek for some mpeg2 streams.
This results in black preview frames and invalid autocrop values.

So always decode at least 2 frames before using the frame for preview.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6907 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago[merged] H.265: don't allow requesting Main 10 profile.
Rodeo [Sun, 15 Feb 2015 19:00:13 +0000 (19:00 +0000)]
[merged] H.265: don't allow requesting Main 10 profile.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6905 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago[merged] MacGui: better validation for denoise settings.
ritsuka [Fri, 13 Feb 2015 12:32:04 +0000 (12:32 +0000)]
[merged] MacGui: better validation for denoise settings.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6900 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago[Merge] WinGui: More aggressive check that the user is not trying to overwrite the...
sr55 [Mon, 9 Feb 2015 20:50:34 +0000 (20:50 +0000)]
[Merge] WinGui: More aggressive check that the user is not trying to overwrite the source file.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6890 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: update translations
jstebbins [Mon, 9 Feb 2015 17:13:42 +0000 (17:13 +0000)]
LinGui: update translations

Adds Japanese, Korean, Norwegian, Portuguese, Romainian, and Thai.
Updates Czech, Danish, German, Spanish, French, Italian, and Russian.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6888 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago0.10.x WinGui: Bump version to 0.10.1
sr55 [Sun, 8 Feb 2015 15:54:16 +0000 (15:54 +0000)]
0.10.x WinGui: Bump version to 0.10.1

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6883 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago0.10.x WinGui: Support Light / UltraLight for Hqdn3d
sr55 [Sun, 8 Feb 2015 15:53:23 +0000 (15:53 +0000)]
0.10.x WinGui: Support Light / UltraLight for Hqdn3d

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6882 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago[Merge 0.10.x] WinGui: Fix an issue related to the Audio and Subtitle defaults not...
sr55 [Sun, 8 Feb 2015 14:41:10 +0000 (14:41 +0000)]
[Merge 0.10.x] WinGui: Fix an issue related to the Audio and Subtitle defaults not reloading/storing correctly when updating presets.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6880 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoLinGui: update year to 2015
jstebbins [Sat, 7 Feb 2015 14:12:16 +0000 (14:12 +0000)]
LinGui: update year to 2015

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6876 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomux: fix chapter timestamps, factor in video encoder delay
jstebbins [Wed, 4 Feb 2015 18:12:23 +0000 (18:12 +0000)]
mux: fix chapter timestamps, factor in video encoder delay

libav does not fix chapter timestamps for us, so we must do this until
I can figure out a good fix to libav.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6873 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agolibhb: Fix AAC passthru from TS files
jstebbins [Wed, 4 Feb 2015 00:24:41 +0000 (00:24 +0000)]
libhb: Fix AAC passthru from TS files

Apply aac_adtstoasc bitstream filter while muxing AAC stream and extract
AudioSpecificConfig during scan.

Patch submitted by Taihei Momma

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6868 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agomuxavformat: fix mp4 edit lists to eliminate initial black frames
jstebbins [Tue, 3 Feb 2015 20:35:52 +0000 (20:35 +0000)]
muxavformat: fix mp4 edit lists to eliminate initial black frames

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6866 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoscan: improve preview generation for short videos that have no IDRs
jstebbins [Mon, 2 Feb 2015 19:11:31 +0000 (19:11 +0000)]
scan: improve preview generation for short videos that have no IDRs

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6863 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago[merged] Add a default font directory for fontconfig to use when there isn't a config...
ritsuka [Sun, 1 Feb 2015 16:55:58 +0000 (16:55 +0000)]
[merged] Add a default font directory for fontconfig to use when there isn't a configuration file available. Move the font cache to the user directory.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6859 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years agoUpdate year to 2015.
bradleys [Sun, 1 Feb 2015 04:53:29 +0000 (04:53 +0000)]
Update year to 2015.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6853 b64f7644-9d1e-0410-96f1-a4d463321fa5

9 years ago0.10.x Porting Nlmeans Custom Fix
sr55 [Fri, 30 Jan 2015 21:41:23 +0000 (21:41 +0000)]
0.10.x  Porting Nlmeans Custom Fix

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6834 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agoMerging a fix to the filters panel. The custom values for the filter controls was...
sr55 [Thu, 15 Jan 2015 19:17:07 +0000 (19:17 +0000)]
Merging a fix to the filters panel. The custom values for the filter controls was not reflected until the controls lost focus.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6758 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agobuild: fix configure environment of several contribs
jstebbins [Thu, 15 Jan 2015 19:16:25 +0000 (19:16 +0000)]
build: fix configure environment of several contribs

Incorrect build environment caused a failure to disable asserts in
libdvdnav which leads to crashes.  Probably other undesirable side effects
as well.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6757 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agostream: Fix scanning files with large PNGs
jstebbins [Wed, 14 Jan 2015 18:41:43 +0000 (18:41 +0000)]
stream: Fix scanning files with large PNGs
Increase libavformat probe buffer size.  The default size of 5MB is not
large enough to successfully scan some files.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6750 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years ago[merged] MacGui: bump year to 2015
ritsuka [Mon, 12 Jan 2015 08:48:20 +0000 (08:48 +0000)]
[merged] MacGui: bump year to 2015

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6736 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years ago[merged] Fix some leaks in OpenCL code.
ritsuka [Mon, 12 Jan 2015 08:47:13 +0000 (08:47 +0000)]
[merged] Fix some leaks in OpenCL code.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6735 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agorendersub: fix small blending error
jstebbins [Sun, 11 Jan 2015 16:23:14 +0000 (16:23 +0000)]
rendersub: fix small blending error

The error is really small, but visible over some backgrounds.
See https://forum.handbrake.fr/viewtopic.php?f=5&t=30942

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6729 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years ago0.10.x: Update copyright year of wingui
sr55 [Sat, 10 Jan 2015 15:03:59 +0000 (15:03 +0000)]
0.10.x: Update copyright year of wingui

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6721 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agoSet 0.10.x branch version to 0.10.1
sr55 [Sat, 10 Jan 2015 15:02:40 +0000 (15:02 +0000)]
Set 0.10.x branch version to 0.10.1

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6720 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agoQSV: disable AdaptiveI/B options by default.
Rodeo [Fri, 9 Jan 2015 23:21:12 +0000 (23:21 +0000)]
QSV: disable AdaptiveI/B options by default.

Detection of the features' availability is not
100% reliable yet, and the encoder could fail
to initialize if the options are enabled but
not supported by the graphics driver.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6712 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years ago[Merge] Picture Size and PList Import bug fixes
sr55 [Fri, 26 Dec 2014 22:00:54 +0000 (22:00 +0000)]
[Merge] Picture Size and PList Import bug fixes

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6653 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agomux: fix format of ssa preamble
jstebbins [Wed, 17 Dec 2014 15:33:53 +0000 (15:33 +0000)]
mux: fix format of ssa preamble
sprintf decimal specifier was using the system local to insert a ','
where there should have been a '.'

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6605 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agosync: fix another issue with overlapping ssa subtitle translation to tx3g
jstebbins [Mon, 15 Dec 2014 23:54:15 +0000 (23:54 +0000)]
sync: fix another issue with overlapping ssa subtitle translation to tx3g

It was failing if 3 or more subtitles overlapped simultaneously.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6601 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agosync: fix dropping of subtitles caused by my previous commit
jstebbins [Fri, 5 Dec 2014 16:49:35 +0000 (16:49 +0000)]
sync: fix dropping of subtitles caused by my previous commit

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6589 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agoLinGui: remove POS appindicator
jstebbins [Thu, 4 Dec 2014 21:53:41 +0000 (21:53 +0000)]
LinGui: remove POS appindicator
It's nothing but trouble.  Buggy POS ubuntu crapware.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6587 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agosync: fix a problem with overlapping ssa in mp4
jstebbins [Thu, 4 Dec 2014 20:49:27 +0000 (20:49 +0000)]
sync: fix a problem with overlapping ssa in mp4

If an SSA starts before and ends after the subsequent SSA, the subtitles
were improperly merged resulting in timestamp issues.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6585 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years ago[Merge] Merging fixes 6569 to 6571
sr55 [Sat, 29 Nov 2014 20:08:06 +0000 (20:08 +0000)]
[Merge] Merging fixes 6569 to 6571

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6572 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agoWinGui: Remove duplicate copies of docs from the windows folder.
sr55 [Tue, 25 Nov 2014 19:30:24 +0000 (19:30 +0000)]
WinGui: Remove duplicate copies of docs from the windows folder.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6558 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agoMerging fix for GPU info crash from trunk
sr55 [Tue, 25 Nov 2014 19:29:17 +0000 (19:29 +0000)]
Merging fix for GPU info crash from trunk

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6557 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agoMerge NEWS file from trunk
sr55 [Tue, 25 Nov 2014 19:05:24 +0000 (19:05 +0000)]
Merge NEWS file from trunk

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6555 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years ago[merge] MacGui: add a better check for regenerating the built-in presets after a...
ritsuka [Mon, 24 Nov 2014 20:09:33 +0000 (20:09 +0000)]
[merge] MacGui: add a better check for regenerating the built-in presets after a user deletes everything.
added a missing retain, it caused a crash when selecting a new default preset if the old default was a default preset that had been deleted by they built-in presets upgrade.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6553 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years ago[Merge] WinGui: Fix a small overlay issue on the video tab which makes the bottom...
sr55 [Mon, 24 Nov 2014 19:39:20 +0000 (19:39 +0000)]
[Merge] WinGui:  Fix a small overlay issue on the video tab which makes the bottom 20% of the 2 pass / turbo first pass check box's not detect clicks.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6552 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agoCreating a bug fix branch in case we need it.
sr55 [Sat, 22 Nov 2014 20:50:56 +0000 (20:50 +0000)]
Creating a bug fix branch in case we need it.

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6537 b64f7644-9d1e-0410-96f1-a4d463321fa5

10 years agoWinGui: Fix x265 preset not loading correctly. UIA on the queue toolbar buttons. 0.10.0
sr55 [Fri, 21 Nov 2014 21:57:53 +0000 (21:57 +0000)]
WinGui: Fix x265 preset not loading correctly.  UIA on the queue toolbar buttons.

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

10 years agoSet Version to 0.10.0
sr55 [Fri, 21 Nov 2014 19:47:47 +0000 (19:47 +0000)]
Set Version to 0.10.0

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

10 years agoCLI: Tabs -> Spaces
sr55 [Tue, 18 Nov 2014 21:58:08 +0000 (21:58 +0000)]
CLI: Tabs -> Spaces

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

10 years agoCLI: add use_hwd code that went missing back into test.c
sr55 [Tue, 18 Nov 2014 21:57:24 +0000 (21:57 +0000)]
CLI: add use_hwd code that went missing back into test.c

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

10 years agoMacGui: changed the class of the preferences window from NSPanel to NSWindow. Small...
ritsuka [Tue, 18 Nov 2014 12:28:19 +0000 (12:28 +0000)]
MacGui: changed the class of the preferences window from NSPanel to NSWindow. Small tweaks to the main window.

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

10 years agoWinGui: Document updates for 0.10 Final
sr55 [Mon, 17 Nov 2014 18:56:43 +0000 (18:56 +0000)]
WinGui: Document updates for 0.10 Final

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

10 years agoscan: eliminate duplicate activity log stream info
jstebbins [Mon, 17 Nov 2014 18:40:56 +0000 (18:40 +0000)]
scan: eliminate duplicate activity log stream info

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

10 years agoLinGui: mark more strings translatable
jstebbins [Mon, 17 Nov 2014 16:10:23 +0000 (16:10 +0000)]
LinGui: mark more strings translatable
Thanks to Уважением Виктор (aka victor)

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

10 years agoMacGui: updated the "add all to queue" alert to say it will use the current preset...
ritsuka [Sun, 16 Nov 2014 12:11:03 +0000 (12:11 +0000)]
MacGui: updated the "add all to queue" alert to say it will use the current preset, not the current settings.

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

10 years agoMacGui: made the corners of the stop icon a bit rounder.
ritsuka [Sun, 16 Nov 2014 12:09:55 +0000 (12:09 +0000)]
MacGui: made the corners of the stop icon a bit rounder.

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

10 years agoWinGui: Improve the error message when importing a preset fails.
sr55 [Sat, 15 Nov 2014 17:57:45 +0000 (17:57 +0000)]
WinGui: Improve the error message when importing a preset fails.

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

10 years agoPdf version of the encode and stop icons
ritsuka [Sat, 15 Nov 2014 08:10:51 +0000 (08:10 +0000)]
Pdf version of the encode and stop icons

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

10 years agoMacGui: added a retina version the stop and delete/reveal icon.
ritsuka [Sat, 15 Nov 2014 08:03:35 +0000 (08:03 +0000)]
MacGui: added a retina version the stop and delete/reveal icon.

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

10 years agoMacGui: high-resolution "encoding working" icon.
ritsuka [Fri, 14 Nov 2014 16:58:28 +0000 (16:58 +0000)]
MacGui: high-resolution "encoding working" icon.

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

10 years agoMacGui: added a high resolution version of JobSmall.png and EncodeComplete.png.
ritsuka [Fri, 14 Nov 2014 16:10:59 +0000 (16:10 +0000)]
MacGui: added a high resolution version of JobSmall.png and EncodeComplete.png.

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

10 years agoMacGui: fixed another label size due to the Helvetica/Lucida Grande differences.
ritsuka [Thu, 13 Nov 2014 07:32:51 +0000 (07:32 +0000)]
MacGui: fixed another label size due to the Helvetica/Lucida Grande differences.

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

10 years agoMacGui: removed a line I accidentally committed.
ritsuka [Thu, 13 Nov 2014 07:26:55 +0000 (07:26 +0000)]
MacGui: removed a line I accidentally committed.

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

10 years agoMacGui: revert the picture settings panel appearance to aqua on Yosemite.
ritsuka [Thu, 13 Nov 2014 07:16:17 +0000 (07:16 +0000)]
MacGui: revert the picture settings panel appearance to aqua on Yosemite.

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

10 years agoMacGui: convert the TrackDRCSlider value to a double instead of an int.
ritsuka [Thu, 13 Nov 2014 07:07:53 +0000 (07:07 +0000)]
MacGui: convert the TrackDRCSlider value to a double instead of an int.

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

10 years agoMacGui: fixed an issue where the preset drawer would not open if the "Preset out...
ritsuka [Tue, 11 Nov 2014 13:30:09 +0000 (13:30 +0000)]
MacGui: fixed an issue where the preset drawer would not open if the "Preset out of date" alert were displayed. Renamed some prefs key to avoid conflicts with previous versions.

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

10 years agoMacGui: fixed crop ui enabled status after reloading a queue item.
ritsuka [Tue, 11 Nov 2014 13:03:28 +0000 (13:03 +0000)]
MacGui: fixed crop ui enabled status after reloading a queue item.

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

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