Mercurial > mplayer.hg
log stream/stream_file.c @ 35898:952818cdfe94
age | author | description |
---|---|---|
Sat, 16 Mar 2013 13:38:34 +0000 | reimar | Fix previous commit, off_t must be replaced by int64_t |
Sat, 16 Mar 2013 10:09:12 +0000 | reimar | Replace some uses of off_t by uint64_t. |
Thu, 14 Mar 2013 20:04:24 +0000 | reimar | Win32: support file names with characters outside system code-page |
Tue, 06 Nov 2012 17:31:23 +0000 | reimar | Change STREAM_CTRL_GET_SIZE argument type from off_t to |
Wed, 22 Aug 2012 18:24:56 +0000 | reimar | Explicitly signal EOF when reaching the end of a file/pipe. |
Thu, 07 Jul 2011 17:37:58 +0000 | reimar | Include io.h for setmode(). |
Thu, 10 Feb 2011 21:25:38 +0000 | ranma | Fix stream_write_buffer to make sure all requested bytes are written |