OSDN Git Service

handbrake-jp/handbrake-jp-git.git
14 years agoLinGui: update x264 manual option string tooltip to latest x264 default values
jstebbins [Sun, 15 Nov 2009 20:26:01 +0000 (20:26 +0000)]
LinGui: update x264 manual option string tooltip to latest x264 default values

git-svn-id: svn://localhost/HandBrake/trunk@2935 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agox264 bump to r1339-82b80ef
dynaflash [Sun, 15 Nov 2009 06:54:02 +0000 (06:54 +0000)]
x264 bump to r1339-82b80ef
- Supposedly really fixes the deadlock this time

git-svn-id: svn://localhost/HandBrake/trunk@2934 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agox264 bump to r1338-19977e9
dynaflash [Sun, 15 Nov 2009 03:16:45 +0000 (03:16 +0000)]
x264 bump to r1338-19977e9
- fixes rare but serious deadlock issue

git-svn-id: svn://localhost/HandBrake/trunk@2933 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Sat, 14 Nov 2009 22:40:29 +0000 (22:40 +0000)]
WinGui:
- Fix some issues with loose anamorphic and cropping.

git-svn-id: svn://localhost/HandBrake/trunk@2932 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Sat, 14 Nov 2009 19:59:24 +0000 (19:59 +0000)]
WinGui:
- Fixed --srt-default and Subtitle default selection checkbox.
It's now possible to select a default srt and default subtitle track.

git-svn-id: svn://localhost/HandBrake/trunk@2931 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Sat, 14 Nov 2009 18:44:12 +0000 (18:44 +0000)]
WinGui:
- Fixed: Chapter Markers were being disabled for VIDEO_TS directories when the folder above the VIDEO_TS folder was being used as the source path.

git-svn-id: svn://localhost/HandBrake/trunk@2930 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: don't crash if hal fails to initialize.
jstebbins [Sat, 14 Nov 2009 01:13:38 +0000 (01:13 +0000)]
LinGui: don't crash if hal fails to initialize.

git-svn-id: svn://localhost/HandBrake/trunk@2929 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Fri, 13 Nov 2009 23:28:44 +0000 (23:28 +0000)]
WinGui:
- Fix --subtitle-forced, --subtitle-burn and --subtitle-default. These should have been using an = between the command and value.

git-svn-id: svn://localhost/HandBrake/trunk@2928 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Fri, 13 Nov 2009 23:07:41 +0000 (23:07 +0000)]
WinGui:
- Fix a culture issue in query generator. DRC appeared as x,x rather than x.x

git-svn-id: svn://localhost/HandBrake/trunk@2927 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agofix lockup in reader when importing srt's
jstebbins [Fri, 13 Nov 2009 19:40:58 +0000 (19:40 +0000)]
fix lockup in reader when importing srt's

The subitle id for srt's was not being set.  This caused the reader to
mistakenly select the subtitle's fifo when processing audio data and
stuff audio into it, filling it very rapidly. Sync would not
remove items from the subtitle fifo because the corresponding video timestamp
hadn't arrived yet.  And since reader was waiting on a full subtitle fifo,
no more video would ever arive at sync.

git-svn-id: svn://localhost/HandBrake/trunk@2926 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix cosmetic issue with the display of the number of passes in the queue
jstebbins [Fri, 13 Nov 2009 19:16:33 +0000 (19:16 +0000)]
LinGui: fix cosmetic issue with the display of the number of passes in the queue

git-svn-id: svn://localhost/HandBrake/trunk@2925 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agohandle duplicate language units and pgc's more gracefully
jstebbins [Fri, 13 Nov 2009 19:02:25 +0000 (19:02 +0000)]
handle duplicate language units and pgc's more gracefully
some discs have large numbers of repeated language units and pgc's that
cause memory consumption and file i/o issues.  detect such repeats and
ref-count the data structures to avoid reading and storing duplicate info.

git-svn-id: svn://localhost/HandBrake/trunk@2924 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoBump x264 4 revs to r1336
dynaflash [Fri, 13 Nov 2009 17:41:00 +0000 (17:41 +0000)]
Bump x264 4 revs to r1336
- Several fixes for weightp among other things.

