| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2010-02-28 | 1 | -3/+5 |
* | | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 1 | -3/+5 |
|\| |
|
| * | Mark stream open filename parameter as const, the filename string is not | reimar | 2010-02-25 | 1 | -3/+3 |
* | | Merge svn changes up to r30702 | Uoti Urpala | 2010-03-10 | 1 | -4/+26 |
|\| |
|
| * | Declare functions from network.c in network.h. | diego | 2010-02-22 | 1 | -1/+0 |
| * | Move struct streaming_control from network.h to stream.h, where it is used. | diego | 2010-02-22 | 1 | -3/+23 |
* | | Merge svn changes up to r30694 | Uoti Urpala | 2010-03-10 | 1 | -1/+2 |
|\| |
|
| * | Declare stream_fill_buffer() and stream_seek_long() unconditionally. | diego | 2010-02-21 | 1 | -2/+3 |
* | | Merge svn changes up to r30672 | Uoti Urpala | 2010-03-10 | 1 | -0/+2 |
|\| |
|
| * | Do not discard stream buffer on eof, instead reuse it to slightly improve | reimar | 2010-02-20 | 1 | -0/+2 |
* | | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -0/+18 |
|\| |
|
| * | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 | 1 | -0/+18 |
* | | stream: improve EOF handling in seeks | Uoti Urpala | 2010-01-18 | 1 | -0/+1 |
* | | Merge svn changes up to r30216 | Uoti Urpala | 2010-01-08 | 1 | -0/+1 |
|\| |
|
| * | Add a few missing header #includes and #defines. | diego | 2010-01-04 | 1 | -0/+1 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -5/+9 |
|\| |
|
| * | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 | 1 | -5/+5 |
| * | Deobfuscate the special hack to disable cache for live555. | reimar | 2009-11-17 | 1 | -0/+4 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -3/+3 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -3/+3 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 | 1 | -1/+1 |
|\| |
|
| * | Replace double semicolon by single semicolon. | diego | 2009-02-16 | 1 | -1/+1 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 1 | -0/+1 |
|\| |
|
| * | Determine default CD/DVD device in configure instead of using an #ifdef jungle. | diego | 2008-10-21 | 1 | -26/+0 |
| * | Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs. | diego | 2008-10-16 | 1 | -0/+27 |
* | | stream.h: Add 2 prototypes instead of declaring them in cache2.c | Uoti Urpala | 2008-08-12 | 1 | -2/+2 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -2/+2 |
|\| |
|
| * | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -2/+2 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -1/+1 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | | Create a context for input.c state | Uoti Urpala | 2008-04-30 | 1 | -1/+3 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 | 1 | -8/+8 |
* | | Add option pointer to stream struct (at least temporarily) | Uoti Urpala | 2008-04-23 | 1 | -3/+5 |
|/ |
|
* | Remove the need for code using stream to export an mp_input_check_interrupt() | albeu | 2008-04-09 | 1 | -0/+5 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 1 | -3/+3 |
* | stream_info_t opts and protocols point to constant data as well. | reimar | 2008-01-13 | 1 | -2/+2 |
* | NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTR... | nicodvb | 2008-01-05 | 1 | -0/+3 |
* | consistency cosmetics | diego | 2008-01-01 | 1 | -1/+1 |
* | Support stream redirection from http to mms, fix bug #927. | ulion | 2007-11-26 | 1 | -0/+1 |
* | introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from ... | nicodvb | 2007-09-01 | 1 | -0/+1 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 1 | -1/+1 |
* | Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t. | reimar | 2007-08-19 | 1 | -8/+2 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 | 1 | -3/+3 |
* | Fix live555 compilation when stream cache is disabled. | diego | 2007-03-13 | 1 | -0/+2 |
* | new STREAM_CTRL_GET_SIZE to get size of output stream | nicodvb | 2006-12-18 | 1 | -0/+1 |
* | added member and definitions for output streams | nicodvb | 2006-12-18 | 1 | -0/+3 |
* | added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME | nicodvb | 2006-11-07 | 1 | -0/+2 |
* | Radio support, patch by Vladimir Voroshilov (voroshil gmail com) | reimar | 2006-08-28 | 1 | -0/+1 |
* | added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the s... | nicodvb | 2006-08-21 | 1 | -0/+1 |
* | new stream_ctrl to get currently playing chapter (needed for stream-driven re... | nicodvb | 2006-08-18 | 1 | -0/+1 |
* | new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd | nicodvb | 2006-08-18 | 1 | -0/+1 |
* | added dedicated file for mf:// input | ben | 2006-08-03 | 1 | -0/+1 |
* | |