[vlc-devel] commit: Moved stream record to its own module. (Laurent Aimar )

git version control git at videolan.org
Tue Dec 9 21:40:26 CET 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Dec  9 21:06:12 2008 +0100| [44a1dd652ea0d1ffe596561c9cce69e64fb47da1] | committer: Laurent Aimar 

Moved stream record to its own module.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44a1dd652ea0d1ffe596561c9cce69e64fb47da1
---

 include/vlc_input.h              |   11 ++
 modules/stream_filter/Modules.am |    5 +
 modules/stream_filter/record.c   |  245 ++++++++++++++++++++++++++++++++++++++
 src/input/input.c                |   12 ++
 src/input/input_internal.h       |    5 -
 src/input/stream.c               |  148 +----------------------
 src/libvlccore.sym               |    1 +
 7 files changed, 277 insertions(+), 150 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=44a1dd652ea0d1ffe596561c9cce69e64fb47da1



More information about the vlc-devel mailing list