OSDN Git Service

handbrake-jp/handbrake-jp-git.git
15 years agoBumps libmp4v2 to r21, which fixes that include issue by folding the old 5.5G iPod...
jbrjake [Wed, 15 Oct 2008 23:44:38 +0000 (23:44 +0000)]
Bumps libmp4v2 to r21, which fixes that include issue by folding the old 5.5G iPod UUID atom into the library, as well as a typing issue with Linux systems.

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

15 years agoLinGui: nested presets
jstebbins [Wed, 15 Oct 2008 18:39:45 +0000 (18:39 +0000)]
LinGui: nested presets
new nested builtins.
user can create custom folders and drag n drop custom presets.
updated mac to linux presets plist translation tool to handle new format

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

15 years agolibmp4v2's r19 "make install" does not properly install all necessary header files...
jbrjake [Wed, 15 Oct 2008 13:54:33 +0000 (13:54 +0000)]
libmp4v2's r19 "make install" does not properly install all necessary header files, so here's a work-around until that's fixed.

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

15 years agoSwitches from mpeg4ip's copy of libmp4v2 to an independently-maintained one located...
jbrjake [Wed, 15 Oct 2008 02:49:53 +0000 (02:49 +0000)]
Switches from mpeg4ip's copy of libmp4v2 to an independently-maintained one located at: code.google.com/p/mp4v2

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

15 years agoa52_syncinfo() returns garbage values sometimes, so when scanning a stream check...
eddyg [Tue, 14 Oct 2008 22:36:22 +0000 (22:36 +0000)]
a52_syncinfo() returns garbage values sometimes, so when scanning a stream check for two AC3 packets in a row that agree on their values before accepting them as gospel.

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

15 years agoMacGui: Finally!! Nested Presets - Initial implementation
dynaflash [Tue, 14 Oct 2008 17:34:23 +0000 (17:34 +0000)]
MacGui: Finally!! Nested Presets - Initial implementation
- Currently just in the Built In presets.
- Special thanks to jbrjake for updating the new built in presets :)
-- jbrjake's notes on built in preset changes:
--- no more blind, broke, bedlam, or deux six quatre presets
--- detelecine and decomb for animation and television high profile presets
--- new x264 settings for most presets, which are still in a state of flux
--- iPod Hi-Rez renamed iPod Legacy, iPod Low-Rez renamed iPod Classic & iPod Nano, iPhone / iPod Touch renamed iPhone & iPod Touch
- Make sure to Update your Built In presets.
- Selecting the default preset (whether user specified or the hb default) automatically expands the proper parent folders
- "Folders" are stored as a different type of preset with key "Folder" where a value of 1 is a folder and 0 is a regular preset.
- Children presets (which can also be folder presets with their own children) are stored in an array in the folder preset with key "ChildrenArray"
- Levels are limited to three (including the root level).
- Though most of the code for creating custom user specified folders and dragging and dropping user presets into those folders is done, its not fully tested so is not currently implemented. In other words custom presets are still only at the root level.
- Known issue: dragging and dropping within custom user presets seems a touch "glitchy". Though in testing presets have not been lost.

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

15 years agoWinGui:
sr55 [Mon, 13 Oct 2008 21:54:27 +0000 (21:54 +0000)]
WinGui:
- Started to decouple this code a bit. Common.cs (now Main.cs) no longer relies on the frmMain window being passed into it. frmAddPreset no longer requires to access  QueryGenerator.cs
- QueryGenerator.cs, x264Panel.cs, PresetLoader.cs all moved into their own "frmMain" folder as that is the only place they should be used.
- Rearranged the base of frmMain.cs a bit.

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

15 years agoWinGui:
sr55 [Mon, 13 Oct 2008 19:52:33 +0000 (19:52 +0000)]
WinGui:
- Fix preset bug where mkv and chapters are used in the preset, but on selecting said preset, the selected file extension would be m4v
- Fix in Audio panel where the track 1 bit-rate is not always set correctly if the preset also changes the audio mixdown

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

15 years agoOnly associate audio tracks with an alternate group if there's more than one audio...
jbrjake [Sat, 11 Oct 2008 19:19:27 +0000 (19:19 +0000)]
Only associate audio tracks with an alternate group if there's more than one audio track. That way the iPhone doesn't show the audio selection button when it isn't necessary.

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

