summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* LinGui: remove extraneous files dist files like AUTHORS etc.jstebbins2009-03-019-618/+8
| | | | | | | | | add distclean to xclean rules link gtk.xclean to top xclean use hb build systems CFLAGS and LDFLAGS git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2184 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: conversion from jam-based to make-based system.konablend2009-03-013-1/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KNOWN ISSUES: 1. OSX + Xcode builds do not support parallel builds; attempting to use them may cause unbounded number of jobs. However, disabling via configure --disable-xcode avoids the issue. 2. OSX ppc binary produces binary which has audio-scan problems. 3. OSX ppc64 binary has not been runtime tested. ADDED: 00-BuildUserGuide.txt contrib/*/module.* doc/ make/ libhb/module.* test/module.* macos/module.* gtk/module.* DROPPED: BUILD BuildContribDarwin.sh DownloadMacOsXContribBinaries.sh Jamfile Jamrules MacOsXContribBinariesVersion.txt Makefile Makefile.config jam libhb/Jamefile libhb/Makefile test/BUILDSHARED test/Makefile contrib/Jamfile contrib/Makefile contrib/patch-ffmpeg.patch contrib/patch-x264-idr.patch contrib/patch-x264-linux.patch RENAMED: contrib/*.patch -> contrib/MODULE/[AP]??-*.patch macosx/HandBrake.plist -> macosx/Info.plist MODIFIED: libhb/decavcodec.c Patched to use cleaner include "libavcodec/audioconvert". Second part to support this cleanup is ffmpeg A02-audioconvert.patch . MODIFIED: libhb/hb.c MODIFIED: libhb/hb.h MODIFIED: libhb/muxmkv.c MODIFIED: libhb/muxmp4.c MODIFIED: libhb/update.c Patched to use "project.h" for project metadata. Renamed HB_BUILD -> HB_PROJECT_BUILD. Renamed HB_VERSION -> HB_PROJECT_VERSION. MODIFIED: test/test.c: Patched HandBrakeCLI to support I/O on Mac OS X ZFS filesystems. Reference r1803 as similar patch for HandBrake.app . Unpatched behavior is crash/buserror when using ZFS. MODIFIED: macosx/Growl.framework/ Upgraded 0.7.6 (i386,ppc) -> 1.1.2 (i386,x86_64,ppc,ppc64). New architectures facilitate x86_64 and ppc64 builds. MODIFIED: macosx/HandBrake.xcodeproj/ Bumped compatibilty mode from 2.4 -> 3.1 . Dumped old configurations Deployment, Developer. Added configurations standard, sebug as replacements. Added standard.i386, standard.x86_64, standard.ppc, standard.ppc64 . for explicit architecture build. All configurations settings cleaned up and normalized. Build output directories adjusted to support new build system. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2180 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: make it possible to build outside srcdirjstebbins2009-02-288-22704/+104
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2179 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: clean up my improper use of HB_VERSION and HB_BUILD.jstebbins2009-02-273-10/+9
| | | | | | | | replace with hb_get_version and hb_get_build. this fixes a difficulty with compiling using KonaB1end's shiny new build system. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2177 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add single title scan option to file menujstebbins2009-02-149-72/+770
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2163 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add video quality slider granularity preference.jstebbins2009-02-1210-137/+379
| | | | | | | | | | I didn't have an easy way to stash doubles in a combo box, so this was more invasive that planned. But now I have some additional flexibitlity. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2154 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add b-adapt combo box to x264 tabjstebbins2009-02-119-91/+269
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2147 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix a window resize problem when app is first startedjstebbins2009-02-111-7/+0
| | | | | | | some widgets were getting negative size requests git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2142 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add sliders for psy-rd and psy-trellisjstebbins2009-02-118-11/+500
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2141 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Constant Quality Slider now QP/RF basedjstebbins2009-02-1113-346/+290
| | | | | | | Nearest percentage is also shown for reference git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2138 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix problem with writing null values to presets filejstebbins2009-02-113-40/+39
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2137 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix stupid limit on number of subtitle and audio tracks.jstebbins2009-02-081-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2130 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: make drc slider jump from 0 to 1, skipping intermediate valuesjstebbins2009-02-064-4/+26
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2128 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add custom filter strings to queue displayjstebbins2009-02-064-6/+76
| | | | | | | add tooltips for custom filter entries git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2124 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add support for 0 DRCjstebbins2009-02-066-9/+35
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2123 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Picture Filter enhancementsjstebbins2009-02-0514-734/+1151
| | | | | | | Add custom settings fields to Detelecine, Decomb, Deinterlace, and Denoise. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2116 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: split picture dimension settings and jstebbins2009-01-273-1793/+1848
| | | | | | | picture filters into 2 separate tabbed panes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2100 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: ui support for new anamorphic parameters in libhbjstebbins2009-01-266-43/+32
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2098 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: tweak how audio choices are made againjstebbins2009-01-253-34/+124
| | | | | | | | | prefer audio tracks with more channels prefer audio tracks that are not for visually impaired or director's commentary git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2096 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add option for title numbers to jstebbins2009-01-248-268/+481
| | | | | | | | automatically generated destination names git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2095 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix how an audio is chosen after a source is scanned or the presetjstebbins2009-01-248-38/+78
| | | | | | | | | | | selection changes. It wasn't honoring the preferred language or matching the codec when passthru is selected. Also checking in the ui changes needed for dts pasthru. The option is disabled until we get libhb support. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2094 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: inhibit sleep mode while encodingjstebbins2009-01-132-22/+135
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2080 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix problem with special characters in destination file namejstebbins2009-01-121-4/+9
| | | | | | | escape the string before displaying in the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2079 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: make the activity, queue, and picture tool bar buttons into togglesjstebbins2009-01-085-66/+121
| | | | | | | pressing while the corresponding window is displayed hides the window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2070 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix a problem with saving specific max-width/height to a preset.jstebbins2009-01-011-0/+1
| | | | | | | | Legacy UsesMaxPictureSettings tag didn't get converted properly when new preset is based on an old preset that used it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2053 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Fix how preset list expands when window is resized. jstebbins2008-12-243-7/+0
| | | | | | | It wasn't, now it does. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2044 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Fix a problem with individual activity logs. jstebbins2008-12-221-2/+3
| | | | | | | Race would close them immediately after opening sometimes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2043 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: remove debug messagejstebbins2008-12-161-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2035 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: make the destination file entry box wider.jstebbins2008-12-145-14/+81
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2031 b64f7644-9d1e-0410-96f1-a4d463321fa5
* forgot to checkin the new icon for picutre settingsjstebbins2008-12-131-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2030 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add picture settings button to toolbarjstebbins2008-12-137-186/+284
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2029 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix me_method/me_range dependencyjstebbins2008-12-0615-73/+62
| | | | | | | | umh, esa, tesa -- me_range 4 - 64 dia, hex -- me_range 4 - 16 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2015 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add a duration widget for live previewjstebbins2008-12-056-1760/+2111
| | | | | | | | | stop live encode if user changes settings or the current preview frame during the encode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2013 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: stop live preview playback when the preview window is closedjstebbins2008-12-054-4/+14
| | | | | | | otherwise you still continue to hear the audio. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2012 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add a flush to activity log output to prevent large chunks of it jstebbins2008-12-051-0/+4
| | | | | | | from being dropped on a crash. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2010 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: make preview scalling take screen PAR into accountjstebbins2008-12-055-55/+118
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2007 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update readme with list of dependencies for buildingjstebbins2008-12-031-1/+19
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1999 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix live preview on 32 bit platformsjstebbins2008-12-031-6/+2
| | | | | | | found an ld flag that prevents export of specific libraries git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: minor adjustments to the display of source informationjstebbins2008-12-023-9/+29
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1990 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: free a mark thats used in activity log scrollingjstebbins2008-12-021-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1989 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add logging level to preferencesjstebbins2008-12-027-12/+175
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1986 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix cut/past capability in x264 options textview.jstebbins2008-12-011-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1985 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix a minor annoyance with how activity window scrolling works.jstebbins2008-12-011-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1984 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix live preview scaling for PAR's < 1jstebbins2008-12-011-1/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1982 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: when setting up a live preview encode, ignore current chapter settings.jstebbins2008-11-301-33/+36
| | | | | | | if all chapters aren't enabled, the encode exits without completing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1977 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: set job->seek_points when generating live previewjstebbins2008-11-301-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1974 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: variable number of preview frames. preference option to setjstebbins2008-11-307-438/+573
| | | | | | | the number of frames git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1971 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: tidy up the video, audio, and advanced tabsjstebbins2008-11-263-259/+126
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1963 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: remove etched frame clutter from the preview windowjstebbins2008-11-263-443/+248
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1962 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: reposition the presets frame below toolbarjstebbins2008-11-264-592/+460
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1960 b64f7644-9d1e-0410-96f1-a4d463321fa5