git-svn-id: svn://localhost/HandBrake/trunk@2923 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoupdate x264 to r1332
jstebbins [Wed, 11 Nov 2009 17:32:37 +0000 (17:32 +0000)]
update x264 to r1332
Default weightp to none for baseline. user can override.

git-svn-id: svn://localhost/HandBrake/trunk@2922 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agodon't drop the last SRT subtitle
jstebbins [Tue, 10 Nov 2009 17:40:10 +0000 (17:40 +0000)]
don't drop the last SRT subtitle

git-svn-id: svn://localhost/HandBrake/trunk@2921 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agofix an off-by-one error in assignment of audio stream registration descriptor
jstebbins [Mon, 9 Nov 2009 18:02:37 +0000 (18:02 +0000)]
fix an off-by-one error in assignment of audio stream registration descriptor
format.  This sometimes caused the misdetection of TrueHD audio since it
would be tagged as the format of the stream following it in the PMT.

Also fix a problem in PMT parsing that I stumbled upon while investigating
the above problem.  If a PMT has a PID listed more than once for some reason,
we would add that PID multiple times to our stream list.  And if it happened
to be a video PID that is duplicated, the duplications would be interpreted
as audio PIDs.

git-svn-id: svn://localhost/HandBrake/trunk@2920 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: add parity to custom decomb and detelecine tooltips
jstebbins [Sat, 7 Nov 2009 18:43:15 +0000 (18:43 +0000)]
LinGui: add parity to custom decomb and detelecine tooltips

git-svn-id: svn://localhost/HandBrake/trunk@2919 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoMaintain an accurate job ETA across pause/resume
jstebbins [Sat, 7 Nov 2009 17:29:03 +0000 (17:29 +0000)]
Maintain an accurate job ETA across pause/resume
Keeps track of how much time is spent paused and factors that into
the ETA calculation

git-svn-id: svn://localhost/HandBrake/trunk@2918 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agopossible fix for WDTV vobsub duration problem
jstebbins [Thu, 5 Nov 2009 22:50:06 +0000 (22:50 +0000)]
possible fix for WDTV vobsub duration problem
There were 2 problems
1. The duration was not being written to the mkv track.  Other players use
   the timestamps in the vobsub.  WDTV appears to use the duration in the mkv.
2. The vobsub timestamps were being rewritten improperly in sync.c.  They
   don't need to be rewritten at all.

git-svn-id: svn://localhost/HandBrake/trunk@2917 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: allow any number of values in custom filter string
jstebbins [Thu, 5 Nov 2009 22:02:58 +0000 (22:02 +0000)]
LinGui: allow any number of values in custom filter string
checking for the correct number always ends up getting out of sync with
the filter code.

git-svn-id: svn://localhost/HandBrake/trunk@2916 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoMacGui: Make sure that drc is set to 0 by default (not just in the built in presets...
dynaflash [Thu, 5 Nov 2009 21:40:26 +0000 (21:40 +0000)]
MacGui: Make sure that drc is set to 0 by default (not just in the built in presets). Patch by Rodeo.
- Update the queue readout to only display "Off" for drc when the drc is 0.0 instead of 1.0 ( our previous off ).

git-svn-id: svn://localhost/HandBrake/trunk@2915 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix library list for mingw with gstreamer enabled
jstebbins [Thu, 5 Nov 2009 18:57:58 +0000 (18:57 +0000)]
LinGui: fix library list for mingw with gstreamer enabled

git-svn-id: svn://localhost/HandBrake/trunk@2914 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Thu, 5 Nov 2009 17:55:46 +0000 (17:55 +0000)]
WinGui:
- Remove old invalid email from AUTHORS

git-svn-id: svn://localhost/HandBrake/trunk@2913 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Tue, 3 Nov 2009 16:17:14 +0000 (16:17 +0000)]
WinGui:
- Fix issue with weightb option on the x264 panel.

git-svn-id: svn://localhost/HandBrake/trunk@2912 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: adjust the width of the subtitle list
jstebbins [Mon, 2 Nov 2009 18:35:23 +0000 (18:35 +0000)]
LinGui: adjust the width of the subtitle list
the narrower main window was causing it to scroll horizontally

