index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
macosx
/
HandBrake.xcodeproj
/
project.pbxproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacGui: reorganize the Xcode project a bit
Damiano Galassi
2015-10-09
1
-44
/
+84
*
MacGui: add a duration column to the chapters table
Damiano Galassi
2015-10-09
1
-0
/
+6
*
MacGui: move some code out of HBPreviewController.m. Remember the windows siz...
Damiano Galassi
2015-10-06
1
-0
/
+12
*
MacGui: update the project to the latest Xcode recommended settings
Damiano Galassi
2015-09-24
1
-1
/
+3
*
MacGui: copy the xibs to Base.lproj as a first step to make them localizable
ritsuka
2015-08-06
1
-0
/
+1
*
MacGui: move the picture and filters settings to the main window.
ritsuka
2015-07-27
1
-1
/
+19
*
MacGui: various queue improvements, including:
ritsuka
2015-07-22
1
-0
/
+6
*
MacGui: disable some warnings when compiling the cli inside Xcode.
ritsuka
2015-07-04
1
-1
/
+17
*
MacGui: split HBTitle header to make it easier to test. Added some simple tests.
ritsuka
2015-06-01
1
-0
/
+8
*
MacGui: fix the leaks after using hb_presets_import_json and hb_presets_clean...
ritsuka
2015-05-30
1
-0
/
+6
*
MacGui: set the deployment target to 10.7.
ritsuka
2015-05-21
1
-2
/
+2
*
MacGui: add a test target to the Xcode project, plus some simple test. Use a ...
ritsuka
2015-05-20
1
-0
/
+194
*
MacGui: use libhb built-in presets and validation functions. Update the forma...
ritsuka
2015-05-14
1
-6
/
+2
*
MacGui: add a new formatter to convert a hb_state_t to a textual representation.
ritsuka
2015-04-30
1
-0
/
+6
*
MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...
ritsuka
2015-04-22
1
-2
/
+6
*
ports: add functions for looking up user config directory
jstebbins
2015-04-19
1
-0
/
+2
*
MacGui: add an alert window to show the exceptions not handled. Hopefully it ...
ritsuka
2015-03-24
1
-0
/
+24
*
MacGui: convert the mac gui to Objective-C ARC.
ritsuka
2015-03-17
1
-1
/
+5
*
MacGui: load the built-in presets from a plist file. The plist is the almost ...
ritsuka
2015-02-23
1
-0
/
+4
*
MacGui: update the Xcode project to include the new redirect classes.
ritsuka
2015-02-20
1
-2
/
+22
*
MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip...
ritsuka
2015-01-26
1
-2
/
+2
*
MacGui: add a "Add Titles to Queue…" menu item that let select which titles...
ritsuka
2015-01-25
1
-6
/
+24
*
MacGui: rename HBController and HBQueueController files.
ritsuka
2015-01-22
1
-10
/
+10
*
MacGui: move the application delegate to its own class. Removed the "Open Sou...
ritsuka
2015-01-22
1
-0
/
+18
*
MacGui: enable and fix more compiler warnings in the Xcode project.
ritsuka
2015-01-19
1
-2
/
+12
*
MacGui: moved the queue code from HBController to HBQueueController, reworked...
ritsuka
2015-01-19
1
-1
/
+17
*
MacGui: Move the audio/subtitles selection logic out of the view controllers....
ritsuka
2015-01-13
1
-9
/
+43
*
MacGui: remove HBViewValidation protocol.
ritsuka
2015-01-10
1
-2
/
+2
*
MacGui: rename HBAudio class to HBAudioTrack.
ritsuka
2015-01-09
1
-6
/
+6
*
MacGui: rename PictureController.* to HBPictureController.* .
ritsuka
2014-12-27
1
-6
/
+6
*
MacGui: change the queue to work with serialized HBJob objects, remove the NS...
ritsuka
2014-12-27
1
-0
/
+2
*
MacGui: move the UI helper methods to new categories. Implement NSCoding in m...
ritsuka
2014-12-23
1
-0
/
+38
*
MacGui: set the chapter titles directly in HBJob. Move more things over to HB...
ritsuka
2014-12-22
1
-0
/
+6
*
MacGui: implement NSCoding protocol in HBJob.
ritsuka
2014-12-22
1
-0
/
+2
*
MacGui: rearrange files in the project and disabled NSZombie.
ritsuka
2014-12-20
1
-38
/
+38
*
contrib: build and link new jansson lib
jstebbins
2014-12-05
1
-30
/
+36
*
MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...
ritsuka
2014-12-03
1
-0
/
+6
*
MacGui: improvement to the HBCore class, use it in HBPreviewGenerator. Added ...
ritsuka
2014-11-29
1
-4
/
+28
*
MacGui: moved the HBQueueOutlineView class to its own file.
ritsuka
2014-11-23
1
-0
/
+6
*
MacGui: moved the "add preset" window to its own window controller class. Kee...
ritsuka
2014-11-23
1
-0
/
+18
*
MacGui: added a retina version the stop and delete/reveal icon.
ritsuka
2014-11-15
1
-16
/
+36
*
MacGui: high-resolution "encoding working" icon.
ritsuka
2014-11-14
1
-0
/
+24
*
MacGui: added a high resolution version of JobSmall.png and EncodeComplete.png.
ritsuka
2014-11-14
1
-4
/
+12
*
MacGui: updated the Xcode project with the Xcode 6 recommended settings.
ritsuka
2014-10-23
1
-3
/
+27
*
MacGui: fixed the preview controller HUD style on the next OS X release.
ritsuka
2014-08-22
1
-0
/
+6
*
MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...
ritsuka
2014-08-22
1
-15
/
+17
*
MacGui: set the tab views directly instead of adding a subview in the main wi...
ritsuka
2014-08-20
1
-2
/
+0
*
MacGui: added a HBDockTile class to manage the dock tile.
ritsuka
2014-08-20
1
-0
/
+8
*
MacGui: added support for NLMeans denoise. Added the HBFilters class to store...
ritsuka
2014-08-19
1
-5
/
+25
*
build: remove mp4v2 and libmkv dependencies
jstebbins
2014-08-18
1
-4
/
+0
[next]