summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
* MacGui: Remove legacy preset codedynaflash2008-12-041-400/+118
* MacGui: Picture Settings window - fix issue with freezing when resizing with ...dynaflash2008-12-031-6/+2
* Mac: move decmetadata.c to "libhb Sources" in the xcode project like all of t...dynaflash2008-12-031-1/+1
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-021-0/+6
* MacGui: Fix Auto Crop in the Legacy AppleTV presetdynaflash2008-12-011-0/+1
* MacGui: Fix the deblock filter for live previews.dynaflash2008-12-011-1/+7
* MacGui: Add selectable logging levels to the Advanced preferences.dynaflash2008-12-011-14/+196
* MacGui: Remove custome decomb option from preferences and Picture Settingsdynaflash2008-11-306-294/+95
* MacGui: Picture Previews - increase the maximum number of previews per title ...dynaflash2008-11-301-2/+38
* MacGui: Implement variable number of preview framesdynaflash2008-11-305-23/+212
* MacGui: Cleanup HBPreferncesController and the preferences nib a little. Orig...ritsuka2008-11-262-54/+112
* MacGui: Fix live preview window so that changes in the preview window are ref...dynaflash2008-11-241-2/+9
* MacGui: Live Preview Initial Implementationdynaflash2008-11-246-211/+1210
* MacGui: Fixes a minor typo in the description of a preset so it reads "it is ...jbrjake2008-11-231-1/+1
* MacGui: Connect outlet for Video Codec label to it enables/disables properlydynaflash2008-11-211-7/+13
* MacGui: Fix issue with queue where cancelling a two pass job during the first...dynaflash2008-11-201-40/+53
* MacGui: fix compiler warnings in presets code for jbrjake who is amazed it ev...dynaflash2008-11-201-1/+2
* MacGui and CLI: Finalizes built-in presets for 0.9.3jbrjake2008-11-202-30/+222
* MacGui: Change "Chapter x to Chapter y" in the sources area to "Chapter x thr...dynaflash2008-11-191-6/+6
* MacGui: Fix issue where proper width was not observed in preview image when u...dynaflash2008-11-181-6/+7
* MacGui: Add the svn and build number to the individual encode log headersdynaflash2008-11-151-1/+4
* MacGui: Fix multibyte character issue for Chapter Namesdynaflash2008-11-071-1/+1
* MacGui: Remove check on web optimized and ac3 passthru.ritsuka2008-11-022-13/+0
* MacGui: Add the preset used log message back indynaflash2008-10-301-1/+1
* MacGui: Acivity Logs for individual encodes initial implementationdynaflash2008-10-306-290/+284
* MacGui and CLI: Minor preset tweaks, brings Universal down to subme 6 and pus...jbrjake2008-10-271-2/+2
* MacGui: Queue - Add the estimated bitrate to the queue display when displayin...dynaflash2008-10-271-1/+1
* MacGui: Fix Target Size mode for Video Quality.dynaflash2008-10-241-25/+99
* MacGui: Removes largeFileSize from the Universal preset since the Nano can't ...jbrjake2008-10-221-1/+1
* MacGui: Logging Level - set to "1" in prefs.dynaflash2008-10-202-2/+4
* MacGui: Presets - Auto Crop/Custom Crop is now independent of "Use Max Source...dynaflash2008-10-201-31/+28
* Bumps libmp4v2 to r21, which fixes that include issue by folding the old 5.5G...jbrjake2008-10-151-6/+0
* MacGui: Finally!! Nested Presets - Initial implementationdynaflash2008-10-145-633/+836
* Bumps x264 to r999, bringing with it, among other things, the removal of the ...jbrjake2008-10-094-4644/+3661
* MacGui: Allow the macgui to properly read sources from a ZFS (zfs-119) format...dynaflash2008-10-031-1/+12
* MacGui: Queue - Add drc info for the audio tracks thanks to NightStorm for br...dynaflash2008-10-011-0/+37
* MacGui: Remove some of the debug messages in prepareJob for the queue process...dynaflash2008-09-301-9/+2
* MacGui: Fix warning windows when shutting down HandBrake during encoding or i...dynaflash2008-09-291-9/+9
* MacGui: Queue - Fix drag'n drop so that when dragging over an item, it doesn'...dynaflash2008-09-262-69/+34
* MacGui: Update labels for the mp4 options in both the main window and the que...dynaflash2008-09-262-20/+16
* MacGui: Fix presets when using maximum source picture size and loose anamorph...dynaflash2008-09-261-7/+4
* MacGui:Oops. WTF was I hiding direct prediction in the advanced options based...jbrjake2008-09-251-28/+7
* MacGui: Fixes bug in x264 advanced options tab, that didn't blank out direct ...jbrjake2008-09-251-2/+5
* MacGui: Loose Anamorphic - Upon initial selection set the width to the source...dynaflash2008-09-251-0/+8
* MacGui: Make the Deblock slider continuous so it reads out the values as you ...dynaflash2008-09-241-2/+2
* MacGui: Queue display - fix display of deinterlace modesdynaflash2008-09-241-3/+3
* MacGui: queue - add the file output name to the first title line in the queue...dynaflash2008-09-241-2/+24
* MacGui: Remove the VFR checkbox in the Picture Settings window.dynaflash2008-09-244-136/+34
* MacGui: update the deblock filter setting display in the queue.dynaflash2008-09-231-11/+4
* MacGui: implement a slider for deblock.dynaflash2008-09-234-72/+191