| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | stream_dvd: fix angle math | Rudolf Polzer | 2012-12-22 | 1 | -8/+7 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 2 | -30/+39 |
* | Fix compilation with Libav | wm4 | 2012-12-11 | 1 | -0/+2 |
* | audio: remove support for native alaw/mulaw/adpcm output | wm4 | 2012-12-11 | 1 | -3/+0 |
* | stream_lavf/demux_lavf: export/use HTTP MIME type | wm4 | 2012-12-11 | 3 | -15/+17 |
* | stream: handle mms streaming with ffmpeg | wm4 | 2012-12-11 | 3 | -14/+23 |
* | stream_dvd: add a stream_seek() call | Rudolf Polzer | 2012-12-07 | 1 | -0/+2 |
* | stream_ftp: cleanups | al | 2012-12-03 | 1 | -19/+13 |
* | core: automatically pause on low cache | wm4 | 2012-12-03 | 2 | -1/+9 |
* | stream_lavf: use ffmpeg for http/https streaming | wm4 | 2012-12-03 | 2 | -3/+5 |
* | cache: simplify further | wm4 | 2012-12-03 | 8 | -34/+28 |
* | cache: refactor how cache enabling is done | Uoti Urpala | 2012-12-03 | 8 | -27/+24 |
* | demux_lavf: add support for libavdevice | wm4 | 2012-12-03 | 3 | -0/+52 |
* | stream_ftp: fix compilation with libav | Stefano Pigozzi | 2012-11-22 | 1 | -1/+1 |
* | stream_ftp: support longer filenames | al | 2012-11-21 | 1 | -31/+73 |
* | stream: fix dvd:// + cache crashing | wm4 | 2012-11-20 | 3 | -3/+5 |
* | stream, demux_lavf: minor cleanup for stream size code | wm4 | 2012-11-20 | 2 | -0/+10 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 17 | -48/+48 |
* | stream: change STREAM_CTRL_GET_SIZE argument type to uint64_t | reimar | 2012-11-20 | 4 | -4/+13 |
* | asf_streaming: remove broken MMSU support code | upsuper | 2012-11-20 | 1 | -15/+3 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 9 | -89/+87 |
* | cookies: don't read cookie files from ancient browsers | wm4 | 2012-11-16 | 1 | -42/+3 |
* | network: fix crash with -playlist http://... | wm4 | 2012-11-14 | 1 | -0/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 45 | -109/+108 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+0 |
* | stream: open_stream_plugin() should set error code on failure | wm4 | 2012-11-01 | 1 | -0/+1 |
* | http: fix potential NULL pointer issue | wm4 | 2012-11-01 | 1 | -10/+9 |
* | http: fix potential NULL pointer issue | wm4 | 2012-11-01 | 1 | -1/+4 |
* | cookies: replace sprintf with snprintf | reimar | 2012-10-31 | 1 | -5/+7 |
* | stream_cddb: replace sprintf with snprintf | reimar | 2012-10-31 | 1 | -12/+14 |
* | cleanup: remove references to CONFIG_TV_DSHOW | wm4 | 2012-10-30 | 1 | -8/+1 |
* | stream: fix redirection for proxy URLs | reimar | 2012-10-30 | 3 | -15/+55 |
* | url: simplify | cboesch | 2012-10-30 | 3 | -25/+43 |
* | stream: add STREAM_CTRL_GET_CURRENT_TITLE | ib | 2012-10-30 | 4 | -0/+14 |
* | cache: enable STREAM_CTRL_GET_NUM_TITLES | ib | 2012-10-30 | 1 | -0/+3 |
* | cache: fix long hangs | reimar | 2012-10-30 | 1 | -1/+1 |
* | stream_file: explicitly signal EOF | reimar | 2012-10-30 | 1 | -0/+2 |
* | stream_ftp: fix double free in one error case | Uoti Urpala | 2012-10-30 | 1 | -1/+0 |
* | stream_ffmpeg: handle rtsp:// URLs by default, add lavf:// | Uoti Urpala | 2012-10-28 | 2 | -17/+23 |
* | 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 | 2 | -132/+24 |
* | Rename to "mpv" | wm4 | 2012-10-12 | 1 | -1/+1 |
* | core, timeline: cache external ordered chapter files too | Stefano Pigozzi | 2012-09-18 | 4 | -7/+17 |
* | bluray: add bd:// as stream prefix | wm4 | 2012-09-18 | 1 | -1/+1 |
* | core: fix DVD subtitle selection | wm4 | 2012-09-18 | 3 | -10/+5 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 3 | -3/+3 |
* | Adjust ffmpeg/libav #includes to work with recent upstream changes | Uoti Urpala | 2012-08-21 | 1 | -3/+4 |
* | Remove support for libnemesi RTSP streaming | wm4 | 2012-08-20 | 2 | -83/+0 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 4 | -146/+0 |
* | libmpdemux: remove demux_real, demux_viv, demux_audio | wm4 | 2012-08-20 | 2 | -2/+2 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 4 | -1085/+0 |
* | Remove win32/qt/xanim/real binary codecs loading | wm4 | 2012-08-16 | 2 | -4242/+0 |
* | stream_file: print strerror() when failing to open a file | Uoti Urpala | 2012-08-16 | 1 | -1/+3 |
* | win32: fix compilation on MinGW | wm4 | 2012-08-07 | 1 | -9/+9 |
* | options: get rid of ambiguous option parsing | wm4 | 2012-08-05 | 1 | -1/+1 |
* | mplayer, stream_tv: move variable initialization | wm4 | 2012-08-03 | 1 | -1/+1 |
* | tv: reduce code duplication | mplayer-svn | 2012-08-03 | 1 | -21/+14 |
* | stream_pvr: fix buffer overflow | mplayer-svn | 2012-08-03 | 1 | -16/+13 |
* | 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 |
* | commands, dvd, dvdnav, bluray: cleanup sub/audio track language display | mplayer-svn | 2012-08-03 | 7 | -23/+99 |
* | cache2: allow cache sizes up to 4 TB | mplayer-svn | 2012-08-03 | 2 | -29/+30 |
* | stream: add new stream control command STREAM_CTRL_GET_NUM_TITLES | mplayer-svn | 2012-08-03 | 4 | -0/+12 |
* | cache2: flush cache and sync stream position/eof after seeking STREAM_CTRLs | mplayer-svn | 2012-08-03 | 1 | -10/+33 |
* | stream/http: add a test file for ultravox in comment | mplayer-svn | 2012-08-03 | 1 | -0/+3 |
* | cache2: make cache process exit when main process dies | mplayer-svn | 2012-08-03 | 1 | -0/+13 |
* | Replace 'q' printf length modifier by 'll' | mplayer-svn | 2012-08-03 | 1 | -1/+1 |
* | cache2: make warnings easier to understand | mplayer-svn | 2012-08-03 | 1 | -2/+2 |
* | Remove teletext support | wm4 | 2012-08-03 | 5 | -128/+18 |
* | stream: remove V4L TV input and V4L radio support | wm4 | 2012-08-02 | 3 | -2072/+0 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 3 | -20/+0 |
* | stream: remove stream_cue | wm4 | 2012-08-02 | 2 | -643/+0 |
* | stream: remove native RTSP/RTP/PNM support | wm4 | 2012-08-01 | 30 | -10376/+2 |
* | Change <endian.h> include to <sys/types.h> | wm4 | 2012-07-31 | 1 | -1/+1 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 | 1 | -21/+0 |
* | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 | 1 | -1/+2 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 1 | -1/+1 |
* | Add support for playing video from streaming sites with libquvi | wm4 | 2012-07-28 | 1 | -2/+69 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 1 | -2/+2 |
|\ |
|
| * | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 1 | -1/+1 |
|\| |
|
| * | stream_cdda: print CDTEXT if available | wm4 | 2012-04-28 | 1 | -17/+51 |
| * | configure, stream_cdda: remove libcdparanoia support | wm4 | 2012-04-28 | 1 | -59/+11 |
| * | cosmetics: stream_cdda.c: reformat | wm4 | 2012-04-28 | 1 | -359/+368 |
| * | stream_cdda: various fixes | reimar | 2012-04-28 | 1 | -10/+28 |
| * | stream_ffmpeg: fix broken line from 30afc64532ff61 | Uoti Urpala | 2012-04-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-28 | 1 | -1/+1 |
|\| |
|
| * | stream_pvr: fix field size / snprintf size mismatch | Uoti Urpala | 2012-04-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-13 | 4 | -340/+1 |
|\| |
|
| * | build: remove OS/2 support | Uoti Urpala | 2012-04-06 | 4 | -340/+1 |
* | | stream_cdda: print CDTEXT if available | wm4 | 2012-04-01 | 1 | -17/+51 |
* | | configure, stream_cdda: remove libcdparanoia support | wm4 | 2012-04-01 | 1 | -59/+11 |
* | | stream_cdda: reformat | wm4 | 2012-04-01 | 1 | -359/+368 |
* | | stream_cdda: various fixes | reimar | 2012-04-01 | 1 | -10/+28 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 1 | -2/+3 |
|\| |
|
| * | stream_vstream: fix vstream_error format string | Uoti Urpala | 2012-04-01 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-16 | 4 | -7/+9 |
|\| |
|
| * | windows supp |