OSDN Git Service

MacGui: Audio ... Add an "Add All Tracks" button to the audio tab.
[handbrake-jp/handbrake-jp-git.git] / macosx / Controller.m
2010-09-16 dynaflashMacGui: Audio ... Add an "Add All Tracks" button to...
2010-09-16 dynaflashMacGui: Fix two line status readout in the main window...
2010-09-15 dynaflashMacGui: Audio ... Allow more than 4 audio tracks.
2010-09-12 dynaflashMacGui: Use http instead of https for the Help > User...
2010-09-08 jstebbinsAdd Bluray support
2010-09-08 dynaflashMacGui: Update web links for the Help > Forums and...
2010-08-20 dynaflashMacGui: Fix issue where multi instance was improperly...
2010-08-19 dynaflashMacGui: Encode status readout now two lines, first...
2010-08-16 dynaflashMacGui: Fix dock icon behavior
2010-08-06 dynaflashMacGui: Store live previews in a sub directory in ...
2010-08-05 dynaflashMacGui: Disable preview hud controls during new source...
2010-08-03 dynaflashMacGui: Re-locate logic for encode done notifications...
2010-07-26 dynaflashMacGui: Rework how we get encode and queue done alerts.
2010-07-22 sr55MacGui:
2010-07-22 sr55Reverting 3452
2010-07-22 dynaflashMacGui: Fix issue where queue was being reloaded showin...
2010-07-19 dynaflashMacGui: Fix how we get the current instances pid number...
2010-07-17 dynaflashMacGui: Initial implementation of new queue sync code...
2010-06-28 dynaflashMacGui: Presets - Add abliity to modify width and heigh...
2010-06-27 jstebbinsMacGui: fix uninteded side effect of code that enforces...
2010-06-26 jstebbinsMacGui: apply maxHeight in non-anamorphic
2010-06-21 dynaflashMacGui: Allow mono audio mixdown for LAME
2010-06-18 dynaflashMacGui: Peak Framerate initial implementation
2010-06-04 jstebbinsMacGui: Add flexible dylib path manipulation so that...
2010-05-25 dynaflashMacGui: Enable soft vobsubs in mp4
2010-05-06 dynaflashMacGui: Chapter Title import/export functionality
2010-04-27 dynaflashMacGui: reset hb_filter_decomb after use, so switching...
2010-04-20 jstebbinsadd dvd main feature title detection
2010-04-14 dynaflashMacGui: Allow up to 320 kbps bitrate for stereo and...
2010-04-09 dynaflashMacGui: Remove another queue incrementing log message.
2010-04-09 dynaflashMacGui: Remove more unneeded activity log messages...
2010-04-09 dynaflashMacGui: Remove a bunch of verbose activity log messages...
2010-04-08 dynaflashMacGui: Enable mp3 audio tracks in mp4.
2010-04-06 dynaflashMacGui: Fix issue when selecting a preset with multiple...
2010-04-02 dynaflashMacGui: Remove a bunch of useless comments from the...
2010-04-02 dynaflashMacGui: Remove the AC3 and DCA audio input codec limita...
2010-03-26 dynaflashMacGui: Fix crash where a source with no audio crashes...
2010-03-26 dynaflashMacGui: Add call to hb_global_close() upon application...
2010-03-09 dynaflashMacGui: Fix pending encodes left in queue at quit warni...
2010-03-05 dynaflashMacGui: Fix issue where closing the main window, then...
2010-02-23 dynaflashMacGui: Audio fixes regarding CoreAudio as default.
2010-02-12 dynaflashMacGui: Fix package default name types broken when...
2010-02-12 dynaflashMacGui: Queue edit rescan fix for multiple title sources
2010-02-11 dynaflashMacGui: uncomment line commented for testing for editin...
2010-02-11 dynaflashAdjustable picture modulus: Base patch by BradleyS...
2010-02-08 dynaflashMacGui: Get rid of % read out in constant quality mode...
2010-02-05 dynaflashMacGui: Fix issue with six channel discreet presets...
2010-01-22 dynaflashMacGui: Queue Edit uncomment remove reloaded queue...
2010-01-21 dynaflashMacGui: Queued item editing initial implementation.
2010-01-12 dynaflashMacGui: Add the ability to send the finished encode...
2010-01-12 dynaflashMacGui: Remove other errant subtitle log line for sub...
2010-01-12 dynaflashMacGui: remove errant subtitle track log mssg that...
2010-01-04 dynaflashMacGui: Fix source duration display format when using...
2009-12-23 dynaflashMacGui: Interface changes to allow pts or frame based...
2009-12-16 dynaflashMacGui: Fix subtitle code in Live Preview that borked...
2009-12-10 dynaflashMacGui: Fix issue with subtitle changes affecting all...
2009-11-26 dynaflashMacGui: fix vlc detection so that "Scan Anyway" works...
2009-11-25 jstebbinsbatch file scanning and scan cancel
2009-11-22 dynaflashMacGui: Add check for audio == null for > 1 audio track...
2009-11-21 dynaflashMacGui: Trigger "Open Source Title Specific" if the...
2009-11-20 dynaflashMacGui: Change the subme=1 option in turbo first pass...
2009-11-18 dynaflashMacGui: Remove vestigial conditional which did not...
2009-11-18 dynaflashMacGui: change the min and max bitrate for faac six...
2009-11-05 dynaflashMacGui: Make sure that drc is set to 0 by default ...
2009-11-02 dynaflashMacGui: Fix the RF and QP labels in the constant qualit...
2009-10-23 dynaflashMacGui: Fix bug in encoding custom anamorphic with...
2009-10-19 dynaflashMacGui: fix borked previous commit 2891
2009-10-19 dynaflashMacGui: make crf default for x264
2009-10-09 dynaflashMacGui: In presets with an audio track specified for...
2009-10-08 dynaflashMacGui: Do not allow Start or Add to Queue during sourc...
2009-09-24 dynaflashMacGui: Allow and check for 64 bit vlc. Match HandBrake...
2009-09-16 dynaflashMacGui: replace deprecated -stringWithCString with...
2009-09-15 dynaflashMacGui: fix eyetv package scanning borked by Snow Leopard.
2009-08-29 ritsukaMacGUI: Renamed Controller.mm to Controller.m, changed...