git-svn-id: svn://localhost/HandBrake/trunk@2911 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: use a smaller font in audio settings controls
jstebbins [Mon, 2 Nov 2009 18:26:11 +0000 (18:26 +0000)]
LinGui: use a smaller font in audio settings controls
allows a small reduction in the width of the main window.

git-svn-id: svn://localhost/HandBrake/trunk@2910 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoMacGui: Fix the RF and QP labels in the constant quality slider when switching betwee...
dynaflash [Mon, 2 Nov 2009 17:35:54 +0000 (17:35 +0000)]
MacGui: Fix the RF and QP labels in the constant quality slider when switching between video encoders. Patch by Rodeo.
- http://forum.handbrake.fr/viewtopic.php?f=4&t=12838

git-svn-id: svn://localhost/HandBrake/trunk@2909 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Mon, 2 Nov 2009 12:21:23 +0000 (12:21 +0000)]
WinGui:
- Fixed: Subtitle panel did not clear subtitle list structure on clear(); (title / source change)

git-svn-id: svn://localhost/HandBrake/trunk@2908 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agotemporary fix for x264 b-pyramid parameter change
jstebbins [Sat, 31 Oct 2009 18:29:33 +0000 (18:29 +0000)]
temporary fix for x264 b-pyramid parameter change
if value is "1", set to "normal", "0" set to "none"
pass other values through.

git-svn-id: svn://localhost/HandBrake/trunk@2907 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Sat, 31 Oct 2009 16:36:20 +0000 (16:36 +0000)]
WinGui:
- Change enable libdvdnav option to disable libdvdnav option. (Since the CLI now uses libdvdnav by default)

git-svn-id: svn://localhost/HandBrake/trunk@2906 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoCLI: Sets dvdnav as default, to match the GUIs. Disable with --no-dvdnav.
jbrjake [Sat, 31 Oct 2009 16:21:26 +0000 (16:21 +0000)]
CLI: Sets dvdnav as default, to match the GUIs. Disable with --no-dvdnav.

git-svn-id: svn://localhost/HandBrake/trunk@2905 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoOops, CLI help was never updated for decomb's EEDI2 parameters or new mode structure...
jbrjake [Sat, 31 Oct 2009 15:28:50 +0000 (15:28 +0000)]
Oops, CLI help was never updated for decomb's EEDI2 parameters or new mode structure. Thanks, Rodeo.

git-svn-id: svn://localhost/HandBrake/trunk@2904 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoAdds a parity parameter to detelecine and rewires it in decomb, so that TFF can be...
jbrjake [Sat, 31 Oct 2009 15:09:22 +0000 (15:09 +0000)]
Adds a parity parameter to detelecine and rewires it in decomb, so that TFF can be set for non-MPEG-2 sources that don't include parity flags, which will be falsely autodetected as BFF.

git-svn-id: svn://localhost/HandBrake/trunk@2903 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: modify toolbar buttons to adapt to new user customizable
jstebbins [Fri, 30 Oct 2009 18:24:29 +0000 (18:24 +0000)]
LinGui: modify toolbar buttons to adapt to new user customizable
toolbar style settings.  The new option for customizing this
is available in System->Preferences->Appearance->Interface.

git-svn-id: svn://localhost/HandBrake/trunk@2902 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix the labels on the queue window's toolbar
jstebbins [Fri, 30 Oct 2009 17:04:07 +0000 (17:04 +0000)]
LinGui: fix the labels on the queue window's toolbar
forgot about this one

git-svn-id: svn://localhost/HandBrake/trunk@2901 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix toolbar labels on libgtk 2.18
jstebbins [Fri, 30 Oct 2009 17:01:48 +0000 (17:01 +0000)]
LinGui: fix toolbar labels on libgtk 2.18
A change in default behavior of toolbar buttons made the lables not
visible.

git-svn-id: svn://localhost/HandBrake/trunk@2900 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agox264 version bump to r1318-fe83a90
dynaflash [Fri, 30 Oct 2009 03:04:41 +0000 (03:04 +0000)]
x264 version bump to r1318-fe83a90
- several minor speedups and bugfixes
- http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=fe83a906ee1bb5170b112de717818e278ff59ddb

