| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | win32: more wchar_t -> WCHAR replacements | wm4 | 2015-07-30 | 1 | -1/+1 |
* | cache: make backbuffer size configurable | wm4 | 2015-07-22 | 1 | -5/+12 |
* | cache: fix backbuffer logic | wm4 | 2015-07-22 | 1 | -4/+5 |
* | stream_file: remove an indirection | wm4 | 2015-07-10 | 1 | -17/+13 |
* | stream_file: cosmetics: shorten variable name | wm4 | 2015-07-10 | 1 | -10/+10 |
* | stream_file: initialize `fd` | Ben Boeckel | 2015-07-09 | 1 | -1/+2 |
* | stream_file: add fd:// protocol | wm4 | 2015-07-09 | 1 | -2/+10 |
* | Disable DVD and BD menu support (to be removed) | wm4 | 2015-06-26 | 2 | -0/+4 |
* | cache: limit readahead size to half the cache size at the beginning | wm4 | 2015-05-29 | 1 | -0/+6 |
* | vo_opengl: add support for custom shaders | Niklas Haas | 2015-05-27 | 2 | -0/+16 |
* | command: add protocol-list property | wm4 | 2015-05-23 | 2 | -6/+22 |
* | Remove trailing whitespaces | Michael Vetter | 2015-05-15 | 1 | -4/+4 |
* | threads: use utility+POSIX functions instead of weird wrappers | wm4 | 2015-05-11 | 1 | -3/+6 |
* | path: make mp_path_join accept normal C strings | wm4 | 2015-05-09 | 2 | -4/+4 |
* | stream: don't print reconnection message if no stream support | wm4 | 2015-04-29 | 1 | -3/+5 |
* | cache: exit early on cancellation | wm4 | 2015-04-21 | 1 | -0/+3 |
* | cache: another minor simplification | wm4 | 2015-04-21 | 1 | -11/+5 |
* | cache: simplify the check for printing the "cache stuck" message | wm4 | 2015-04-21 | 1 | -16/+6 |
* | command: disc-mouse-on-button property | xylosper | 2015-04-21 | 3 | -6/+12 |
* | stream_file: minor simplification | wm4 | 2015-04-17 | 1 | -11/+8 |
* | player: allow playing directories | wm4 | 2015-04-17 | 2 | -4/+5 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 31 | -159/+127 |
* | stream_rar: update comment | wm4 | 2015-03-29 | 1 | -4/+2 |
* | stream_lavf: workaround broken rtmp "timeout" option | wm4 | 2015-03-19 | 1 | -4/+7 |
* | options: introduce --cache=yes choice | wm4 | 2015-03-12 | 1 | -0/+2 |
* | stream: use relaxed atomic loads for checking playback aborts | wm4 | 2015-03-09 | 1 | -1/+1 |
* | stream/smb: mark as network stream for --cache=auto | Kevin Mitchell | 2015-03-09 | 1 | -0/+1 |
* | options: add M_OPT_FILE to new options that are missing it | Philip Sequeira | 2015-03-07 | 1 | -1/+1 |
* | cache: assume file size from EOF position | wm4 | 2015-03-04 | 1 | -2/+8 |
* | stream_cdda: add option to enable cdtext, and disable it by default | wm4 | 2015-03-03 | 1 | -3/+5 |
* | stream_cdda: fix parameter passing | wm4 | 2015-03-03 | 1 | -2/+0 |
* | player: refine rar:// playlist-safety handling | wm4 | 2015-03-02 | 3 | -6/+2 |
* | stream_dvb: Always define NO_STREAM_ID_FILTER if missing. | Oliver Freyermuth | 2015-02-28 | 1 | -1/+1 |
* | stream: remove stream filter concept | wm4 | 2015-02-27 | 4 | -42/+15 |
* | stream_rar: treat rar files as playlists | wm4 | 2015-02-27 | 2 | -77/+8 |
* | cache: use MPCLAMP() macro | wm4 | 2015-02-25 | 1 | -9/+2 |
* | cache: limit to file size | wm4 | 2015-02-25 | 1 | -1/+8 |
* | stream_file: open pipes non-blocking | wm4 | 2015-02-20 | 1 | -4/+33 |
* | cache: silence "EOF reached" message | wm4 | 2015-02-18 | 1 | -1/+1 |
* | dvb_tune: fix invalid syntax | wm4 | 2015-02-11 | 1 | -1/+1 |
* | stream: get rid of remaining uses of the end_pos field | wm4 | 2015-02-06 | 7 | -26/+25 |
* | stream: minor cleanups | wm4 | 2015-02-06 | 4 | -88/+64 |
* | stream: slightly improve reconnect behavior | wm4 | 2015-02-06 | 2 | -18/+29 |
* | stream_lavf: fix build with Libav | wm4 | 2015-02-06 | 1 | -2/+5 |
* | options: add --network-timeout | wm4 | 2015-02-06 | 1 | -0/+3 |
* | stream_cdda: fix bugs in chapter time retrieval | wm4 | 2015-02-04 | 1 | -2/+2 |
* | command: add dummy get implementation for tv-channel property | wm4 | 2015-02-02 | 1 | -0/+1 |
* | stream: reject overly long URLs | wm4 | 2015-01-21 | 1 | -0/+4 |
* | stream_lavf: escape disallowed characters in http URLs | wm4 | 2015-01-21 | 2 | -5/+24 |
* | dvd: try to improve seeking | wm4 | 2015-01-19 | 1 | -3/+41 |
* | stream_dvb: silence bogus compiler warning | wm4 | 2015-01-19 | 1 | -1/+1 |
* | cache: cache-position needs to be int64_t | Oliver Freyermuth | 2015-01-13 | 1 | -1/+1 |
* | stream_dvb: Add MP_ERR if polling worked, but read fails. | Oliver Freyermuth | 2015-01-13 | 1 | -0/+4 |
* | stream_pvr: uncrustify | wm4 | 2015-01-06 | 1 | -1306/+1188 |
* | dvb: uncrustify | wm4 | 2015-01-06 | 3 | -1272/+1261 |
* | stream_dvb: Enable streaming mode, activates cache. | Oliver Freyermuth | 2015-01-06 | 1 | -0/+1 |
* | stream_dvb: Do not add special PIDs if we anyways record the full TP. | Oliver Freyermuth | 2015-01-06 | 1 | -23/+22 |
* | stream_dvb: Add possibility to dump a full transponder. | Oliver Freyermuth | 2015-01-06 | 2 | -4/+11 |
* | stream_dvb: Record PIDs with human-readable content, bump max demuxer count. | Oliver Freyermuth | 2015-01-06 | 2 | -1/+15 |
* | stream_dvb: Also demux PMT if possible, reactivate TPID parsing. | Oliver Freyermuth | 2015-01-06 | 4 | -12/+113 |
* | stream_dvb: Extend token-list for pid-parsing, magically allows to parse VDR-... | Oliver Freyermuth | 2015-01-06 | 1 | -3/+33 |
* | stream_dvb: Move out PID-parsing, disable TPID parsing. | Oliver Freyermuth | 2015-01-06 | 1 | -26/+38 |
* | stream_dvb: Add TPID (teletext-pid) parsing from VDR-style channel-lists. | Oliver Freyermuth | 2015-01-06 | 1 | -23/+28 |
* | stream_dvb: Handle VDR-config location-field as DISEQc-field. | Oliver Freyermuth | 2015-01-06 | 1 | -6/+26 |
* | dvb: Extend understanding of VDR channel config: stream_id, inversion. | Oliver Freyermuth | 2015-01-06 | 4 | -9/+33 |
* | stream_dvb: Very basic vdr-type channels.conf support. | Oliver Freyermuth | 2015-01-06 | 1 | -24/+80 |
* | dvb: Extend dvb_channel struct, needs to know whether channel is S2. | Oliver Freyermuth | 2015-01-06 | 3 | -11/+19 |
* | dvb_tune: (DVB-S) Initial S2API support. | Oliver Freyermuth | 2015-01-06 | 1 | -13/+79 |
* | dvbin: Prepare S2API-implementation, support different DVB-API versions. | Oliver Freyermuth | 2015-01-06 | 1 | -1/+17 |
* | stream_pvr: sort channel list by --tv-channels order | wm4 | 2014-12-28 | 1 | -2/+25 |
* | stream: always make stream dumping/capturing append to output file | wm4 | 2014-12-27 | 1 | -1/+1 |
* | stream_pvr: remove redundant log prefixes | wm4 | 2014-12-26 | 1 | -103/+82 |
* | stream_pvr: increase timeout, slightly better error reporting | wm4 | 2014-12-26 | 1 | -5/+10 |
* | stream: always disable cache for pseudo-streams | wm4 | 2014-12-24 | 2 | -1/+3 |
* | stream_edl: disable caching | wm4 | 2014-12-23 | 1 | -0/+1 |
* | dvd: add the last chapter | wm4 | 2014-12-16 | 1 | -1/+1 |
* | command, dvd: add property which returns list of DVD titles | wm4 | 2014-12-13 | 3 | -22/+63 |
* | stream_cdda: don't return number of tracks as number of titles | wm4 | 2014-12-13 | 1 | -5/+0 |
* | dvd: drop last chapter | wm4 | 2014-12-13 | 1 | -2/+2 |
* | dvd: add an extra chapter at position 0 | wm4 | 2014-12-13 | 1 | -2/+2 |
* | |