]> git.sesse.net Git - vlc/commit
* all: use p_vlc->pf_memcpy instead of memcpy on big data block.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 17 Jan 2003 15:26:24 +0000 (15:26 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 17 Jan 2003 15:26:24 +0000 (15:26 +0000)
commit8470508bad67403530f0a00e598e6bf0c78e05da
treeb1f525424e5829f42e28e5d7fbfdca457fee9c6a
parent6da4dafad84d337256532f94377d84ccd3a56f0a
 * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
 * mpeg4video: removed a bad code dealing with pts discontinuity.
 * pes.c: try to avoid copying the whole  PES. (the first 64ko
ins't any more copied :)
modules/mux/mpeg/pes.c
modules/packetizer/mpeg4video.c
src/stream_output/stream_output.c