summaryrefslogtreecommitdiffstats
path: root/stream/stream_file.c
Commit message (Expand)AuthorAgeFilesLines
* stream_file: print strerror() when failing to open a fileUoti Urpala2012-08-161-1/+3
* Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-161-0/+2
|\
| * windows support: unicode filenameswm42012-03-091-0/+2
* | stream: refuse to open directorieswm42012-02-191-0/+9
|/
* stream: Make stream_write_buffer() check for short writesranma2011-04-121-2/+10
* cache: read up to 64 KiB at once from stream_filereimar2010-11-141-0/+1
* stream_file: Simplify and document MinGW stdin hackreimar2010-11-021-3/+4
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30876Uoti Urpala2010-03-101-2/+0
|\
| * Define O_BINARY in stream/stream.h unless it is defined yet, and use itkomh2010-03-061-2/+0
* | Merge svn changes up to r30848Uoti Urpala2010-03-101-4/+4
|\|
| * Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c insteadkomh2010-03-041-4/+4
* | Merge svn changes up to r30663Uoti Urpala2010-03-101-1/+1
|\|
| * Replace platform preprocessor check by HAVE_DOS_PATHS.komh2010-02-191-1/+1
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+17
|\|
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-0/+17
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-1/+1
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyreimar2009-11-221-1/+1
* | Merge svn changes up to r29412Uoti Urpala2009-07-071-3/+3
|\|
| * Files should be opened in binary mode on OS/2.diego2009-06-031-3/+3
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+2
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-2/+2
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-2/+2
|/
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-1/+1
* Avoid a pointless special-case for opening a filereimar2008-02-241-4/+0
* Add support for DOS-style file:///x:/path paths.diego2008-02-201-0/+6
* stream_opts should be constreimar2008-01-131-1/+1
* stream_opts arrays should be constreimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-2/+2
* truncate mencoder's output file if it exists, instead of overwriting just par...lorenm2007-03-051-1/+1
* fix compilation on the most delicious variant of unix (mingw) that lacks S_IR...nicodvb2006-12-211-2/+7
* in WRITE mode open the output file with mode 0666; umask will filter itnicodvb2006-12-191-1/+1
* implemented STREAM_CTRL_GET_SIZEnicodvb2006-12-181-0/+17
* in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and...nicodvb2006-12-181-3/+6
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+162