aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* audio/out: add sndio supportGravatar Christian Neukirchen2013-10-03
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* network: add options to control TLS verificationGravatar wm42013-09-27
* mplayer: attempt to make playback resume work with DVD/BDGravatar wm42013-09-22
* network: fix rtsp playbackGravatar wm42013-09-22
* stream_lavf: print lavf options that could not be setGravatar wm42013-09-22
* stream_dvd: prevent segmentation fault with some broken filesGravatar Stefano Pigozzi2013-09-14
* stream_bluray: return number of titlesGravatar wm42013-09-10
* stream: force demuxer of cached stream, fixes cdda:// + cacheGravatar wm42013-09-10
* path: add a common mp_is_url() functionGravatar wm42013-09-04
* tv: attempt to support mjpeg streamsGravatar 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
* stream_avdevice: remove redundant dummy callbackGravatar wm42013-08-22
* stream_file: uncrustifyGravatar wm42013-08-22
* stream_bluray: fix bd:// url segfault introduced by commit bc1d61Gravatar Noble Huang2013-08-12
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream_radio: fix some thingsGravatar wm42013-08-05
* 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 inactive URL option fieldsGravatar wm42013-07-30
* stream_dvd: fix .ifo redirectionGravatar wm42013-07-30
* Fix some -Wshadow warningsGravatar wm42013-07-23
* stream_vcd.c: fix compilation on win32Gravatar Diogo Franco (Kovensky)2013-07-22
* cache: fix time check for printing warningGravatar wm42013-07-20
* stream: remove unused vcd functionsGravatar wm42013-07-15
* Merge branch 'remove_old_demuxers'Gravatar wm42013-07-14
|\
* | w32: silence some warningsGravatar James Ross-Gowan2013-07-13
* | stream_vcd: use intptr_t cast for _open_osfhandle in accordance to MSDNGravatar Jonathan Yong2013-07-13
| * demux: remove useless author/comment fieldsGravatar wm42013-07-12
| * stream: remove useless author/comment fieldsGravatar wm42013-07-12
| * stream: remove unused functionsGravatar wm42013-07-12
| * stream: remove fd memberGravatar wm42013-07-12
| * stream: use talloc for some string membersGravatar wm42013-07-12
| * stream: don't require streams to set a typeGravatar wm42013-07-12
| * Cleanup some include statementsGravatar wm42013-07-12
| * demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
| * core: change open_stream and demux_open signatureGravatar wm42013-07-12
* | stream: remove some more forgotten network stuffGravatar wm42013-07-12
| * demux: change signature of open functions, cleanupsGravatar wm42013-07-11
| * video: eliminate frametime variableGravatar wm42013-07-11
| * core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
| * tv: add hack in preparation of demux_stream removalGravatar wm42013-07-11