| Commit message (Expand) | Author | Age | Files | Lines |
* | stream_libarchive: remember archive headers from initial open | Kevin Mitchell | 2020-04-28 | 2 | -17/+50 |
* | stream_libarchive: simplify multi-volume rar hate message | Kevin Mitchell | 2020-04-27 | 1 | -14/+8 |
* | stream_libarchive: put multi_rar check in a function | Kevin Mitchell | 2020-04-27 | 1 | -10/+14 |
* | stream_dvb: Remove call to stream_drop_buffers in fill_buffer. | Oliver Freyermuth | 2020-04-10 | 1 | -2/+0 |
* | stream: actually drop unneeded buffer | wm4 | 2020-04-10 | 1 | -16/+21 |
* | stream: add assert, a cosmetic change | wm4 | 2020-04-10 | 1 | -1/+3 |
* | stream: minor adjustment to buffer size limit logic | wm4 | 2020-04-10 | 1 | -6/+6 |
* | stream: fix whitespace within comment | wm4 | 2020-04-10 | 1 | -1/+1 |
* | options: change option macros and all option declarations | wm4 | 2020-03-18 | 4 | -33/+33 |
* | options: change how option range min/max is handled | wm4 | 2020-03-13 | 1 | -1/+1 |
* | options: remove intpair option type | wm4 | 2020-03-13 | 1 | -1/+3 |
* | stream_file: mark fd protocols as "unsafe" | wm4 | 2020-03-08 | 2 | -2/+11 |
* | stream_lavf: use smb:// for ffmpeg libsmbclient support | wm4 | 2020-03-07 | 1 | -1/+1 |
* | stream_smb: remove this | wm4 | 2020-03-05 | 2 | -159/+0 |
* | stream_file: remove file size caching | wm4 | 2020-02-16 | 1 | -14/+7 |
* | stream_file: use fstat() instead of lseek() to determine file size | wm4 | 2020-02-16 | 1 | -3/+8 |
* | Remove remains of Libav compatibility | wm4 | 2020-02-16 | 1 | -4/+0 |
* | stream: early-out in stream_seek_skip() if nothing is skipped | wm4 | 2020-02-14 | 1 | -2/+7 |
* | stream_file: cache file size | wm4 | 2020-02-14 | 1 | -4/+11 |
* | stream_libarchive: disable tar support | wm4 | 2020-02-02 | 1 | -5/+0 |
* | stream_cdda: fix operation | wm4 | 2020-02-02 | 1 | -12/+15 |
* | stream_lavf: remove version from user agent | wm4 | 2020-01-26 | 1 | -1/+1 |
* | stream_libarchive: more broken garbage | wm4 | 2020-01-20 | 1 | -7/+22 |
* | Revert "stream_libarchive: remove "old" rar volume pattern" | wm4 | 2020-01-20 | 1 | -0/+8 |
* | stream_libarchive: do not require leading / in archive URLs | wm4 | 2020-01-19 | 1 | -3/+3 |
* | stream_libarchive: fix unnecessarily opening all volumes on opening | wm4 | 2020-01-09 | 1 | -9/+54 |
* | stream_libarchive: enable anger management | wm4 | 2020-01-07 | 1 | -6/+7 |
* | stream_libarchive: remove "old" rar volume pattern | wm4 | 2020-01-04 | 1 | -8/+0 |
* | stream_libarchive: add annoying message regarding multi-volume archives | wm4 | 2020-01-04 | 1 | -2/+13 |
* | libarchive: some shitty hack to make opening slightly faster | wm4 | 2020-01-04 | 2 | -4/+7 |
* | stream_libarchive: log each opened volume | wm4 | 2020-01-04 | 1 | -0/+1 |
* | stream_libarchive: remove unnecessary string list of volumes | wm4 | 2020-01-04 | 1 | -34/+25 |
* | stream_libarchive: some more hacks to improve multi-volume archives | wm4 | 2020-01-04 | 2 | -31/+37 |
* | stream_libarchive: enable rar5 support | wm4 | 2020-01-04 | 1 | -0/+1 |
* | stream_dvb: Remove implicit fallthroughs and consistify debug messages. | Oliver Freyermuth | 2019-12-28 | 1 | -4/+12 |
* | stream_concat, stream_memory: more stream_origin stuff | wm4 | 2019-12-23 | 2 | -0/+19 |
* | stream, demux: redo origin policy thing | wm4 | 2019-12-20 | 14 | -37/+87 |
* | libarchive: prefix entry names in archive URLs with '/' | wm4 | 2019-12-20 | 1 | -1/+3 |
* | build: add -Wimplicit-fallthrough | wm4 | 2019-12-11 | 1 | -0/+1 |
* | command: shuffle some crap around | wm4 | 2019-11-25 | 1 | -2/+3 |
* | stream_lavf: set --network-timeout to 60 seconds by default | wm4 | 2019-11-14 | 2 | -6/+13 |
* | demux_mkv, stream: attempt to improve behavior in unseekable streams | wm4 | 2019-11-14 | 3 | -10/+10 |
* | stats, demux: log byte level stream seeks | wm4 | 2019-11-07 | 2 | -0/+4 |
* | stream: remove unused read_chunk field | wm4 | 2019-11-07 | 7 | -10/+0 |
* | stream: replace STREAM_CTRL_GET_SIZE with a proper entrypoint | wm4 | 2019-11-07 | 10 | -87/+42 |
* | stream_dvdnav: ok, this makes no sense at all | wm4 | 2019-11-07 | 1 | -1/+4 |
* | stream_bluray: remove size getter | wm4 | 2019-11-07 | 1 | -3/+0 |
* | stream: change buffer argument types from char* to void* | wm4 | 2019-11-07 | 13 | -27/+27 |
* | stream: avoid a duplicate condition | wm4 | 2019-11-07 | 1 | -6/+3 |
* | stream: fix typos in a comments | wm4 | 2019-11-07 | 2 | -4/+4 |
* | stream: remove eof getter | wm4 | 2019-11-07 | 1 | -5/+0 |
* | stream: bump default buffer size from 2K to 64K | wm4 | 2019-11-06 | 1 | -1/+1 |
* | stream: remove inline buffer optimization | wm4 | 2019-11-06 | 2 | -18/+9 |
* | stream: turn into a ring buffer, make size configurable | wm4 | 2019-11-06 | 2 | -151/+259 |
* | Replace uses of FFMIN/MAX with MPMIN/MAX | wm4 | 2019-10-31 | 1 | -3/+2 |
* | stream_memory: remove trivial ffmpeg dependency | wm4 | 2019-10-31 | 1 | -3/+1 |
* | stream: move stream_read_line to demux_playlist.c | wm4 | 2019-10-31 | 2 | -71/+0 |
* | stream: stop accessing buffer internals in stream_read_line() | wm4 | 2019-10-31 | 2 | -8/+16 |
* | demux: restore some of the DVD/BD/CDDA interaction layers | wm4 | 2019-10-03 | 4 | -8/+367 |
* | stream_dvb: Remove now replaced stream-control code for good. | Oliver Freyermuth | 2019-10-02 | 2 | -85/+0 |
* | stream_dvb: Allow actual zapping of channels again. | Oliver Freyermuth | 2019-10-02 | 2 | -0/+8 |
* | stream_dvb: Add dvb_update_config to poll config parameters. | Oliver Freyermuth | 2019-10-02 | 2 | -0/+33 |
* | stream_dvb: Move stream->is_on initialization to state preparation. | Oliver Freyermuth | 2019-10-02 | 2 | -2/+1 |
* | stream_dvb: Factor out logic to determine program and card. | Oliver Freyermuth | 2019-10-02 | 2 | -47/+75 |
* | stream_dvb: Use separated out options struct. | Oliver Freyermuth | 2019-10-02 | 2 | -27/+33 |
* | stream_lavf: add support for gopher | Leonardo Taccari | 2019-09-29 | 1 | -1/+1 |
* | stream: rearrange open functions | wm4 | 2019-09-29 | 4 | -56/+96 |
* | stream_cb: add cancel_fn callback | Aman Gupta | 2019-09-27 | 1 | -0/+8 |
* | stream_dvb: remove unused variable | wm4 | 2019-09-21 | 1 | -1/+0 |
* | stream_libarchive: Always use LC_CTYPE_MASK for libarchive | James Hilliard | 2019-09-21 | 1 | -1/+1 |
* | 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 | |