15 years agoMake DTS and HDMV DTS audio work in Transport and m2ts streams.
van [Sat, 11 Oct 2008 04:56:43 +0000 (04:56 +0000)]
Make DTS and HDMV DTS audio work in Transport and m2ts streams.

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

15 years agoLinGui: fix incorrect display of target file size in queue.
jstebbins [Fri, 10 Oct 2008 16:10:03 +0000 (16:10 +0000)]
LinGui: fix incorrect display of target file size in queue.

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

15 years agoCLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePetomane...
eddyg [Fri, 10 Oct 2008 04:43:13 +0000 (04:43 +0000)]
CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePetomane for the patch.

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

15 years agolibhb: Fix linux compilation. Only set the pthread mutex type on cygwin since it...
eddyg [Fri, 10 Oct 2008 00:41:15 +0000 (00:41 +0000)]
libhb: Fix linux compilation. Only set the pthread mutex type on cygwin since it is the only one that is using the wrong one as a default. Avoids having to get the enums right across OS's.

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

15 years agoLinGui: Changes required by latest x264
jstebbins [Thu, 9 Oct 2008 18:35:55 +0000 (18:35 +0000)]
LinGui: Changes required by latest x264
Loose b-rdo and bime options.  Allow subme to go to 9.

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

15 years agoWinGui:
sr55 [Thu, 9 Oct 2008 18:02:07 +0000 (18:02 +0000)]
WinGui:
- Removes Brdo and Bime checkboxes from the advanced tab.
- Subme now goes up to 9

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

15 years agoBumps x264 to r999, bringing with it, among other things, the removal of the b-rdo...
jbrjake [Thu, 9 Oct 2008 17:50:44 +0000 (17:50 +0000)]
Bumps x264 to r999, bringing with it, among other things, the removal of the b-rdo and bime options and new subme modes to replace them.

Subme 5 or greater now includes bime.
Subme 7 is now subme 6 with b-rdo
Subme 8 is the old subme 7 with b-rdo
Subme 9 is new, does RD-refinement for b-frames.

