aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_file.c
Commit message (Expand)AuthorAge
* Do not call strerror()Gravatar wm42014-11-26
* stream_dvd: better .ifo probingGravatar wm42014-09-25
* player: always load playlistsGravatar wm42014-08-31
* Add more constGravatar wm42014-06-11
* stream_file: readjust some windows ifdefferyGravatar wm42014-05-24
* stream: remove chaos related to writeable streamsGravatar wm42014-05-24
* stream: don't use end_posGravatar wm42014-05-24
* stream_file: Check the handle for network streamsGravatar James Ross-Gowan2014-04-09
* stream_file: network file system detection for LinuxGravatar Philip Sequeira2014-03-12
* stream_file: cache remote files on WindowsGravatar James Ross-Gowan2014-02-18
* stream_file: activate cache with files on network file systemsGravatar Stefano Pigozzi2014-02-17
* player: strip 'file://' from filenames on playback startGravatar wm42014-01-08
* stream: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* stream: fix clang warningGravatar Stefano Pigozzi2013-12-07
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* stream: don't require streams to set s->pos in seek callbackGravatar wm42013-08-22
* stream: move file forward skipping to common stream implementationGravatar wm42013-08-22
* stream_file: uncrustifyGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream: parse URL escapes for file://Gravatar wm42013-08-02
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove useless author/comment fieldsGravatar wm42013-07-12
* stream: remove fd memberGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* stream: remove weird STREAMTYPE_STREAM special handlingGravatar wm42013-07-07
* stream: don't set EOF flag in stream implementationsGravatar wm42013-06-16
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* stream: change STREAM_CTRL_GET_SIZE argument type to uint64_tGravatar reimar2012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* stream_file: explicitly signal EOFGravatar reimar2012-10-30
* stream_file: print strerror() when failing to open a fileGravatar Uoti Urpala2012-08-16
* Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-16
|\
| * windows support: unicode filenamesGravatar wm42012-03-09
* | stream: refuse to open directoriesGravatar wm42012-02-19
|/
* stream: Make stream_write_buffer() check for short writesGravatar ranma2011-04-12
* cache: read up to 64 KiB at once from stream_fileGravatar reimar2010-11-14
* stream_file: Simplify and document MinGW stdin hackGravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30876Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30848Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\ \ \
* \ \ \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \ \ \
| | | | * Define O_BINARY in stream/stream.h unless it is defined yet, and use itGravatar komh2010-03-06
| | | |/
| | | * Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c insteadGravatar komh2010-03-04
| | |/
| | * Replace platform preprocessor check by HAVE_DOS_PATHS.Gravatar komh2010-02-19
| |/
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30