]> git.sesse.net Git - vlc/commit
modifications for RTP reordering:
authorMarian Durkovic <md@videolan.org>
Mon, 24 Oct 2005 17:08:54 +0000 (17:08 +0000)
committerMarian Durkovic <md@videolan.org>
Mon, 24 Oct 2005 17:08:54 +0000 (17:08 +0000)
commit4a3274fbe8ae70fc5fbab4af74a323692241d3f9
treeac17d2e8b833c012380da84652a5138313bbfffb
parent60acd31a1db0b05f2960229da2a20f121933ceee
modifications for RTP reordering:
 * for RTP, prebuffering is done within RTP access
 * reordering now working within this buffer
 * solves synchro problems since packet rate is preserved
include/vlc_access.h
include/vlc_block.h
modules/access/udp.c
src/input/access.c
src/input/stream.c
src/misc/block.c