]>
granicus.if.org Git - handbrake/log
John Stebbins [Mon, 9 Nov 2015 17:31:07 +0000 (09:31 -0800)]
LinGui: add libtoo-bin dependency to vivid and wily
John Stebbins [Mon, 9 Nov 2015 17:16:23 +0000 (09:16 -0800)]
LinGui: fix building ubuntu vivid source package
John Stebbins [Mon, 9 Nov 2015 17:02:58 +0000 (09:02 -0800)]
LinGui: add ubuntu vivid and wily build support
John Stebbins [Thu, 24 Sep 2015 15:00:54 +0000 (08:00 -0700)]
LinGui: fix uploading ubuntu ppa source packages
John Stebbins [Fri, 28 Aug 2015 18:16:56 +0000 (11:16 -0700)]
build: changes to version numbering and build process
Use date/time for snapshot version numbers, YYYYMMDDHHMMSS-hash-branch.
Add --snapshot configure option to force snapshot builds.
repo-info.sh and tag-release.sh improvements.
John Stebbins [Tue, 25 Aug 2015 21:26:59 +0000 (14:26 -0700)]
build: fix errors in last commit
Thanks BradleyS
John Stebbins [Tue, 25 Aug 2015 16:48:14 +0000 (09:48 -0700)]
build: use git version info instead of svn
Migrate from svn to git. Since our build system automatically generates
version info from the svn repo, this needs to change when we move the
repo to git.
John Stebbins [Mon, 12 Oct 2015 17:04:26 +0000 (10:04 -0700)]
tx3g: remove 2 line limit
This is no longer a problem with new versions of iOS and QuickTime
John Stebbins [Sun, 11 Oct 2015 17:50:51 +0000 (10:50 -0700)]
decsrt: don't combine > 2 lines into 2
This was originally done because > 2 lines is not supported in mp4 timed
text. But this line combining is now performed only when necessary in
muxavformat.
Damiano Galassi [Sat, 3 Oct 2015 11:21:50 +0000 (13:21 +0200)]
MacGui: remove the link to libdvdcss
John Stebbins [Mon, 28 Sep 2015 16:00:52 +0000 (09:00 -0700)]
LinGui: add zh_CN (Chinese) to LINGUAS
helinb [Sat, 26 Sep 2015 12:06:10 +0000 (20:06 +0800)]
Add Chinese translation
John Stebbins [Fri, 25 Sep 2015 16:01:47 +0000 (09:01 -0700)]
libav: patch mkv track language tag problem
"language" is not a valid mkv tag. Writing it causes confusing behavior
if the track language ebml differs from the tag.
jstebbins [Mon, 24 Aug 2015 15:40:24 +0000 (15:40 +0000)]
cropscale: prevent crash when scale dimensions too small
This will result in no video in the output file, but in such cases, this
might actually be desirable. Scaling to such small dimensions is often
used simply to re-encode audio.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7412
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
jstebbins [Tue, 18 Aug 2015 20:36:33 +0000 (20:36 +0000)]
LinGui: merge: fix a scrolling issue in presets pane
Expanding a folder was causing the pane to scroll back to the currently
selected preset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7404
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
jstebbins [Wed, 22 Jul 2015 17:12:30 +0000 (17:12 +0000)]
merge: libhb: fix application of max width/height
In non-anamorphic and custom-anamorphic, if keep-aspect is not set,
don't adjust dimensions to fix aspect when applying max width or height.
If the user is telling us to distort the image, do it.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7363
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
jstebbins [Tue, 21 Jul 2015 20:51:02 +0000 (20:51 +0000)]
LinGui: merge: fix queue auto-scroll during d-n-d
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7357
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
Rodeo [Sat, 4 Jul 2015 23:18:41 +0000 (23:18 +0000)]
[merge] libhb: disable OpenCL scaling when QSV scaling is used.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7346
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
Rodeo [Sat, 4 Jul 2015 23:18:05 +0000 (23:18 +0000)]
[merge] OpenCL: fix cleanup.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7345
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
Rodeo [Sat, 4 Jul 2015 23:16:50 +0000 (23:16 +0000)]
[merge] libhb: re-work OpenCL cleanup a bit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7344
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
sr55 [Sat, 27 Jun 2015 19:01:03 +0000 (19:01 +0000)]
[0.10.x] Don't show x264 query in the extra options tooltip for x265.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7321
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
jstebbins [Thu, 11 Jun 2015 21:10:27 +0000 (21:10 +0000)]
libhb: fix encoding date in output file with mingw build
mingw doesn't support some strftime formatting options. so use only
those that it supports.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7294
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
ritsuka [Thu, 11 Jun 2015 06:02:40 +0000 (06:02 +0000)]
[0.10.x] MacGui: do not redirect null strings to the activity log.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7289
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
sr55 [Tue, 9 Jun 2015 19:09:48 +0000 (19:09 +0000)]
WinGui: Bump version number.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7286
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
Rodeo [Mon, 8 Jun 2015 18:30:54 +0000 (18:30 +0000)]
[merge] encx265: fix regression introduced in SVN revision 6366.
Unknown options and bad values were never fatal for any libhb encoder.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7279
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
jstebbins [Wed, 3 Jun 2015 15:36:18 +0000 (15:36 +0000)]
libhb: fix green bottom line in preview with deinterlace
... and "fast" deinterlace
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7268
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
jstebbins [Mon, 1 Jun 2015 21:11:37 +0000 (21:11 +0000)]
decomb: fix color distortion in last row of image
Prevent blending uninitialized lines of data into last row.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7262
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
ritsuka [Mon, 1 Jun 2015 09:37:18 +0000 (09:37 +0000)]
[0.10.x] MacGui: fix a double to int conversion, the end frame textfield had the wrong number of frames.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7253
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
sr55 [Sat, 30 May 2015 14:24:43 +0000 (14:24 +0000)]
Update build numbers for windows build.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7247
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
sr55 [Fri, 29 May 2015 18:17:58 +0000 (18:17 +0000)]
Bump Version number to 0.10.2
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7238
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
sr55 [Thu, 28 May 2015 19:13:55 +0000 (19:13 +0000)]
0.10.x Update NEWS file
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7234
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
jstebbins [Tue, 26 May 2015 17:07:10 +0000 (17:07 +0000)]
libhb: fix theora encoding
Theora can produce 0 length buffers for duplicate frames. This causes the
video pipeline to terminate early because we use 0 lenght buffers to
indicate EOF. So always allocate an extra byte for theora and remove it
in the muxer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7225
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
jstebbins [Mon, 25 May 2015 16:29:40 +0000 (16:29 +0000)]
LinGui: fix audio encoder selection in audio dialog
Under certain conditions, the audio encoder would not update when
a new encoder was selected.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7224
b64f7644 -9d1e-0410-96f1-
a4d463321fa5
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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