summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Bump ffmpeg from 22950 to 25082jstebbins2010-09-142-6/+20
* MacGui: Use http instead of https for the Help > User Guide link in the help ...dynaflash2010-09-121-1/+1
* Add Bluray supportjstebbins2010-09-084-25/+174
* MacGui: Update web links for the Help > Forums and Help > User Guide menu cho...dynaflash2010-09-081-2/+2
* MacGui: Allow trellis and psy-trellis with cavlc since as of svn 3492 its now...dynaflash2010-08-251-41/+3
* MacGui: Fix issue where multi instance was improperly detecting the number of...dynaflash2010-08-201-2/+1
* MacGui: Encode status readout now two lines, first line is the name of the fi...dynaflash2010-08-193-67/+62
* MacGui: Fix dock icon behaviordynaflash2010-08-161-5/+2
* MacGui: Remove logging line used for debugging previous commit.dynaflash2010-08-061-3/+0
* MacGui: Store live previews in a sub directory in "~/Library/Application Supp...dynaflash2010-08-063-13/+52
* MacGui: Disable preview hud controls during new source scans.dynaflash2010-08-055-5/+44
* MacGui: Do not call pictureSliderChanged in windowWillClose in HBPreviewContr...dynaflash2010-08-051-1/+0
* MacGui: Add separate method for cancelling a Live Preview encode.dynaflash2010-08-043-20/+403
* MacGui: Re-locate logic for encode done notifications as per user preferences.dynaflash2010-08-031-22/+20
* MacGui: Remove unused method declaration.dynaflash2010-08-021-1/+0
* MacGui: Rework how we get encode and queue done alerts.dynaflash2010-07-263-89/+254
* MacGui:sr552010-07-221-29/+57
* Reverting 3452sr552010-07-221-57/+29
* MacGui: Fix issue where queue was being reloaded showing already completed en...dynaflash2010-07-221-29/+57
* MacGui: Fix how we get the current instances pid number since NSRunningApplic...dynaflash2010-07-194-15/+39
* MacGui: Initial implementation of new queue sync code which allows multi-inst...dynaflash2010-07-175-138/+365
* MacGui: Make .m4v (Use iTunes Friendly Naming) default in preferences.dynaflash2010-07-071-1/+1
* fix some preset issuesjstebbins2010-07-031-25/+17
* MacGui: Presets - Add abliity to modify width and height on a preset independ...dynaflash2010-06-283-25/+1429
* MacGui: fix uninteded side effect of code that enforces maxWidth/Height when ...jstebbins2010-06-271-0/+2
* MacGui: apply maxHeight in non-anamorphic jstebbins2010-06-261-2/+22
* MacGui: Allow mono audio mixdown for LAMEdynaflash2010-06-211-17/+10
* MacGui: Adds a built-in iPad preset with a max width of 1024, peak fps of 29....jbrjake2010-06-192-0/+101
* MacGui: Advanced x264 panel overhaul. - Updates labelingjbrjake2010-06-183-983/+929
* MacGui: Peak Framerate initial implementationdynaflash2010-06-184-31/+111
* MacGui: Add flexible dylib path manipulation so that we can handle external d...jstebbins2010-06-042-124/+122
* MacGui: Set the hud control panels origin based on the size of the actual pre...dynaflash2010-06-021-7/+9
* Macgui: Sanity check multiple burned in vobsubs.dynaflash2010-05-261-3/+21
* MacGui: Enable soft vobsubs in mp4dynaflash2010-05-252-94/+25
* MacGui: Live Preview HUD Overlay playback controller initial implementationdynaflash2010-05-183-39/+914
* MacGui: Chapter Title import/export functionalitydynaflash2010-05-063-26/+323
* MacGui: reset hb_filter_decomb after use, so switching between default decomb...dynaflash2010-04-271-0/+4
* add dvd main feature title detectionjstebbins2010-04-201-9/+6
* MacGui: Allow up to 320 kbps bitrate for stereo and 768 kbps for 6 channel di...dynaflash2010-04-141-4/+3
* MacGui: Remove another queue incrementing log message.dynaflash2010-04-091-1/+1
* MacGui: Remove more unneeded activity log messages and clean up some commente...dynaflash2010-04-091-27/+8
* MacGui: Remove a bunch of verbose activity log messages for Point to Point en...dynaflash2010-04-091-15/+4
* MacGui: Enable mp3 audio tracks in mp4.dynaflash2010-04-081-0/+3
* MacGui: Fix issue when selecting a preset with multiple audio tracks (ie. App...dynaflash2010-04-061-1/+14
* MacGui: Add subme 10 to the subpixel motion estimation widget in the advanced...dynaflash2010-04-021-1/+1
* MacGui: Remove a bunch of useless comments from the point a to b code.dynaflash2010-04-021-17/+5
* MacGui: Remove the AC3 and DCA audio input codec limitations for selecting mo...dynaflash2010-04-021-8/+2
* MacGui: Fix crash where a source with no audio crashes the macgui.dynaflash2010-03-261-17/+36
* MacGui: Add call to hb_global_close() upon application termination as per cha...dynaflash2010-03-262-1/+5
* MacGui: Fix pending encodes left in queue at quit warning that was borked in ...dynaflash2010-03-091-9/+1