Mercurial > mplayer.hg
log stream/stream_file.c @ 21913:94a6b690e595
age | author | description |
---|---|---|
Thu, 21 Dec 2006 22:40:51 +0000 | nicodvb | fix compilation on the most delicious variant of unix (mingw) that lacks S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH |
Tue, 19 Dec 2006 21:11:58 +0000 | nicodvb | in WRITE mode open the output file with mode 0666; umask will filter it |
Mon, 18 Dec 2006 20:55:12 +0000 | nicodvb | implemented STREAM_CTRL_GET_SIZE |
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 |
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/stream_file.c@e3626b072cd4 |