summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* stream_rar: update commentwm42015-03-291-4/+2
* stream_lavf: workaround broken rtmp "timeout" optionwm42015-03-191-4/+7
* options: introduce --cache=yes choicewm42015-03-121-0/+2
* stream: use relaxed atomic loads for checking playback abortswm42015-03-091-1/+1
* stream/smb: mark as network stream for --cache=autoKevin Mitchell2015-03-091-0/+1
* options: add M_OPT_FILE to new options that are missing itPhilip Sequeira2015-03-071-1/+1
* cache: assume file size from EOF positionwm42015-03-041-2/+8
* stream_cdda: add option to enable cdtext, and disable it by defaultwm42015-03-031-3/+5
* stream_cdda: fix parameter passingwm42015-03-031-2/+0
* player: refine rar:// playlist-safety handlingwm42015-03-023-6/+2
* stream_dvb: Always define NO_STREAM_ID_FILTER if missing.Oliver Freyermuth2015-02-281-1/+1
* stream: remove stream filter conceptwm42015-02-274-42/+15
* stream_rar: treat rar files as playlistswm42015-02-272-77/+8
* cache: use MPCLAMP() macrowm42015-02-251-9/+2
* cache: limit to file sizewm42015-02-251-1/+8
* stream_file: open pipes non-blockingwm42015-02-201-4/+33
* cache: silence "EOF reached" messagewm42015-02-181-1/+1
* dvb_tune: fix invalid syntaxwm42015-02-111-1/+1
* stream: get rid of remaining uses of the end_pos fieldwm42015-02-067-26/+25
* stream: minor cleanupswm42015-02-064-88/+64
* stream: slightly improve reconnect behaviorwm42015-02-062-18/+29
* stream_lavf: fix build with Libavwm42015-02-061-2/+5
* options: add --network-timeoutwm42015-02-061-0/+3
* stream_cdda: fix bugs in chapter time retrievalwm42015-02-041-2/+2
* command: add dummy get implementation for tv-channel propertywm42015-02-021-0/+1
* stream: reject overly long URLswm42015-01-211-0/+4
* stream_lavf: escape disallowed characters in http URLswm42015-01-212-5/+24
* dvd: try to improve seekingwm42015-01-191-3/+41
* stream_dvb: silence bogus compiler warningwm42015-01-191-1/+1
* cache: cache-position needs to be int64_tOliver Freyermuth2015-01-131-1/+1
* stream_dvb: Add MP_ERR if polling worked, but read fails.Oliver Freyermuth2015-01-131-0/+4
* stream_pvr: uncrustifywm42015-01-061-1306/+1188
* dvb: uncrustifywm42015-01-063-1272/+1261
* stream_dvb: Enable streaming mode, activates cache.Oliver Freyermuth2015-01-061-0/+1
* stream_dvb: Do not add special PIDs if we anyways record the full TP.Oliver Freyermuth2015-01-061-23/+22
* stream_dvb: Add possibility to dump a full transponder.Oliver Freyermuth2015-01-062-4/+11
* stream_dvb: Record PIDs with human-readable content, bump max demuxer count.Oliver Freyermuth2015-01-062-1/+15
* stream_dvb: Also demux PMT if possible, reactivate TPID parsing.Oliver Freyermuth2015-01-064-12/+113
* stream_dvb: Extend token-list for pid-parsing, magically allows to parse VDR-...Oliver Freyermuth2015-01-061-3/+33
* stream_dvb: Move out PID-parsing, disable TPID parsing.Oliver Freyermuth2015-01-061-26/+38
* stream_dvb: Add TPID (teletext-pid) parsing from VDR-style channel-lists.Oliver Freyermuth2015-01-061-23/+28
* stream_dvb: Handle VDR-config location-field as DISEQc-field.Oliver Freyermuth2015-01-061-6/+26
* dvb: Extend understanding of VDR channel config: stream_id, inversion.Oliver Freyermuth2015-01-064-9/+33
* stream_dvb: Very basic vdr-type channels.conf support.Oliver Freyermuth2015-01-061-24/+80
* dvb: Extend dvb_channel struct, needs to know whether channel is S2.Oliver Freyermuth2015-01-063-11/+19
* dvb_tune: (DVB-S) Initial S2API support.Oliver Freyermuth2015-01-061-13/+79
* dvbin: Prepare S2API-implementation, support different DVB-API versions.Oliver Freyermuth2015-01-061-1/+17
* stream_pvr: sort channel list by --tv-channels orderwm42014-12-281-2/+25
* stream: always make stream dumping/capturing append to output filewm42014-12-271-1/+1
* stream_pvr: remove redundant log prefixeswm42014-12-261-103/+82
* stream_pvr: increase timeout, slightly better error reportingwm42014-12-261-5/+10
* stream: always disable cache for pseudo-streamswm42014-12-242-1/+3
* stream_edl: disable cachingwm42014-12-231-0/+1
* dvd: add the last chapterwm42014-12-161-1/+1
* command, dvd: add property which returns list of DVD titleswm42014-12-133-22/+63
* stream_cdda: don't return number of tracks as number of titleswm42014-12-131-5/+0
* dvd: drop last chapterwm42014-12-131-2/+2
* dvd: add an extra chapter at position 0wm42014-12-131-2/+2
* dvd, bd: don't unnecessarily block on demuxer/stream all the timewm42014-12-041-2/+2
* Do not call strerror()wm42014-11-268-75/+81
* Silence some Coverity warningswm42014-11-211-0/+1
* Remove some unneeded NULL checkswm42014-11-211-3/+2
* stream: fix endian swappingwm42014-11-211-2/+2
* stream: reduce ifdeffery for win32 somewhatwm42014-11-182-16/+8
* stream: signal a Windows event object on cancelJames Ross-Gowan2014-11-182-0/+35
* cache: don't relay STREAM_CTRL_AVSEEK if it's unsupportedwm42014-11-011-0/+4
* demux_lavf, stream_lavf: drop local buffers on time-seekswm42014-10-301-1/+3
* demux_lavf: mark as seekable if protocol supports seeking by timewm42014-10-303-0/+9
* Drop libquvi supportwm42014-10-253-334/+0
* tv: remove some differences between immediate/normal modewm42014-10-251-38/+23
* tv: reduce waiting loop from 10ms to 1mswm42014-10-251-2/+2
* stream: fix --stream-dump dropping the file headerwm42014-10-251-10/+12
* stream: remove duplicate messagewm42014-10-251-1/+1
* tv: remove duplicated crapwm42014-10-251-124/+76
* tv: unqueue buffers correctly (maybe, maybe not)wm42014-10-251-5/+7
* stream: stupid compilation workaround for win32wm42014-10-191-1/+1
* Set thread name for debuggingwm42014-10-191-0/+1
* lua: add an utility function for starting processeswm42014-10-192-7/+30
* stream: better error message for unmatched protocolwm42014-10-171-1/+3
* demux_lavf: set stream network options if applicablewm42014-10-142-29/+47
* stream_lavf: expose concat://wm42014-10-141-0/+1
* stream: change internal instead of external pos when dropping bufferswm42014-10-081-0/+1
* stream_dvb: use stream_drop_buffers()wm42014-10-081-2/+1
* stream: don't drop buffers on failed seekswm42014-09-291-6/+2
* cache_file: refuse to cache unseekable streamswm42014-09-291-0/+5
* stream_bluray: autodetect AVCHD directorieswm42014-09-271-3/+4
* stream: change malloc+memset to callocBruno George Moraes2014-09-273-8/+2
* stream_bluray: allow opening BDMV directories directlywm42014-09-262-0/+88
* stream_dvdnav: allow opening DVD directories directlywm42014-09-262-0/+54
* stream_dvd: better .ifo probingwm42014-09-255-21/+66
* Remove mpbswap.hwm42014-09-251-2/+1
* stream_cdda, demux_raw: always use s16lewm42014-09-251-8/+0
* audio: drop swapped-endian audio formatswm42014-09-234-6/+6
* stream: fix build with emulated atomicswm42014-09-131-3/+3
* stream: redo playback abort handlingwm42014-09-137-26/+62
* stream: change cache return valueswm42014-09-072-7/+7
* stream_lavf: assume icy title data is terminated with ';'wm42014-09-061-1/+1
* player: don't allow remote playlists to load local fileswm42014-09-013-4/+11
* player: always load playlistswm42014-08-314-3/+37
* cache_file: add a mode that creates a temporary filewm42014-08-301-1/+2
* stream: correctly propagate uncached stream typewm42014-08-301-1/+1
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-294-5/+5
* stream: tweaks to network reconnection codewm42014-08-293-3/+6
* tv: initialize frequencies to 0Ben Boeckel2014-08-281-2/+2
* player: redo how stream caching and pausing on low cache workswm42014-08-271-0/+1
* stream_dvb: restore --dvbin-file optionwm42014-08-062-7/+15
* stream_dvb: fix channels.conf preference orderwm42014-08-061-3/+4
* Improve setting AVOptionswm42014-08-021-5/+1
* stream: hack-fix rtmp-level seekingwm42014-07-303-7/+15
* stream_lavf: allow setting AVOptions with --stream-lavf-owm42014-07-301-0/+17
* demux: add a demuxer threadwm42014-07-161-23/+0
* Revert "Remove DVD and Bluray support"wm42014-07-156-0/+2608
* Remove DVD and Bluray supportwm42014-07-146-2608/+0
* stream_dvdnav: suspend read on vts change even if the requested title is not ...Alessandro Ghedini2014-07-131-1/+0
* stream: don't sleep for reconnecting network if playback is stoppedwm42014-07-121-0/+2
* cache_file: fix operation if stream size is unknownwm42014-07-121-2/+3
* Revert "build: avoid defining _GNU_SOURCE"wm42014-07-101-3/+0
* build: include <strings.h> for strcasecmp()wm42014-07-104-0/+4
* build: deal with endian messwm42014-07-101-1/+2
* build: avoid defining _GNU_SOURCEwm42014-07-091-0/+3
* cache, dvd, bluray: simplify stream time handlingwm42014-07-071-42/+16
* stream_dvdnav: more debugging outputwm42014-07-061-2/+5
* stream: remove now unused STREAM_CTRL_GET_START_TIMEwm42014-07-064-19/+0
* tv: move demuxer parts to separate filewm42014-07-052-250/+13
* demux: minor simplification to internal APIwm42014-07-051-3/+3
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-058-24/+7
* demux, stream: change metadata notificationwm42014-07-052-41/+28
* stream_dvdnav: check the length of all titles with dvdnav://longesttholin2014-07-041-1/+1
* stream_dvdnav: free pointer to priv->filename on closetholin2014-07-041-0/+2
* stream_dvdnav: make sure seeking bounds are within rangetholin2014-07-041-1/+5
* cache_file: use unicode on windowswm42014-07-021-0/+2
* cache: clear DVD timestampswm42014-07-021-0/+3
* Audit and replace all ctype.h useswm42014-07-015-7/+4
* options: add --list-protocols optionAlessandro Ghedini2014-06-302-0/+24
* Basic xdg directory implementationKenneth Zhou2014-06-261-12/+7
* stream: add a file cachewm42014-06-223-16/+183
* stream: minor cleanupswm42014-06-223-10/+7
* stream_dvd, stream_dvdnav: map dvd:// to dvdnavwm42014-06-202-3/+3
* stream_dvd: fix potential endless loop on seekingwm42014-06-201-1/+2
* cache: avoid race condition between cache wakeup and idlingwm42014-06-161-0/+1
* tv: if timestamp is unset, return NOPTSwm42014-06-141-4/+4
* tv: remove some non-sensewm42014-06-141-2/+2
* tv: fix compilation without clock_gettime, don't claim to be MPlayerwm42014-06-141-1/+1
* tv: add missing header for clock_gettimewm42014-06-131-0/+1
* cache: print cache size only in verbose modewm42014-06-121-2/+2
* tv: fix a hidden static variablewm42014-06-121-9/+9
* stream_bluray: fix some const declarationswm42014-06-121-6/+6
* tv: use correct timestampsiive2014-06-121-12/+48
* Add more constwm42014-06-1119-31/+31
* stream_dvd: minor cleanupswm42014-06-113-141/+44
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variableswm42014-06-117-67/+61
* stream_dvb: remove global option variableswm42014-06-112-20/+22
* stream_cdda: remove global option variableswm42014-06-113-33/+37
* stream: add a generic way to setup stream priv defaultswm42014-06-112-0/+3
* stream_pvr: remove global option variableswm42014-06-114-188/+84
* tv: remove printing of useless comment informationwm42014-06-114-14/+3
* tv: remove global option variableswm42014-06-115-194/+244
* command: redo ancient TV/DVB/PVR commandswm42014-06-115-10/+113
* stream/cache: handle failure of seeking underlying streamwm42014-06-051-1/+4
* stream: remove VCD supportwm42014-06-016-989/+0
* tv: remove sysinfo() usagewm42014-05-301-10/+0
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateMarcoen Hirschberg2014-05-281-1/+1
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-281-1/+1
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-281-4/+5
* stream: unbreak writeable streamswm42014-05-271-2/+2
* stream_cdda: fix compilationwm42014-05-241-1/+1
* stream_smb: fix compilationwm42014-05-241-4/+4
* stream_file: readjust some windows ifdefferywm42014-05-241-23/+9
* stream: remove chaos related to writeable streamswm42014-05-2419-83/+41
* stream_lavf: remove redundant message prefixeswm42014-05-241-6/+6
* stream: don't use end_poswm42014-05-2412-69/+67
* stream: kill start_pos, remove --sb optionwm42014-05-249-9/+17
* cache: be silent if no initial fill is requestedwm42014-05-221-1/+3
* cache: redo options and default settingswm42014-05-203-35/+34
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-181-2/+2
* stream_smb: increase to 128k read_chuuk from default 8kKevin Mitchell2014-05-121-0/+1
* stream_bluray: remove unused variableswm42014-05-041-3/+0
* options: remove deprecated --identifyMartin Herkt2014-05-043-75/+1
* stream: use libavformat interrupt callbackwm42014-04-251-1/+12