git-svn-id: svn://localhost/HandBrake/trunk@2899 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: mingw doesn't have lockf, ifdef out queue file locking for mingw
jstebbins [Wed, 28 Oct 2009 22:48:32 +0000 (22:48 +0000)]
LinGui: mingw doesn't have lockf, ifdef out queue file locking for mingw

git-svn-id: svn://localhost/HandBrake/trunk@2898 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoallow srt and cc subtitles to be up to 2 lines high.
jstebbins [Wed, 28 Oct 2009 16:43:48 +0000 (16:43 +0000)]
allow srt and cc subtitles to be up to 2 lines high.
any additional lines after 2 are merged into 2nd line

git-svn-id: svn://localhost/HandBrake/trunk@2897 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoMacGui: Fix bug in encoding custom anamorphic with modulus other than 16. Patch by...
dynaflash [Fri, 23 Oct 2009 20:16:10 +0000 (20:16 +0000)]
MacGui: Fix bug in encoding custom anamorphic with modulus other than 16. Patch by Rodeo. Thanks.

git-svn-id: svn://localhost/HandBrake/trunk@2896 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agofix a couple transport stream issues
jstebbins [Fri, 23 Oct 2009 02:20:47 +0000 (02:20 +0000)]
fix a couple transport stream issues

when the first packet seen is audio, the stream timing for the audio
must be initialized a little different then when it follows video

add a more thorough check for duplicate packets.
a ts stream that is the result of splicing multiple clips together can
have duplicate continuity count values.  usually this means that a duplicate
packet exists and the duplicate is dropped.  but in the case of spliced
clips, the packet should not be dropped.

git-svn-id: svn://localhost/HandBrake/trunk@2895 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agofix a couple picture scale issues
jstebbins [Fri, 23 Oct 2009 00:30:02 +0000 (00:30 +0000)]
fix a couple picture scale issues

adjusting the storage height sometimes got wedged due to incorrect rounding
causing feedback loop.
height change leads to width change, but width rounded too small
width change leads to height change that goes back to original height

presets that had width/height saved (e.g. iPod) were blocking user from
manually selecting a higher resolution.

git-svn-id: svn://localhost/HandBrake/trunk@2894 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Tue, 20 Oct 2009 22:28:55 +0000 (22:28 +0000)]
WinGui:
- Fixed: Query Editor takes priority over GUI settings when "Prompt on unmatching queries" is disabled

git-svn-id: svn://localhost/HandBrake/trunk@2893 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoMacGui: fix borked previous commit 2891
dynaflash [Mon, 19 Oct 2009 22:16:26 +0000 (22:16 +0000)]
MacGui: fix borked previous commit 2891
- thanks Rodeo.

git-svn-id: svn://localhost/HandBrake/trunk@2892 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoremove crf flag and all uses of it
jstebbins [Mon, 19 Oct 2009 20:32:20 +0000 (20:32 +0000)]
remove crf flag and all uses of it
x264 encodes will only use crf now.  qp mode is gone.

git-svn-id: svn://localhost/HandBrake/trunk@2891 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoMacGui: make crf default for x264
dynaflash [Mon, 19 Oct 2009 20:31:06 +0000 (20:31 +0000)]
MacGui: make crf default for x264
- this removes the optional preference and no longer sets job->crf = 1;

git-svn-id: svn://localhost/HandBrake/trunk@2890 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Fri, 16 Oct 2009 21:07:17 +0000 (21:07 +0000)]
WinGui:
- Fixed a small error when selecting the correct array index when checking which subtitle track is selected.

git-svn-id: svn://localhost/HandBrake/trunk@2889 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Fri, 16 Oct 2009 21:00:48 +0000 (21:00 +0000)]
WinGui:
- Improved / Simplified the Subtitle UI design. Hopefully should make it a bit easier to use and understand.

git-svn-id: svn://localhost/HandBrake/trunk@2888 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: remove CQP option from preferences
jstebbins [Wed, 14 Oct 2009 20:46:27 +0000 (20:46 +0000)]
LinGui: remove CQP option from preferences

git-svn-id: svn://localhost/HandBrake/trunk@2887 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix incorrect upper bound to PARHeight spin button control
jstebbins [Wed, 14 Oct 2009 20:34:34 +0000 (20:34 +0000)]
LinGui: fix incorrect upper bound to PARHeight spin button control

