| Commit message (Expand) | Author | Age | Files | Lines |
* | stream: get rid of streamtype enum | wm4 | 2017-02-02 | 1 | -16/+2 |
* | stream: better method signal caching, rename weird uncached_stream field | wm4 | 2017-02-02 | 1 | -1/+2 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 1 | -5/+0 |
* | demux, stream: add option to prevent opening referenced files | wm4 | 2016-12-04 | 1 | -0/+1 |
* | stream, demux, config: remove some dead/unneeded option-related code | wm4 | 2016-09-09 | 1 | -13/+0 |
* | stream_dvd, stream_dvdnav: remove weird option parsing stuff | wm4 | 2016-09-08 | 1 | -0/+7 |
* | demux: do not access global options | wm4 | 2016-09-06 | 1 | -3/+2 |
* | client API: add stream_cb API for user-defined stream implementations | Aman Gupta | 2016-08-07 | 1 | -0/+1 |
* | cache: use a single STREAM_CTRL for various cache info | wm4 | 2016-03-29 | 1 | -4/+9 |
* | command: add cache-speed property | wm4 | 2016-03-20 | 1 | -0/+1 |
* | cache: remove unused STREAM_CTRL_RESUME_CACHE | wm4 | 2016-03-03 | 1 | -1/+0 |
* | cache: add mechanism for disabling readahead | wm4 | 2016-01-18 | 1 | -0/+1 |
* | player, stream_dvb: implement dvb-channel-name property. | Oliver Freyermuth | 2016-01-14 | 1 | -0/+2 |
* | stream: provide a stream_get_size() convenience function | wm4 | 2015-08-18 | 1 | -0/+1 |
* | stream: remove remaining DVD/BD menu definitions | wm4 | 2015-08-03 | 1 | -2/+0 |
* | vo_opengl: add support for custom shaders | Niklas Haas | 2015-05-27 | 1 | -0/+2 |
* | command: add protocol-list property | wm4 | 2015-05-23 | 1 | -0/+1 |
* | player: allow playing directories | wm4 | 2015-04-17 | 1 | -0/+1 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | player: refine rar:// playlist-safety handling | wm4 | 2015-03-02 | 1 | -1/+0 |
* | stream: remove stream filter concept | wm4 | 2015-02-27 | 1 | -3/+0 |
* | stream: get rid of remaining uses of the end_pos field | wm4 | 2015-02-06 | 1 | -2/+1 |
* | stream: minor cleanups | wm4 | 2015-02-06 | 1 | -2/+2 |
* | stream: slightly improve reconnect behavior | wm4 | 2015-02-06 | 1 | -0/+1 |
* | command: add dummy get implementation for tv-channel property | wm4 | 2015-02-02 | 1 | -0/+1 |
* | command, dvd: add property which returns list of DVD titles | wm4 | 2014-12-13 | 1 | -22/+35 |
* | stream: reduce ifdeffery for win32 somewhat | wm4 | 2014-11-18 | 1 | -4/+1 |
* | stream: signal a Windows event object on cancel | James Ross-Gowan | 2014-11-18 | 1 | -0/+4 |
* | demux_lavf: mark as seekable if protocol supports seeking by time | wm4 | 2014-10-30 | 1 | -0/+1 |
* | lua: add an utility function for starting processes | wm4 | 2014-10-19 | 1 | -0/+1 |
* | demux_lavf: set stream network options if applicable | wm4 | 2014-10-14 | 1 | -0/+7 |
* | stream_dvd: better .ifo probing | wm4 | 2014-09-25 | 1 | -0/+1 |
* | stream: redo playback abort handling | wm4 | 2014-09-13 | 1 | -3/+9 |
* | player: don't allow remote playlists to load local files | wm4 | 2014-09-01 | 1 | -2/+5 |
* | player: always load playlists | wm4 | 2014-08-31 | 1 | -0/+3 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -1/+1 |
* | stream: hack-fix rtmp-level seeking | wm4 | 2014-07-30 | 1 | -0/+8 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 1 | -0/+9 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 1 | -9/+0 |
* | stream: remove now unused STREAM_CTRL_GET_START_TIME | wm4 | 2014-07-06 | 1 | -1/+0 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 1 | -4/+1 |
* | options: add --list-protocols option | Alessandro Ghedini | 2014-06-30 | 1 | -0/+2 |
* | stream: add a file cache | wm4 | 2014-06-22 | 1 | -0/+2 |
* | stream: minor cleanups | wm4 | 2014-06-22 | 1 | -9/+0 |
* | Add more const | wm4 | 2014-06-11 | 1 | -2/+2 |
* | stream_dvd, stream_dvdnav, stream_bluray: remove global option variables | wm4 | 2014-06-11 | 1 | -9/+0 |
* | stream_cdda: remove global option variables | wm4 | 2014-06-11 | 1 | -1/+1 |
* | stream: add a generic way to setup stream priv defaults | wm4 | 2014-06-11 | 1 | -0/+1 |
* | command: redo ancient TV/DVB/PVR commands | wm4 | 2014-06-11 | 1 | -1/+19 |
* | stream: remove chaos related to writeable streams | wm4 | 2014-05-24 | 1 | -1/+2 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 1 | -11/+6 |
* | stream: kill start_pos, remove --sb option | wm4 | 2014-05-24 | 1 | -1/+1 |
* | cache: redo options and default settings | wm4 | 2014-05-20 | 1 | -6/+5 |
* | stream: remove interrupt callback global variables | wm4 | 2014-04-25 | 1 | -8/+1 |
* | stream: remove unused functions | wm4 | 2014-04-25 | 1 | -25/+0 |
* | cache: allow resizing at runtime | wm4 | 2014-04-09 | 1 | -0/+1 |
* | stream: remove old chapter handling code | wm4 | 2014-03-25 | 1 | -2/+0 |
* | command: set 'media-title' property for bluray disc with meta-data | xylosper | 2014-03-13 | 1 | -1/+1 |
* | command: use DVD volume ID for media-title property | xylosper | 2014-02-23 | 1 | -0/+1 |
* | player: avoid stalling when starting a network stream | wm4 | 2014-01-14 | 1 | -0/+1 |
* | player: strip 'file://' from filenames on playback start | wm4 | 2014-01-08 | 1 | -0/+3 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -4/+6 |
* | stream: remove stale MAX_STREAM_PROTOCOLS define | wm4 | 2013-12-19 | 1 | -2/+0 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 1 | -1/+0 |
* | stream: move O_BINARY dummy definition | wm4 | 2013-12-18 | 1 | -4/+0 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | dvdnav, tv: force-disable caching | wm4 | 2013-12-14 | 1 | -0/+1 |
* | cache: add a way to explicitly resume cache | wm4 | 2013-12-14 | 1 | -0/+1 |
* | stream: add function for dropping the buffer | wm4 | 2013-12-14 | 1 | -0/+1 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 1 | -0/+3 |
* | player: load external subs for uncompressed rar archives | wm4 | 2013-12-06 | 1 | -0/+1 |
* | timeline: add edl:// URIs | wm4 | 2013-11-19 | 1 | -0/+1 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 1 | -25/+27 |
* | mplayer: attempt to make playback resume work with DVD/BD | wm4 | 2013-09-22 | 1 | -0/+3 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 | 1 | -0/+1 |
* | stream: change open code, add stream filter concept | wm4 | 2013-08-26 | 1 | -1/+8 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 1 | -2/+2 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 1 | -0/+2 |
* | stream: move file forward skipping to common stream implementation | wm4 | 2013-08-22 | 1 | -0/+1 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | stream: parse URL escapes for file:// | wm4 | 2013-08-02 | 1 | -0/+2 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 1 | -6/+9 |
* | Merge branch 'remove_old_demuxers' | wm4 | 2013-07-14 | 1 | -65/+16 |
|\ |
|
| * | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -3/+0 |
| * | stream: remove unused functions | wm4 | 2013-07-12 | 1 | -36/+0 |
| * | stream: remove fd member | wm4 | 2013-07-12 | 1 | -1/+0 |
| * | stream: don't require streams to set a type | wm4 | 2013-07-12 | 1 | -21/+13 |
| * | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -4/+3 |
* | | options: add --cache-default option | wm4 | 2013-07-10 | 1 | -3/+1 |
|/ |
|
* | stream: remove weird STREAMTYPE_STREAM special handling | wm4 | 2013-07-07 | 1 | -1/+0 |
* | Remove internal network support | wm4 | 2013-07-07 | 1 | -29/+0 |
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 1 | -0/+1 |
* | stream: redo memory streams | wm4 | 2013-06-28 | 1 | -0/+2 |
* | stream: remove stream_unread_buffer() | wm4 | 2013-06-25 | 1 | -1/+0 |
* | stream: add stream_peek function | wm4 | 2013-06-25 | 1 | -0/+1 |
* | stream: readd memory streams | wm4 | 2013-06-25 | 1 | -0/+1 |
* | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 1 | -7/+2 |
* | stream: remove stream_reset() | wm4 | 2013-06-16 | 1 | -1/+0 |
* | stream: cosmetics | wm4 | 2013-06-16 | 1 | -10/+6 |
* | cache: use threads instead of fork() | wm4 | 2013-06-16 | 1 | -5/+1 |
* | stream: add partial read function | wm4 | 2013-06-16 | 1 | -0/+1 |
* | stream: add stream_unread_buffer() | wm4 | 2013-06-16 | 1 | -3/+7 |
* | cache: make the stream cache a proper stream that wraps other streams | wm4 | 2013-06-16 | 1 | -27/+17 |
* | stream: remove unused function | wm4 | 2013-06-09 | 1 | -9/+0 |
* | stream: move VCD specific stuff to stream_vcd | wm4 | 2013-06-09 | 1 | -4/+0 |
* | core: use STREAM_CTRL instead of accessing stream_dvd internals | wm4 | 2013-06-09 | 1 | -0/+6 |
* | stream: kill STREAM_CTRL_RESET | wm4 | 2013-05-26 | 1 | -1/+0 |
* | stream: kill memory streams | wm4 | 2013-05-26 | 1 | -3/+0 |
* | stream: de-inline some larger functions | wm4 | 2013-05-26 | 1 | -70/+3 |
* | core: add --stream-capture | wm4 | 2013-05-12 | 1 | -0/+6 |
* | stream: report chapter times, use time seeks for DVD chapters | wm4 | 2013-05-06 | 1 | -0/+1 |
* | stream: add start time reporting | wm4 | 2013-05-05 | 1 | -0/+1 |
* | core: don't report byte-based playback position with dvd | wm4 | 2013-05-05 | 1 | -0/+4 |
* | stream: remove unused new_ds_stream() | wm4 | 2013-05-03 | 1 | -2/+0 |
* | stream_bluray: remove the broken -bluray-chapter option | reimar | 2013-04-27 | 1 | -2/+1 |
* | stream: fix reconnecting on broken network connections | wm4 | 2013-01-24 | 1 | -0/+1 |
* | stream: uncrustify stream.c/.h | wm4 | 2013-01-24 | 1 | -173/+203 |
* | stream_lavf/demux_lavf: export/use HTTP MIME type | wm4 | 2012-12-11 | 1 | -0/+1 |
* | stream: handle mms streaming with ffmpeg | wm4 | 2012-12-11 | 1 | -1/+1 |
* | core: automatically pause on low cache | wm4 | 2012-12-03 | 1 | -0/+1 |
* | cache: simplify further | wm4 | 2012-12-03 | 1 | -4/+5 |
* | cache: refactor how cache enabling is done | Uoti Urpala | 2012-12-03 | 1 | -4/+3 |
* | demux_lavf: add support for libavdevice | wm4 | 2012-12-03 | 1 | -0/+1 |
* | stream: fix dvd:// + cache crashing | wm4 | 2012-11-20 | 1 | -1/+1 |
* | stream, demux_lavf: minor cleanup for stream size code | wm4 | 2012-11-20 | 1 | -0/+1 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -9/+9 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -2/+2 |
* | stream: add STREAM_CTRL_GET_CURRENT_TITLE | ib | 2012-10-30 | 1 | -0/+1 |
* | core, timeline: cache external ordered chapter files too | Stefano Pigozzi | 2012-09-18 | 1 | -0/+3 |
* | core: fix DVD subtitle selection | wm4 | 2012-09-18 | 1 | -6/+1 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 1 | -4/+0 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -1/+0 |
* | commands, dvd, dvdnav, bluray: cleanup sub/audio track language display | mplayer-svn | 2012-08-03 | 1 | -1/+12 |
* | cache2: allow cache sizes up to 4 TB | mplayer-svn | 2012-08-03 | 1 | -2/+2 |
* | stream: add new stream control command STREAM_CTRL_GET_NUM_TITLES | mplayer-svn | 2012-08-03 | 1 | -0/+1 |
* | Replace 'q' printf length modifier by 'll' | mplayer-svn | 2012-08-03 | 1 | -1/+1 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 1 | -2/+0 |
* | stream: show negative seek position value in error message | reimar | 2011-07-06 | 1 | -1/+2 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 | 1 | -1/+2 |
* | stream.[ch], ass_mp: new stream function for whole-file reads | Uoti Urpala | 2011-03-03 | 1 | -0/+10 |
* | cleanup: demuxer.[ch]: remove unused code, make functions static | Uoti Urpala | 2011-02-22 | 1 | -0/+3 |
* | stream.h: check against huge negative values in stream_seek() | reimar | 2010-12-16 | 1 | -0/+4 |
* | cache: read up to 64 KiB at once from stream_file | reimar | 2010-11-14 | 1 | -0/+1 |
* | options: move some demux options to option struct | Clément Bœsch | 2010-11-11 | 1 | -1/+0 |
* | cache, stream: avoid extra memcpy when using cache | reimar | 2010-11-07 | 1 | -0/+4 |
* | Add a simple capture feature (-capture) | Uoti Urpala | 2010-11-02 | 1 | -0/+3 |
* | cache: add sanity-check for sector size | reimar | 2010-11-02 | 1 | -1/+2 |
* | configure: Rename "network" variable and option to "networking" | diego | 2010-11-02 | 1 | -2/+2 |
* | stream_bluray: add unencrypted Blu-ray playback | ben | 2010-11-02 | 1 | -0/+4 |
* | stream.h: support backswards stream_skip() within buffer | reimar | 2010-11-02 | 1 | -1/+1 |
* | Merge svn changes up to r31256 | Uoti Urpala | 2010-05-30 | 1 | -1/+2 |
|\ |
|
| * | Document time scale for stream_check_interrupt argument. | reimar | 2010-05-28 | 1 | -1/+2 |
| * | Drop pointless _st suffix from 'struct stream'. | diego | 2010-05-27 | 1 | -8/+8 |
* | | stream.h: remove bad EOF check in stream_seek() | Uoti Urpala | 2010-05-22 | 1 | -2/+0 |
* | | options: move -chapter values to option struct | Uoti Urpala | 2010-04-25 | 1 | -2/+0 |
* | | stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streams | Uoti Urpala | 2010-04-23 | 1 | -0/+1 |
* | | Merge svn changes up to r30876 | Uoti Urpala | 2010-03-10 | 1 | -0/+5 |
|\| |
|
| * | Define O_BINARY in stream/stream.h unless it is defined yet, and use it | komh | 2010-03-06 | 1 | -0/+5 |
* | | Merge svn changes up to r30815 | Uoti Urpala | 2010-03-10 | 1 | -1/+1 |
|\| |
|
| * | Extend stream_read_line to support reading lines from UTF-16 encoded files | reimar | 2010-02-28 | 1 | -1/+1 |
* | | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 1 | -24/+1 |
|\| |
|
| * | Move stream_read_line implementation from stream.h to stream.c, | reimar | 2010-02-28 | 1 | -26/+1 |
| * | Simplify handling of 0-termination in stream_read_line | reimar |