| Commit message (Expand) | Author | Age | Files | Lines |
* | stream: get rid of streamtype enum | wm4 | 2017-02-02 | 1 | -2/+2 |
* | stream_file: don't use poll() on directories | wm4 | 2016-10-14 | 1 | -3/+5 |
* | win32: fix fd:// | James Ross-Gowan | 2016-01-07 | 1 | -3/+4 |
* | win32: revert wchar_t changes | wm4 | 2015-08-01 | 1 | -1/+1 |
* | win32: more wchar_t -> WCHAR replacements | wm4 | 2015-07-30 | 1 | -1/+1 |
* | stream_file: remove an indirection | wm4 | 2015-07-10 | 1 | -17/+13 |
* | stream_file: cosmetics: shorten variable name | wm4 | 2015-07-10 | 1 | -10/+10 |
* | stream_file: initialize `fd` | Ben Boeckel | 2015-07-09 | 1 | -1/+2 |
* | stream_file: add fd:// protocol | wm4 | 2015-07-09 | 1 | -2/+10 |
* | stream_file: minor simplification | wm4 | 2015-04-17 | 1 | -11/+8 |
* | player: allow playing directories | wm4 | 2015-04-17 | 1 | -4/+4 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -6/+5 |
* | stream_file: open pipes non-blocking | wm4 | 2015-02-20 | 1 | -4/+33 |
* | Do not call strerror() | wm4 | 2014-11-26 | 1 | -1/+2 |
* | stream_dvd: better .ifo probing | wm4 | 2014-09-25 | 1 | -0/+11 |
* | player: always load playlists | wm4 | 2014-08-31 | 1 | -0/+1 |
* | Add more const | wm4 | 2014-06-11 | 1 | -1/+1 |
* | stream_file: readjust some windows ifdeffery | wm4 | 2014-05-24 | 1 | -23/+9 |
* | stream: remove chaos related to writeable streams | wm4 | 2014-05-24 | 1 | -11/+5 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 1 | -3/+4 |
* | stream_file: Check the handle for network streams | James Ross-Gowan | 2014-04-09 | 1 | -9/+34 |
* | stream_file: network file system detection for Linux | Philip Sequeira | 2014-03-12 | 1 | -0/+28 |
* | stream_file: cache remote files on Windows | James Ross-Gowan | 2014-02-18 | 1 | -0/+17 |
* | stream_file: activate cache with files on network file systems | Stefano Pigozzi | 2014-02-17 | 1 | -0/+28 |
* | player: strip 'file://' from filenames on playback start | wm4 | 2014-01-08 | 1 | -12/+24 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -6/+6 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -3/+3 |
* | stream: fix clang warning | Stefano Pigozzi | 2013-12-07 | 1 | -1/+1 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 1 | -3/+3 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 1 | -3/+3 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 | 1 | -4/+1 |
* | stream: move file forward skipping to common stream implementation | wm4 | 2013-08-22 | 1 | -24/+2 |
* | stream_file: uncrustify | wm4 | 2013-08-22 | 1 | -132/+140 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | stream: parse URL escapes for file:// | wm4 | 2013-08-02 | 1 | -0/+4 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 1 | -43/+2 |
* | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -3/+2 |
* | stream: remove fd member | wm4 | 2013-07-12 | 1 | -6/+29 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -1/+2 |
* | stream: remove weird STREAMTYPE_STREAM special handling | wm4 | 2013-07-07 | 1 | -5/+4 |
* | stream: don't set EOF flag in stream implementations | wm4 | 2013-06-16 | 1 | -4/+1 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -3/+3 |
* | stream: change STREAM_CTRL_GET_SIZE argument type to uint64_t | reimar | 2012-11-20 | 1 | -1/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -3/+3 |
* | stream_file: explicitly signal EOF | reimar | 2012-10-30 | 1 | -0/+2 |
* | stream_file: print strerror() when failing to open a file | Uoti Urpala | 2012-08-16 | 1 | -1/+3 |
* | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-16 | 1 | -0/+2 |
|\ |
|
| * | windows support: unicode filenames | wm4 | 2012-03-09 | 1 | -0/+2 |
* | | stream: refuse to open directories | wm4 | 2012-02-19 | 1 | -0/+9 |
|/ |
|
* | stream: Make stream_write_buffer() check for short writes | ranma | 2011-04-12 | 1 | -2/+10 |
* | cache: read up to 64 KiB at once from stream_file | reimar | 2010-11-14 | 1 | -0/+1 |
* | stream_file: Simplify and document MinGW stdin hack | reimar | 2010-11-02 | 1 | -3/+4 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30876 | Uoti Urpala | 2010-03-10 | 1 | -2/+0 |
|\ |
|
| * | Define O_BINARY in stream/stream.h unless it is defined yet, and use it | komh | 2010-03-06 | 1 | -2/+0 |
* | | Merge svn changes up to r30848 | Uoti Urpala | 2010-03-10 | 1 | -4/+4 |
|\| |
|
| * | Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead | komh | 2010-03-04 | 1 | -4/+4 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 1 | -1/+1 |
|\| |
|
| * | Replace platform preprocessor check by HAVE_DOS_PATHS. | komh | 2010-02-19 | 1 | -1/+1 |
* | | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -0/+17 |
|\| |
|
| * | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 | 1 | -0/+17 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -1/+1 |
|\| |
|
| * | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 | 1 | -1/+1 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -3/+3 |
|\| |
|
| * | Files should be opened in binary mode on OS/2. | diego | 2009-06-03 | 1 | -3/+3 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -2/+2 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -2/+2 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -2/+2 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -2/+2 |
|/ |
|
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 1 | -1/+1 |
* | Avoid a pointless special-case for opening a file | reimar | 2008-02-24 | 1 | -4/+0 |
* | Add support for DOS-style file:///x:/path paths. | diego | 2008-02-20 | 1 | -0/+6 |
* | stream_opts should be const | reimar | 2008-01-13 | 1 | -1/+1 |
* | stream_opts arrays should be const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Mark all stream_info_t as const | reimar | 2007-12-02 | 1 | -1/+1 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 1 | -2/+2 |
* | truncate mencoder's output file if it exists, instead of overwriting just par... | lorenm | 2007-03-05 | 1 | -1/+1 |
* | fix compilation on the most delicious variant of unix (mingw) that lacks S_IR... | nicodvb | 2006-12-21 | 1 | -2/+7 |
* | in WRITE mode open the output file with mode 0666; umask will filter it | nicodvb | 2006-12-19 | 1 | -1/+1 |
* | implemented STREAM_CTRL_GET_SIZE | nicodvb | 2006-12-18 | 1 | -0/+17 |
* | in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and... | nicodvb | 2006-12-18 | 1 | -3/+6 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -0/+162 |