Changeset 55f476f55ba4e1aa123fc73be33340e18fde8c72
- Timestamp:
- 09/13/07 18:47:26
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1189702046 +0000
- git-parent:
[5d7d4cf5977b25bc30cb701bf9493c05f36a542f]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1189702046 +0000
- Message:
Trivial encoder for plain-text subtitles.
This allows transcoding say, DVD or DVB subs to normal ones.
Only tested with RTP output, but might also work with ogg, mp4, ts...
The problem is that most of these do not seem to check the encoding.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0af8501 |
r55f476f |
|
| 1198 | 1198 | VLC_ADD_PLUGINS([dummy logger memcpy]) |
|---|
| 1199 | 1199 | VLC_ADD_PLUGINS([mpgv mpga m4v m4a h264 vc1 ps pva avi asf mp4 rawdv rawvid nsv real aiff mjpeg demuxdump flacsys tta]) |
|---|
| 1200 | | VLC_ADD_PLUGINS([cvdsub svcdsub spudec subsdec subsusf dvbsub mpeg_audio lpcm a52 dts cinepak flac]) |
|---|
| | 1200 | VLC_ADD_PLUGINS([cvdsub svcdsub spudec subsdec subsusf t140 dvbsub mpeg_audio lpcm a52 dts cinepak flac]) |
|---|
| 1201 | 1201 | VLC_ADD_PLUGINS([deinterlace invert adjust transform wave ripple psychedelic gradient motionblur rv32 rotate noise grain extract sharpen seamcarving]) |
|---|
| 1202 | 1202 | VLC_ADD_PLUGINS([converter_fixed mono]) |
|---|
| rd7790c4 |
r55f476f |
|
| 1 | 1 | SOURCES_subsdec = subsass.c subsdec.c subsdec.h |
|---|
| 2 | 2 | SOURCES_subsusf = subsusf.c subsdec.h |
|---|
| | 3 | SOURCES_t140 = t140.c |
|---|