summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
* MacGui: remove the DiskArbitration framework from the Xcode project and the M...ritsuka2014-07-311-4/+0
* MacGui: fixed a memory leak.ritsuka2014-07-311-0/+6
* MacGui: use the native language if available in the subtitles table and langu...ritsuka2014-07-312-3/+9
* MacGui: check if the image returned by hb_get_preview2 is null to avoid a cra...ritsuka2014-07-301-29/+34
* MacGui: use the new preview generation method hb_get_preview2.ritsuka2014-07-291-42/+33
* MacGui: Implemented a configuration panel similar to the win/lin gui one for ...ritsuka2014-07-2913-949/+1584
* MacGui: Used a different api in HBDVDDetector to avoid DiskArbitration crashes.ritsuka2014-07-191-19/+7
* MacGUI: removed an unneeded __bridge in HBDVDDetector. Might fix a crash in t...ritsuka2014-07-171-1/+1
* MacGui: Replaced some deprecated functions in HBDVDDetector and ignored the Q...ritsuka2014-07-163-70/+81
* MacGui: moved two methods used by the whole app to HBUtilities.m:ritsuka2014-07-167-114/+111
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-1523-19907/+5488
* MacGUI: Expanded the auto name feature to make it as powerful as the WinGUI c...ritsuka2014-07-116-950/+1494
* macui/cli/libhb: cleanupjstebbins2014-06-184-191/+80
* macui: fix PcitureController geometry calculationsjstebbins2014-06-102-488/+241
* MacGUI: fix line endings after last commit.Rodeo2014-05-111-7/+8
* mux: eliminate 32 track limitjstebbins2014-05-111-8/+7
* Xcode: another small cleanup.Rodeo2014-05-101-18/+20
* Xcode: small cleanup after libvpx support commit.Rodeo2014-05-101-2/+2
* Add VP8 supportjstebbins2014-04-151-0/+6
* libhb: enable burn-in of all supported text subtitle formatsjstebbins2014-03-302-127/+122
* MacGui: generalize x264CqSliderFractional preference to allRodeo2014-03-031-4/+4
* Remove libfaacsr552014-03-023-15/+13
* libhb: remove a52decjstebbins2014-02-203-15/+0
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* libhb: make encoder options less x264-centric.Rodeo2014-02-133-69/+96
* libhb: change libhb.a to libhandbrake.ajstebbins2014-02-092-17/+17
* decavcodec: DRC support.Rodeo2014-01-254-12/+17
* MacGui: fixy a crash when opening an external SRT file.Rodeo2014-01-191-2/+2
* remove contrib mpeg2decjstebbins2014-01-133-15/+0
* Remove Anamorphic from Windows Phone preset since these devices don't support...sr552013-12-211-1/+1
* MacGUI: Release the cached images when the preview window is closed.ritsuka2013-12-033-4/+6
* BuildSystem: OSX, add osx10.9 xcconfig files to project.konablend2013-11-101-0/+4
* OpenCL: use the new library loading architecture for all OpenCL code.Rodeo2013-11-082-10/+0
* MacGui: update to the new preset getter API.Rodeo2013-11-081-8/+5
* Denoise (hqdn3d) syntax change: accept settings for individual chroma channels.Rodeo2013-11-081-6/+6
* MacGUI: validate the toolbars items after a scan. This used to be done but go...ritsuka2013-11-051-1/+2
* MacGUI: Refactor HBPreviewController. Rename the actual class to HBPreviewCon...ritsuka2013-11-049-2664/+2270
* MacGUI: fixed OutputPanel.xib warnings.ritsuka2013-11-031-239/+260
* fix a52dec and mpeg2dec duplicate symbols w/ OSX 10.9 SDKkonablend2013-11-023-0/+8
* MacGUI: refactor PictureController. kill a bit of dead code (~500 lines), swi...ritsuka2013-11-027-3136/+2206
* MacGUI: Varius warnings fixes:ritsuka2013-10-2512-292/+301
* MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...ritsuka2013-10-1514-214/+210
* BuildSystem: fix Xcode when building w/ clang targeting 10.6konablend2013-10-011-0/+1
* MacGUI: Replace deprecated NSWorkspace API calls. Patch by Alexander Zautke.ritsuka2013-09-281-26/+27
* BuildSystem: initial Xcode5 supportkonablend2013-09-248-22/+57
* Merging-in the OpenCL Scaling code from the OpenCL branch to trunk. sr552013-09-212-0/+11
* MacGui: fix compil<tion with clang.Rodeo2013-09-201-1/+1
* MacGui: use FSEvent api to create a FSEventStream to keep track of when a fil...ritsuka2013-08-192-28/+105
* MacGui: calculate the actual height of the queue rows. Align the interface el...ritsuka2013-08-182-1308/+318
* MacGui: Read events from the mouse scroll wheel in HBPreviewController.m to c...ritsuka2013-08-041-0/+17