| Commit message (Expand) | Author | Age |
* | Update license headers | Marcin Kurczewski | 2015-04-13 |
* | stream_rar: update comment | wm4 | 2015-03-29 |
* | stream_lavf: workaround broken rtmp "timeout" option | wm4 | 2015-03-19 |
* | options: introduce --cache=yes choice | wm4 | 2015-03-12 |
* | stream: use relaxed atomic loads for checking playback aborts | wm4 | 2015-03-09 |
* | stream/smb: mark as network stream for --cache=auto | Kevin Mitchell | 2015-03-09 |
* | options: add M_OPT_FILE to new options that are missing it | Philip Sequeira | 2015-03-07 |
* | cache: assume file size from EOF position | wm4 | 2015-03-04 |
* | stream_cdda: add option to enable cdtext, and disable it by default | wm4 | 2015-03-03 |
* | stream_cdda: fix parameter passing | wm4 | 2015-03-03 |
* | player: refine rar:// playlist-safety handling | wm4 | 2015-03-02 |
* | stream_dvb: Always define NO_STREAM_ID_FILTER if missing. | Oliver Freyermuth | 2015-02-28 |
* | stream: remove stream filter concept | wm4 | 2015-02-27 |
* | stream_rar: treat rar files as playlists | wm4 | 2015-02-27 |
* | cache: use MPCLAMP() macro | wm4 | 2015-02-25 |
* | cache: limit to file size | wm4 | 2015-02-25 |
* | stream_file: open pipes non-blocking | wm4 | 2015-02-20 |
* | cache: silence "EOF reached" message | wm4 | 2015-02-18 |
* | dvb_tune: fix invalid syntax | wm4 | 2015-02-11 |
* | stream: get rid of remaining uses of the end_pos field | wm4 | 2015-02-06 |
* | stream: minor cleanups | wm4 | 2015-02-06 |
* | stream: slightly improve reconnect behavior | wm4 | 2015-02-06 |
* | stream_lavf: fix build with Libav | wm4 | 2015-02-06 |
* | options: add --network-timeout | wm4 | 2015-02-06 |
* | stream_cdda: fix bugs in chapter time retrieval | wm4 | 2015-02-04 |
* | command: add dummy get implementation for tv-channel property | wm4 | 2015-02-02 |
* | stream: reject overly long URLs | wm4 | 2015-01-21 |
* | stream_lavf: escape disallowed characters in http URLs | wm4 | 2015-01-21 |
* | dvd: try to improve seeking | wm4 | 2015-01-19 |
* | stream_dvb: silence bogus compiler warning | wm4 | 2015-01-19 |
* | cache: cache-position needs to be int64_t | Oliver Freyermuth | 2015-01-13 |
* | stream_dvb: Add MP_ERR if polling worked, but read fails. | Oliver Freyermuth | 2015-01-13 |
* | stream_pvr: uncrustify | wm4 | 2015-01-06 |
* | dvb: uncrustify | wm4 | 2015-01-06 |
* | stream_dvb: Enable streaming mode, activates cache. | Oliver Freyermuth | 2015-01-06 |
* | stream_dvb: Do not add special PIDs if we anyways record the full TP. | Oliver Freyermuth | 2015-01-06 |
* | stream_dvb: Add possibility to dump a full transponder. | Oliver Freyermuth | 2015-01-06 |
* | stream_dvb: Record PIDs with human-readable content, bump max demuxer count. | Oliver Freyermuth | 2015-01-06 |
* | stream_dvb: Also demux PMT if possible, reactivate TPID parsing. | Oliver Freyermuth | 2015-01-06 |
* | stream_dvb: Extend token-list for pid-parsing, magically allows to parse VDR-... | Oliver Freyermuth | 2015-01-06 |
* | stream_dvb: Move out PID-parsing, disable TPID parsing. | Oliver Freyermuth | 2015-01-06 |
* | stream_dvb: Add TPID (teletext-pid) parsing from VDR-style channel-lists. | Oliver Freyermuth | 2015-01-06 |
* | stream_dvb: Handle VDR-config location-field as DISEQc-field. | Oliver Freyermuth | 2015-01-06 |
* | dvb: Extend understanding of VDR channel config: stream_id, inversion. | Oliver Freyermuth | 2015-01-06 |
* | stream_dvb: Very basic vdr-type channels.conf support. | Oliver Freyermuth | 2015-01-06 |
* | dvb: Extend dvb_channel struct, needs to know whether channel is S2. | Oliver Freyermuth | 2015-01-06 |
* | dvb_tune: (DVB-S) Initial S2API support. | Oliver Freyermuth | 2015-01-06 |
* | dvbin: Prepare S2API-implementation, support different DVB-API versions. | Oliver Freyermuth | 2015-01-06 |
* | stream_pvr: sort channel list by --tv-channels order | wm4 | 2014-12-28 |
* | stream: always make stream dumping/capturing append to output file | wm4 | 2014-12-27 |