MacGui presets and advanced tab have been updated to reflect these changes (don't forget to update built-in presets).
CLI will wait, as manicure.rb is in a state of flux.
WinGui and LinGui still need to be updated.

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

15 years agoAfter discussion with eddyg, extending verbose logging level 2 from just memory-relat...
jbrjake [Thu, 9 Oct 2008 15:11:27 +0000 (15:11 +0000)]
After discussion with eddyg, extending verbose logging level 2 from just memory-related logging to general-purpose housekeeping--stuff that isn't necessary when scrolling through activity logs users submit with bug reports and support queries. This includes things like thread start/exit messages and preview frames.

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

15 years agoAdds an hb_deep_log() function for multiple levels of debugging verbosity. Level...
jbrjake [Thu, 9 Oct 2008 00:16:14 +0000 (00:16 +0000)]
Adds an hb_deep_log() function for multiple levels of debugging verbosity. Level 1 displays when hb_log does (job->verbose == 1)  and is now meant for logging that helps in tech support. Level 2 adds memory-related logging like freed buffers, and level 3 is for granular stuff that displays once per sample, frame, packet, etc. The debug level continues to be set when hb_init() is called.

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

15 years agoWinGui:
sr55 [Mon, 6 Oct 2008 21:38:54 +0000 (21:38 +0000)]
WinGui:
- Another small improvement to the activity window. If the user has only selected a small block of text, then the copy to clipboard function now only copies that, rather than the full log.

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

15 years agoChange pthread mutex's to be explicitly NORMAL instead of relying on the default...
eddyg [Mon, 6 Oct 2008 21:36:01 +0000 (21:36 +0000)]
Change pthread mutex's to be explicitly NORMAL instead of relying on the default on a per OS basis. Cygwin was using RECURSIVE as a default, which does not block the caller upon a second lock. This commit fixes decomb, and slow, and slower deinterlace on Windows.

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

15 years agoLinGui: nested presets and drag n drop re-ordering of presets
jstebbins [Sun, 5 Oct 2008 22:03:09 +0000 (22:03 +0000)]
LinGui: nested presets and drag n drop re-ordering of presets
adding a preset always places it at the top level. drag it to where
you want it.

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

15 years agoWinGui:
sr55 [Sun, 5 Oct 2008 19:31:46 +0000 (19:31 +0000)]
WinGui:
- Re-select the preset control after an user interacts with it.

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

15 years agoWinGui:
sr55 [Sun, 5 Oct 2008 19:18:25 +0000 (19:18 +0000)]
WinGui:
- Just moving stuff functions around to different places. Probably some more of this to come. frmMain / common.cs are a bit of a mess right now

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

15 years agoTry to drive the stream timing off the audio stream(s) since audio has a pts on every...
van [Sun, 5 Oct 2008 04:50:56 +0000 (04:50 +0000)]
Try to drive the stream timing off the audio stream(s) since audio has a pts on every frame while video typically has one on <10% of the frames.

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

15 years agoSanity check in encfaacClose or we'll abort on an illegal channel spec or sample...
van [Sat, 4 Oct 2008 19:21:49 +0000 (19:21 +0000)]
Sanity check in encfaacClose or we'll abort on an illegal channel spec or sample ratesince init sets job->die which causes close to be called when the work struct hasn't been fully set up.

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

15 years agoJamfile - Fixes tab instead of 4 spaces.
sr55 [Sat, 4 Oct 2008 14:35:47 +0000 (14:35 +0000)]
Jamfile - Fixes tab instead of 4 spaces.

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

15 years agoCygwin
sr55 [Sat, 4 Oct 2008 14:33:40 +0000 (14:33 +0000)]
Cygwin
- Suppose it would help if I actually included the patch for the last checkin.

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

15 years agoCygWin:
sr55 [Sat, 4 Oct 2008 14:32:56 +0000 (14:32 +0000)]
CygWin:
- Patch for libdvdread (cygwin only). Cygwin no longer requires a types.h header change in order to compile HandBrake

Thanks to KonaB1end for this patch.

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

15 years agoWinGui:
sr55 [Sat, 4 Oct 2008 13:52:57 +0000 (13:52 +0000)]
WinGui:
- Few more improvements to the ActivityWindow. Hopefully makes it a bit more user friendly.

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

15 years agoWinGui:
sr55 [Sat, 4 Oct 2008 13:25:30 +0000 (13:25 +0000)]
WinGui:
- Added Copy to Clipboard button back to the Activity Log Window. Now works on Vista.
- Activity window now loads the load file for the last action. e.g If the last action was a scan, it'll load the scan log and if the last action was an encode, it will display the encode log.

That should make it a little bit easier to use / understand.

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

15 years agoLinGui: queue item editing
jstebbins [Sat, 4 Oct 2008 01:22:11 +0000 (01:22 +0000)]
LinGui: queue item editing
editing a pending item loads the item's settings and deletes it from the queue
editing a finished or running item just loads it's settings

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

15 years agoLinGui: refactoring that will make nested presets easier to implement.
jstebbins [Fri, 3 Oct 2008 23:07:31 +0000 (23:07 +0000)]
LinGui: refactoring that will make nested presets easier to implement.

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

15 years agoLinGui: change the top level structure that contains presets from a dictionary
jstebbins [Fri, 3 Oct 2008 20:59:50 +0000 (20:59 +0000)]
LinGui: change the top level structure that contains presets from a dictionary
to an array.  Dictionaries are unordered sets, so this new structure
allows greater flexibility in how the presets may be ordered.
Is backwards compatible.  Old structure is read and converted to new.

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

15 years agoMacGui: Allow the macgui to properly read sources from a ZFS (zfs-119) formatted...
dynaflash [Fri, 3 Oct 2008 19:10:26 +0000 (19:10 +0000)]
MacGui: Allow the macgui to properly read sources from a ZFS (zfs-119) formatted drive (experimental in Leopard). Thanks KonaB1end for the patch.

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

15 years ago - Only do 'lost PCR' checks (r1712) when we're dealing with something that could...
van [Fri, 3 Oct 2008 05:10:21 +0000 (05:10 +0000)]
 - Only do 'lost PCR' checks (r1712) when we're dealing with something that could be an over-the-air transport stream. We can't lose the clock of a program stream and shouldn't have losses on an m2ts stream.
 - Widen the DTS-to-PCR acceptance window from +-5sec to +-5min since there's nothing in the standard that bounds the offset between a DTS and its clock reference.

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

15 years agoWinGui:
sr55 [Thu, 2 Oct 2008 15:57:27 +0000 (15:57 +0000)]
WinGui:
- Fixed small UI annoyance bug with queue import/export/batch script feature.

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

15 years agoWinGui:
sr55 [Thu, 2 Oct 2008 11:55:10 +0000 (11:55 +0000)]
WinGui:
- Query Parser - Regex was failing when the audio track was listed as "    + 1, English (AAC)" instead of something like "    + 2, English (AC3) (5.1 ch), 48000Hz, 384000bps"

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

15 years agoWinGui:
sr55 [Wed, 1 Oct 2008 17:51:43 +0000 (17:51 +0000)]
WinGui:
- Resizeable Update window.

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

15 years agoMacGui: Queue - Add drc info for the audio tracks thanks to NightStorm for bringing...
dynaflash [Wed, 1 Oct 2008 16:22:38 +0000 (16:22 +0000)]
MacGui: Queue - Add drc info for the audio tracks thanks to NightStorm for bringing it to my attention.

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

15 years ago...and apparently there wasn't anything wrong with make in Windows after all.
jbrjake [Tue, 30 Sep 2008 19:17:10 +0000 (19:17 +0000)]
...and apparently there wasn't anything wrong with make in Windows after all.

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

15 years agoCygWin:
sr55 [Tue, 30 Sep 2008 18:12:19 +0000 (18:12 +0000)]
CygWin:
- Fixes make building on cygwin (I think - I was seeing some cygwin lib errors before however these seem to have just disappeared. If anyone has a failed build due to this, let me know.)

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

15 years agoffmpeg requires framerate num/den to be reducable to 16 bit quanitites for
jstebbins [Tue, 30 Sep 2008 17:28:04 +0000 (17:28 +0000)]
ffmpeg requires framerate num/den to be reducable to 16 bit quanitites for
mpeg-4.  So round odd framerates to "close" standard framerate (which are
reducable).  If there is no "close" framerate, the the rate is truncated
down to 16 bits.

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

15 years ago...and apparently make doesn't work in Windows (?!)
jbrjake [Tue, 30 Sep 2008 16:17:34 +0000 (16:17 +0000)]
...and apparently make doesn't work in Windows (?!)

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

15 years agoMacGui: Remove some of the debug messages in prepareJob for the queue processing.
dynaflash [Tue, 30 Sep 2008 16:11:46 +0000 (16:11 +0000)]
MacGui: Remove some of the debug messages in prepareJob for the queue processing.
- Also fix a reference to the 4th audio track drc slider.

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

15 years agoRefreshed the text configure spits out, to encourage use of make over jam.
jbrjake [Tue, 30 Sep 2008 16:04:07 +0000 (16:04 +0000)]
Refreshed the text configure spits out, to encourage use of make over jam.

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

15 years agoZero out the mask bitmap properly in decomb. Thanks for finding this and providing...
jbrjake [Tue, 30 Sep 2008 15:01:48 +0000 (15:01 +0000)]
Zero out the mask bitmap properly in decomb. Thanks for finding this and providing the solution, j45!

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

15 years agoUpdate x264 from r979-6d4af8d to r995-2324c70
dynaflash [Tue, 30 Sep 2008 14:46:13 +0000 (14:46 +0000)]
Update x264 from r979-6d4af8d to r995-2324c70

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

15 years agoLinGui: When the source is a file, be more intelligent about auto-naming the
jstebbins [Mon, 29 Sep 2008 22:55:35 +0000 (22:55 +0000)]
LinGui: When the source is a file, be more intelligent about auto-naming the
destination.  Strip off known video extensions.

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

15 years agoUpdate ffmpeg from version r14737 to r15462.
eddyg [Mon, 29 Sep 2008 22:00:39 +0000 (22:00 +0000)]
Update ffmpeg from version r14737 to r15462.

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

15 years agoWait until 4 frames are stashed in the delay_queue before outputting any frames from...
jbrjake [Mon, 29 Sep 2008 20:25:24 +0000 (20:25 +0000)]
Wait until 4 frames are stashed in the delay_queue before outputting any frames from render when using VFR detelecine. With only 3, the array storing previous time stamp isn't full when the first frame's outputted, throwing off AV sync.

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

15 years agoLinGui: fix audio mixdown validation problem when source is 2 channel
jstebbins [Mon, 29 Sep 2008 20:13:56 +0000 (20:13 +0000)]
LinGui: fix audio mixdown validation problem when source is 2 channel

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

15 years agoLinGui: fix a small scanning status display problem and a compiler warning.
jstebbins [Mon, 29 Sep 2008 18:24:25 +0000 (18:24 +0000)]
LinGui: fix a small scanning status display problem and a compiler warning.

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

15 years agoMacGui: Fix warning windows when shutting down HandBrake during encoding or if there...
dynaflash [Mon, 29 Sep 2008 15:32:51 +0000 (15:32 +0000)]
MacGui: Fix warning windows when shutting down HandBrake during encoding or if there are still pending items in the queue.

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

15 years agoDon't display a mixdown in the job settings for passthrough audio tracks.
jbrjake [Mon, 29 Sep 2008 13:53:30 +0000 (13:53 +0000)]
Don't display a mixdown in the job settings for passthrough audio tracks.

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

15 years agoWinGui:
sr55 [Sun, 28 Sep 2008 18:22:26 +0000 (18:22 +0000)]
WinGui:
- Couple of debug changes slipped in that were not supposed to. Fixed.
- Sorted incorrect styling on frmUpdater buttons.

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

15 years agoWinGui:
sr55 [Sun, 28 Sep 2008 18:19:47 +0000 (18:19 +0000)]
WinGui:
- AppcastReader.cs re-factored. Reduces number of connections to the server.
- Few UI tweaks to the updater / downloader

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

15 years agoWinGui:
sr55 [Sat, 27 Sep 2008 22:42:23 +0000 (22:42 +0000)]
WinGui:
- Refined the Queue look.
- Fixed bug which cause the move up and down buttons to cause an exception.
- When you select an item on the queue and move it up or down, it will now remain selected. This saves re-selecting the item every time you want to move it up or down.
- Added pending encodes counter.

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

15 years agoWinGui:
sr55 [Sat, 27 Sep 2008 21:46:14 +0000 (21:46 +0000)]
WinGui:
- Improved some of the messagebox error messages. Removed a few redundant error messages.
- the x264 tooltips got lost at some point. They've been re-added. Changed one or 2 other tooltips.

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

15 years agoMacGui: Queue - Fix drag'n drop so that when dragging over an item, it doesn't auto...
dynaflash [Fri, 26 Sep 2008 18:57:38 +0000 (18:57 +0000)]
MacGui: Queue - Fix drag'n drop so that when dragging over an item, it doesn't auto expand.
- Also fix some really hosed up formatting
- Remove the unused moveObjectsInQueueArray method from HBQueueController ( we moved that to Controller.mm back in 1703 but left it "just in case").

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

15 years agoLinGui: move some preset handling to a more appropriate place
jstebbins [Fri, 26 Sep 2008 18:36:51 +0000 (18:36 +0000)]
LinGui: move some preset handling to a more appropriate place

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

15 years agoLinGui: trim both callbacks.c and settings.c. Move code to x264handler
jstebbins [Fri, 26 Sep 2008 18:16:00 +0000 (18:16 +0000)]
LinGui: trim both callbacks.c and settings.c.  Move code to x264handler

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

15 years agoWinGui:
sr55 [Fri, 26 Sep 2008 18:08:21 +0000 (18:08 +0000)]
WinGui:
- Removed VFR option and label.
- Renamed checkboxes as per #1768
- Fixed x264Panel.cs animate bug as per #1765

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

15 years agoNow that the interfaces don't set job->vfr to 1 unless detelecine is enabled, libhb...
jbrjake [Fri, 26 Sep 2008 17:59:04 +0000 (17:59 +0000)]
Now that the interfaces don't set job->vfr to 1 unless detelecine is enabled, libhb doesn't have to make sure the filter is on.

Also adds a sanity check to make sure frames aren't dropped in the AVI container, for those masochstic enough to use the format.

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

15 years agoCLI: Removes --vfr command line option. --detelecine now drops frames by default...
jbrjake [Fri, 26 Sep 2008 17:55:18 +0000 (17:55 +0000)]
CLI: Removes --vfr command line option. --detelecine now drops frames by default. To regress to the old behavior of not dropping duplicate frames in detelecine, and only reweaving them so they're progressive, specify a frame rate ( -r 29.97 would be the one that makes sense). This is because the "Same as source" FPS method employed when the user doesn't specify a framerate is inherently variable, as it passes through the source's frame durations instead of smoothing them to a constant rate.

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

15 years agoLinGui: continue callbacks.c reduction. move audio tab handling to separate
jstebbins [Fri, 26 Sep 2008 16:10:25 +0000 (16:10 +0000)]
LinGui: continue callbacks.c reduction.  move audio tab handling to separate
file.

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

15 years agoLinGui: callbacks.c is getting too big. Separate out queue handling into
jstebbins [Fri, 26 Sep 2008 15:31:56 +0000 (15:31 +0000)]
LinGui: callbacks.c is getting too big.  Separate out queue handling into
new source file.

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

15 years agoLinGui: remove another part of the x264 analyse/direct-pred (non)dependency
jstebbins [Fri, 26 Sep 2008 14:50:52 +0000 (14:50 +0000)]
LinGui: remove another part of the x264 analyse/direct-pred (non)dependency
that I missed.

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

15 years agoLinGui: Ditto
jstebbins [Fri, 26 Sep 2008 14:33:42 +0000 (14:33 +0000)]
LinGui: Ditto
Update labels for the mp4 options in both the main window and the queue readout.
- "64 Bit MP4" -> "Large file size"
- "HTTP Optimized MP4" -> "Web optimized"
- "Insert iPod Atom" -> "iPod 5G support"

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

15 years agoMacGui: Update labels for the mp4 options in both the main window and the queue readout.
dynaflash [Fri, 26 Sep 2008 14:27:08 +0000 (14:27 +0000)]
MacGui: Update labels for the mp4 options in both the main window and the queue readout.
- "64 Bit MP4" -> "Large file size"
- "HTTP Optimized MP4" -> "Web optimized"
- "Insert iPod Atom" -> "iPod 5G support"
Less technical and hopefully more descriptive to the users (one of those rare instances where jbrjake prefers to be less technical) :)

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

