summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: Constant Quality slider, fix percentage readouts for ffmpeg, xvid ↵dynaflash2009-02-111-3/+4
| | | | | | and theora. Thanks J45. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2145 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Adds a widget for adaptive b-frames to the x264 advanced tab.jbrjake2009-02-113-14/+281
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2144 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Some changes to the method that fades in and out different widgets, ↵jbrjake2009-02-111-28/+50
| | | | | | to avoid looping on invalid input. It's still really messy, though, and needs a real reworking. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2143 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
* MacGui: Adds slider widgets for Psy-RD and Psy-Trellis to the x264 advanced ↵jbrjake2009-02-113-53/+400
| | | | | | tab, and rearranges the layout to fit them. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2140 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Constant Quality Slider - theora's qp goes up as the quality goes up.dynaflash2009-02-111-19/+28
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2139 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
* Allows direct setting of job->vquality from interfaces in the native QP ↵jbrjake2009-02-102-5/+21
| | | | | | scales used by XviD and Theora instead of requiring conversion to a percentage. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2136 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Constant Quality Slider now QP/RF based.dynaflash2009-02-106-66/+459
| | | | | | | | | | | | | | | | | - Constant Quality Slider now uses QP/RF values instead of the long maligned % scale. - Nearest percentage is also shown for reference. -- For reference, PercentRFConversion on the wiki is a table of corresponding values for the old and new scales. - Slider changes scale base on the chosen encoder. -- x264: 0-51 -- FFmpeg and Xvid: 1-31 -- Theora: 0-63 - x264 Specific - Slider allows for fractional granularity (other encoders just whole ints). -- Advanced Preference to adjust the granularity from 1.0,0.50,0.33,0.25,0.20 with a default of 0.25. - Existing presets using the % based values converted to the nearest QP/RF value (within the granularity of the slider). -- Example: A current preset using x264 at 62% will now actually use 61.76% since the nearest RF value converted to 62% is 19.50 with the slider set to 0.25 granularity. -- New presets created will store the QP/RF value instead of the % value. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2135 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Hides the merange widget on the advanced tab when the motion ↵jbrjake2009-02-101-0/+18
| | | | | | estimation method is hex or dia. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2134 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Adds a popup menu item for Hadamard-transformed exhaustive motion ↵jbrjake2009-02-101-3/+20
| | | | | | estimation (me=tesa) to the advanced x264 tab. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2133 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Bump x264 to r1109dynaflash2009-02-101-1/+1
| | | | | | | - Assorted speedups since last bump - http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=75b495f2723fcb77fe7d5c92511136d3fea4cf13 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2132 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Disable the toolbar hide button in the pref window, it was looking ↵ritsuka2009-02-081-20/+64
| | | | | | at me oddly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2131 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
* only mark first audio track as default in mkv.jstebbins2009-02-071-0/+4
| | | | | | | | all tracks were getting marked which caused the last track to be chosen for playback by popcorn hour a-100 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2129 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
* WinGui:sr552009-02-063-9/+21
| | | | | | | - Implement DRC 0, default 0 - Tidy up audio query generation a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2127 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Implement DRC 0.0. dynaflash2009-02-062-18/+26
| | | | | | | -Though the default is set to 0.0 in the xib, any user presets ( including built in's) will set to the previous minimum of 1.0 or higher. - Since there is nothing to set between 0.0 and 1.0 the slider is set to jump to 1.0 as soon as you go above 0.0 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2126 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Video Filter and Picture Settingsdynaflash2009-02-069-1337/+274
| | | | | | | | | | | - Changed picture settings and video filter display in the main window to three text fields (removed 24 outlets and text fields). Its a hoky layout right now, but I have a feeling the video tab will be changing. - Show actual cropping values in the main window as well as Auto/Custom - Show custom filter settings if used. - Removed redundant anamorphic calculation code. Its now accessed from each controller that needs it from preview controller - Fixed an issue where decomb from a previous preset would linger in a preset that did not have decomb specified. - Updated the queue display to show custom filter info if present. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2125 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
* WinGui: Change "Picture Filters" to "Video Filters"sr552009-02-051-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2122 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-0520-289/+1531
| | | | | | | | - Picture filters now have their own tab. - Deinterlace, Decomb, Denoise and Detelecine are now custom controls with optional passthru string values - Preset system updated to handle new controls and custom string values for filters. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2121 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Change "Picture Filters" to "Video Filters"dynaflash2009-02-053-10/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2120 b64f7644-9d1e-0410-96f1-a4d463321fa5
* AC3 dynamic range compression changes. 0 now means a null DRC function. 1 ↵jbrjake2009-02-052-3/+10
| | | | | | | | remains the same (default DRC) and >1 still boosts soft sounds. For the moment, presets and interfaces still assume a default of 1, but the notion is to move to having 0 as the default, in the hope it will be louder/clearer. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2119 b64f7644-9d1e-0410-96f1-a4d463321fa5
* With live preview decmpeg2 can be running more than once simultaneously, so ↵jbrjake2009-02-051-25/+25
| | | | | | the crude cadence tracking (Film->Video messages) needs to go in the hb_libmpeg2 struct...where I should have put it in the first place. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2118 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add preset code for custom filter fieldsdynaflash2009-02-053-34/+94
| | | | | | - If an old preset uses both decomb and deinterlace, decomb will be used and deinterlace will be ignored. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2117 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
* x264 bump to r1101dynaflash2009-02-041-1/+1
| | | | | | | - " I feel the need .. the need for speed" - http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=b69548aa3a0218ba1d4f934edcf8942f2b1682f5 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2115 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Picture Filters Inspector enhancementsdynaflash2009-02-048-798/+2205
| | | | | | | | | | | | | - Add custom settings fields to Detelecine, Decomb, Deinterlace, and Denoise. - Add a two position slider to choose between Decomb and Deinterlace (can no longer run both in the macgui). - Update Presets, Queue, and Live Preview code accordingly. - Moved Grayscale to the Filters inspector and removed it from the main window. - Changed the style of the buttons on both the settings and filters inspectors to better fit in with HUD. Known Issues: - Resizing of the inspector to show/hide the custom fields is a touch ugly. - Setting the filter to "Custom" then not using a custom string, results in default from libhb, though should probably error trap against that actually. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2114 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-011-4/+7
| | | | | | | - Remove old restriction on loose anamorphic. - Fix an issue with the new audio panel which would allow incompatible audio codecs with containers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2113 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-011-10/+0
| | | | | | - Remove frmMainBasic reference. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2112 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-319-114/+472
| | | | | | | | - QueryParser: Add support for values to be attached to deinterlace, decomb, detelecine and denoise (second element of deblock still be done) - Added a debug menu + a Query Parser Testing window - Fixed small bug on the preset bar where it would crash if you left clicked on open white space. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2111 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-301-9/+3
| | | | | | - Undid that last commit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2110 b64f7644-9d1e-0410-96f1-a4d463321fa5
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2109 ↵sr552009-01-303-28/+34
| | | | b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-302-4/+11
| | | | | | | - Fixed broken struct in the activity window that was causing memory issues. - Few code tweaks in program.cs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2108 b64f7644-9d1e-0410-96f1-a4d463321fa5
* x264 bump to r1096-4c171c3dynaflash2009-01-301-1/+1
| | | | | | | - Multiple speed improvements - http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=4c171c3b1c803a173ace823275882b3c9a2ecd24 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2107 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-2910-197/+110
| | | | | | - Code cleanup git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2106 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Change the order of the filters in both the Filters Inspector and ↵dynaflash2009-01-282-46/+336
| | | | | | | | the Main Window. - Shown in order of importance now ie. detelecine decomb deinterlace denoise deblock git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2105 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Live Preview Fixesdynaflash2009-01-282-49/+4
| | | | | | | | - Fixes and Issue where using chapter markers on ffmpeg input sources caused a crash and or no encode and a gray screen. - Fixes an issue where not manually selecting a still preview caused the live preview encode to crash. - Many thanks to refulgentis for troubleshooting this for me. :) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2104 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Don't let an invalid PES header length (from a corrupted packet) cause us to ↵van2009-01-281-8/+9
| | | | | | crash in memcpy. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2103 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix issue where selecting a preset selects the right widget settings ↵dynaflash2009-01-272-5/+4
| | | | | | | | in the Filters inspector. - Duh. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2102 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remember window postion and open/close state of the Picture Filter ↵dynaflash2009-01-276-33/+62
| | | | | | and Picture sizing inspectors and restore them at the next launch. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2101 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
* MacGui: Picture Filters separate hud inspector initial implementationdynaflash2009-01-2612-1105/+1983
| | | | | | | | - Separates the filters out from the picture settings inspector into their own inspector in preparation for more advanced filters - Gingerbread is shaky but wanted to get the functionality into the svn due the the number of files modified or added. - Adds a toggle action to Picture Settings, Picture Filters and the activity window git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2099 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
* Organizes anamorphic parameters in a struct, requiring some minor search and ↵jbrjake2009-01-2615-148/+209
| | | | | | replace changes in the interfaces. Folds the logic for strict anamorphic mode into hb_set_anamorphic_size() and also stakes out a new, more customizable mode 3. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2097 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