| Commit message (Expand) | Author | Age | Files | Lines |
* | stream: add a generic concat implementation | wm4 | 2019-09-19 | 2 | -0/+164 |
* | stream: create memory streams in more straightforward way | wm4 | 2019-09-19 | 3 | -40/+57 |
* | stream: log positions on seek failures | wm4 | 2019-09-19 | 1 | -1/+2 |
* | stream: redo buffer handling and allow arbitrary size for stream_peek() | wm4 | 2019-09-19 | 2 | -48/+95 |
* | stream_libarchive: remove base filename stuff | wm4 | 2019-09-19 | 2 | -6/+0 |
* | stream_libarchive: fix another crash with broken rar files | wm4 | 2019-09-19 | 1 | -1/+3 |
* | stream: stop randomly corrupting memory | wm4 | 2019-09-18 | 1 | -1/+2 |
* | stream_smb: remove unnecessary short write logic | wm4 | 2019-09-14 | 1 | -11/+4 |
* | stream_file: remove unnecessary short write logic | wm4 | 2019-09-14 | 1 | -10/+1 |
* | stream: handle short writes | wm4 | 2019-09-14 | 1 | -7/+10 |
* | demux, stream: remove old rar support in favor of libarchive | wm4 | 2019-09-13 | 5 | -663/+1 |
* | stream: remove some more optical disc leftovers | wm4 | 2019-09-13 | 2 | -15/+0 |
* | Remove classic Linux analog TV support, and DVB runtime controls | wm4 | 2019-09-13 | 16 | -5522/+4 |
* | stream: remove BD/DVD/CDDA sector size alignment | wm4 | 2019-09-13 | 5 | -16/+4 |
* | Remove optical disc fancification layers | wm4 | 2019-09-13 | 4 | -355/+8 |
* | stream_dvdnav: merge stream_dvd_common | wm4 | 2019-09-13 | 3 | -205/+106 |
* | Remove libdvdread support in favor of libdvdnav | wm4 | 2019-09-13 | 2 | -999/+0 |
* | stream_file: avoid redundant free | Aman Gupta | 2019-09-11 | 1 | -1/+0 |
* | stream_dvb: Increase timeout of streaming read. | Oliver Freyermuth | 2019-09-02 | 1 | -1/+1 |
* | stream_dvb: Adapt to VDR channel config format. | Oliver Freyermuth | 2019-09-02 | 1 | -3/+8 |
* | libarchive: add fallback for systems without C.UTF-8 | dudemanguy | 2019-05-04 | 1 | -2/+5 |
* | Merge branch 'master' into pr6360 | Jan Ekström | 2019-03-11 | 1 | -2/+2 |
|\ |
|
| * | stream_dvb: Correct range for dvbin-card option. | Oliver Freyermuth | 2018-12-12 | 1 | -2/+2 |
* | | stream: silence failed seek message on termination | wm4 | 2018-12-06 | 1 | -1/+2 |
* | | stream: something | wm4 | 2018-12-06 | 1 | -3/+4 |
* | | demux, stream: readd cache-speed in some other form | wm4 | 2018-12-06 | 2 | -0/+5 |
* | | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer... | Anton Kindestam | 2018-12-05 | 14 | -1243/+14 |
|\ \
| |/
|/| |
|
| * | demux, stream: rip out the classic stream cache | wm4 | 2018-08-31 | 12 | -1099/+0 |
| * | options: add --http-proxy | wm4 | 2018-05-24 | 1 | -0/+4 |
| * | player: some further cleanup of the mp_cancel crap | wm4 | 2018-05-24 | 1 | -1/+1 |
| * | command: whitelist some blocking accesses for certain demuxers/streams | wm4 | 2018-05-24 | 2 | -0/+2 |
| * | stream_file: use a separate mp_cancel thing | wm4 | 2018-05-24 | 1 | -2/+8 |
| * | misc: move mp_cancel from stream.c to thread_tools.c | wm4 | 2018-05-24 | 6 | -143/+5 |
| * | stream_file: properly detect stdin as pipe | wm4 | 2018-05-24 | 1 | -17/+16 |
* | | stream_smb: make sure the string is NULL-terminated after strncpy | pavelxdd | 2018-10-25 | 1 | -0/+1 |
* | | stream_libarchive: fix hangs when demuxer does out of bound seeks | wm4 | 2018-10-01 | 1 | -2/+9 |
* | | stream_smb/stream_file: fix `write_buffer` | Yclept Nemo | 2018-07-29 | 2 | -16/+16 |
* | | stream_smb: locking to bypass libsmbclient issues | Yclept Nemo | 2018-07-29 | 1 | -1/+21 |
* | | stream_file: enable cache for FUSE filesystems on OpenBSD and FreeBSD | gall0ws | 2018-06-05 | 1 | -1/+1 |
* | | options: add --http-proxy | wm4 | 2018-05-31 | 1 | -0/+4 |
* | | stream_file: properly detect stdin as pipe | wm4 | 2018-05-25 | 1 | -17/+16 |
|/ |
|
* | stream_libarchive: mark as needing cache | wm4 | 2018-04-15 | 1 | -0/+1 |
* | demux, stream: ignore packets and errors on forced exit | wm4 | 2018-03-26 | 1 | -1/+2 |
* | stream_file: enable cache for FUSE filesystems on OS X | Philip Sequeira | 2018-03-15 | 1 | -1/+2 |
* | stream_file: add more network file systems (Linux) | Philip Sequeira | 2018-03-15 | 1 | -0/+1 |
* | tv: Recognise v4l2 'JPEG' fourcc | Philip Langdale | 2018-03-04 | 3 | -2/+7 |
* | stream_file: add mode for reading appended files | wm4 | 2018-02-21 | 1 | -7/+48 |
* | stream_lavf: remove deprecated hls protocol from whitelist | wm4 | 2018-01-25 | 1 | -1/+1 |
* | stream_bluray: always show list of available titles | Ricardo Constantino | 2018-01-23 | 1 | -2/+2 |
* | stream_bluray: silence libbluray's debug messages unless we want them | Ricardo Constantino | 2018-01-23 | 1 | -0/+4 |
* | Fix undefined preprocessor behavior | wm4 | 2018-01-18 | 1 | -1/+5 |
* | stream_bluray: support detecting UHD BD directories | Ricardo Constantino | 2018-01-11 | 1 | -10/+7 |
* | cache: fix --cache-initial status message | wm4 | 2018-01-07 | 1 | -4/+3 |
* | stream: use native libavformat reconnection feature | wm4 | 2018-01-04 | 4 | -64/+3 |
* | stream_lavf: minor fixes to HTTP reconnection support | wm4 | 2018-01-02 | 2 | -6/+14 |
* | stream_libarchive: fix seeking fallback | wm4 | 2017-12-24 | 1 | -14/+14 |
* | cache: propagate underlying stream seek errors in some cases | wm4 | 2017-12-24 | 1 | -1/+12 |
* | cache: lower default size to 2*10MB | wm4 | 2017-12-23 | 1 | -2/+2 |
* | dvb: Add multiple frontends support: MAX_FRONTENDS now 8. | rim | 2017-12-16 | 4 | -88/+99 |
* | msg: reinterpret a bunch of message levels | Niklas Haas | 2017-12-15 | 1 | -2/+2 |
* | stream_libarchive: Fix locale includes on macOS | sfan5 | 2017-12-03 | 1 | -0/+5 |
* | stream_libarchive, osdep: use stubs for POSIX 2008 locale on MinGW | wm4 | 2017-11-12 | 1 | -0/+1 |
* | stream_libarchive: workaround various types of locale braindeath | wm4 | 2017-11-12 | 2 | -4/+36 |
* | stream_libarchive: stop reading on ARCHIVE_FATAL | wm4 | 2017-11-02 | 1 | -4/+41 |
* | cache: throttle wakeups | wm4 | 2017-10-20 | 1 | -2/+14 |
* | Add checks for HAVE_GPL to various GPL-only source files | wm4 | 2017-10-10 | 9 | -0/+41 |
* | dvb: SYS_DVBC_ANNEX_B is now supported if ATSC is activated. | Oliver Freyermuth | 2017-10-09 | 1 | -0/+2 |
* | dvb: Skip channel if ATSC device does not support cable / terr. | Oliver Freyermuth | 2017-10-09 | 1 | -1/+3 |
* | dvb: Implement parsing of modulation for VDR-style channels config. | Oliver Freyermuth | 2017-10-09 | 1 | -0/+50 |
* | dvb: Fixes for ATSC tuning. | Oliver Freyermuth | 2017-10-09 | 2 | -2/+19 |
* | stream_dvb: Multiply frequency and sample rate by 1000 for VDR. | Oliver Freyermuth | 2017-10-09 | 1 | -4/+3 |
* | dvb_tune: Pull out DVBv5 raw tuning part, add verbosity. | Oliver Freyermuth | 2017-10-09 | 1 | -23/+24 |
* | dvb: Explicitly clear via DVBv5 before reverting to DVBv3. | Oliver Freyermuth | 2017-10-09 | 1 | -2/+12 |
* | dvb: Use more elaborate tuning for DVBv5 tuning. | Oliver Freyermuth | 2017-10-09 | 1 | -23/+111 |
* | build: switch preliminary LGPL mode from v3 to v2.1 | wm4 | 2017-10-05 | 1 | -8/+1 |
* | stream_lavf: use avio_read_partial() | wm4 | 2017-09-01 | 1 | -0/+4 |
* | stream: add an assert() to an obscure seek case | wm4 | 2017-08-17 | 1 | -0/+1 |
* | vo_opengl: support loading custom user textures | Niklas Haas | 2017-07-27 | 1 | -27/+1 |
* | Avoid calling close(-1) | wm4 | 2017-06-29 | 1 | -2/+4 |
* | stream_bluray: change license to LGPL | wm4 | 2017-06-26 | 1 | -7/+7 |
* | demux_mf, stream_mf: change license to LGPL | wm4 | 2017-06-24 | 1 | -7/+7 |
* | stream: move cache option declarations to cache.c | wm4 | 2017-06-23 | 1 | -0/+27 |
* | build: simplify OSS checks and remove changes by "bugmen0t" | wm4 | 2017-06-22 | 1 | -8/+0 |
* | stream: change license to LGPL | wm4 | 2017-06-19 | 2 | -28/+26 |
* | Drop/move img_fourcc.h | wm4 | 2017-06-18 | 5 | -4/+38 |
* | stream_file: option to close fd after use -> fdclose:// | sfan5 | 2017-06-16 | 1 | -5/+8 |
* | stream_lavf: change license to LGPL | wm4 | 2017-06-16 | 1 | -7/+7 |
* | stream: rewrite url escaping/unescaping functions | wm4 | 2017-06-13 | 1 | -36/+48 |
* | cache: move duplicated condition to a function | wm4 | 2017-05-15 | 1 | -6/+12 |
* | cache: fix unnecessary seek blocking from f4d62dc4a0 | Uoti Urpala | 2017-05-15 | 1 | -9/+18 |
* | cache: clarify that copyright will be changed to LGPL v2.1 if possible | wm4 | 2017-05-11 | 1 | -0/+2 |
* | stream_smb: disable by default, mark as GPLv3 | wm4 | 2017-05-11 | 1 | -1/+1 |
* | stream_file: change license to LGPL | wm4 | 2017-05-11 | 1 | -10/+8 |
* | cookies: change license to LGPL | wm4 | 2017-05-11 | 2 | -15/+14 |
* | cache: change license to LGPL v3 | wm4 | 2017-05-08 | 1 | -7/+12 |
* | stream_null: change license to LGPL | wm4 | 2017-05-08 | 1 | -7/+7 |
* | wscript: decouple dvdnav check from dvdread | Ricardo Constantino | 2017-03-31 | 1 | -1/+1 |
* | stream/stream_dvdnav: show list of titles on verbose | Ricardo Constantino | 2017-03-29 | 1 | -0/+7 |
* | stream/stream_dvdnav: don't ignore setting title | Ricardo Constantino | 2017-03-29 | 1 | -1/+1 |
* | stream_dvd: fix subs/audio detection on DVDs containing multi-PGC titles | qrwyeui | 2017-03-15 | 1 | -3/+3 |
* | dvb: add support for DVB-T2 | ivan-83 | 2017-03-06 | 4 | -633/+777 |
* | Revert "dvb: add support for DVB-T2" | wm4 | 2017-02-14 | 4 | -766/+625 |
* | dvb: add support for DVB-T2 | ivan-83 | 2017-02-13 | 4 | -625/+766 |
* | dvb: move priv allocation to dvb_open | Thomas V | 2017-02-10 | 1 | -1/+1 |
* | tv: Zero-out newly-allocated handle in tv_new_handle() | Frédéric Brière | 2017-02-05 | 1 | -4/+1 |
* | stream: get rid of streamtype enum | wm4 | 2017-02-02 | 12 | -31/+9 |
* | stream: better method signal caching, rename weird uncached_stream field | wm4 | 2017-02-02 | 2 | -7/+9 |
* | tvi_dummy: don't return bad dummy PTS | wm4 | 2017-02-02 | 1 | -2/+3 |
* | stream: minor cleanup to previous commit | wm4 | 2017-01-27 | 1 | -12/+7 |
* | stream: set EOF if stream is canceled | wm4 | 2017-01-26 | 1 | -1/+3 |
* | stream_lavf: add support for data URIs | Ricardo Constantino | 2017-01-25 | 1 | -0/+1 |
* | stream: check for playback aborts on reading too | wm4 | 2017-01-24 | 1 | -0/+2 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 2 | -39/+0 |
* | stream_bluray: use proper 0-based idx | Ricardo Constantino | 2017-01-16 | 1 | -1/+1 |
* | cache: remove redundant free() | wm4 | 2017-01-09 | 1 | -3/+1 |
* | demux, stream: add option to prevent opening referenced files | wm4 | 2016-12-04 | 5 | -0/+16 |
* | 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/ |