15 years agoMacGui: Fix presets when using maximum source picture size and loose anamorphic so...
dynaflash [Fri, 26 Sep 2008 13:52:19 +0000 (13:52 +0000)]
MacGui: Fix presets when using maximum source picture size and loose anamorphic so choosing such a preset sets the width to its full source storage size and properly applies loose anamorphic.

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

15 years agoLinGui: fix del key handling on queue item. Was deleting when any key pressed
jstebbins [Thu, 25 Sep 2008 20:16:35 +0000 (20:16 +0000)]
LinGui: fix del key handling on queue item.  Was deleting when any key pressed

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

15 years agoMacGui:Oops. WTF was I hiding direct prediction in the advanced options based on...
jbrjake [Thu, 25 Sep 2008 20:07:46 +0000 (20:07 +0000)]
MacGui:Oops. WTF was I hiding direct prediction in the advanced options based on what analyse was set to? Thanks for pointing this out, jstebbins.

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

15 years agoLinGui: remove the dependency between direct-pred and analyse
jstebbins [Thu, 25 Sep 2008 19:43:41 +0000 (19:43 +0000)]
LinGui: remove the dependency between direct-pred and analyse

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

15 years agoMacGui: Fixes bug in x264 advanced options tab, that didn't blank out direct predicti...
jbrjake [Thu, 25 Sep 2008 16:42:09 +0000 (16:42 +0000)]
MacGui: Fixes bug in x264 advanced options tab, that didn't blank out direct prediction when b-frames were disabled. Thanks for pointing it out, cvk_b!

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

