Changeset 0e867ba1dd2e76d849f2a55a22b7ee0be9cb4f32

Show
Ignore:
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
  • AUTHORS

    r2824ad7 r0e867ba  
    325325S: Germany 
    326326 
     327N: Vincent Penne 
     328E: ziggy at sashipa dot com 
     329D: teletext decoder 
     330S: France 
     331 
    327332N: Eric Petit 
    328333E: titer@videolan.org 
  • configure.ac

    rc73acb6 r0e867ba  
    11271127VLC_ADD_PLUGINS([dummy logger memcpy]) 
    11281128VLC_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]) 
     1129VLC_ADD_PLUGINS([cvdsub svcdsub spudec telx subsdec dvbsub mpeg_audio lpcm a52 dts cinepak flac]) 
    11301130VLC_ADD_PLUGINS([deinterlace invert adjust transform wave ripple psychedelic gradient motionblur rv32 rotate noise extract]) 
    11311131VLC_ADD_PLUGINS([converter_fixed mono]) 
  • modules/codec/Modules.am

    rc2fd8c6 r0e867ba  
    1919SOURCES_faad = faad.c 
    2020SOURCES_dvbsub = dvbsub.c 
     21SOURCES_telx = telx.c 
    2122SOURCES_mash = mash.cpp 
    2223SOURCES_x264 = x264.c