git-svn-id: svn://localhost/HandBrake/trunk@2886 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agofix reading of short srt subtitle files
jstebbins [Wed, 14 Oct 2009 01:04:03 +0000 (01:04 +0000)]
fix reading of short srt subtitle files
if the whole file is consumed before filling the output buffer during
the iconv conversion, the subtitles would be dropped

git-svn-id: svn://localhost/HandBrake/trunk@2885 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix a problem with srt subtitle file dialog forgetting the last used directory
jstebbins [Wed, 14 Oct 2009 00:58:59 +0000 (00:58 +0000)]
LinGui: fix a problem with srt subtitle file dialog forgetting the last used directory

git-svn-id: svn://localhost/HandBrake/trunk@2884 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agox264 - bump to x264-r1292-e381f6d
dynaflash [Tue, 13 Oct 2009 15:31:46 +0000 (15:31 +0000)]
x264 - bump to x264-r1292-e381f6d
- various enhancements including some vbv fixes.

git-svn-id: svn://localhost/HandBrake/trunk@2883 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agobuild system: solaris 10 support
jstebbins [Tue, 13 Oct 2009 15:26:07 +0000 (15:26 +0000)]
build system: solaris 10 support

git-svn-id: svn://localhost/HandBrake/trunk@2882 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: enable libdvdnav by default
jstebbins [Tue, 13 Oct 2009 15:07:55 +0000 (15:07 +0000)]
LinGui: enable libdvdnav by default

git-svn-id: svn://localhost/HandBrake/trunk@2881 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoMacGui: Use libdvdnav by default.
dynaflash [Tue, 13 Oct 2009 14:40:48 +0000 (14:40 +0000)]
MacGui: Use libdvdnav by default.

git-svn-id: svn://localhost/HandBrake/trunk@2880 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Tue, 13 Oct 2009 13:01:49 +0000 (13:01 +0000)]
WinGui:
- Update assembly info file for new version.

git-svn-id: svn://localhost/HandBrake/trunk@2879 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Tue, 13 Oct 2009 12:55:55 +0000 (12:55 +0000)]
WinGui:
- Set libdvdnav to on as default

git-svn-id: svn://localhost/HandBrake/trunk@2878 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agodvdnav: fix crash when poorly masterd disc has no menus
jstebbins [Mon, 12 Oct 2009 00:54:49 +0000 (00:54 +0000)]
dvdnav: fix crash when poorly masterd disc has no menus
Mac The Ripper, when in "Main Feature Extraction" mode, likes to create
an image with no menus, but leaves navigation commands in place that jump
to the non-existing menu.  libdvdnav doesn't like this much.

git-svn-id: svn://localhost/HandBrake/trunk@2877 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoMacGui: In presets with an audio track specified for pass thru ( either AC3 or DTS...
dynaflash [Fri, 9 Oct 2009 19:34:07 +0000 (19:34 +0000)]
MacGui: In presets with an audio track specified for pass thru ( either AC3 or DTS ) prevent a mixdown in any track besides track one.
 - If pass thru is specified in any track > track 1in the preset,  set that track to "None" if a matching source codec cannot be found.
- Still allow track 1 to mixdown if a matching source track codec is not present. Prevents accidental encodes with no audio.
- Among other things prevents a duplication of tracks with an aac mixdown for the AppleTV preset when using a source with audio other than AC3.

git-svn-id: svn://localhost/HandBrake/trunk@2876 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Thu, 8 Oct 2009 20:05:17 +0000 (20:05 +0000)]
WinGui:
- Couple of UI / tooltip tweaks.

git-svn-id: svn://localhost/HandBrake/trunk@2875 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoMacGui: Do not allow Start or Add to Queue during source scanning.
dynaflash [Thu, 8 Oct 2009 17:41:15 +0000 (17:41 +0000)]
MacGui: Do not allow Start or Add to Queue during source scanning.
- Avoids a crash when trying to add to queue or start during a scan.

git-svn-id: svn://localhost/HandBrake/trunk@2874 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoMacgui: fix issue where choosing an srt subtitle file would fail to autmatically...
dynaflash [Wed, 7 Oct 2009 17:06:07 +0000 (17:06 +0000)]
Macgui: fix issue where choosing an srt subtitle file would fail to autmatically enable the appropriate srt subtitle widgets.

