OSDN Git Service

softsubs:
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 3 Jun 2009 22:07:49 +0000 (22:07 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 3 Jun 2009 22:07:49 +0000 (22:07 +0000)
commitedd8a2c303d9332e5bd7e509ef2b42b0ebecd165
tree30c8fa07c6bc3808f9081356eb7850e33519e9c9
parenta8d3061bdf43b0afe417827c18bd971c9cb0acc4
softsubs:
- add ability to have 1 source subtitle feed many output subtitles
  use hb_subtitle_add() to add output tracks.
  example use case:
    you want forced subtitles from a source track on one output track and
    the entire subtitle stream from the same source track on a second
    output track
- LinGui: make subtitle tab resemble functionality of the audio tab
  any track can be added multiple times with different settings.

git-svn-id: svn://localhost/HandBrake/trunk@2476 b64f7644-9d1e-0410-96f1-a4d463321fa5
12 files changed:
gtk/src/callbacks.c
gtk/src/ghb.ui
gtk/src/hb-backend.c
gtk/src/hb-backend.h
gtk/src/internal_defaults.xml
gtk/src/main.c
gtk/src/presets.c
gtk/src/settings.h
gtk/src/subtitlehandler.c
gtk/src/subtitlehandler.h
libhb/common.c
libhb/common.h