Changeset 167bb4dc81899309adf361d5e9d172b77f86242f

Show
Ignore:
Timestamp:
31/08/05 21:00:21 (3 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1125514821 +0000
git-parent:

[83bbb06def0754d96b6c31a3b7d232776729581c]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1125514821 +0000
Message:

* NSC demuxer and decoder based on jlj's nscdec: http://nanocrew.net/?p=128

Be AWARE that this currently doesn't do anything. It just reads the file and prints the values to debug. I'll see if I can get a stream running tomorrow.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r85e60cb r167bb4d  
    991991VLC_ADD_PLUGINS([trivial_resampler ugly_resampler]) 
    992992VLC_ADD_PLUGINS([trivial_channel_mixer trivial_mixer]) 
    993 VLC_ADD_PLUGINS([playlist export sgimb m3u xtag]) 
     993VLC_ADD_PLUGINS([playlist export sgimb m3u nsc xtag]) 
    994994VLC_ADD_PLUGINS([i420_rgb rawvideo blend scale image logo]) 
    995995VLC_ADD_PLUGINS([wav araw subtitle vobsub adpcm a52sys dtssys au ty voc xa nuv]) 
  • modules/demux/Modules.am

    r91e1fa3 r167bb4d  
    2525SOURCES_xa = xa.c 
    2626SOURCES_nuv = nuv.c 
     27SOURCES_nsc = nsc.c