Changeset 0e867ba1dd2e76d849f2a55a22b7ee0be9cb4f32
- Timestamp:
- 01/17/07 18:30:53
(1 year ago)
- Author:
- Christophe Massiot <massiot@videolan.org>
- git-committer:
- Christophe Massiot <massiot@videolan.org> 1169055053 +0000
- git-parent:
[1c2b8a832cd6dfdc223c84cf9b30f9f4c1338deb]
- git-author:
- Christophe Massiot <massiot@videolan.org> 1169055053 +0000
- Message:
- modules/codec/telx.c: Teletext subtitles decoder, patch courtesy of
Vincent Penne.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2824ad7 |
r0e867ba |
|
| 325 | 325 | S: Germany |
|---|
| 326 | 326 | |
|---|
| | 327 | N: Vincent Penne |
|---|
| | 328 | E: ziggy at sashipa dot com |
|---|
| | 329 | D: teletext decoder |
|---|
| | 330 | S: France |
|---|
| | 331 | |
|---|
| 327 | 332 | N: Eric Petit |
|---|
| 328 | 333 | E: titer@videolan.org |
|---|
| rc73acb6 |
r0e867ba |
|
| 1127 | 1127 | VLC_ADD_PLUGINS([dummy logger memcpy]) |
|---|
| 1128 | 1128 | VLC_ADD_PLUGINS([mpgv mpga m4v m4a h264 ps pva avi asf mp4 rawdv nsv real aiff mjpeg demuxdump flacsys tta]) |
|---|
| 1129 | | VLC_ADD_PLUGINS([cvdsub svcdsub spudec subsdec dvbsub mpeg_audio lpcm a52 dts cinepak flac]) |
|---|
| | 1129 | VLC_ADD_PLUGINS([cvdsub svcdsub spudec telx subsdec dvbsub mpeg_audio lpcm a52 dts cinepak flac]) |
|---|
| 1130 | 1130 | VLC_ADD_PLUGINS([deinterlace invert adjust transform wave ripple psychedelic gradient motionblur rv32 rotate noise extract]) |
|---|
| 1131 | 1131 | VLC_ADD_PLUGINS([converter_fixed mono]) |
|---|
| rc2fd8c6 |
r0e867ba |
|
| 19 | 19 | SOURCES_faad = faad.c |
|---|
| 20 | 20 | SOURCES_dvbsub = dvbsub.c |
|---|
| | 21 | SOURCES_telx = telx.c |
|---|
| 21 | 22 | SOURCES_mash = mash.cpp |
|---|
| 22 | 23 | SOURCES_x264 = x264.c |
|---|