Changeset 167bb4dc81899309adf361d5e9d172b77f86242f
- 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
| r85e60cb |
r167bb4d |
|
| 991 | 991 | VLC_ADD_PLUGINS([trivial_resampler ugly_resampler]) |
|---|
| 992 | 992 | VLC_ADD_PLUGINS([trivial_channel_mixer trivial_mixer]) |
|---|
| 993 | | VLC_ADD_PLUGINS([playlist export sgimb m3u xtag]) |
|---|
| | 993 | VLC_ADD_PLUGINS([playlist export sgimb m3u nsc xtag]) |
|---|
| 994 | 994 | VLC_ADD_PLUGINS([i420_rgb rawvideo blend scale image logo]) |
|---|
| 995 | 995 | VLC_ADD_PLUGINS([wav araw subtitle vobsub adpcm a52sys dtssys au ty voc xa nuv]) |
|---|
| r91e1fa3 |
r167bb4d |
|
| 25 | 25 | SOURCES_xa = xa.c |
|---|
| 26 | 26 | SOURCES_nuv = nuv.c |
|---|
| | 27 | SOURCES_nsc = nsc.c |
|---|