aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* 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
| * mplayer: fix incorrect audio sync after format changesGravatar wm42013-07-11
* | options: add --cache-default optionGravatar wm42013-07-10
| * Merge branch 'master' into remove_old_demuxersGravatar wm42013-07-08
| |\ | |/ |/|
* | cache: fix compilation without posix timersGravatar Stefano Pigozzi2013-07-08
* | stream/tv: remove unused dshow-specific optionsGravatar Martin Herkt2013-07-08
* | stream_radio: fix buildGravatar wm42013-07-08
| * demux: remove separate arrays for audio/video/sub streams, simplifyGravatar wm42013-07-08
| * demux: remove some old stream header functionsGravatar wm42013-07-08
| * Remove old demuxersGravatar wm42013-07-07
|/
* stream: unbreak streams with large sector sizes (stream_cdda)Gravatar wm42013-07-07
* stream: don't treat position 0 speciallyGravatar wm42013-07-07
* Remove some leftovers from network removalGravatar wm42013-07-07
* stream: remove weird STREAMTYPE_STREAM special handlingGravatar wm42013-07-07
* stream: re-add accidentally removed seek callGravatar wm42013-07-07
* Remove internal network supportGravatar wm42013-07-07
* core: make network options available even if old net code is disabledGravatar wm42013-07-07
* stream: make eof flag more consistentGravatar wm42013-07-04