| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'remove_old_demuxers' | wm4 | 2013-07-14 | 1 | -59/+19 |
|\ |
|
| * | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -4/+1 |
| * | stream: remove fd member | wm4 | 2013-07-12 | 1 | -12/+1 |
| * | stream: use talloc for some string members | wm4 | 2013-07-12 | 1 | -7/+7 |
| * | stream: don't require streams to set a type | wm4 | 2013-07-12 | 1 | -4/+0 |
| * | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -32/+10 |
* | | stream: remove some more forgotten network stuff | wm4 | 2013-07-12 | 1 | -13/+0 |
* | | options: add --cache-default option | wm4 | 2013-07-10 | 1 | -14/+11 |
|/ |
|
* | stream: unbreak streams with large sector sizes (stream_cdda) | wm4 | 2013-07-07 | 1 | -1/+2 |
* | stream: don't treat position 0 specially | wm4 | 2013-07-07 | 1 | -7/+6 |
* | stream: remove weird STREAMTYPE_STREAM special handling | wm4 | 2013-07-07 | 1 | -38/+20 |
* | stream: re-add accidentally removed seek call | wm4 | 2013-07-07 | 1 | -0/+7 |
* | Remove internal network support | wm4 | 2013-07-07 | 1 | -71/+5 |
* | stream: make eof flag more consistent | wm4 | 2013-07-04 | 1 | -1/+6 |
* | stream: redo memory streams | wm4 | 2013-06-28 | 1 | -8/+5 |
* | Merge branch 'sub_mess2' | wm4 | 2013-06-25 | 1 | -38/+73 |
|\ |
|
| * | stream: remove stream_unread_buffer() | wm4 | 2013-06-25 | 1 | -20/+0 |
| * | stream: add stream_peek function | wm4 | 2013-06-25 | 1 | -0/+34 |
| * | stream: never let read functions return values < 0 | wm4 | 2013-06-25 | 1 | -3/+5 |
| * | stream: readd memory streams | wm4 | 2013-06-25 | 1 | -5/+20 |
| * | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 1 | -11/+15 |
* | | osdep: remove shmem wrapper | wm4 | 2013-06-18 | 1 | -1/+0 |
|/ |
|
* | stream: don't set sector size on cache | wm4 | 2013-06-16 | 1 | -3/+1 |
* | stream: don't align stream position if not needed | wm4 | 2013-06-16 | 1 | -3/+1 |
* | stream: don't adjust stream position if seek succeeds, but read fails | wm4 | 2013-06-16 | 1 | -3/+2 |
* | stream: fix some aspects of EOF handling | wm4 | 2013-06-16 | 1 | -10/+22 |
* | stream: don't set EOF flag in stream implementations | wm4 | 2013-06-16 | 1 | -2/+0 |
* | stream: remove stream_reset() | wm4 | 2013-06-16 | 1 | -11/+3 |
* | stream: check for interruption when trying to reconnect stream | wm4 | 2013-06-16 | 1 | -3/+3 |
* | stream: cosmetics | wm4 | 2013-06-16 | 1 | -16/+6 |
* | stream: reset buffer even on EOF/error | wm4 | 2013-06-16 | 1 | -4/+2 |
* | cache: use threads instead of fork() | wm4 | 2013-06-16 | 1 | -11/+19 |
* | stream: add partial read function | wm4 | 2013-06-16 | 1 | -17/+27 |
* | stream: add stream_unread_buffer() | wm4 | 2013-06-16 | 1 | -1/+26 |
* | cache: make the stream cache a proper stream that wraps other streams | wm4 | 2013-06-16 | 1 | -27/+86 |
* | stream: remove pointless check | wm4 | 2013-06-09 | 1 | -7/+3 |
* | stream: move VCD specific stuff to stream_vcd | wm4 | 2013-06-09 | 1 | -1/+0 |
* | stream: misleading statement | wm4 | 2013-06-09 | 1 | -1/+1 |
* | stream: kill STREAM_CTRL_RESET | wm4 | 2013-05-26 | 1 | -3/+0 |
* | stream: kill memory streams | wm4 | 2013-05-26 | 1 | -20/+3 |
* | stream: de-inline some larger functions | wm4 | 2013-05-26 | 1 | -0/+70 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 1 | -2/+2 |
* | core: add --stream-capture | wm4 | 2013-05-12 | 1 | -0/+34 |
* | core: don't report byte-based playback position with dvd | wm4 | 2013-05-05 | 1 | -0/+5 |
* | stream: remove unused new_ds_stream() | wm4 | 2013-05-03 | 1 | -11/+0 |
* | stream: silence clang empty statement warnings | wm4 | 2013-03-19 | 1 | -12/+8 |
* | stream: fix reconnecting on broken network connections | wm4 | 2013-01-24 | 1 | -10/+19 |
* | stream: uncrustify stream.c/.h | wm4 | 2013-01-24 | 1 | -409/+461 |
* | Remove netstream support | wm4 | 2013-01-13 | 1 | -2/+0 |
* | stream_lavf/demux_lavf: export/use HTTP MIME type | wm4 | 2012-12-11 | 1 | -12/+6 |
* | cache: simplify further | wm4 | 2012-12-03 | 1 | -7/+3 |
* | cache: refactor how cache enabling is done | Uoti Urpala | 2012-12-03 | 1 | -2/+12 |
* | demux_lavf: add support for libavdevice | wm4 | 2012-12-03 | 1 | -0/+2 |
* | stream, demux_lavf: minor cleanup for stream size code | wm4 | 2012-11-20 | 1 | -0/+9 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -5/+5 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -4/+4 |
* | stream: open_stream_plugin() should set error code on failure | wm4 | 2012-11-01 | 1 | -0/+1 |
* | stream_ffmpeg: handle rtsp:// URLs by default, add lavf:// | Uoti Urpala | 2012-10-28 | 1 | -1/+1 |
* | stream: remove NULL checks for open calls | wm4 | 2012-10-14 | 1 | -13/+3 |
* | core: show quvi page title in window title, clean up libquvi handling | wm4 | 2012-10-14 | 1 | -0/+24 |
* | Remove support for libnemesi RTSP streaming | wm4 | 2012-08-20 | 1 | -4/+0 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 1 | -6/+0 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -8/+0 |
* | options: get rid of ambiguous option parsing | wm4 | 2012-08-05 | 1 | -1/+1 |
* | stream: detect prematurely closed connection | mplayer-svn | 2012-08-03 | 1 | -1/+2 |
* | stream: retry reconnecting several times | mplayer-svn | 2012-08-03 | 1 | -8/+22 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 1 | -16/+0 |
* | stream: remove stream_cue | wm4 | 2012-08-02 | 1 | -2/+0 |
* | stream: remove native RTSP/RTP/PNM support | wm4 | 2012-08-01 | 1 | -4/+2 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 1 | -1/+1 |
* | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 | 1 | -3/+3 |
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 | 1 | -2/+0 |
* | options: change option parsing to use bstr | Uoti Urpala | 2011-07-29 | 1 | -1/+1 |
* | options: indicate ambiguous option parameters explicitly | Uoti Urpala | 2011-07-29 | 1 | -1/+1 |
* | stream.c: make reconnect checks more robust | reimar | 2011-07-06 | 1 | -14/+21 |
* | stream.c: Pass streaming_ctrl eof on to struct stream field | reimar | 2011-07-06 | 1 | -0/+2 |
* | stream.c: make some stream messages translatable | ib | 2011-06-29 | 1 | -6/+7 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 1 | -1/+1 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 1 | -1/+23 |
|\ |
|
| * | stream: try to reset stream once if read fails | reimar | 2011-04-12 | 1 | -1/+21 |
| * | stream: Make stream_write_buffer() check for short writes | ranma | 2011-04-12 | 1 | -0/+2 |
* | | stream.[ch], ass_mp: new stream function for whole-file reads | Uoti Urpala | 2011-03-03 | 1 | -0/+34 |
|/ |
|
* | cleanup: don't check for NULL before free() | diego | 2010-11-08 | 1 | -2/+2 |
* | cache, stream: avoid extra memcpy when using cache | reimar | 2010-11-07 | 1 | -36/+53 |
* | Add a simple capture feature (-capture) | Uoti Urpala | 2010-11-02 | 1 | -0/+17 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 1 | -1/+1 |
* | stream: make stream_read_line() terminate line on EOF | reimar | 2010-11-02 | 1 | -1/+1 |
* | configure: Rename "network" variable and option to "networking" | diego | 2010-11-02 | 1 | -4/+4 |
* | stream.c: add <libavutil/common.h> include needed for GET_UTF16 | reimar | 2010-11-02 | 1 | -0/+2 |
* | stream_bluray: add unencrypted Blu-ray playback | ben | 2010-11-02 | 1 | -0/+4 |
* | Merge svn changes up to r31256 | Uoti Urpala | 2010-05-30 | 1 | -1/+5 |
|\ |
|
| * | stream_check_interrupt should sleep even if no callback is set. | reimar | 2010-05-28 | 1 | -1/+4 |
* | | Merge svn changes up to r31226 | Uoti Urpala | 2010-05-30 | 1 | -1/+4 |
|\| |
|
| * | Retry reading even if we hit eof before. | reimar | 2010-05-26 | 1 | -1/+4 |
* | | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 1 | -2/+0 |
|\| |
|
| * | Remove commented-out #include of a non-existing file. | diego | 2010-04-03 | 1 | -2/+0 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Merge svn changes up to r30815 | Uoti Urpala | 2010-03-10 | 1 | -5/+101 |
|\| |
|
| * | Extend stream_read_line to support reading lines from UTF-16 encoded files | reimar | 2010-02-28 | 1 | -5/+101 |
* | | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 1 | -0/+26 |
|\| |
|
| * | Move stream_read_line implementation from stream.h to stream.c, | reimar | 2010-02-28 | 1 | -0/+26 |
* | | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 1 | -4/+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 r30672 | Uoti Urpala | 2010-03-10 | 1 | -4/+4 |
|\| |
|
| * | Do not discard stream buffer on eof, instead reuse it to slightly improve | reimar | 2010-02-20 | 1 | -4/+4 |
| * | stream: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 1 | -3/+4 |
* | | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -0/+17 |
|\| |
|
| * | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 | 1 | -0/+17 |
* | | Merge svn changes up to r30419 | Uoti Urpala | 2010-01-25 | 1 | -2/+0 |
|\| |
|
| * | Call cache-uninit unconditionally, it should always be safe to call. | reimar | 2010-01-23 | 1 | -2/+0 |
* | | stream: improve EOF handling in seeks | Uoti Urpala | 2010-01-18 | 1 | -6/+10 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -10/+15 |
|\| |
|
| * | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 | 1 | -4/+4 |
| * | Merge malloc+memset -> calloc | reimar | 2009-11-17 | 1 | -4/+2 |
| * | Enable the read-based forward seek fallback also when CONFIG_NETWORK is | reimar | 2009-11-17 | 1 | -2/+2 |
| * | Use fill_buffer if available also for STREAMTYPE_STREAM | reimar | 2009-11-17 | 1 | -0/+3 |
| * | Add preliminary support for streaming via FFmpeg's URProtocol functions. | reimar | 2009-11-17 | 1 | -0/+4 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -6/+4 |
|\| |
|
| * | The code for the non-networking case is the same whether networking | reimar | 2009-11-09 | 1 | -5/+2 |
| * | Factor out triplicated break statement. | reimar | 2009-11-09 | 1 | -3/+4 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -12/+12 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -12/+12 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -1/+1 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -1/+1 |
* | | Merge svn changes up to r28461 | Uoti Urpala | 2009-02-04 | 1 | -3/+3 |
|\| |
|
| * | Convert HAVE_WINSOCK2_H into a 0/1 definition. | diego | 2009-02-01 | 1 | -3/+3 |
* | | Merge svn changes up to r27514 | Uoti Urpala | 2008-09-03 | 1 | -6/+4 |
|\| |
|
| * | Move '#define closesocket close' preprocessor directive to a common place | diego | 2008-09-01 | 1 | -4/+2 |
| * | Revert moving closesocket definition and network headers to network.h. | diego | 2008-08-31 | 1 | -1/+8 |
| * | Move duplicated '#define closesocket close' into network.h along with | diego | 2008-08-29 | 1 | -8/+1 |
| * | Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H. | diego | 2008-08-29 | 1 | -3/+3 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -12/+12 |
|\| |
|
| * | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -6/+6 |
| * | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -3/+3 |
| * | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -3/+3 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -6/+6 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -6/+6 |
* | | Merge svn changes up to r27242 | Uoti Urpala | 2008-07-09 | 1 | -0/+2 |
|\| |
|
| * | Surround stream cache specific code by an appropriate #ifdef; fixes linking | diego | 2008-07-05 | 1 | -0/+2 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -0/+2 |
|\| |
|
| * | Add basic support for stream controls with cache enabled. | reimar | 2008-05-24 | 1 | -0/+2 |
* | | Create a context for input.c state | Uoti Urpala | 2008-04-30 | 1 | -3/+8 |
* | | Add option pointer to stream struct (at least temporarily) | Uoti Urpala | 2008-04-23 | 1 | -15/+11 |
* | | Mark some functions static | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
|/ |
|
* | Remove the need for code using stream to export an mp_input_check_interrupt() | albeu | 2008-04-09 | 1 | -0/+11 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 | 1 | -26/+0 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 | 1 | -1/+0 |
* | Protocol name should be case insensitive. | ulion | 2007-12-19 | 1 | -1/+1 |
* | Mark all stream_info_t as const | reimar | 2007-12-02 | 1 | -26/+26 |
* | |