aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.c
Commit message (Expand)AuthorAge
* 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
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* dvdnav, tv: force-disable cachingGravatar wm42013-12-14
* stream: don't seek when seeking to the same positionGravatar wm42013-12-14
* stream: add function for dropping the bufferGravatar wm42013-12-14
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* build: make pthreads mandatoryGravatar wm42013-11-28
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* timeline: add edl:// URIsGravatar wm42013-11-19
* Merge branch 'master' into have_configureGravatar wm42013-11-04
|\
* | configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
| * stream: more consistent checks for whether stream is seekableGravatar wm42013-11-03
| * stream: reconnecting doesn't make sense if stream is not seekableGravatar wm42013-11-03
|/
* network: fix rtsp playbackGravatar wm42013-09-22
* stream: force demuxer of cached stream, fixes cdda:// + cacheGravatar wm42013-09-10
* path: add a common mp_is_url() functionGravatar wm42013-09-04
* stream: read at least a full buffer with stream_peek()Gravatar wm42013-08-28
* stream: add uncompressed rar supportGravatar wm42013-08-26
* stream: change open code, add stream filter conceptGravatar wm42013-08-26
* stream: don't drop buffer when creating the cacheGravatar wm42013-08-26
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* core: add a playlist demuxerGravatar wm42013-08-26
* stream: allow potentially faster skippingGravatar wm42013-08-22
* 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
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06