aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.c
Commit message (Expand)AuthorAge
...
* stream: reduce ifdeffery for win32 somewhatGravatar wm42014-11-18
* stream: signal a Windows event object on cancelGravatar James Ross-Gowan2014-11-18
* stream: fix --stream-dump dropping the file headerGravatar wm42014-10-25
* stream: remove duplicate messageGravatar wm42014-10-25
* stream: stupid compilation workaround for win32Gravatar wm42014-10-19
* lua: add an utility function for starting processesGravatar wm42014-10-19
* stream: better error message for unmatched protocolGravatar wm42014-10-17
* stream: change internal instead of external pos when dropping buffersGravatar wm42014-10-08
* stream: don't drop buffers on failed seeksGravatar wm42014-09-29
* stream: change malloc+memset to callocGravatar Bruno George Moraes2014-09-27
* stream_bluray: allow opening BDMV directories directlyGravatar wm42014-09-26
* stream_dvdnav: allow opening DVD directories directlyGravatar wm42014-09-26
* Remove mpbswap.hGravatar wm42014-09-25
* stream: fix build with emulated atomicsGravatar wm42014-09-13
* stream: redo playback abort handlingGravatar wm42014-09-13
* stream: change cache return valuesGravatar wm42014-09-07
* player: don't allow remote playlists to load local filesGravatar wm42014-09-01
* player: always load playlistsGravatar wm42014-08-31
* stream: correctly propagate uncached stream typeGravatar wm42014-08-30
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* stream: tweaks to network reconnection codeGravatar wm42014-08-29
* player: redo how stream caching and pausing on low cache worksGravatar wm42014-08-27
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* stream: don't sleep for reconnecting network if playback is stoppedGravatar wm42014-07-12
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* options: add --list-protocols optionGravatar Alessandro Ghedini2014-06-30
* stream: add a file cacheGravatar wm42014-06-22
* Add more constGravatar wm42014-06-11
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variablesGravatar wm42014-06-11
* stream_cdda: remove global option variablesGravatar wm42014-06-11
* stream: add a generic way to setup stream priv defaultsGravatar wm42014-06-11
* stream: remove VCD supportGravatar wm42014-06-01
* stream: unbreak writeable streamsGravatar wm42014-05-27
* stream: remove chaos related to writeable streamsGravatar wm42014-05-24
* stream: don't use end_posGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* cache: redo options and default settingsGravatar wm42014-05-20
* stream: remove interrupt callback global variablesGravatar wm42014-04-25
* stream: use uninterruptible sleep on reconnectingGravatar wm42014-04-25
* Remove radio://Gravatar wm42014-04-13
* stream_bluray: implement navigation interface for Blu-ray streamGravatar xylosper2014-03-29
* stream: print stream_read_line warnings by defaultGravatar wm42014-01-19
* stream: treat embedded 0 bytes as error in stream_read_lineGravatar wm42014-01-19
* stream: redo stream_read_line()Gravatar wm42014-01-19
* stream: always respect sector_size, fixes cdda://Gravatar wm42014-01-02
* stream: mp_msg conversionsGravatar wm42013-12-21
* m_option, m_config: 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