summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* stream: use native libavformat reconnection featurewm42018-01-044-64/+3
* stream_lavf: minor fixes to HTTP reconnection supportwm42018-01-022-6/+14
* stream_libarchive: fix seeking fallbackwm42017-12-241-14/+14
* cache: propagate underlying stream seek errors in some caseswm42017-12-241-1/+12
* cache: lower default size to 2*10MBwm42017-12-231-2/+2
* dvb: Add multiple frontends support: MAX_FRONTENDS now 8.rim2017-12-164-88/+99
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-151-2/+2
* stream_libarchive: Fix locale includes on macOSsfan52017-12-031-0/+5
* stream_libarchive, osdep: use stubs for POSIX 2008 locale on MinGWwm42017-11-121-0/+1
* stream_libarchive: workaround various types of locale braindeathwm42017-11-122-4/+36
* stream_libarchive: stop reading on ARCHIVE_FATALwm42017-11-021-4/+41
* cache: throttle wakeupswm42017-10-201-2/+14
* Add checks for HAVE_GPL to various GPL-only source fileswm42017-10-109-0/+41
* dvb: SYS_DVBC_ANNEX_B is now supported if ATSC is activated.Oliver Freyermuth2017-10-091-0/+2
* dvb: Skip channel if ATSC device does not support cable / terr.Oliver Freyermuth2017-10-091-1/+3
* dvb: Implement parsing of modulation for VDR-style channels config.Oliver Freyermuth2017-10-091-0/+50
* dvb: Fixes for ATSC tuning.Oliver Freyermuth2017-10-092-2/+19
* stream_dvb: Multiply frequency and sample rate by 1000 for VDR.Oliver Freyermuth2017-10-091-4/+3
* dvb_tune: Pull out DVBv5 raw tuning part, add verbosity.Oliver Freyermuth2017-10-091-23/+24
* dvb: Explicitly clear via DVBv5 before reverting to DVBv3.Oliver Freyermuth2017-10-091-2/+12
* dvb: Use more elaborate tuning for DVBv5 tuning.Oliver Freyermuth2017-10-091-23/+111
* build: switch preliminary LGPL mode from v3 to v2.1wm42017-10-051-8/+1
* stream_lavf: use avio_read_partial()wm42017-09-011-0/+4
* stream: add an assert() to an obscure seek casewm42017-08-171-0/+1
* vo_opengl: support loading custom user texturesNiklas Haas2017-07-271-27/+1
* Avoid calling close(-1)wm42017-06-291-2/+4
* stream_bluray: change license to LGPLwm42017-06-261-7/+7
* demux_mf, stream_mf: change license to LGPLwm42017-06-241-7/+7
* stream: move cache option declarations to cache.cwm42017-06-231-0/+27
* build: simplify OSS checks and remove changes by "bugmen0t"wm42017-06-221-8/+0
* stream: change license to LGPLwm42017-06-192-28/+26
* Drop/move img_fourcc.hwm42017-06-185-4/+38
* stream_file: option to close fd after use -> fdclose://sfan52017-06-161-5/+8
* stream_lavf: change license to LGPLwm42017-06-161-7/+7
* stream: rewrite url escaping/unescaping functionswm42017-06-131-36/+48
* cache: move duplicated condition to a functionwm42017-05-151-6/+12
* cache: fix unnecessary seek blocking from f4d62dc4a0Uoti Urpala2017-05-151-9/+18
* cache: clarify that copyright will be changed to LGPL v2.1 if possiblewm42017-05-111-0/+2
* stream_smb: disable by default, mark as GPLv3wm42017-05-111-1/+1
* stream_file: change license to LGPLwm42017-05-111-10/+8
* cookies: change license to LGPLwm42017-05-112-15/+14
* cache: change license to LGPL v3wm42017-05-081-7/+12
* stream_null: change license to LGPLwm42017-05-081-7/+7
* wscript: decouple dvdnav check from dvdreadRicardo Constantino2017-03-311-1/+1
* stream/stream_dvdnav: show list of titles on verboseRicardo Constantino2017-03-291-0/+7
* stream/stream_dvdnav: don't ignore setting titleRicardo Constantino2017-03-291-1/+1
* stream_dvd: fix subs/audio detection on DVDs containing multi-PGC titlesqrwyeui2017-03-151-3/+3
* dvb: add support for DVB-T2ivan-832017-03-064-633/+777
* Revert "dvb: add support for DVB-T2"wm42017-02-144-766/+625
* dvb: add support for DVB-T2ivan-832017-02-134-625/+766
* dvb: move priv allocation to dvb_openThomas V2017-02-101-1/+1
* tv: Zero-out newly-allocated handle in tv_new_handle()Frédéric Brière2017-02-051-4/+1
* stream: get rid of streamtype enumwm42017-02-0212-31/+9
* stream: better method signal caching, rename weird uncached_stream fieldwm42017-02-022-7/+9
* tvi_dummy: don't return bad dummy PTSwm42017-02-021-2/+3
* stream: minor cleanup to previous commitwm42017-01-271-12/+7
* stream: set EOF if stream is canceledwm42017-01-261-1/+3
* stream_lavf: add support for data URIsRicardo Constantino2017-01-251-0/+1
* stream: check for playback aborts on reading toowm42017-01-241-0/+2
* player: remove --stream-capture option/propertywm42017-01-212-39/+0
* stream_bluray: use proper 0-based idxRicardo Constantino2017-01-161-1/+1
* cache: remove redundant free()wm42017-01-091-3/+1
* demux, stream: add option to prevent opening referenced fileswm42016-12-045-0/+16
* tv: fix option typewm42016-11-222-3/+3
* stream_bluray: check title index/playlist rangeschnusch2016-10-171-6/+20
* stream_bluray: select title by playlistschnusch2016-10-171-18/+34
* stream_file: don't use poll() on directorieswm42016-10-141-3/+5
* stream_libarchive: add some more points at which reading can be stoppedwm42016-10-011-1/+4
* stream_lavf: check seekable flag correctlywm42016-09-271-1/+1
* stream_lavf: fix determining seekabilitywm42016-09-261-3/+23
* stream/stream_lavf: user-agent option is deprecatedRiCON2016-09-181-1/+1
* stream_cb: don't add "*://" to protocol listwm42016-09-102-5/+1
* stream, demux, config: remove some dead/unneeded option-related codewm42016-09-092-92/+0
* stream_cdda: remove weird option parsing stuffwm42016-09-091-29/+12
* tv: remove weird option parsing stuffwm42016-09-091-17/+0
* stream_dvb: remove weird option parsing stuffwm42016-09-091-24/+24
* stream_dvd, stream_dvdnav: remove weird option parsing stuffwm42016-09-084-66/+93
* stream_bluray: fix a minor memory leakwm42016-09-081-2/+3
* stream_bluray: remove weird option parsing stuffwm42016-09-081-51/+45
* osdep: rename atomics.h to atomic.hwm42016-09-071-1/+1
* demux: do not access global optionswm42016-09-063-27/+65
* stream_cb: remove broken castwm42016-08-311-1/+1
* cache: don't use a backbuffer if the cache is as large as the filewm42016-08-261-10/+14
* stream_memory: disable stream cachewm42016-08-261-0/+1
* stream/stream_bluray: display list of available titles on verboseRicardo Constantino2016-08-111-0/+6
* stream: fix double-free if cache init failswm42016-08-081-1/+3
* client API: add stream_cb API for user-defined stream implementationsAman Gupta2016-08-073-0/+128
* tvi_v4l2: fix style in the uninit functionBen Boeckel2016-08-051-4/+6
* tvi_v4l2: explicitly brace the codeBen Boeckel2016-08-051-1/+4
* libarchive: sanitize non-UTF8 archive entrieswm42016-07-181-2/+2
* libarchive: unify entry iteration between stream/demux layerswm42016-07-182-26/+51
* cache: minor simplificationwm42016-07-111-7/+10
* cache: fix previous commitwm42016-07-111-1/+11
* cache: propagate seek failureswm42016-07-111-7/+17
* Fix misspellingsstepshal2016-06-261-1/+1
* build: silence -Wunused-resultNiklas Haas2016-06-071-1/+1
* stream: separate posix/win32 cancellation codewm42016-05-201-27/+55
* cache: simplify speed calculationswm42016-05-121-19/+7
* stream_cdda: enable cache by defaultwm42016-05-101-0/+2
* stream_memory: add hex:// protocolwm42016-04-201-2/+35
* cache: disable useless "Cache is not responding" warningwm42016-04-031-1/+1
* build: make DVB test stricterwm42016-04-021-0/+2
* cache: fix incorrect EOF conditionwm42016-03-291-1/+2
* cache: use a single STREAM_CTRL for various cache infowm42016-03-292-23/+23
* command: add cache-speed propertywm42016-03-202-14/+48
* cache: remove unused STREAM_CTRL_RESUME_CACHEwm42016-03-032-5/+0
* demux: remove relative seekingwm42016-02-281-33/+4
* stream_dvb: fix minor resource leakswm42016-02-121-0/+3
* stream_dvb: remove dead codewm42016-02-121-5/+0
* dvb: fix segmentation fault in case no valid configuration is found.Oliver Freyermuth2016-01-241-2/+3
* dvb: remove trailing whitespacewm42016-01-222-18/+18
* dvb: fix compilation with older Linux headerswm42016-01-221-1/+2
* stream_dvb: add verbose output in non-DVBv5 querying.Oliver Freyermuth2016-01-211-1/+3
* stream_dvb: use DVBv5 API also for DVB-C tuning.Oliver Freyermuth2016-01-211-8/+39
* stream_dvb: improve messages on delivery-type detection.Oliver Freyermuth2016-01-211-10/+14
* stream_dvb: don't requery tuner type, rely on initial query.Oliver Freyermuth2016-01-211-11/+9
* stream_dvb: support frontends with multiple delivery systems.Oliver Freyermuth2016-01-213-59/+122
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-193-21/+22
* cache: add mechanism for disabling readaheadwm42016-01-182-1/+17
* player, stream_dvb: implement dvb-channel-name property.Oliver Freyermuth2016-01-143-1/+37
* stream_dvb: global protection mutex and usage bit for global_dvb_state.Oliver Freyermuth2016-01-142-1/+21
* stream_dvb: implement GET_METADATA and return program name.Oliver Freyermuth2016-01-141-2/+13
* stream_dvb: persist state-information across channel-switches.Oliver Freyermuth2016-01-142-35/+71
* dvb: rename dvb_config_t to dvb_state_t, keep config and state there.Oliver Freyermuth2016-01-143-117/+128
* stream: stream_read_complete() reads from current pos, not 0wm42016-01-121-1/+1
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-116-6/+6
* cache: remove useless return valuewm42016-01-111-5/+2
* dvb: cleanup dvb_params struct, remove some unneeded fdsOliver Freyermuth2016-01-073-11/+8
* win32: fix fd://James Ross-Gowan2016-01-071-3/+4
* stream_lavf: remove tabswm42015-12-221-2/+2
* Fix some typos in code commentsAman Gupta2015-12-211-1/+1
* stream: drop PVR supportwm42015-12-102-1619/+0
* stream_libarchive: make libarchive seek callback lazyKevin Mitchell2015-11-091-3/+22
* stream_libarchive: add multivolume supportKevin Mitchell2015-11-092-16/+156
* libarchive: remove redundant log prefixKevin Mitchell2015-11-091-3/+3
* stream/audio: fix unchecked strdupswm42015-10-304-11/+23
* options: add support for client certificate authenticationJoschka Tillmanns2015-10-201-0/+4
* stream: minor cleanup to verbose loggingwm42015-09-302-3/+4
* cache: do not include backbuffer size in total stream cache sizewm42015-09-101-1/+1
* stream_libarchive: read tar only in "unsafe" modewm42015-08-221-2/+4
* stream_libarchive: disable raw filterwm42015-08-201-2/+0
* stream_libarchive: fix libarchive callback signaturewm42015-08-201-1/+1
* stream_libarchive: restrict number of allowed formatswm42015-08-181-2/+11
* stream: provide a stream_get_size() convenience functionwm42015-08-185-11/+17
* demux_libarchive: open flat compressed fileswm42015-08-172-3/+9
* stream: libarchive wrapper for reading compressed archiveswm42015-08-173-0/+274
* stream: remove remaining DVD/BD menu definitionswm42015-08-032-88/+0
* stream_bluray: remove menu implementationwm42015-08-031-358/+11
* stream_dvdnav: rip out lower-level menu implementationwm42015-08-031-255/+7
* win32: revert wchar_t changeswm42015-08-011-1/+1
* win32: more wchar_t -> WCHAR replacementswm42015-07-301-1/+1
* cache: make backbuffer size configurablewm42015-07-221-5/+12
* cache: fix backbuffer logicwm42015-07-221-4/+5
* stream_file: remove an indirectionwm42015-07-101-17/+13
* stream_file: cosmetics: shorten variable namewm42015-07-101-10/+10
* stream_file: initialize `fd`Ben Boeckel2015-07-091-1/+2
* stream_file: add fd:// protocolwm42015-07-091-2/+10
* Disable DVD and BD menu support (to be removed)wm42015-06-262-0/+4
* cache: limit readahead size to half the cache size at the beginningwm42015-05-291-0/+6
* vo_opengl: add support for custom shadersNiklas Haas2015-05-272-0/+16
* command: add protocol-list propertywm42015-05-232-6/+22
* Remove trailing whitespacesMichael Vetter2015-05-151-4/+4
* threads: use utility+POSIX functions instead of weird wrapperswm42015-05-111-3/+6
* path: make mp_path_join accept normal C stringswm42015-05-092-4/+4
* stream: don't print reconnection message if no stream supportwm42015-04-291-3/+5
* cache: exit early on cancellationwm42015-04-211-0/+3
* cache: another minor simplificationwm42015-04-211-11/+5
* cache: simplify the check for printing the "cache stuck" messagewm42015-04-211-16/+6
* command: disc-mouse-on-button propertyxylosper2015-04-213-6/+12
* stream_file: minor simplificationwm42015-04-171-11/+8
* player: allow playing directorieswm42015-04-172-4/+5
* Update license headersMarcin Kurczewski2015-04-1331-159/+127
* 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 Sequei