Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Mon, 18 Dec 2006 23:40:49 +0000 | kraymer | r21423: Consistent capitalization of table entries |
Mon, 18 Dec 2006 21:11:16 +0000 | nicodvb | output streams |
Mon, 18 Dec 2006 21:03:59 +0000 | nicodvb | muxers now write to output muxer->stream rather than to muxer->file |
Mon, 18 Dec 2006 20:56:24 +0000 | nicodvb | support functions for writing to streams |
Mon, 18 Dec 2006 20:55:12 +0000 | nicodvb | implemented STREAM_CTRL_GET_SIZE |
Mon, 18 Dec 2006 20:54:38 +0000 | nicodvb | new STREAM_CTRL_GET_SIZE to get size of output stream |
Mon, 18 Dec 2006 20:53:40 +0000 | nicodvb | in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and disable seek_forward for pipes |