| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | dvd, bd: don't unnecessarily block on demuxer/stream all the time | wm4 | 2014-12-04 | 1 | -2/+2 |
* | Do not call strerror() | wm4 | 2014-11-26 | 8 | -75/+81 |
* | Silence some Coverity warnings | wm4 | 2014-11-21 | 1 | -0/+1 |
* | Remove some unneeded NULL checks | wm4 | 2014-11-21 | 1 | -3/+2 |
* | stream: fix endian swapping | wm4 | 2014-11-21 | 1 | -2/+2 |
* | stream: reduce ifdeffery for win32 somewhat | wm4 | 2014-11-18 | 2 | -16/+8 |
* | stream: signal a Windows event object on cancel | James Ross-Gowan | 2014-11-18 | 2 | -0/+35 |
* | cache: don't relay STREAM_CTRL_AVSEEK if it's unsupported | wm4 | 2014-11-01 | 1 | -0/+4 |
* | demux_lavf, stream_lavf: drop local buffers on time-seeks | wm4 | 2014-10-30 | 1 | -1/+3 |
* | demux_lavf: mark as seekable if protocol supports seeking by time | wm4 | 2014-10-30 | 3 | -0/+9 |
* | Drop libquvi support | wm4 | 2014-10-25 | 3 | -334/+0 |
* | tv: remove some differences between immediate/normal mode | wm4 | 2014-10-25 | 1 | -38/+23 |
* | tv: reduce waiting loop from 10ms to 1ms | wm4 | 2014-10-25 | 1 | -2/+2 |
* | stream: fix --stream-dump dropping the file header | wm4 | 2014-10-25 | 1 | -10/+12 |
* | stream: remove duplicate message | wm4 | 2014-10-25 | 1 | -1/+1 |
* | tv: remove duplicated crap | wm4 | 2014-10-25 | 1 | -124/+76 |
* | tv: unqueue buffers correctly (maybe, maybe not) | wm4 | 2014-10-25 | 1 | -5/+7 |
* | stream: stupid compilation workaround for win32 | wm4 | 2014-10-19 | 1 | -1/+1 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 1 | -0/+1 |
* | lua: add an utility function for starting processes | wm4 | 2014-10-19 | 2 | -7/+30 |
* | stream: better error message for unmatched protocol | wm4 | 2014-10-17 | 1 | -1/+3 |
* | demux_lavf: set stream network options if applicable | wm4 | 2014-10-14 | 2 | -29/+47 |
* | stream_lavf: expose concat:// | wm4 | 2014-10-14 | 1 | -0/+1 |
* | stream: change internal instead of external pos when dropping buffers | wm4 | 2014-10-08 | 1 | -0/+1 |
* | stream_dvb: use stream_drop_buffers() | wm4 | 2014-10-08 | 1 | -2/+1 |
* | stream: don't drop buffers on failed seeks | wm4 | 2014-09-29 | 1 | -6/+2 |
* | cache_file: refuse to cache unseekable streams | wm4 | 2014-09-29 | 1 | -0/+5 |
* | stream_bluray: autodetect AVCHD directories | wm4 | 2014-09-27 | 1 | -3/+4 |
* | stream: change malloc+memset to calloc | Bruno George Moraes | 2014-09-27 | 3 | -8/+2 |
* | stream_bluray: allow opening BDMV directories directly | wm4 | 2014-09-26 | 2 | -0/+88 |
* | stream_dvdnav: allow opening DVD directories directly | wm4 | 2014-09-26 | 2 | -0/+54 |
* | stream_dvd: better .ifo probing | wm4 | 2014-09-25 | 5 | -21/+66 |
* | Remove mpbswap.h | wm4 | 2014-09-25 | 1 | -2/+1 |
* | stream_cdda, demux_raw: always use s16le | wm4 | 2014-09-25 | 1 | -8/+0 |
* | audio: drop swapped-endian audio formats | wm4 | 2014-09-23 | 4 | -6/+6 |
* | stream: fix build with emulated atomics | wm4 | 2014-09-13 | 1 | -3/+3 |
* | stream: redo playback abort handling | wm4 | 2014-09-13 | 7 | -26/+62 |
* | stream: change cache return values | wm4 | 2014-09-07 | 2 | -7/+7 |
* | stream_lavf: assume icy title data is terminated with ';' | wm4 | 2014-09-06 | 1 | -1/+1 |
* | player: don't allow remote playlists to load local files | wm4 | 2014-09-01 | 3 | -4/+11 |
* | player: always load playlists | wm4 | 2014-08-31 | 4 | -3/+37 |
* | cache_file: add a mode that creates a temporary file | wm4 | 2014-08-30 | 1 | -1/+2 |
* | stream: correctly propagate uncached stream type | wm4 | 2014-08-30 | 1 | -1/+1 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 4 | -5/+5 |
* | stream: tweaks to network reconnection code | wm4 | 2014-08-29 | 3 | -3/+6 |
* | tv: initialize frequencies to 0 | Ben Boeckel | 2014-08-28 | 1 | -2/+2 |
* | player: redo how stream caching and pausing on low cache works | wm4 | 2014-08-27 | 1 | -0/+1 |
* | stream_dvb: restore --dvbin-file option | wm4 | 2014-08-06 | 2 | -7/+15 |
* | stream_dvb: fix channels.conf preference order | wm4 | 2014-08-06 | 1 | -3/+4 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 1 | -5/+1 |
* | stream: hack-fix rtmp-level seeking | wm4 | 2014-07-30 | 3 | -7/+15 |
* | stream_lavf: allow setting AVOptions with --stream-lavf-o | wm4 | 2014-07-30 | 1 | -0/+17 |
* | demux: add a demuxer thread | wm4 | 2014-07-16 | 1 | -23/+0 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 6 | -0/+2608 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 6 | -2608/+0 |
* | stream_dvdnav: suspend read on vts change even if the requested title is not ... | Alessandro Ghedini | 2014-07-13 | 1 | -1/+0 |
* | stream: don't sleep for reconnecting network if playback is stopped | wm4 | 2014-07-12 | 1 | -0/+2 |
* | cache_file: fix operation if stream size is unknown | wm4 | 2014-07-12 | 1 | -2/+3 |
* | Revert "build: avoid defining _GNU_SOURCE" | wm4 | 2014-07-10 | 1 | -3/+0 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 4 | -0/+4 |
* | build: deal with endian mess | wm4 | 2014-07-10 | 1 | -1/+2 |
* | build: avoid defining _GNU_SOURCE | wm4 | 2014-07-09 | 1 | -0/+3 |
* | cache, dvd, bluray: simplify stream time handling | wm4 | 2014-07-07 | 1 | -42/+16 |
* | stream_dvdnav: more debugging output | wm4 | 2014-07-06 | 1 | -2/+5 |
* | stream: remove now unused STREAM_CTRL_GET_START_TIME | wm4 | 2014-07-06 | 4 | -19/+0 |
* | tv: move demuxer parts to separate file | wm4 | 2014-07-05 | 2 | -250/+13 |
* | demux: minor simplification to internal API | wm4 | 2014-07-05 | 1 | -3/+3 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 8 | -24/+7 |
* | demux, stream: change metadata notification | wm4 | 2014-07-05 | 2 | -41/+28 |
* | stream_dvdnav: check the length of all titles with dvdnav://longest | tholin | 2014-07-04 | 1 | -1/+1 |
* | stream_dvdnav: free pointer to priv->filename on close | tholin | 2014-07-04 | 1 | -0/+2 |
* | stream_dvdnav: make sure seeking bounds are within range | tholin | 2014-07-04 | 1 | -1/+5 |
* | cache_file: use unicode on windows | wm4 | 2014-07-02 | 1 | -0/+2 |
* | cache: clear DVD timestamps | wm4 | 2014-07-02 | 1 | -0/+3 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 5 | -7/+4 |
* | options: add --list-protocols option | Alessandro Ghedini | 2014-06-30 | 2 | -0/+24 |
* | Basic xdg directory implementation | Kenneth Zhou | 2014-06-26 | 1 | -12/+7 |
* | stream: add a file cache | wm4 | 2014-06-22 | 3 | -16/+183 |
* | stream: minor cleanups | wm4 | 2014-06-22 | 3 | -10/+7 |
* | stream_dvd, stream_dvdnav: map dvd:// to dvdnav | wm4 | 2014-06-20 | 2 | -3/+3 |
* | stream_dvd: fix potential endless loop on seeking | wm4 | 2014-06-20 | 1 | -1/+2 |
* | cache: avoid race condition between cache wakeup and idling | wm4 | 2014-06-16 | 1 | -0/+1 |
* | tv: if timestamp is unset, return NOPTS | wm4 | 2014-06-14 | 1 | -4/+4 |
* | tv: remove some non-sense | wm4 | 2014-06-14 | 1 | -2/+2 |
* | tv: fix compilation without clock_gettime, don't claim to be MPlayer | wm4 | 2014-06-14 | 1 | -1/+1 |
* | tv: add missing header for clock_gettime | wm4 | 2014-06-13 | 1 | -0/+1 |
* | cache: print cache size only in verbose mode | wm4 | 2014-06-12 | 1 | -2/+2 |
* | |