git-svn-id: svn://localhost/HandBrake/trunk@2873 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: make the activity window a little wider
jstebbins [Tue, 6 Oct 2009 16:08:22 +0000 (16:08 +0000)]
LinGui: make the activity window a little wider
and make the label showing the location of the activity log file big/bold

git-svn-id: svn://localhost/HandBrake/trunk@2872 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: allow display of picture settings before a scan has been done
jstebbins [Tue, 6 Oct 2009 15:46:35 +0000 (15:46 +0000)]
LinGui: allow display of picture settings before a scan has been done
preview window is still blocked, but picture settings can be viewed and
modified for the purpose of setting up a preset.

git-svn-id: svn://localhost/HandBrake/trunk@2871 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agofix VC1 I-frame detection in ffmpeg_is_keyframe
jstebbins [Tue, 6 Oct 2009 01:25:46 +0000 (01:25 +0000)]
fix VC1 I-frame detection in ffmpeg_is_keyframe
The pattern was incorrect, so we were pretty much always starting on a
non-I-frame when creating previews from VC1 ffmpeg sources.  This fixes
the grey preview complaints several users have had.

git-svn-id: svn://localhost/HandBrake/trunk@2870 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: create a queue lock file to prevent simultaneous access to the queue
jstebbins [Sun, 4 Oct 2009 18:00:57 +0000 (18:00 +0000)]
LinGui: create a queue lock file to prevent simultaneous access to the queue
from 2 running instances of ghb

git-svn-id: svn://localhost/HandBrake/trunk@2869 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: when reloading the queue, update the state of the "Show Queue" toggle
jstebbins [Sun, 4 Oct 2009 17:19:08 +0000 (17:19 +0000)]
LinGui: when reloading the queue, update the state of the "Show Queue" toggle

git-svn-id: svn://localhost/HandBrake/trunk@2868 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: update a couple tooltips
jstebbins [Sun, 4 Oct 2009 17:12:08 +0000 (17:12 +0000)]
LinGui: update a couple tooltips

git-svn-id: svn://localhost/HandBrake/trunk@2867 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: modify the interaction between preview window and settings window
jstebbins [Sun, 4 Oct 2009 17:05:53 +0000 (17:05 +0000)]
LinGui: modify the interaction between preview window and settings window
make hiding the settings window from the preview "settings" button
a separate state from the settings button in the main window.  The "hidden"
status persists when you toggle the settings button in the main window.

git-svn-id: svn://localhost/HandBrake/trunk@2866 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Sun, 4 Oct 2009 14:58:41 +0000 (14:58 +0000)]
WinGui:
- Reset the Subtitles panel on Source or Title change. This can be made smarter later.

git-svn-id: svn://localhost/HandBrake/trunk@2865 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: set max bitrate for 6ch faac to 448kbps
jstebbins [Sun, 4 Oct 2009 05:52:47 +0000 (05:52 +0000)]
LinGui: set max bitrate for 6ch faac to 448kbps

git-svn-id: svn://localhost/HandBrake/trunk@2864 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agofix reading of UTF-16 SRT subtitle files (and other wide charsets)
jstebbins [Sat, 3 Oct 2009 16:51:58 +0000 (16:51 +0000)]
fix reading of UTF-16 SRT subtitle files (and other wide charsets)
The entire file is encoded in the chosen charset, not just the subtitle text.
So we must read and convert the text prior to any parsing.  Using fgets() to
read a line doesn't work because wide charsets can have 0x0a in the high byte
of some char.

git-svn-id: svn://localhost/HandBrake/trunk@2863 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix a couple subtitle UI issues
jstebbins [Sat, 3 Oct 2009 16:47:09 +0000 (16:47 +0000)]
LinGui: fix a couple subtitle UI issues
- SRT filename was getting lost when moving the subtitle highlight around
- SRT subtitles didn't get reloaded properly when editing a queue item

git-svn-id: svn://localhost/HandBrake/trunk@2862 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoCLI: Use -v1 by default instead of -v0, to match the GUIs. People who want a quiet...
jbrjake [Fri, 2 Oct 2009 23:56:30 +0000 (23:56 +0000)]
CLI: Use -v1 by default instead of -v0, to match the GUIs. People who want a quiet CLI can still turn it off.

