Changeset f4844c9888a5410803fe9cfa13813dee4823e67d
- Timestamp:
- 05/06/08 21:14:31
(6 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212693271 +0200
- git-parent:
[5df2e973d079c0a43572cb9b248d226911b4cfbc]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1211217294 +0200
- Message:
stats: Initial import of a stat oriented module. Use with /vlc --ignore-config -I dummy -vvv movie.avi --sout="#transcode{aenc=dummy,venc=stats}:std{access=http,mux=dummy,dst=0.0.0.0:8080}"
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rca23508 |
rf4844c9 |
|
| 1081 | 1081 | dnl |
|---|
| 1082 | 1082 | VLC_ADD_PLUGIN([dummy]) |
|---|
| | 1083 | VLC_ADD_PLUGIN([stats]) |
|---|
| 1083 | 1084 | VLC_ADD_PLUGIN([logger]) |
|---|
| 1084 | 1085 | VLC_ADD_PLUGIN([memcpy]) |
|---|
| … | … | |
| 5899 | 5900 | modules/misc/playlist/Makefile |
|---|
| 5900 | 5901 | modules/misc/osd/Makefile |
|---|
| | 5902 | modules/misc/stats/Makefile |
|---|
| 5901 | 5903 | modules/misc/xml/Makefile |
|---|
| 5902 | 5904 | modules/misc/probe/Makefile |
|---|
| r7690e53 |
rf4844c9 |
|
| 1 | | BASE_SUBDIRS = dummy memcpy notify testsuite playlist osd xml probe |
|---|
| | 1 | BASE_SUBDIRS = dummy memcpy notify testsuite playlist stats osd xml probe |
|---|
| 2 | 2 | EXTRA_SUBDIRS = lua |
|---|
| 3 | 3 | |
|---|