Mercurial > mplayer.hg
log stream/stream_file.c @ 22531:090ec2169aee
age | author | description |
---|---|---|
2007-03-05 | lorenm | truncate mencoder's output file if it exists, instead of overwriting just part of it. |
2006-12-21 | nicodvb | fix compilation on the most delicious variant of unix (mingw) that lacks S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH |
2006-12-19 | nicodvb | in WRITE mode open the output file with mode 0666; umask will filter it |
2006-12-18 | nicodvb | implemented STREAM_CTRL_GET_SIZE |
2006-12-18 | nicodvb | in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and disable seek_forward for pipes |
2006-07-31 | ben | introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/stream_file.c@e3626b072cd4 |