15 years agoLinGui: Work around a silly treeview formatting bug.
jstebbins [Thu, 25 Sep 2008 16:26:49 +0000 (16:26 +0000)]
LinGui: Work around a silly treeview formatting bug.
If the window hasn't been shown yet, the width request doesn't fully do
it's job and cell formatting gets munged.

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

15 years agoLinGui: Store the activity log in the users config dir instead of PWD.
jstebbins [Thu, 25 Sep 2008 14:38:21 +0000 (14:38 +0000)]
LinGui: Store the activity log in the users config dir instead of PWD.
Display the location of the activity log in the activity window.

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

15 years agoMacGui: Loose Anamorphic - Upon initial selection set the width to the source storage...
dynaflash [Thu, 25 Sep 2008 03:56:52 +0000 (03:56 +0000)]
MacGui: Loose Anamorphic - Upon initial selection set the width to the source storage width.

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

15 years agoLinGui: fix my misunderstanding of faac bitrate capabilities.
jstebbins [Wed, 24 Sep 2008 20:45:35 +0000 (20:45 +0000)]
LinGui: fix my misunderstanding of faac bitrate capabilities.
I wasn't allowing > 160kbps even for 6ch.

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

15 years agoSets the default QP of deblock to 5 instead of 0. This way the filter actually does...
jbrjake [Wed, 24 Sep 2008 20:00:28 +0000 (20:00 +0000)]
Sets the default QP of deblock to 5 instead of 0. This way the filter actually does something when called without an option string besides copying input to output.

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

