Changeset 84cad9ba868a20f981ddb428f82c4fdd30bc5e38
- Timestamp:
- 04/19/04 04:08:52
(4 years ago)
- Author:
- Andre Pang <andrep@videolan.org>
- git-committer:
- Andre Pang <andrep@videolan.org> 1082340532 +0000
- git-parent:
[87a35e0608d865eb37f9385fe95983e3d57ec9a2]
- git-author:
- Andre Pang <andrep@videolan.org> 1082340532 +0000
- Message:
* Added Continuous Media Markup Language (CMML) codec
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r68904f4 |
r84cad9b |
|
| 2347 | 2347 | AX_ADD_PLUGINS([subsdec]) |
|---|
| 2348 | 2348 | |
|---|
| | 2349 | dnl |
|---|
| | 2350 | dnl CMML plugin |
|---|
| | 2351 | dnl |
|---|
| | 2352 | AC_ARG_ENABLE(cmml, |
|---|
| | 2353 | [ --enable-cmml CMML support (default enabled)]) |
|---|
| | 2354 | if test "${enable_cmml}" != "no" |
|---|
| | 2355 | then |
|---|
| | 2356 | AX_ADD_PLUGINS([cmml]) |
|---|
| | 2357 | fi |
|---|
| | 2358 | |
|---|
| 2349 | 2359 | |
|---|
| 2350 | 2360 | dnl |
|---|
| … | … | |
| 3777 | 3787 | modules/audio_output/Makefile |
|---|
| 3778 | 3788 | modules/codec/Makefile |
|---|
| | 3789 | modules/codec/cmml/Makefile |
|---|
| 3779 | 3790 | modules/codec/ffmpeg/Makefile |
|---|
| 3780 | 3791 | modules/codec/ffmpeg/postprocessing/Makefile |
|---|
| r85c7ea2 |
r84cad9b |
|
| 1 | 1 | List of vlc plugins (221) |
|---|
| 2 | | $Id: LIST,v 1.19 2004/01/05 13:07:02 zorglub Exp $ |
|---|
| | 2 | $Id$ |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | * a52: A/52 basic parser/packetizer |
|---|
| … | … | |
| 71 | 71 | |
|---|
| 72 | 72 | * clone: Clone video filter |
|---|
| | 73 | |
|---|
| | 74 | * cmml: Continuous Media Markup Language annotations/hyperlinks decoder |
|---|
| 73 | 75 | |
|---|
| 74 | 76 | * corba: CORBA control module |
|---|