summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* speed up main feature search in most circumstancesjstebbins2010-04-201-209/+284
| | | | | | | and fix a couple more corner case titles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3246 b64f7644-9d1e-0410-96f1-a4d463321fa5
* add dvd main feature title detectionjstebbins2010-04-2010-16/+607
| | | | | | | | | | | | scans the dvd menus and presses buttons to see where they might lead. when a button press leads to a title, i check to see if it is the longest seen thus far and save it's index. this only applies when dvdnav is enabled. when dvdread is in use, the longest title of all the titles is flagged as the "main feature" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3245 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix an error in the tmp array size of hb_layout_remapjstebbins2010-04-191-1/+1
| | | | | | | was 6, should be 8 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3244 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix typo in debian build dependenciesjstebbins2010-04-191-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3243 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix svn version in nightly packagesjstebbins2010-04-181-1/+1
| | | | | | | | add subversion build dependency to debian rules so it can extract the version number git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3242 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-186-77/+117
| | | | | | - Queue Edit now only scans the title that was added rather than all titles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3241 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix some dvdnav hangsjstebbins2010-04-172-0/+43
| | | | | | | | | | title changes seem to confuse the vm sometimes. so do a dvdnav_reset whenever a title change is going to happen. Also, fix dvdnav_reset since it would deadlock on a mutex when called. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3240 b64f7644-9d1e-0410-96f1-a4d463321fa5
* remove the libgcc dll file in the root directory.sr552010-04-171-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3239 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Remove libgcc.....dll as it is no longer required in the WinCli buildsr552010-04-171-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3238 b64f7644-9d1e-0410-96f1-a4d463321fa5
* revert last checkinsr552010-04-174-209/+10
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3237 b64f7644-9d1e-0410-96f1-a4d463321fa5
* remove libgcc... dll from zip package creation as it is no longer neededsr552010-04-174-10/+209
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3236 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-1727-250/+602
| | | | | | - More stylecop warnings cleaned up git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3235 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-171-3/+4
| | | | | | - Fix in-gui status updates. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3234 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix debian binary package buildjstebbins2010-04-161-0/+1
| | | | | | | the pkg directory was not getting created git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3233 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix another problem with the rule to push debian src packages to launchpadjstebbins2010-04-161-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3232 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix typo in rule to push deb src package to launchpadjstebbins2010-04-161-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3231 b64f7644-9d1e-0410-96f1-a4d463321fa5
* cleanup linux rpm and debian packagingjstebbins2010-04-162-14/+31
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3230 b64f7644-9d1e-0410-96f1-a4d463321fa5
* only allow building i386 and amd64 builds on launchpad build farmjstebbins2010-04-162-3/+4
| | | | | | | make sure contribs are all fetched before creating debian source pkg git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3229 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix build on mac and windowsjstebbins2010-04-161-1/+1
| | | | | | | | a52dec bootstrap is broken on these platforms. use autoreconf instead git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3228 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-151-28/+0
| | | | | | - removed some unused code git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3227 b64f7644-9d1e-0410-96f1-a4d463321fa5
* add packaging rules for building debian source packagesjstebbins2010-04-155-5/+36
| | | | | | | | | and fix a build issue with a52dec when the path has a '~' in it this is a step towards using the launchpad build farm for ubuntu snapshots git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3226 b64f7644-9d1e-0410-96f1-a4d463321fa5
* x264 bump from r1523 to r1538dynaflash2010-04-142-6/+5
| | | | | | - Accompanying changes to encx264.c to address default min-keyint in x264, encx264.c patch courtesy of Rodeo. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3225 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-143-24/+70
| | | | | | | - Enabled higher bitrate audio for aac. - Catch exceptions at application startup. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3224 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Allow up to 320 kbps bitrate for stereo and 768 kbps for 6 channel ↵dynaflash2010-04-141-4/+3
| | | | | | discrete when using the faac audio encoder as per rev 3222 to the libhb. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3223 b64f7644-9d1e-0410-96f1-a4d463321fa5
* patch to allow higher bitrates with faacjstebbins2010-04-143-5/+70
| | | | | | | 2 channel allows up to 320kbps, 6 channel allows up to 768kbps git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3222 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix a mingw build issuejstebbins2010-04-142-14/+69
| | | | | | | The new multi-instance file locking needs to be ifdef'd for mingw git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3221 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: improved rpm buildingjstebbins2010-04-126-32/+65
| | | | | | | | | | | | | | | Resulting rpms have fewer warnings and no errors according to rpmlint. No need to pre-build binaries. Just configure and "make pkg.create.rpm" Standard fedora rpms can be found in: build/stage/rpm/RPMS and SRPMS Binary packages are renamed according to handbrake naming convention in: build/pkg git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3220 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: don't strip debug symbols when installingjstebbins2010-04-111-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3219 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-107-20/+46
| | | | | | | - Update GrowlConnector to 2.0.2.8 - Few UI tweaks to the updater. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3218 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix some mingw warnings and a mingw build issuejstebbins2010-04-106-12/+14
| | | | | | | mingw gcc-4.5 has linker issues against shared libstdc++ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3217 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-093-23/+6
| | | | | | - Fix a few small issues with custom anamorphic preset loading. Thanks golgol7777 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3216 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-092-21/+2
| | | | | | - Clean up a switch statement that wasn't needed git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3215 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-091-32/+28
| | | | | | - Refactor the code to work out the slider value from the video quality. This fixes a bug when loading presets with ffmpeg and makes the code far easier to understand. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3214 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: forgot to keep the activity logs distinct for multiple instancesjstebbins2010-04-091-2/+58
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3213 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: allow multiple instances of the gui to runjstebbins2010-04-094-21/+162
| | | | | | | | | | | | Each instance has a queue named "queue.<pid>". On startup, the gui opens and locks with lockf a file "ghb.pid.<pid>". Then it searches for any other ghb.pid.<pid> files that exist that are not locked. If it finds one, then some instance of ghb exited and may have left behind a queue. Try to reload it. If there are no items in the queue, continue looking for unlocked ghb.pid.<pid> files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3212 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove another queue incrementing log message.dynaflash2010-04-091-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3211 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove more unneeded activity log messages and clean up some ↵dynaflash2010-04-091-27/+8
| | | | | | commented out code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3210 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove a bunch of verbose activity log messages for Point to Point ↵dynaflash2010-04-091-15/+4
| | | | | | encoding. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3209 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Enable mp3 audio tracks in mp4.dynaflash2010-04-081-0/+3
| | | | | | | - NOTE: Currently not supported by any native apple software including QuickTime even with Perian enabled (obviously applies to iPhone/iPod iPad afaik or really anything). - Is supported by VLC and MPlayer on Mac. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3208 b64f7644-9d1e-0410-96f1-a4d463321fa5
* CLI: add single title scan supportjstebbins2010-04-081-4/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3207 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-082-8/+9
| | | | | | - MP3 in MP4 files is now enabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3206 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix audio clipping when downmixing and output codec is lamejstebbins2010-04-073-19/+27
| | | | | | | | | | The lame codec has a more limited input range than the other codecs. So tell the downmixers to stay strictly within the level range requested. also changes some tabs into spaces in deca52 and decdca git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3205 b64f7644-9d1e-0410-96f1-a4d463321fa5
* x264 bump from r1510 to r1523dynaflash2010-04-071-1/+1
| | | | | | - Various bugfixes and enhancements. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3204 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix crash when subtitle list has an invalid subtitlejstebbins2010-04-061-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3203 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix issue when selecting a preset with multiple audio tracks (ie. ↵dynaflash2010-04-061-1/+14
| | | | | | | | | AppleTV preset) any track after the first track used the first source track which would cause track mismatches. Now if the first track is set to use source track 3 for instance, the seond track will use source track 3 as well. - Fixes issue where the AppleTv Preset would use a different source track for its AC3 track than the first aac track on some multiple track sources. - Addresses the bug explained here http://forum.handbrake.fr/viewtopic.php?f=12&t=15854 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3202 b64f7644-9d1e-0410-96f1-a4d463321fa5
* generalize audio channel map reorderingjstebbins2010-04-053-119/+404
| | | | | | | | | | | | | | | | this allows remapping any channel order to any other channel order with the appropriate map definitions. channel maps currently supplied are smpte (used by ffmpeg), qt (our standard channel order), and ac3 (as delivered by a52dec). remapping can also be applied to the downmixer with the function hb_downmix_set_chan_map(hb_chan_map_t * map_in, hb_chan_map_t * map_out). this allows downmixing and channel reordering in a single step. there is no additional cost to reordering since the matrix multiply used to do the downmix simultaneously reorders. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3201 b64f7644-9d1e-0410-96f1-a4d463321fa5
* small error in the last change. Missed a comman in the libhb build script ↵sr552010-04-051-1/+1
| | | | | | change. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3200 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libgcc is no longer needed. Thanks to golgol7777 for pointing out the ↵sr552010-04-052-0/+2
| | | | | | necessary changes in the build system git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3199 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-051-5/+0
| | | | | | - Remove check for libgcc_s_sjlj-1.dll since it is no longer required. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3198 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix silence insertion problem in audio sync and pipeline stall problemjstebbins2010-04-034-33/+74
| | | | | | | | | | | | | | | | | | | | the current audio buffer was being dropped when silence was inserted, causing the time to fall even further behind and provoke more silence insertion in some cases. with pont-to-point, it is possible for one stream to complete before the other(s). when the work_loop exits for that stream, the fifo is no longer serviced and may fill. This can back up and cause a stall in reader causing the streams that are not yet complete to stall. The Solution is to continue servicing the fifo after work for a stream is complete. This was complicated by the fact that the video sync work object was being used as the indicator that all work was finished. When it exited everything was told to stop. So now, the muxer work object (last in the chain) is the indicator when work is done. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3197 b64f7644-9d1e-0410-96f1-a4d463321fa5