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
/
HBSubtitles.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacGui: improve NSLocalizedString comments.
Damiano Galassi
2018-06-09
1
-2
/
+2
*
Misc. typos
luz.paz
2018-02-20
1
-1
/
+1
*
MacGui: do not load a job from disk if one or more job objects are missing.
Damiano Galassi
2017-04-21
1
-1
/
+4
*
MacGui: do not duplicate the subtitle source track each time the job is read ...
Damiano Galassi
2017-03-17
1
-1
/
+1
*
subtitles: simplify and shorten subtitle descriptions (#591)
John Stebbins
2017-03-10
1
-22
/
+1
*
MacGui: improve management of security scoped resources. Fix external SRT in ...
Damiano Galassi
2017-01-25
1
-4
/
+83
*
MacGui: fix NSSecureCoding for the HBSubtitles class.
Damiano Galassi
2017-01-04
1
-1
/
+1
*
MacGui: enable NSSecureCoding for the queue file.
Damiano Galassi
2016-12-27
1
-3
/
+3
*
MacGui: fix audio and subtitles tracks when reloading a job from the queue.
Damiano Galassi
2016-12-27
1
-8
/
+10
*
MacGui: set the subtitles track default key when applying defaults from a pre...
Damiano Galassi
2016-12-24
1
-0
/
+1
*
MacGui: fix HBJob copy method, plus small performance optimisation in HBAudio...
Damiano Galassi
2016-11-02
1
-21
/
+36
*
MacGui: made some HBJob properties private.
Damiano Galassi
2016-10-31
1
-1
/
+4
*
MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...
Damiano Galassi
2016-10-29
1
-117
/
+28
*
MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets inste...
Damiano Galassi
2015-10-29
1
-0
/
+10
*
MacGui: improve subtitles defaults undo support.
Damiano Galassi
2015-10-24
1
-0
/
+1
*
MacGui: rewrote the subtitles tab to use bindings, view-based table view and ...
Damiano Galassi
2015-10-22
1
-247
/
+262
*
MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...
Damiano Galassi
2015-10-13
1
-2
/
+2
*
MacGui: split HBTitle header to make it easier to test. Added some simple tests.
ritsuka
2015-06-01
1
-0
/
+2
*
MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...
ritsuka
2015-04-22
1
-5
/
+10
*
MacGui: run the Xcode "convert to modern objective-c" on the entire project.
ritsuka
2015-04-09
1
-1
/
+1
*
MacGui: convert the mac gui to Objective-C ARC.
ritsuka
2015-03-17
1
-26
/
+7
*
MacGui: add Burn-In options to subtitle defaults hopefully similar to the Lin...
ritsuka
2015-02-17
1
-4
/
+57
*
MacGui: fix an issue where a "none" track could be added to hb_job_t.
ritsuka
2015-01-31
1
-1
/
+1
*
MacGui: do a mutable copy instead of a copy for the masterTrackArray.
ritsuka
2015-01-21
1
-1
/
+1
*
MacGui: fix some leaks
ritsuka
2015-01-15
1
-2
/
+19
*
MacGui: fix a crash when editing a queue item.
ritsuka
2015-01-13
1
-0
/
+3
*
MacGui: Move the audio/subtitles selection logic out of the view controllers....
ritsuka
2015-01-13
1
-0
/
+497
*
MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...
ritsuka
2014-07-15
1
-863
/
+0
*
libhb: enable burn-in of all supported text subtitle formats
jstebbins
2014-03-30
1
-107
/
+80
*
MacGUI: Varius warnings fixes:
ritsuka
2013-10-25
1
-4
/
+4
*
MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...
ritsuka
2013-10-15
1
-66
/
+65
*
MacGui: populate the SRT subtitle language list dynamically from libhb.
Rodeo
2013-07-13
1
-187
/
+13
*
Don't expose rate, mixdown, dither and encoder arrays to the UIs.
Rodeo
2013-05-30
1
-1
/
+1
*
MacGui: stop before the last ("None") subtitle track when converting incompat...
Rodeo
2013-05-12
1
-3
/
+5
*
MacGui: forbid including passthru PGS subtitle streams in MP4.
Rodeo
2013-03-12
1
-78
/
+194
*
PGS (bluray) subtitle support \o/
jstebbins
2012-04-26
1
-13
/
+7
*
MacGui: Subtitle tab changes
dynaflash
2010-11-01
1
-102
/
+89
*
SSA subtitle burn in
jstebbins
2010-09-28
1
-6
/
+35
*
Macgui: Sanity check multiple burned in vobsubs.
dynaflash
2010-05-26
1
-3
/
+21
*
MacGui: Enable soft vobsubs in mp4
dynaflash
2010-05-25
1
-51
/
+5
*
MacGui: Queued item editing initial implementation.
dynaflash
2010-01-21
1
-1
/
+47
*
MacGui: Fix issue with subtitle changes affecting all encodes in the queue by...
dynaflash
2009-12-10
1
-1
/
+1
*
Macgui: fix issue where choosing an srt subtitle file would fail to autmatica...
dynaflash
2009-10-07
1
-0
/
+4
*
MacGui: Subtitles - fix bug that prevented being able to select burned in sub...
dynaflash
2009-07-17
1
-1
/
+1
*
MacGui: remove broken conditional that was errantly included in srt subtitle ...
dynaflash
2009-07-16
1
-10
/
+0
*
MacGui: srt subtitle support initial implementation
dynaflash
2009-07-16
1
-71
/
+547
*
MacGui: Subtitles - Fix bug where setting the first track to None ( deleting ...
dynaflash
2009-06-16
1
-45
/
+50
*
MacGui: Multiple subtitle tracks initial implementation
dynaflash
2009-06-13
1
-0
/
+444