| Commit message (Expand) | Author | Age |
* | Remove radio:// | wm4 | 2014-04-13 |
* | stream_bluray: implement navigation interface for Blu-ray stream | xylosper | 2014-03-29 |
* | stream: print stream_read_line warnings by default | wm4 | 2014-01-19 |
* | stream: treat embedded 0 bytes as error in stream_read_line | wm4 | 2014-01-19 |
* | stream: redo stream_read_line() | wm4 | 2014-01-19 |
* | stream: always respect sector_size, fixes cdda:// | wm4 | 2014-01-02 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 |
* | dvdnav, tv: force-disable caching | wm4 | 2013-12-14 |
* | stream: don't seek when seeking to the same position | wm4 | 2013-12-14 |
* | stream: add function for dropping the buffer | wm4 | 2013-12-14 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 |
* | build: make pthreads mandatory | wm4 | 2013-11-28 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 |
* | timeline: add edl:// URIs | wm4 | 2013-11-19 |
* | Merge branch 'master' into have_configure | wm4 | 2013-11-04 |
|\ |
|
* | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 |
| * | stream: more consistent checks for whether stream is seekable | wm4 | 2013-11-03 |
| * | stream: reconnecting doesn't make sense if stream is not seekable | wm4 | 2013-11-03 |
|/ |
|
* | network: fix rtsp playback | wm4 | 2013-09-22 |
* | stream: force demuxer of cached stream, fixes cdda:// + cache | wm4 | 2013-09-10 |
* | path: add a common mp_is_url() function | wm4 | 2013-09-04 |
* | stream: read at least a full buffer with stream_peek() | wm4 | 2013-08-28 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 |
* | stream: change open code, add stream filter concept | wm4 | 2013-08-26 |
* | stream: don't drop buffer when creating the cache | wm4 | 2013-08-26 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 |
* | stream: allow potentially faster skipping | wm4 | 2013-08-22 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 |
* | stream: move file forward skipping to common stream implementation | wm4 | 2013-08-22 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 |
* | stream: parse URL escapes for file:// | wm4 | 2013-08-02 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 |
* | Merge branch 'remove_old_demuxers' | wm4 | 2013-07-14 |
|\ |
|
| * | stream: remove useless author/comment fields | wm4 | 2013-07-12 |
| * | stream: remove fd member | wm4 | 2013-07-12 |
| * | stream: use talloc for some string members | wm4 | 2013-07-12 |
| * | stream: don't require streams to set a type | wm4 | 2013-07-12 |
| * | core: change open_stream and demux_open signature | wm4 | 2013-07-12 |
* | | stream: remove some more forgotten network stuff | wm4 | 2013-07-12 |
* | | options: add --cache-default option | wm4 | 2013-07-10 |
|/ |
|
* | stream: unbreak streams with large sector sizes (stream_cdda) | wm4 | 2013-07-07 |
* | stream: don't treat position 0 specially | wm4 | 2013-07-07 |
* | stream: remove weird STREAMTYPE_STREAM special handling | wm4 | 2013-07-07 |
* | stream: re-add accidentally removed seek call | wm4 | 2013-07-07 |
* | Remove internal network support | wm4 | 2013-07-07 |