15 years agoLinGui: Add filters line to queue description. Improve framerate description
jstebbins [Wed, 24 Sep 2008 17:55:01 +0000 (17:55 +0000)]
LinGui: Add filters line to queue description.  Improve framerate description

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

15 years agoMacGui: Make the Deblock slider continuous so it reads out the values as you slide...
dynaflash [Wed, 24 Sep 2008 17:35:26 +0000 (17:35 +0000)]
MacGui: Make the Deblock slider continuous so it reads out the values as you slide it so that realityking's head doesn't explode. :)

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

15 years agoMacGui: Queue display - fix display of deinterlace modes
dynaflash [Wed, 24 Sep 2008 17:27:16 +0000 (17:27 +0000)]
MacGui: Queue display - fix display of deinterlace modes

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

15 years agoMacGui: queue - add the file output name to the first title line in the queue, and...
dynaflash [Wed, 24 Sep 2008 17:04:01 +0000 (17:04 +0000)]
MacGui: queue - add the file output name to the first title line in the queue, and make the framerate chosen more descriptive.
- Output names makes it easier to distinguish multiple encodes from the same source when the item is collapsed in the queue.
- Include info on constant frame rate and vfr detelecine in the video section.

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

15 years agoLinGui: vfr checkbox is toast.
jstebbins [Wed, 24 Sep 2008 15:26:05 +0000 (15:26 +0000)]
LinGui: vfr checkbox is toast.
detelecine && same-as-source now triggers vfr

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

