CVS Commit: vls (jpsaman)
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /var/cvs/videolan/vls/src/core Modified Files: buffers.h Update of /var/cvs/videolan/vls/src/modules/dvbinput Modified Files: dvbinput.cpp Update of /var/cvs/videolan/vls/src/modules/raw2ts Modified Files: Makefile raw2ts.cpp raw2ts.h Added Files: v4lraw.cpp v4lraw.h Update of /var/cvs/videolan/vls/src/modules/v4linput Modified Files: v4linput.cpp Update of /var/cvs/videolan/vls/src/modules/v4lreader Modified Files: v4lreader.cpp v4lreader.h Update of /var/cvs/videolan/vls/src/mpeg Modified Files: reader.h Update of /var/cvs/videolan/vls/src/server Modified Files: buffer.cpp buffer.h Log Message: More fixes for v4l. The v4l module compiles again, but is not useable. 1) In contrast to my previous post the C_AudioCaptureThread and C_VideoCaptureThread were not moved down to a reader (e.g: v4lreader), but are still in raw2ts.cpp used. The declarations are in a separate file now: v4lraw.cpp and v4lraw.h. 2) A bit of cleanup 3) Added a C_DatedFifo to src/server/buffer.h and src/server/buffer.cpp TODO: Make the function EStoTS() in src/modules/raw2ts/raw2ts.cpp work on a single TS Packet. Maybe by doing to packetizing in 2 steps: a EStoPES() and PEStoTS() function. Tristan what do you think? -- jpsaman -- This is the vls-devel mailing-list, see http://www.videolan.org/streaming/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact <[email protected]>