[vlc-commits] RTP: use poll() timeout, get rid of the threaded timer and lock

Rémi Denis-Courmont git at videolan.org
Tue Mar 1 22:23:39 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar  1 23:22:27 2011 +0200| [05c3deaf2c8459c594a7f5359ed09314597c8607] | committer: Rémi Denis-Courmont

RTP: use poll() timeout, get rid of the threaded timer and lock

This gets rid of one thread per RTP input. This will also ease would-be
support for RTCP.

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

 modules/access/rtp/input.c |  256 +++++++++++++++++++-------------------------
 modules/access/rtp/rtp.c   |   10 +-
 modules/access/rtp/rtp.h   |   10 +--
 3 files changed, 120 insertions(+), 156 deletions(-)

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


More information about the vlc-commits mailing list