git-svn-id: svn://localhost/HandBrake/trunk@2861 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoAlign the subtitles at the bottom on iPod Classic/Nano.
ritsuka [Fri, 2 Oct 2009 19:01:13 +0000 (19:01 +0000)]
Align the subtitles at the bottom on iPod Classic/Nano.

git-svn-id: svn://localhost/HandBrake/trunk@2860 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: add and update a bunch of tooltips.
jstebbins [Wed, 30 Sep 2009 23:34:01 +0000 (23:34 +0000)]
LinGui: add and update a bunch of tooltips.

git-svn-id: svn://localhost/HandBrake/trunk@2859 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix mbtree/b-pyramid dependency issue
jstebbins [Wed, 30 Sep 2009 17:34:41 +0000 (17:34 +0000)]
LinGui: fix mbtree/b-pyramid dependency issue
make sure b-pyramid gets set to insensitive when mbtree is enabled

git-svn-id: svn://localhost/HandBrake/trunk@2858 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix Gtk-CRITICAL warning when logging invalid utf-8 characters
jstebbins [Wed, 30 Sep 2009 16:48:38 +0000 (16:48 +0000)]
LinGui: fix Gtk-CRITICAL warning when logging invalid utf-8 characters
assume all log text is iso8859-1 and convert to utf-8

git-svn-id: svn://localhost/HandBrake/trunk@2857 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix audio codec description
jstebbins [Wed, 30 Sep 2009 15:51:34 +0000 (15:51 +0000)]
LinGui: fix audio codec description
When adding to the queue, the audio codec description could be incorrect

git-svn-id: svn://localhost/HandBrake/trunk@2856 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix incorrect marking of CC track as forced or burned
jstebbins [Wed, 30 Sep 2009 15:34:07 +0000 (15:34 +0000)]
LinGui: fix incorrect marking of CC track as forced or burned

git-svn-id: svn://localhost/HandBrake/trunk@2855 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Wed, 30 Sep 2009 14:39:12 +0000 (14:39 +0000)]
WinGui:
- Add a notice to the log to indicate if the user has used a custom query.

git-svn-id: svn://localhost/HandBrake/trunk@2854 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Wed, 30 Sep 2009 14:26:01 +0000 (14:26 +0000)]
WinGui:
- Fix query generator issues with custom anamorphic. (Set display width / pix aspect correctly). Also set modulus correctly.

git-svn-id: svn://localhost/HandBrake/trunk@2853 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoflush lame encoder
jstebbins [Tue, 29 Sep 2009 23:31:57 +0000 (23:31 +0000)]
flush lame encoder
The last mp3 frame was not complete.  Most players ignore the broken frame, but
a user ran across some software that handled it badly and crashed.

git-svn-id: svn://localhost/HandBrake/trunk@2852 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix psy-rd and psy-trellis sliders
jstebbins [Tue, 29 Sep 2009 22:56:56 +0000 (22:56 +0000)]
LinGui: fix psy-rd and psy-trellis sliders
The were stuck in the default position

git-svn-id: svn://localhost/HandBrake/trunk@2851 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix loading of multiple subtitles from a preset
jstebbins [Tue, 29 Sep 2009 19:16:03 +0000 (19:16 +0000)]
LinGui: fix loading of multiple subtitles from a preset
under some circumstances the "default" and "forced" flags would end up
on the incorrect entry in the list.

git-svn-id: svn://localhost/HandBrake/trunk@2850 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Tue, 29 Sep 2009 18:30:38 +0000 (18:30 +0000)]
WinGui:
- Fix a strange exception error is high profile preset is selected before the first scan.

git-svn-id: svn://localhost/HandBrake/trunk@2849 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoRemove tx3g -1 bias for bold and underline, was part of testing, thanks to Rodeo.
eddyg [Mon, 28 Sep 2009 23:14:34 +0000 (23:14 +0000)]
Remove tx3g -1 bias for bold and underline, was part of testing, thanks to Rodeo.

