| Commit message (Expand) | Author | Age | Files | Lines |
* | stream_smb: make sure the string is NULL-terminated after strncpy | pavelxdd | 2018-10-25 | 1 | -0/+1 |
* | stream_libarchive: fix hangs when demuxer does out of bound seeks | wm4 | 2018-10-01 | 1 | -2/+9 |
* | stream_smb/stream_file: fix `write_buffer` | Yclept Nemo | 2018-07-29 | 2 | -16/+16 |
* | stream_smb: locking to bypass libsmbclient issues | Yclept Nemo | 2018-07-29 | 1 | -1/+21 |
* | stream_file: enable cache for FUSE filesystems on OpenBSD and FreeBSD | gall0ws | 2018-06-05 | 1 | -1/+1 |
* | options: add --http-proxy | wm4 | 2018-05-31 | 1 | -0/+4 |
* | stream_file: properly detect stdin as pipe | wm4 | 2018-05-25 | 1 | -17/+16 |
* | stream_libarchive: mark as needing cache | wm4 | 2018-04-15 | 1 | -0/+1 |
* | demux, stream: ignore packets and errors on forced exit | wm4 | 2018-03-26 | 1 | -1/+2 |
* | stream_file: enable cache for FUSE filesystems on OS X | Philip Sequeira | 2018-03-15 | 1 | -1/+2 |
* | stream_file: add more network file systems (Linux) | Philip Sequeira | 2018-03-15 | 1 | -0/+1 |
* | tv: Recognise v4l2 'JPEG' fourcc | Philip Langdale | 2018-03-04 | 3 | -2/+7 |
* | stream_file: add mode for reading appended files | wm4 | 2018-02-21 | 1 | -7/+48 |
* | stream_lavf: remove deprecated hls protocol from whitelist | wm4 | 2018-01-25 | 1 | -1/+1 |
* | stream_bluray: always show list of available titles | Ricardo Constantino | 2018-01-23 | 1 | -2/+2 |
* | stream_bluray: silence libbluray's debug messages unless we want them | Ricardo Constantino | 2018-01-23 | 1 | -0/+4 |
* | Fix undefined preprocessor behavior | wm4 | 2018-01-18 | 1 | -1/+5 |
* | stream_bluray: support detecting UHD BD directories | Ricardo Constantino | 2018-01-11 | 1 | -10/+7 |
* | cache: fix --cache-initial status message | wm4 | 2018-01-07 | 1 | -4/+3 |
* | stream: use native libavformat reconnection feature | wm4 | 2018-01-04 | 4 | -64/+3 |
* | stream_lavf: minor fixes to HTTP reconnection support | wm4 | 2018-01-02 | 2 | -6/+14 |
* | stream_libarchive: fix seeking fallback | wm4 | 2017-12-24 | 1 | -14/+14 |
* | cache: propagate underlying stream seek errors in some cases | wm4 | 2017-12-24 | 1 | -1/+12 |
* | cache: lower default size to 2*10MB | wm4 | 2017-12-23 | 1 | -2/+2 |
* | dvb: Add multiple frontends support: MAX_FRONTENDS now 8. | rim | 2017-12-16 | 4 | -88/+99 |
* | msg: reinterpret a bunch of message levels | Niklas Haas | 2017-12-15 | 1 | -2/+2 |
* | stream_libarchive: Fix locale includes on macOS | sfan5 | 2017-12-03 | 1 | -0/+5 |
* | stream_libarchive, osdep: use stubs for POSIX 2008 locale on MinGW | wm4 | 2017-11-12 | 1 | -0/+1 |
* | stream_libarchive: workaround various types of locale braindeath | wm4 | 2017-11-12 | 2 | -4/+36 |
* | stream_libarchive: stop reading on ARCHIVE_FATAL | wm4 | 2017-11-02 | 1 | -4/+41 |
* | cache: throttle wakeups | wm4 | 2017-10-20 | 1 | -2/+14 |
* | Add checks for HAVE_GPL to various GPL-only source files | wm4 | 2017-10-10 | 9 | -0/+41 |
* | dvb: SYS_DVBC_ANNEX_B is now supported if ATSC is activated. | Oliver Freyermuth | 2017-10-09 | 1 | -0/+2 |
* | dvb: Skip channel if ATSC device does not support cable / terr. | Oliver Freyermuth | 2017-10-09 | 1 | -1/+3 |
* | dvb: Implement parsing of modulation for VDR-style channels config. | Oliver Freyermuth | 2017-10-09 | 1 | -0/+50 |
* | dvb: Fixes for ATSC tuning. | Oliver Freyermuth | 2017-10-09 | 2 | -2/+19 |
* | stream_dvb: Multiply frequency and sample rate by 1000 for VDR. | Oliver Freyermuth | 2017-10-09 | 1 | -4/+3 |
* | dvb_tune: Pull out DVBv5 raw tuning part, add verbosity. | Oliver Freyermuth | 2017-10-09 | 1 | -23/+24 |
* | dvb: Explicitly clear via DVBv5 before reverting to DVBv3. | Oliver Freyermuth | 2017-10-09 | 1 | -2/+12 |
* | dvb: Use more elaborate tuning for DVBv5 tuning. | Oliver Freyermuth | 2017-10-09 | 1 | -23/+111 |
* | build: switch preliminary LGPL mode from v3 to v2.1 | wm4 | 2017-10-05 | 1 | -8/+1 |
* | stream_lavf: use avio_read_partial() | wm4 | 2017-09-01 | 1 | -0/+4 |
* | stream: add an assert() to an obscure seek case | wm4 | 2017-08-17 | 1 | -0/+1 |
* | vo_opengl: support loading custom user textures | Niklas Haas | 2017-07-27 | 1 | -27/+1 |
* | Avoid calling close(-1) | wm4 | 2017-06-29 | 1 | -2/+4 |
* | stream_bluray: change license to LGPL | wm4 | 2017-06-26 | 1 | -7/+7 |
* | demux_mf, stream_mf: change license to LGPL | wm4 | 2017-06-24 | 1 | -7/+7 |
* | stream: move cache option declarations to cache.c | wm4 | 2017-06-23 | 1 | -0/+27 |
* | build: simplify OSS checks and remove changes by "bugmen0t" | wm4 | 2017-06-22 | 1 | -8/+0 |
* | stream: change license to LGPL | wm4 | 2017-06-19 | 2 | -28/+26 |
* | Drop/move img_fourcc.h | wm4 | 2017-06-18 | 5 | -4/+38 |
* | stream_file: option to close fd after use -> fdclose:// | sfan5 | 2017-06-16 | 1 | -5/+8 |
* | stream_lavf: change license to LGPL | wm4 | 2017-06-16 | 1 | -7/+7 |
* | stream: rewrite url escaping/unescaping functions | wm4 | 2017-06-13 | 1 | -36/+48 |
* | cache: move duplicated condition to a function | wm4 | 2017-05-15 | 1 | -6/+12 |
* | cache: fix unnecessary seek blocking from f4d62dc4a0 | Uoti Urpala | 2017-05-15 | 1 | -9/+18 |
* | cache: clarify that copyright will be changed to LGPL v2.1 if possible | wm4 | 2017-05-11 | 1 | -0/+2 |
* | stream_smb: disable by default, mark as GPLv3 | wm4 | 2017-05-11 | 1 | -1/+1 |
* | stream_file: change license to LGPL | wm4 | 2017-05-11 | 1 | -10/+8 |
* | cookies: change license to LGPL | wm4 | 2017-05-11 | 2 | -15/+14 |
* | cache: change license to LGPL v3 | wm4 | 2017-05-08 | 1 | -7/+12 |
* | stream_null: change license to LGPL | wm4 | 2017-05-08 | 1 | -7/+7 |
* | wscript: decouple dvdnav check from dvdread | Ricardo Constantino | 2017-03-31 | 1 | -1/+1 |
* | stream/stream_dvdnav: show list of titles on verbose | Ricardo Constantino | 2017-03-29 | 1 | -0/+7 |
* | stream/stream_dvdnav: don't ignore setting title | Ricardo Constantino | 2017-03-29 | 1 | -1/+1 |
* | stream_dvd: fix subs/audio detection on DVDs containing multi-PGC titles | qrwyeui | 2017-03-15 | 1 | -3/+3 |
* | dvb: add support for DVB-T2 | ivan-83 | 2017-03-06 | 4 | -633/+777 |
* | Revert "dvb: add support for DVB-T2" | wm4 | 2017-02-14 | 4 | -766/+625 |
* | dvb: add support for DVB-T2 | ivan-83 | 2017-02-13 | 4 | -625/+766 |
* | dvb: move priv allocation to dvb_open | Thomas V | 2017-02-10 | 1 | -1/+1 |
* | tv: Zero-out newly-allocated handle in tv_new_handle() | Frédéric Brière | 2017-02-05 | 1 | -4/+1 |
* | stream: get rid of streamtype enum | wm4 | 2017-02-02 | 12 | -31/+9 |
* | stream: better method signal caching, rename weird uncached_stream field | wm4 | 2017-02-02 | 2 | -7/+9 |
* | tvi_dummy: don't return bad dummy PTS | wm4 | 2017-02-02 | 1 | -2/+3 |
* | stream: minor cleanup to previous commit | wm4 | 2017-01-27 | 1 | -12/+7 |
* | stream: set EOF if stream is canceled | wm4 | 2017-01-26 | 1 | -1/+3 |
* | stream_lavf: add support for data URIs | Ricardo Constantino | 2017-01-25 | 1 | -0/+1 |
* | stream: check for playback aborts on reading too | wm4 | 2017-01-24 | 1 | -0/+2 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 2 | -39/+0 |
* | stream_bluray: use proper 0-based idx | Ricardo Constantino | 2017-01-16 | 1 | -1/+1 |
* | cache: remove redundant free() | wm4 | 2017-01-09 | 1 | -3/+1 |
* | demux, stream: add option to prevent opening referenced files | wm4 | 2016-12-04 | 5 | -0/+16 |
* | tv: fix option type | wm4 | 2016-11-22 | 2 | -3/+3 |
* | stream_bluray: check title index/playlist range | schnusch | 2016-10-17 | 1 | -6/+20 |
* | stream_bluray: select title by playlist | schnusch | 2016-10-17 | 1 | -18/+34 |
* | stream_file: don't use poll() on directories | wm4 | 2016-10-14 | 1 | -3/+5 |
* | stream_libarchive: add some more points at which reading can be stopped | wm4 | 2016-10-01 | 1 | -1/+4 |
* | stream_lavf: check seekable flag correctly | wm4 | 2016-09-27 | 1 | -1/+1 |
* | stream_lavf: fix determining seekability | wm4 | 2016-09-26 | 1 | -3/+23 |
* | stream/stream_lavf: user-agent option is deprecated | RiCON | 2016-09-18 | 1 | -1/+1 |
* | stream_cb: don't add "*://" to protocol list | wm4 | 2016-09-10 | 2 | -5/+1 |
* | stream, demux, config: remove some dead/unneeded option-related code | wm4 | 2016-09-09 | 2 | -92/+0 |
* | stream_cdda: remove weird option parsing stuff | wm4 | 2016-09-09 | 1 | -29/+12 |
* | tv: remove weird option parsing stuff | wm4 | 2016-09-09 | 1 | -17/+0 |
* | stream_dvb: remove weird option parsing stuff | wm4 | 2016-09-09 | 1 | -24/+24 |
* | stream_dvd, stream_dvdnav: remove weird option parsing stuff | wm4 | 2016-09-08 | 4 | -66/+93 |
* | stream_bluray: fix a minor memory leak | wm4 | 2016-09-08 | 1 | -2/+3 |
* | stream_bluray: remove weird option parsing stuff | wm4 | 2016-09-08 | 1 | -51/+45 |
* | osdep: rename atomics.h to atomic.h | wm4 | 2016-09-07 | 1 | -1/+1 |
* | demux: do not access global options | wm4 | 2016-09-06 | 3 | -27/+65 |
* | stream_cb: remove broken cast | wm4 | 2016-08-31 | 1 | -1/+1 |
* | cache: don't use a backbuffer if the cache is as large as the file | wm4 | 2016-08-26 | 1 | -10/+14 |
* | stream_memory: disable stream cache | wm4 | 2016-08-26 | 1 | -0/+1 |
* | stream/stream_bluray: display list of available titles on verbose | Ricardo Constantino | 2016-08-11 | 1 | -0/+6 |
* | stream: fix double-free if cache init fails | wm4 | 2016-08-08 | 1 | -1/+3 |
* | client API: add stream_cb API for user-defined stream implementations | Aman Gupta | 2016-08-07 | 3 | -0/+128 |
* | tvi_v4l2: fix style in the uninit function | Ben Boeckel | 2016-08-05 | 1 | -4/+6 |
* | tvi_v4l2: explicitly brace the code | Ben Boeckel | 2016-08-05 | 1 | -1/+4 |
* | libarchive: sanitize non-UTF8 archive entries | wm4 | 2016-07-18 | 1 | -2/+2 |
* | libarchive: unify entry iteration between stream/demux layers | wm4 | 2016-07-18 | 2 | -26/+51 |
* | cache: minor simplification | wm4 | 2016-07-11 | 1 | -7/+10 |
* | cache: fix previous commit | wm4 | 2016-07-11 | 1 | -1/+11 |
* | cache: propagate seek failures | wm4 | 2016-07-11 | 1 | -7/+17 |
* | Fix misspellings | stepshal | 2016-06-26 | 1 | -1/+1 |
* | build: silence -Wunused-result | Niklas Haas | 2016-06-07 | 1 | -1/+1 |
* | stream: separate posix/win32 cancellation code | wm4 | 2016-05-20 | 1 | -27/+55 |
* | cache: simplify speed calculations | wm4 | 2016-05-12 | 1 | -19/+7 |
* | stream_cdda: enable cache by default | wm4 | 2016-05-10 | 1 | -0/+2 |
* | stream_memory: add hex:// protocol | wm4 | 2016-04-20 | 1 | -2/+35 |
* | cache: disable useless "Cache is not responding" warning | wm4 | 2016-04-03 | 1 | -1/+1 |
* | build: make DVB test stricter | wm4 | 2016-04-02 | 1 | -0/+2 |
* | cache: fix incorrect EOF condition | wm4 | 2016-03-29 | 1 | -1/+2 |
* | cache: use a single STREAM_CTRL for various cache info | wm4 | 2016-03-29 | 2 | -23/+23 |
* | command: add cache-speed property | wm4 | 2016-03-20 | 2 | -14/+48 |
* | cache: remove unused STREAM_CTRL_RESUME_CACHE | wm4 | 2016-03-03 | 2 | -5/+0 |
* | demux: remove relative seeking | wm4 | 2016-02-28 | 1 | -33/+4 |
* | stream_dvb: fix minor resource leaks | wm4 | 2016-02-12 | 1 | -0/+3 |
* | stream_dvb: remove dead code | wm4 | 2016-02-12 | 1 | -5/+0 |
* | dvb: fix segmentation fault in case no valid configuration is found. | Oliver Freyermuth | 2016-01-24 | 1 | -2/+3 |
* | dvb: remove trailing whitespace | wm4 | 2016-01-22 | 2 | -18/+18 |
* | dvb: fix compilation with older Linux headers | wm4 | 2016-01-22 | 1 | -1/+2 |
* | stream_dvb: add verbose output in non-DVBv5 querying. | Oliver Freyermuth | 2016-01-21 | 1 | -1/+3 |
* | stream_dvb: use DVBv5 API also for DVB-C tuning. | Oliver Freyermuth | 2016-01-21 | 1 | -8/+39 |
* | stream_dvb: improve messages on delivery-type detection. | Oliver Freyermuth | 2016-01-21 | 1 | -10/+14 |
* | stream_dvb: don't requery tuner type, rely on initial query. | Oliver Freyermuth | 2016-01-21 | 1 | -11/+9 |
* | stream_dvb: support frontends with multiple delivery systems. | Oliver Freyermuth | 2016-01-21 | 3 | -59/+122 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 3 | -21/+22 |
* | cache: add mechanism for disabling readahead | wm4 | 2016-01-18 | 2 | -1/+17 |
* | player, stream_dvb: implement dvb-channel-name property. | Oliver Freyermuth | 2016-01-14 | 3 | -1/+37 |
* | stream_dvb: global protection mutex and usage bit for global_dvb_state. | Oliver Freyermuth | 2016-01-14 | 2 | -1/+21 |
* | stream_dvb: implement GET_METADATA and return program name. | Oliver Freyermuth | 2016-01-14 | 1 | -2/+13 |
* | stream_dvb: persist state-information across channel-switches. | Oliver Freyermuth | 2016-01-14 | 2 | -35/+71 |
* | dvb: rename dvb_config_t to dvb_state_t, keep config and state there. | Oliver Freyermuth | 2016-01-14 | 3 | -117/+128 |
* | stream: stream_read_complete() reads from current pos, not 0 | wm4 | 2016-01-12 | 1 | -1/+1 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 6 | -6/+6 |
* | cache: remove useless return value | wm4 | 2016-01-11 | 1 | -5/+2 |
* | dvb: cleanup dvb_params struct, remove some unneeded fds | Oliver Freyermuth | 2016-01-07 | 3 | -11/+8 |
* | win32: fix fd:// | James Ross-Gowan | 2016-01-07 | 1 | -3/+4 |
* | stream_lavf: remove tabs | wm4 | 2015-12-22 | 1 | -2/+2 |
* | Fix some typos in code comments | Aman Gupta | 2015-12-21 | 1 | -1/+1 |
* | stream: drop PVR support | wm4 | 2015-12-10 | 2 | -1619/+0 |
* | stream_libarchive: make libarchive seek callback lazy | Kevin Mitchell | 2015-11-09 | 1 | -3/+22 |
* | stream_libarchive: add multivolume support | Kevin Mitchell | 2015-11-09 | 2 | -16/+156 |
* | libarchive: remove redundant log prefix | Kevin Mitchell | 2015-11-09 | 1 | -3/+3 |
* | stream/audio: fix unchecked strdups | wm4 | 2015-10-30 | 4 | -11/+23 |
* | options: add support for client certificate authentication | Joschka Tillmanns | 2015-10-20 | 1 | -0/+4 |
* | stream: minor cleanup to verbose logging | wm4 | 2015-09-30 | 2 | -3/+4 |
* | cache: do not include backbuffer size in total stream cache size | wm4 | 2015-09-10 | 1 | -1/+1 |
* | stream_libarchive: read tar only in "unsafe" mode | wm4 | 2015-08-22 | 1 | -2/+4 |
* | stream_libarchive: disable raw filter | wm4 | 2015-08-20 | 1 | -2/+0 |
* | stream_libarchive: fix libarchive callback signature | wm4 | 2015-08-20 | 1 | -1/+1 |
* | stream_libarchive: restrict number of allowed formats | wm4 | 2015-08-18 | 1 | -2/+11 |
* | stream: provide a stream_get_size() convenience function | wm4 | 2015-08-18 | 5 | -11/+17 |
* | demux_libarchive: open flat compressed files | wm4 | 2015-08-17 | 2 | -3/+9 |
* | stream: libarchive wrapper for reading compressed archives | wm4 | 2015-08-17 | 3 | -0/+274 |
* | stream: remove remaining DVD/BD menu definitions | wm4 | 2015-08-03 | 2 | -88/+0 |
* | stream_bluray: remove menu implementation | wm4 | 2015-08-03 | 1 | -358/+11 |
* | stream_dvdnav: rip out lower-level menu implementation | wm4 | 2015-08-03 | 1 | -255/+7 |
* | win32: revert wchar_t changes | wm4 | 2015-08-01 | 1 | -1/+1 |
* | |