summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prevents a bus error at scan time with DVDs that have a weird cell ↵jbrjake2007-08-171-10/+13
| | | | | | structure. Much gratitude to dynaflash, as without his patient assistance tele-debugging this, I would have been forced to buy a copy of Young Guns. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@828 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Contrib pack updated for CygWin (009)sr552007-08-172-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@827 b64f7644-9d1e-0410-96f1-a4d463321fa5
* ++ mac contrib bin to 0018jbrjake2007-08-171-1/+1
| | | | | | (used the intel headers this time, so hopefully there's won't be any problems like with 0016) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@826 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-168-14/+28
| | | | | | - Number of extra tweaks to the GUI for vista git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@825 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-161-12/+8
| | | | | | - Fixed issue with gui display under vista. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@824 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Version bump for libmkv.saintdev2007-08-161-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@823 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Switch to mk_laceXiph().saintdev2007-08-161-20/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@822 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fix scancontroller to use mount point instead of file path for ↵dynaflash2007-08-162-7/+205
| | | | | | | | | physical commercial dvds. - thanks for the work on this one blindjimmy ! - needs to be prettier, but wanted it checked in asap before release for testing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@821 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-161-0/+11
| | | | | | - Fixed issue with manual cropping and empty text box leading to --crop :::: being passed to the cli. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@820 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-162-15/+62
| | | | | | | - File extension changes for the presets done. - Fixed a few bugs where checkbox's were not being linked with their code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@819 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-163-102/+409
| | | | | | - presets added in line with http://handbrake.m0k.org/trac/wiki/BuiltInPresets git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@818 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Layout refinements courtesy of hawkmandynaflash2007-08-164-11/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@817 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Adds scripts to the Makefile for Mac to "make gui-release" and "make ↵jbrjake2007-08-151-0/+6
| | | | | | cli-release" to easily build a .dmg for each. The gui one uses bz compression, since the MacGui isn't Panther-compatible anyway. To save bandwidth, not including pdfs or api. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@816 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Lessens the brownpantsification effect from the DVD Read Blocks Failed error ↵jbrjake2007-08-151-1/+1
| | | | | | message. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@815 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Prettier logging display for filters.jbrjake2007-08-141-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@814 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Use hb_log for DVD: messages instead of printf.jbrjake2007-08-141-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@813 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Moves the filters' logging info to work.c, adds parameter info. I also ↵jbrjake2007-08-143-3/+15
| | | | | | changed the deinterlace filter name to include its default method (ffmpeg) and removed the logging line from work.c that said if job->deinterlace was true or not, as it's now superfluous. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@812 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-141-2/+0
| | | | | | -Forgot to remove a few debug lines. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@811 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-141-9/+22
| | | | | | - Fixed CRF & Quality slider issues. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@810 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Cosmetic changes to Picture Windowdynaflash2007-08-142-1/+0
| | | | | | | - Change "Misc" box to "Filters" - move the detelecine checkbox above deinterlace and denoise NSPopUps git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@809 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix queue window to show proper video framerate and assorted display ↵dynaflash2007-08-141-25/+36
| | | | | | | | formatting improvements - Fix is courtesy of BradleyS git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@808 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add height check for keep aspect ratio on when selecting a preset.dynaflash2007-08-141-0/+10
| | | | | | - Patch courtesy of BradleyS, Thanks! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@807 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix bug where 2 pass turbo, if checked, would stay checked and ↵dynaflash2007-08-141-0/+2
| | | | | | | | enabled when switching to Constant Quality. - Thanks eddyg for the heads up ! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@806 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Denoise filter initial implementationdynaflash2007-08-147-13/+72
| | | | | | | - Add Denoise NSPopUp to Picture Window - Contains None, Weak, Medium, Strong. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@805 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Adds a log message informing the user of which filters are being applied.jbrjake2007-08-141-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@804 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add detelecine parameter to Presets using key PictureDetelecine.dynaflash2007-08-131-1/+8
| | | | | | | - note, this is currently only observed is use current picture settings is specified at the time of preset creation. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@803 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Nerfing the presets a little more.jbrjake2007-08-131-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@802 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: nerfs the presets, as collapsible triangle folder thingies are ↵jbrjake2007-08-132-9/+80
| | | | | | waiting for the next release. Also adds one for CRF (shamelessly ripped from Sharktooth's CQ-ASP_Q2_eq(crf) profile for MEGui.) Hopefully I watered the presets down enough, but who knows...they might still encode too slowly for the masses. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@801 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Detelecine initial implementationdynaflash2007-08-137-5/+79
| | | | | | | - Added -VideoFramerateChanged method to controller.mm to detect NTSC Film content to error check detelecine. - Auto detected or manually choosing 23.967 (NTSC Film) disables detelecine checkbox in the picture preview window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@800 b64f7644-9d1e-0410-96f1-a4d463321fa5
* "Same as source" changes. Old behavior: mark all NTSC content as 23.976. New ↵jbrjake2007-08-132-14/+152
| | | | | | | | | behavior: mark all NTSC content as 29.97, only use 23.976 when scanning shows a title reporting itself as mostly progressive. Also threw in a bunch of commented out logging messages for diagnostic usage. And notification during encodes when progressive flags go on or off (only works in jam builds until the contrib binary packs get rebuilt). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@799 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Applies a patch from the MPlayer project to libmpeg2. This allows mpeg2dec ↵jbrjake2007-08-112-1/+34
| | | | | | to see PIC_FLAG_REPEAT_FIRST_FIELD in frame structures. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@798 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: tweaks the deinterlacing parameters.jbrjake2007-08-111-6/+6
| | | | | | | | | -Slow becomes yadif 0 -Slower becomes yadif 2, mcdeint 1 -Slowest becomes yadif 1, mcdeint 2 Thanks for the recommendations, huevos_rancheros. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@797 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add toolbar commands to the main menudynaflash2007-08-102-4/+4
| | | | | | | | | - File add: Add To Queue, Start Encoding - Window add: Show Queue Note: these menu commands are not yet status sensitive, but needed to get this nib checked in right away. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@796 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: modifies some presets.jbrjake2007-08-102-15/+236
| | | | | | | | | | | | - Removes "HB-" from the preset names. - Adds Broke preset for people who still encode to CD size. - Adds Blind preset for people who want an encode done *right now*. - Adds Deux Six Quatre preset with commonly found x264 settings. - Changes iPhone preset audio bitrate to 128 (160 is incompatible, unlike on the iPod). - Applies turbo to all existing presets that used 2-pass. - Switches the Animation and Television presets to use "Same as source" fps. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@795 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Fixed missing icon on the File menu open item. (It got bored and decided ↵sr552007-08-102-14/+35
| | | | | | to run away) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@794 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-101-1/+15
| | | | | | - Open item was missing from file menu. Now Fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@793 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-106-98/+48
| | | | | | | | - Updated splash screen - Horizontal scroll bar added to queue window. - Few minor tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@792 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-0823-91/+1081
| | | | | | | | | - Some more tweaks to the presets menu. - Border added to splash screen. - Added a quick start tips window. - Few other small UI tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@791 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add Descriptive Tags to Frame Rate Drop Downdynaflash2007-08-071-3/+22
| | | | | | | | - 23.976 (NTSC Film) - 25 (PAL Film/Video) - 29.97 (NTSC Video) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@790 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Patch from eddyg for a much less cryptic hb_log message when DVDReadBlocks ↵jbrjake2007-08-061-1/+1
| | | | | | fails. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@789 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Display thread IDs in hb_log messages with %x instead of %d, so they aren't ↵jbrjake2007-08-061-3/+3
| | | | | | negative numbers in 32-bit Ubuntu (and maybe other places). Thanks for the suggestion, mr_cheese_. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@788 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-043-55/+98
| | | | | | | | - Readded a bit of code that was accidentally removed in the last commit. - Removed some old error handling code that is no longer required. - Set frmReadDVD to always display on top git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@787 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-042-69/+191
| | | | | | | - Initial place holders for new presets. - Added a few more code regions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@786 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Send to MetaX upon completion preference initial implementation.dynaflash2007-08-032-1/+10
| | | | | | | | | | - Thanks Rodney (MetaX dev)! - Default is off - Upon completion of encode, if checked in prefs, HB will send the finished movie to MetaX for meta tagging. - currently only sends a single encode. If using the queue, will send the last job in the queue only. - In talking to Rodney some work might have to be done on the MetaX side if we ever want to be able to send an entire queue to MetaX all at once. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@785 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Tip: Never ever use the PPC include directory when building the Mac contribs.jbrjake2007-08-031-1/+1
| | | | | | | Mac OS X contrib version ++ to 0017. This'll fix anamorphic width on x86. Thanks to Ritsuka for isolating the problem and saintdev for explaining it to me in small words I could understand. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@784 b64f7644-9d1e-0410-96f1-a4d463321fa5
* a makefile update for superdump's swscale stuffsr552007-08-021-32/+32
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@783 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fixed issue with DownloadCygWinContribBinaries.shsr552007-08-021-12/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@782 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updated Contrib pack to 008 for cygwinsr552007-08-021-12/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@781 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: files I forgot to add on last commitdynaflash2007-08-024-0/+186
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@780 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Use Ritsuka's gear icon at the bottom of the preset drawer.dynaflash2007-08-026-66/+83
| | | | | | | | - Thanks Ritsuka! - Replaces fugly "Make Default" and "Update" buttons - Contains a contextual menu which currently contains "Make Default" and "Update Built-In Presets" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@779 b64f7644-9d1e-0410-96f1-a4d463321fa5