git-svn-id: svn://localhost/HandBrake/trunk@2848 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoFix soft sub tx4g markup to count multi-chr utf8 chrs as one chr. Also merges italic...
eddyg [Mon, 28 Sep 2009 22:46:32 +0000 (22:46 +0000)]
Fix soft sub tx4g markup to count multi-chr utf8 chrs as one chr. Also merges italic markup if adacent.

git-svn-id: svn://localhost/HandBrake/trunk@2847 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: fix problem updating subtitle type description in subtitle list
jstebbins [Mon, 28 Sep 2009 19:58:25 +0000 (19:58 +0000)]
LinGui: fix problem updating subtitle type description in subtitle list

git-svn-id: svn://localhost/HandBrake/trunk@2846 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Mon, 28 Sep 2009 17:01:27 +0000 (17:01 +0000)]
WinGui:
- MessageBox message fix

git-svn-id: svn://localhost/HandBrake/trunk@2845 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agobump libtheora to official 1.1 release
jstebbins [Sun, 27 Sep 2009 19:39:03 +0000 (19:39 +0000)]
bump libtheora to official 1.1 release

git-svn-id: svn://localhost/HandBrake/trunk@2844 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agofix srt track stop time
jstebbins [Sun, 27 Sep 2009 19:36:19 +0000 (19:36 +0000)]
fix srt track stop time
srt stop time was being set to the end of the start chapter instead of the end
of the stop chapter.

git-svn-id: svn://localhost/HandBrake/trunk@2843 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agotheora: improvements to our theora implementation
jstebbins [Sun, 27 Sep 2009 17:55:28 +0000 (17:55 +0000)]
theora: improvements to our theora implementation
- support 2-pass mode which is new to theora 1.1
- set soft target rate control so that single pass abr behaves more like
  theora 1.0 and doesn't look quite so awful.

git-svn-id: svn://localhost/HandBrake/trunk@2842 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: don't remove srt subs when changing from mkv to mp4
jstebbins [Sat, 26 Sep 2009 18:01:26 +0000 (18:01 +0000)]
LinGui: don't remove srt subs when changing from mkv to mp4
The logic to remove extra vobsubs that can't all be burned was also
sweeping away srt's.

git-svn-id: svn://localhost/HandBrake/trunk@2841 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLinGui: ok, I relent. mbtree widget is not needed so it's gone
jstebbins [Fri, 25 Sep 2009 18:34:36 +0000 (18:34 +0000)]
LinGui: ok, I relent.  mbtree widget is not needed so it's gone

git-svn-id: svn://localhost/HandBrake/trunk@2840 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoLingui: make mbtree default follow the state of bframes
jstebbins [Fri, 25 Sep 2009 17:02:31 +0000 (17:02 +0000)]
Lingui: make mbtree default follow the state of bframes
when bframes are 0, mbtree default is 0 and user can manually set mbtree to 1
when bframes are 1, mbtree default is 1 and user can manually set mbtree to 0

git-svn-id: svn://localhost/HandBrake/trunk@2839 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoWinGui:
sr55 [Thu, 24 Sep 2009 21:22:53 +0000 (21:22 +0000)]
WinGui:
- Video Preview window is not forced to topMost. Stops VLC window appearing below it.
- Double click the max width label to switch to standard (-w) width

git-svn-id: svn://localhost/HandBrake/trunk@2838 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agoMacGui: Allow and check for 64 bit vlc. Match HandBrake architecture to VLC architect...
dynaflash [Thu, 24 Sep 2009 20:34:14 +0000 (20:34 +0000)]
MacGui: Allow and check for 64 bit vlc. Match HandBrake architecture to VLC architecture and warn appropriately.
- This allows 64 bit HB and 64 bit vlc to work harmoniously.
- No vlc and architecture mistmatches link to http://www.videolan.org/vlc/download-macosx.html instead of the main vlc page where only the 32 bit version of vlc is listed for download for mac.

git-svn-id: svn://localhost/HandBrake/trunk@2837 b64f7644-9d1e-0410-96f1-a4d463321fa5

14 years agobump x264 to r1271
jstebbins [Thu, 24 Sep 2009 16:30:19 +0000 (16:30 +0000)]
bump x264 to r1271
make changes required by the x264 api change
fix some build issues that the x264 bump exposed

git-svn-id: svn://localhost/HandBrake/trunk@2836 b64f7644-9d1e-0410-96f1-a4d463321fa5