15 years agoMacGui: Remove the VFR checkbox in the Picture Settings window.
dynaflash [Wed, 24 Sep 2008 15:25:39 +0000 (15:25 +0000)]
MacGui: Remove the VFR checkbox in the Picture Settings window.
- Use vfr if the framerate popup is "Same as source" and Detelecine is checked in Picture Settings.
- Otherwise framerate works as in the past.

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

15 years agoMacGui: update the deblock filter setting display in the queue.
dynaflash [Tue, 23 Sep 2008 19:58:39 +0000 (19:58 +0000)]
MacGui: update the deblock filter setting display in the queue.

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

15 years agoMacGui: implement a slider for deblock.
dynaflash [Tue, 23 Sep 2008 17:33:40 +0000 (17:33 +0000)]
MacGui: implement a slider for deblock.
- Slider goes from "Off"  and then ranges from 5-15.
- Update preset code to handle the old bool for deblock where we convert "yes" to a value of 5.
- Note: though the deblock filter actually has a setting of 0, for the macgui we use an integer of 0, which shows up in the interface as "Off" to indicate not to load the filter at all. Made presets etc, easier to modify.

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

15 years agoWinGui:
sr55 [Tue, 23 Sep 2008 15:48:56 +0000 (15:48 +0000)]
WinGui:
- Deblock Slider now displays "Off" and scales from 5 to 15

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

