[vls-devel] CVS Commit: vls (tooney)

cvs at videolan.org cvs at videolan.org
Tue Aug 5 20:03:52 CEST 2003


Update of /cvs/videolan/vls/src/modules/normaltrickplay
Modified Files:
	normaltrickplay.cpp normaltrickplay.h 

Update of /cvs/videolan/vls/src/modules/ps2ts
Modified Files:
	ps2ts.cpp ps2ts.h 

Update of /cvs/videolan/vls/src/modules/raw2ts
Modified Files:
	raw2ts.cpp raw2ts.h 

Update of /cvs/videolan/vls/src/modules/ts2ts
Modified Files:
	ts2ts.cpp ts2ts.h 

Update of /cvs/videolan/vls/src/mpeg
Modified Files:
	converter.cpp converter.h 

Update of /cvs/videolan/vls/src/server
Modified Files:
	manager.cpp 

Log Message:

  . Some cleaning in the TrickModule :

    Function :
                       "m_pConverter->GetNextPacket(C_Packet * Packet)"
    is replaced by :
                       "...->GetNextPackets(C_Fifo<C_Packet> * Packet)".

    The main reason is that sometimes, it is not easy for the converter
    to give only *one* packet. In the case of the ps2ts converter and
    raw2ts converter, the basic operation for the converter is to
    convert a ps/raw frame into *several* TS packets. In that case, it
    is easier for the converter to give a buffer of several TS packets.

    I think this is the right way to do things. This commit is a big
    step to ps2ts and raw2ts reparations.

    v4l support and raw2ts will be repaired in my next commit... be patient !



-- 
tooney
-- 
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 <postmaster at videolan.org>



More information about the vls-devel mailing list