Mercurial > mplayer.hg
log stream/rtp.h @ 26657:6c9312893275
age | author | description |
---|---|---|
Fri, 22 Feb 2008 09:09:46 +0000 | diego | Add MPLAYER_ prefix to multiple inclusion guards. |
Mon, 31 Dec 2007 16:15:50 +0000 | diego | Add explanatory comments to the #endif part of multiple inclusion guards. |
Mon, 02 Jul 2007 22:34:45 +0000 | diego | Do not use leading underscores in multiple inclusion guards, they are reserved. |
Fri, 04 Aug 2006 19:38:59 +0000 | ben | removed some useless includes |
Fri, 04 Aug 2006 19:36:41 +0000 | ben | moved some definitions from rtp.h to rtp.c as they're not exported or used anywhere else |
Fri, 04 Aug 2006 19:31:53 +0000 | ben | removed udp socket creation code from rtp stack to a new dedicated udp helper file |
Fri, 04 Aug 2006 18:32:36 +0000 | ben | split rtp stack, udp input layer and rtp input layer from rtp.c |
Mon, 31 Jul 2006 17:39:17 +0000 | ben | introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/rtp.h@63d1ffa66cd1 |