15 years agoLinGui: refine deblock slider. now shows "Off" and values 5-15.
jstebbins [Tue, 23 Sep 2008 15:40:53 +0000 (15:40 +0000)]
LinGui: refine deblock slider.  now shows "Off" and values 5-15.

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

15 years agoLinGui: Add progress info to queue window
jstebbins [Tue, 23 Sep 2008 14:41:20 +0000 (14:41 +0000)]
LinGui: Add progress info to queue window

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

15 years agoMacGui: upon reloading a previous queue at launch, open up the queue window.
dynaflash [Tue, 23 Sep 2008 14:33:32 +0000 (14:33 +0000)]
MacGui: upon reloading a previous queue at launch, open up the queue window.

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

15 years agoMacGui: When reloading a previous queue at launch, as well as pending encodes also...
dynaflash [Tue, 23 Sep 2008 14:27:30 +0000 (14:27 +0000)]
MacGui: When reloading a previous queue at launch,  as well as pending encodes also reload a queue item marked previously as "encoding" if it exists.
- An item marked as encoding in the qeueu at launch  indicates that either we crashed during that encode, or that the user shut down during that encode.
- If the user chooses to reload, we change the status back to pending. Note: the encode will be at the top of the queue after launch.
- Change the queue reload alert window to tell the user how many pending jobs they have as well as if there was an encoding job.

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

15 years agoMacGui: Re-enable deleting encodes with the delete key if hilighted.
dynaflash [Mon, 22 Sep 2008 17:46:32 +0000 (17:46 +0000)]
MacGui: Re-enable deleting encodes with the delete key if hilighted.
- Currently one at a time, multiple selections are shut off for queue sync reasons .
- Note: To delete a finished encode, click on it and hit your delete key ( since the action icon is an "open file in finder" magnifying glass) as this is the only way currently to delete a finished encode.

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

15 years agoMacGui: Fix sleep/shutdown warning so it only comes up once right when starting encod...
dynaflash [Mon, 22 Sep 2008 15:29:09 +0000 (15:29 +0000)]
MacGui: Fix sleep/shutdown warning so it only comes up once right when starting encoding instead of every time the queue starts the next encode.

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

15 years agoMacGui: Add encoding status readout to the queue window
dynaflash [Mon, 22 Sep 2008 14:44:13 +0000 (14:44 +0000)]
MacGui: Add encoding status readout to the queue window
- is fed info from controller.mm instead of the old setup which had another NSTimer polling libhb just for the queue.

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

15 years agoLinGui: delete key now deletes items in the queue
jstebbins [Sun, 21 Sep 2008 20:08:07 +0000 (20:08 +0000)]
LinGui: delete key now deletes items in the queue

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

15 years agoCygwin:
sr55 [Sun, 21 Sep 2008 19:16:40 +0000 (19:16 +0000)]
Cygwin:
- We compile libz but don't actually link it in on cygwin. This is fixed.
- Added bzip2 lib which means we can get rid of another cygwin dll.

These are cygwin only so have no affect on any other platform.

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

15 years agoMacGui: End of encode/queue alerts and actions changes
dynaflash [Sun, 21 Sep 2008 04:40:09 +0000 (04:40 +0000)]
MacGui: End of encode/queue alerts and actions changes
- Growl alerts and "Send to MetaX" actions occur as each encode comes finishes in the queue.
- The standard alert window, computer sleep and computer shutdown all occur at the end of encoding the entire queue, specifically when the encoding is done, and there aren't any other pending encodes to process.

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

15 years agoMacGui: upon launch, if pending items are still in the queue, if you choose to reload...
dynaflash [Sun, 21 Sep 2008 03:52:31 +0000 (03:52 +0000)]
MacGui: upon launch, if pending items are still in the queue, if you choose to reload them, you are not presented with the browse source window.

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

15 years agoMacGui: now requires vlc 0.9.xx to read protected dvd's in the users /Applications...
dynaflash [Sat, 20 Sep 2008 21:29:53 +0000 (21:29 +0000)]
MacGui: now requires vlc 0.9.xx to read protected dvd's in the users /Applications folder

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