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
/
HBAudioController.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacGui: add a popover to edit tracks names.
Damiano Galassi
2019-09-26
1
-0
/
+13
*
MacGui: set the minimum deployment target to 10.10. Remove Growl and use macO...
Damiano Galassi
2018-06-08
1
-18
/
+8
*
MacGui: move the objc libhb wrapper to a separate framework.
Damiano Galassi
2016-03-11
1
-3
/
+3
*
MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets inste...
Damiano Galassi
2015-10-29
1
-4
/
+1
*
MacGui: add redo/undo supports to the audio part of HBJob.
Damiano Galassi
2015-10-24
1
-4
/
+15
*
MacGui: convert the mac gui to Objective-C ARC.
ritsuka
2015-03-17
1
-4
/
+4
*
MacGui: Move the audio/subtitles selection logic out of the view controllers....
ritsuka
2015-01-13
1
-420
/
+14
*
MacGui: rename HBAudio class to HBAudioTrack.
ritsuka
2015-01-09
1
-11
/
+11
*
MacGui: clean up headers and imports.
ritsuka
2014-12-27
1
-15
/
+0
*
MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...
ritsuka
2014-12-27
1
-11
/
+3
*
MacGui: change the queue to work with serialized HBJob objects, remove the NS...
ritsuka
2014-12-27
1
-87
/
+7
*
MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...
ritsuka
2014-12-22
1
-1
/
+4
*
MacGui: use HBJob tracks array in HBAudioController and HBSubtitlesController...
ritsuka
2014-12-21
1
-0
/
+1
*
MacGui: use HBJob when possible.
ritsuka
2014-12-21
1
-24
/
+8
*
MacGui: separate the video settings logic from the view controller. There are...
ritsuka
2014-12-18
1
-7
/
+7
*
MacGui: pass only the tracks array to the addTracksFromQueue: method, no need...
ritsuka
2014-11-02
1
-2
/
+2
*
MacGui: fixed some warnings.
ritsuka
2014-10-30
1
-2
/
+1
*
MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...
ritsuka
2014-08-22
1
-3
/
+3
*
MacGui: implemented the HBViewValidation protocol in each of the main window ...
ritsuka
2014-08-10
1
-6
/
+6
*
MacGui: Modernized the objc syntax of HBAudio/HBAudioController and avoided t...
ritsuka
2014-08-05
1
-24
/
+20
*
MacGui: simplified the way the audio tracks are stored in the queue.
ritsuka
2014-08-04
1
-171
/
+109
*
MacGui: Adds a new sheet for audio defaults (presets), uses the same preset k...
ritsuka
2014-08-04
1
-284
/
+190
*
MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...
ritsuka
2014-07-15
1
-4
/
+92
*
Remove libfaac
sr55
2014-03-02
1
-1
/
+1
*
decavcodec: DRC support.
Rodeo
2014-01-25
1
-2
/
+5
*
MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...
ritsuka
2013-10-15
1
-17
/
+18
*
MacGui: get rid of now obsolete @"UseCoreAudio" preference and related widgets
Rodeo
2013-06-20
1
-12
/
+1
*
Don't expose rate, mixdown, dither and encoder arrays to the UIs.
Rodeo
2013-05-30
1
-38
/
+26
*
MacGui: harmonize audio configuration code in prepareJob and prepareAudioForJob.
Rodeo
2013-04-28
1
-16
/
+16
*
Audio dithering.
Rodeo
2013-02-05
1
-0
/
+2
*
Audio improvements.
Rodeo
2012-09-03
1
-4
/
+8
*
MacGui: Add support for a secondary audio language track.
dynaflash
2012-08-27
1
-7
/
+34
*
libhb: drop HB_INPUT_CH_LAYOUT_*
Rodeo
2012-06-18
1
-1
/
+1
*
MacGui: add Auto Passthru support.
Rodeo
2012-01-24
1
-8
/
+0
*
Add flac + quality + compression level support
jstebbins
2011-10-12
1
-0
/
+1
*
MacGui: since Auto Passthru isn't enabled yet, we still need to fall back to ...
Rodeo
2011-09-19
1
-0
/
+8
*
libhb: Auto Passthru and audio/video encoder lists.
Rodeo
2011-09-19
1
-8
/
+0
*
MacGui: Make AAC and MP3 passthru fall back to the AAC and MP3 encoders, resp...
Rodeo
2011-08-18
1
-2
/
+24
*
MacGUI: HBAudioController.m: remove two stray newlines which my patch inexpli...
Rodeo
2011-08-15
1
-2
/
+0
*
add more audio passthru options
jstebbins
2011-08-01
1
-0
/
+7
*
MacGUI: use "AC3 (ffmpeg)" to designate the ffac3 encoder (for consistency).
dynaflash
2011-07-19
1
-1
/
+6
*
MacGUI: Consolidate passthrough mixdowns.
dynaflash
2011-07-19
1
-3
/
+16
*
MacGui: Don't call "return" at the end of a void function.. .. Redux!
dynaflash
2011-06-14
1
-21
/
+0
*
MacGui: Add blank line to previous commit files to fix the commit notes I tot...
dynaflash
2011-06-14
1
-0
/
+1
*
MacGui: Don't call "return" at the end of a void function.
dynaflash
2011-06-14
1
-21
/
+21
*
Add DTS-HD passthru \o/
jstebbins
2011-06-14
1
-1
/
+1
*
MacGui: HBAudio Indentation Cleanup
dynaflash
2011-06-13
1
-369
/
+413
*
MacGui: Clean up internal architecture of HB Audio and HBAudioController
dynaflash
2011-05-26
1
-11
/
+19
*
MacGui: Fix some compile time warnings.
dynaflash
2011-05-26
1
-1
/
+1
*
MacGui: Audio Gain Control initial implementation
dynaflash
2011-05-26
1
-1
/
+29
[next]