| Commit message (Expand) | Author | Age | Files | Lines |
* | stream_lavf: don't duplicate list of rtmp protocols | wm4 | 2013-11-04 | 1 | -6/+4 |
* | stream_lavf: support more libavformat protocols | wm4 | 2013-11-04 | 1 | -1/+3 |
* | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 1 | -5/+11 |
|\ |
|
| * | stream: more consistent checks for whether stream is seekable | wm4 | 2013-11-03 | 1 | -6/+10 |
| * | stream: reconnecting doesn't make sense if stream is not seekable | wm4 | 2013-11-03 | 1 | -0/+2 |
* | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 7 | -72/+72 |
|/ |
|
* | Fix some more -Wshadow warnings | wm4 | 2013-11-01 | 3 | -4/+4 |
* | Enable -Wshadow | wm4 | 2013-11-01 | 1 | -3/+3 |
* | ao_alsa: don't include alloca.h | wm4 | 2013-10-25 | 1 | -1/+0 |
* | tv: simplify ifdeffery | wm4 | 2013-10-17 | 1 | -8/+2 |
* | Copyright, LICENSE: switch to GPL version 2 or later | wm4 | 2013-10-13 | 1 | -1/+2 |
* | audio/out: add sndio support | Christian Neukirchen | 2013-10-03 | 3 | -0/+127 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 1 | -25/+27 |
* | network: add options to control TLS verification | wm4 | 2013-09-27 | 1 | -0/+3 |
* | mplayer: attempt to make playback resume work with DVD/BD | wm4 | 2013-09-22 | 4 | -6/+3 |
* | network: fix rtsp playback | wm4 | 2013-09-22 | 1 | -1/+1 |
* | stream_lavf: print lavf options that could not be set | wm4 | 2013-09-22 | 1 | -0/+6 |
* | stream_dvd: prevent segmentation fault with some broken files | Stefano Pigozzi | 2013-09-14 | 1 | -2/+2 |
* | stream_bluray: return number of titles | wm4 | 2013-09-10 | 1 | -6/+11 |
* | stream: force demuxer of cached stream, fixes cdda:// + cache | wm4 | 2013-09-10 | 1 | -0/+1 |
* | path: add a common mp_is_url() function | wm4 | 2013-09-04 | 1 | -4/+3 |
* | tv: attempt to support mjpeg streams | wm4 | 2013-09-04 | 1 | -2/+6 |
* | stream: read at least a full buffer with stream_peek() | wm4 | 2013-08-28 | 1 | -1/+1 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 | 5 | -0/+747 |
* | stream: change open code, add stream filter concept | wm4 | 2013-08-26 | 2 | -55/+83 |
* | stream: don't drop buffer when creating the cache | wm4 | 2013-08-26 | 1 | -3/+0 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 17 | -77/+82 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 2 | -0/+20 |
* | stream: allow potentially faster skipping | wm4 | 2013-08-22 | 1 | -3/+12 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 | 9 | -22/+11 |
* | stream: move file forward skipping to common stream implementation | wm4 | 2013-08-22 | 3 | -52/+29 |
* | stream_avdevice: remove redundant dummy callback | wm4 | 2013-08-22 | 1 | -6/+0 |
* | stream_file: uncrustify | wm4 | 2013-08-22 | 1 | -132/+140 |
* | stream_bluray: fix bd:// url segfault introduced by commit bc1d61 | Noble Huang | 2013-08-12 | 1 | -6/+2 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 28 | -46/+46 |
* | stream_radio: fix some things | wm4 | 2013-08-05 | 1 | -2/+2 |
* | stream: parse URL escapes for file:// | wm4 | 2013-08-02 | 4 | -0/+41 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 19 | -362/+280 |
* | stream: remove inactive URL option fields | wm4 | 2013-07-30 | 3 | -23/+0 |
* | stream_dvd: fix .ifo redirection | wm4 | 2013-07-30 | 1 | -2/+1 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 3 | -8/+5 |
* | stream_vcd.c: fix compilation on win32 | Diogo Franco (Kovensky) | 2013-07-22 | 2 | -3/+8 |
* | cache: fix time check for printing warning | wm4 | 2013-07-20 | 1 | -1/+1 |
* | stream: remove unused vcd functions | wm4 | 2013-07-15 | 4 | -22/+0 |
* | Merge branch 'remove_old_demuxers' | wm4 | 2013-07-14 | 21 | -323/+190 |
|\ |
|
| * | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -4/+1 |
| * | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 17 | -58/+19 |
| * | stream: remove unused functions | wm4 | 2013-07-12 | 1 | -36/+0 |
| * | stream: remove fd member | wm4 | 2013-07-12 | 8 | -66/+57 |
| * | 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 | 9 | -34/+13 |
| * | Cleanup some include statements | wm4 | 2013-07-12 | 10 | -16/+8 |
| * | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 3 | -3/+7 |
| * | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 17 | -65/+47 |
| * | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 1 | -19/+15 |
| * | video: eliminate frametime variable | wm4 | 2013-07-11 | 1 | -2/+0 |
| * | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -1/+1 |
| * | tv: add hack in preparation of demux_stream removal | wm4 | 2013-07-11 | 1 | -4/+17 |
| * | mplayer: fix incorrect audio sync after format changes | wm4 | 2013-07-11 | 1 | -1/+1 |
| * | Merge branch 'master' into remove_old_demuxers | wm4 | 2013-07-08 | 4 | -26/+6 |
| |\ |
|
| * | | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -12/+0 |
| * | | demux: remove some old stream header functions | wm4 | 2013-07-08 | 1 | -2/+4 |
| * | | Remove old demuxers | wm4 | 2013-07-07 | 2 | -2/+2 |
* | | | w32: silence some warnings | James Ross-Gowan | 2013-07-13 | 1 | -1/+1 |
* | | | stream_vcd: use intptr_t cast for _open_osfhandle in accordance to MSDN | Jonathan Yong | 2013-07-13 | 1 | -1/+1 |
* | | | stream: remove some more forgotten network stuff | wm4 | 2013-07-12 | 1 | -13/+0 |
* | | | options: add --cache-default option | wm4 | 2013-07-10 | 2 | -17/+12 |
| |/
|/| |
|
* | | cache: fix compilation without posix timers | Stefano Pigozzi | 2013-07-08 | 1 | -0/+1 |
* | | stream/tv: remove unused dshow-specific options | Martin Herkt | 2013-07-08 | 2 | -26/+1 |
* | | stream_radio: fix build | wm4 | 2013-07-08 | 1 | -0/+4 |
|/ |
|
* | 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 |
* | Remove some leftovers from network removal | wm4 | 2013-07-07 | 3 | -182/+1 |
* | stream: remove weird STREAMTYPE_STREAM special handling | wm4 | 2013-07-07 | 6 | -50/+27 |
* | stream: re-add accidentally removed seek call | wm4 | 2013-07-07 | 1 | -0/+7 |
* | Remove internal network support | wm4 | 2013-07-07 | 22 | -5996/+9 |
* | core: make network options available even if old net code is disabled | wm4 | 2013-07-07 | 5 | -23/+3 |
* | stream: make eof flag more consistent | wm4 | 2013-07-04 | 1 | -1/+6 |
* | stream_lavf: request and read streamcast/ICY metadata | wm4 | 2013-07-02 | 1 | -4/+89 |
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 2 | -1/+23 |
* | cache: fix per-block metadata memory leak | wm4 | 2013-07-02 | 1 | -0/+1 |
* | stream: redo memory streams | wm4 | 2013-06-28 | 3 | -8/+91 |
* | Merge branch 'sub_mess2' | wm4 | 2013-06-25 | 2 | -46/+77 |
|\ |
|
| * | stream: remove stream_unread_buffer() | wm4 | 2013-06-25 | 2 | -21/+0 |
| * | stream: add stream_peek function | wm4 | 2013-06-25 | 2 | -0/+35 |
| * | stream: never let read functions return values < 0 | wm4 | 2013-06-25 | 1 | -3/+5 |
| * | stream: readd memory streams | wm4 | 2013-06-25 | 2 | -5/+21 |
| * | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 2 | -18/+17 |
* | | cache: cache number of chapters | wm4 | 2013-06-24 | 1 | -0/+10 |
* | | cache: fix stream_pts caching | wm4 | 2013-06-18 | 1 | -20/+20 |
* | | osdep: remove shmem wrapper | wm4 | 2013-06-18 | 1 | -1/+0 |
* | | cache: actually use time instead of retry count for slow cache warning | wm4 | 2013-06-18 | 1 | -9/+11 |
|/ |
|
* | cache: fix build on OSX (again) | wm4 | 2013-06-16 | 1 | -0/+7 |
* | cache: fix compilation on Libav | wm4 | 2013-06-16 | 1 | -1/+8 |
* | cache: use correct header for clock_gettime | wm4 | 2013-06-16 | 1 | -0/+1 |
* | stream: don't set sector size on cache | wm4 | 2013-06-16 | 1 | -3/+1 |
* | cache: attempt to improve slow cache warning | wm4 | 2013-06-16 | 1 | -26/+35 |
* | cache: report more precise stream time | wm4 | 2013-06-16 | 1 | -9/+39 |
* | 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 | 7 | -13/+1 |
* | stream: remove stream_reset() | wm4 | 2013-06-16 | 2 | -12/+3 |
* | stream: check for interruption when trying to reconnect stream | wm4 | 2013-06-16 | 1 | -3/+3 |
* | stream: cosmetics | wm4 | 2013-06-16 | 2 | -26/+12 |
* | stream: reset buffer even on EOF/error | wm4 | 2013-06-16 | 1 | -4/+2 |
* | cache: use threads instead of fork() | wm4 | 2013-06-16 | 3 | -542/+403 |
* | stream: add partial read function | wm4 | 2013-06-16 | 2 | -17/+28 |
* | stream: add stream_unread_buffer() | wm4 | 2013-06-16 | 2 | -4/+33 |
* | cache: make the stream cache a proper stream that wraps other streams | wm4 | 2013-06-16 | 5 | -331/+220 |
* | stream: remove pointless check | wm4 | 2013-06-09 | 1 | -7/+3 |
* | stream: remove unused function | wm4 | 2013-06-09 | 1 | -9/+0 |
* | stream: move VCD specific stuff to stream_vcd | wm4 | 2013-06-09 | 3 | -5/+4 |
* | stream_cdda, stream_vcd: check read buffer size | wm4 | 2013-06-09 | 2 | -0/+5 |
* | stream_dvd: remove some deadly insane code | wm4 | 2013-06-09 | 1 | -15/+0 |
* | stream: misleading statement | wm4 | 2013-06-09 | 1 | -1/+1 |
* | core: use STREAM_CTRL instead of accessing stream_dvd internals | wm4 | 2013-06-09 | 3 | -0/+24 |
* | stream: rename cache2.c to cache.c | wm4 | 2013-06-09 | 1 | -0/+0 |
* | cache2: uncrustify | wm4 | 2013-06-09 | 1 | -452/+521 |
* | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvd | wm4 | 2013-06-02 | 1 | -1/+0 |
* | stream: kill STREAM_CTRL_RESET | wm4 | 2013-05-26 | 2 | -4/+0 |
* | stream: kill memory streams | wm4 | 2013-05-26 | 2 | -23/+3 |
* | stream: de-inline some larger functions | wm4 | 2013-05-26 | 2 | -70/+73 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 2 | -4/+4 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 2 | -4/+4 |
* | Silence some compiler warnings | wm4 | 2013-05-21 | 1 | -8/+7 |
* | core: add --stream-capture | wm4 | 2013-05-12 | 3 | -0/+41 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 1 | -4/+6 |
|\ |
|
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 1 | -4/+6 |
* | | stream_bluray: report chapter times | wm4 | 2013-05-09 | 1 | -0/+21 |
* | | stream_bluray: general timeline support | wm4 | 2013-05-09 | 1 | -0/+37 |
* | | stream_bluray: make code a bit more obvious | wm4 | 2013-05-09 | 1 | -4/+4 |
* | | stream: report chapter times, use time seeks for DVD chapters | wm4 | 2013-05-06 | 3 | -6/+41 |
* | | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 5 | -32/+5 |
* | | stream: fix bad cache behavior introduced by recent commit | wm4 | 2013-05-05 | 1 | -1/+8 |
* | | stream: add start time reporting | wm4 | 2013-05-05 | 3 | -0/+9 |
* | | core: don't report byte-based playback position with dvd | wm4 | 2013-05-05 | 4 | -0/+17 |
* | | stream: remove unused new_ds_stream() | wm4 | 2013-05-03 | 2 | -13/+0 |
* | | stream_bluray: remove the broken -bluray-chapter option | reimar | 2013-04-27 | 2 | -16/+2 |
* | | stream_bluray: fix querying current chapter | reimar | 2013-04-27 | 1 | -3/+1 |
* | | options: untangle track range parsing for stream_cdda | wm4 | 2013-04-21 | 1 | -17/+14 |
|/ |
|
* | stream_cddb: fix compilation on MinGW-w64 | Stephen Hutchinson | 2013-04-06 | 1 | -1/+1 |
* | vcd_read_win32.h: fix compilation on MinGW-w64 | Stephen Hutchinson | 2013-04-06 | 1 | -1/+1 |
* | http: handle broken QuickTime Streaming Server headers | reimar | 2013-04-04 | 1 | -3/+9 |
* | http: fix for broken SHOUTcast streams | reimar | 2013-04-04 | 1 | -0/+6 |
* | vcd_read: cleanup ifdefs | reimar | 2013-04-04 | 1 | -14/+7 |
* | stream: silence clang empty statement warnings | wm4 | 2013-03-19 | 1 | -12/+8 |
* | network: set default user-agent to MPlayer's | wm4 | 2013-02-26 | 1 | -1/+1 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -6/+4 |
* | Check return values of some mp_find_..._config_file function calls for NULL | wm4 | 2013-02-09 | 1 | -2/+5 |
* | Remove BSD legacy TV/radio support (BT848 stuff) | wm4 | 2013-02-06 | 4 | -1053/+0 |
* | build: make it work on somewhat older ffmpeg versions | wm4 | 2013-01-31 | 1 | -1/+1 |
* | stream: set default HTTP user agent to "Mozilla/5.0" | wm4 | 2013-01-31 | 1 | -1/+1 |
* | stream: fix reconnecting on broken network connections | wm4 | 2013-01-24 | 3 | -21/+50 |
* | stream: uncrustify stream.c/.h | wm4 | 2013-01-24 | 2 | -582/+664 |
* | stream: implement some HTTP specific options for stream_lavf | wm4 | 2013-01-24 | 7 | -7/+61 |
* | cookies: fix crash | wm4 | 2013-01-24 | 1 | -3/+3 |
* | stream_cdda: support latest libcdio version | Uoti Urpala | 2013-01-24 | 1 | -1/+31 |
* | Silence two compiler warnings | wm4 | 2013-01-16 | 1 | -3/+2 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 5 | -84/+84 |
* | Remove netstream support | wm4 | 2013-01-13 | 3 | -472/+0 |
* | Fix lots of bugs in mp_http URL handling | Rudolf Polzer | 2013-01-10 | 2 | -7/+10 |
* | stream_lavf: warn if protocol not found | wm4 | 2012-12-28 | 1 | -1/+6 |
* | |