Changeset 09c86cf0c253bc101eaa78ddbed889621f8464a2
- Timestamp:
- 05/27/04 01:19:53
(4 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1085613593 +0000
- git-parent:
[395cdfc1a82b88656241df8bc894d12d8995e63c]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1085613593 +0000
- Message:
* enable mjpeg module and add to LIST
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5f50f22 |
r09c86cf |
|
| 885 | 885 | dnl |
|---|
| 886 | 886 | AX_ADD_PLUGINS([dummy rc telnet logger gestures memcpy hotkeys]) |
|---|
| 887 | | AX_ADD_PLUGINS([mpgv mpga m4v h264 mpeg_system ps ps2 pva ts avi asf aac mp4 rawdv demux2 nsv real aiff]) |
|---|
| | 887 | AX_ADD_PLUGINS([mpgv mpga m4v h264 mpeg_system ps ps2 pva ts avi asf aac mp4 rawdv demux2 nsv real aiff mjpeg]) |
|---|
| 888 | 888 | AX_ADD_PLUGINS([cvdsub svcdsub spudec dvbsub mpeg_audio lpcm a52 dts cinepak]) |
|---|
| 889 | 889 | AX_ADD_PLUGINS([deinterlace invert adjust wall transform distort clone crop motionblur]) |
|---|
| r5f50f22 |
r09c86cf |
|
| 263 | 263 | * mga: video output module for Matrox cards using the Linux mga kernel driver. |
|---|
| 264 | 264 | |
|---|
| | 265 | * mjpeg: a demuxer for multipart and concatenated JPEG data. |
|---|
| | 266 | |
|---|
| 265 | 267 | * mkv: Matroska demuxer |
|---|
| 266 | 268 | |
|---|
| … | … | |
| 340 | 342 | |
|---|
| 341 | 343 | * qt: interface module using the Qt widget set. |
|---|
| 342 | | |
|---|
| 343 | | * qt_video: video output module for Qt. |
|---|
| 344 | 344 | |
|---|
| 345 | 345 | * qte: video output module for Qt Embedded. |
|---|