| Commit message (Expand) | Author | Age | Files | Lines |
* | stream_lavf: support rtsps | Mia Herkt | 45 hours | 1 | -4/+4 |
* | manpage: document improved --playlist security | Leo Izen | 2020-11-18 | 1 | -2/+1 |
* | stream_lavf: enable SRT protocol support through FFmpeg | Alexandre Iooss | 2020-10-15 | 1 | -1/+1 |
* | stream_slice: interpret `end` as offset if it starts with '+' | Mohammad AlSaleh | 2020-09-17 | 1 | -0/+4 |
* | stream: Implement slice:// for reading slices of streams | Mohammad AlSaleh | 2020-08-19 | 2 | -0/+178 |
* | demux_lavf: workaround reading gif from unseekable streams | wm4 | 2020-07-09 | 2 | -1/+10 |
* | stream: make stream_read_file() more robust | wm4 | 2020-05-10 | 3 | -23/+41 |
* | 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 | 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/+3 |
* | stream_dvb: remove dead code | wm4 | 2016-02-12 | 1 | -5/+0 |
* | dvb: fix segmentation fault in case no valid configuration is found. | Oliver Freyermuth | 2016-01-24 | 1 | -2/+3 |
* | dvb: remove trailing whitespace | wm4 | 2016-01-22 | 2 | -18/+18 |
* | dvb: fix compilation with older Linux headers | wm4 | 2016-01-22 | 1 | -1/+2 |
* | stream_dvb: add verbose output in non-DVBv5 querying. | Oliver Freyermuth | 2016-01-21 | 1 | -1/+3 |
* | stream_dvb: use DVBv5 API also for DVB-C tuning. | Oliver Freyermuth | 2016-01-21 | 1 | -8/+39 |
* | stream_dvb: improve messages on delivery-type detection. | Oliver Freyermuth | 2016-01-21 | 1 | -10/+14 |
* | stream_dvb: don't requery tuner type, rely on initial query. | Oliver Freyermuth | 2016-01-21 | 1 | -11/+9 |
* | stream_dvb: support frontends with multiple delivery systems. | Oliver Freyermuth | 2016-01-21 | 3 | -59/+122 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 3 | -21/+22 |
* | cache: add mechanism for disabling readahead | wm4 | 2016-01-18 | 2 | -1/+17 |
* | player, stream_dvb: implement dvb-channel-name property. | Oliver Freyermuth | 2016-01-14 | 3 | -1/+37 |
* | stream_dvb: global protection mutex and usage bit for global_dvb_state. | Oliver Freyermuth | 2016-01-14 | 2 | -1/+21 |
* | stream_dvb: implement GET_METADATA and return program name. | Oliver Freyermuth | 2016-01-14 | 1 | -2/+13 |
* | stream_dvb: persist state-information across channel-switches. | Oliver Freyermuth | 2016-01-14 | 2 | -35/+71 |
* | dvb: rename dvb_config_t to dvb_state_t, keep config and state there. | Oliver Freyermuth | 2016-01-14 | 3 | -117/+128 |
* | stream: stream_read_complete() reads from current pos, not 0 | wm4 | 2016-01-12 | 1 | -1/+1 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 6 | -6/+6 |
* | cache: remove useless return value | wm4 | 2016-01-11 | 1 | -5/+2 |
* | dvb: cleanup dvb_params struct, remove some unneeded fds | Oliver Freyermuth | 2016-01-07 | 3 | -11/+8 |
* | win32: fix fd:// | James Ross-Gowan | 2016-01-07 | 1 | -3/+4 |
* | stream_lavf: remove tabs | wm4 | 2015-12-22 | 1 | -2/+2 |
* | Fix some typos in code comments | Aman Gupta | 2015-12-21 | 1 | -1/+1 |
* | stream: drop PVR support | wm4 | 2015-12-10 | 2 | -1619/+0 |
* | stream_libarchive: make libarchive seek callback lazy | Kevin Mitchell | 2015-11-09 | 1 | -3/+22 |
* | stream_libarchive: add multivolume support | Kevin Mitchell | 2015-11-09 | 2 | -16/+156 |
* | libarchive: remove redundant log prefix | Kevin Mitchell | 2015-11-09 | 1 | -3/+3 |
* | stream/audio: fix unchecked strdups | wm4 | 2015-10-30 | 4 | -11/+23 |
* | options: add support for client certificate authentication | Joschka Tillmanns | 2015-10-20 | 1 | -0/+4 |
* | stream: minor cleanup to verbose logging | wm4 | 2015-09-30 | 2 | -3/+4 |
* | cache: do not include backbuffer size in total stream cache size | wm4 | 2015-09-10 | 1 | -1/+1 |
* | stream_libarchive: read tar only in "unsafe" mode | wm4 | 2015-08-22 | 1 | -2/+4 |
* | stream_libarchive: disable raw filter | wm4 | 2015-08-20 | 1 | -2/+0 |
* | stream_libarchive: fix libarchive callback signature | wm4 | 2015-08-20 | 1 | -1/+1 |
* | stream_libarchive: restrict number of allowed formats | wm4 | 2015-08-18 | 1 | -2/+11 |
* | stream: provide a stream_get_size() convenience function | wm4 | 2015-08-18 | 5 | -11/+17 |
* | demux_libarchive: open flat compressed files | wm4 | 2015-08-17 | 2 | -3/+9 |
* | stream: libarchive wrapper for reading compressed archives | wm4 | 2015-08-17 | 3 | -0/+274 |
* | 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 |
* | tv: fix a hidden static variable | wm4 | 2014-06-12 | 1 | -9/+9 |
* | stream_bluray: fix some const declarations | wm4 | 2014-06-12 | 1 | -6/+6 |
* | tv: use correct timestamps | iive | 2014-06-12 | 1 | -12/+48 |
* | Add more const | wm4 | 2014-06-11 | 19 | -31/+31 |
* | stream_dvd: minor cleanups | wm4 | 2014-06-11 | 3 | -141/+44 |
* | stream_dvd, stream_dvdnav, stream_bluray: remove global option variables | wm4 | 2014-06-11 | 7 | -67/+61 |
* | stream_dvb: remove global option variables | wm4 | 2014-06-11 | 2 | -20/+22 |
* | stream_cdda: remove global option variables | wm4 | 2014-06-11 | 3 | -33/+37 |
* | stream: add a generic way to setup stream priv defaults | wm4 | 2014-06-11 | 2 | -0/+3 |
* | stream_pvr: remove global option variables | wm4 | 2014-06-11 | 4 | -188/+84 |
* | tv: remove printing of useless comment information | wm4 | 2014-06-11 | 4 | -14/+3 |
* | tv: remove global option variables | wm4 | 2014-06-11 | 5 | -194/+244 |
* | command: redo ancient TV/DVB/PVR commands | wm4 | 2014-06-11 | 5 | -10/+113 |
* | stream/cache: handle failure of seeking underlying stream | wm4 | 2014-06-05 | 1 | -1/+4 |
* | stream: remove VCD support | wm4 | 2014-06-01 | 6 | -989/+0 |
* | tv: remove sysinfo() usage | wm4 | 2014-05-30 | 1 | -10/+0 |
* | af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate | Marcoen Hirschberg | 2014-05-28 | 1 | -1/+1 |
* | audio: rename i_bps to 'bitrate' to avoid confusion | Marcoen Hirschberg | 2014-05-28 | 1 | -1/+1 |
* | audio: change values from bytes-per-second to bits-per-second | Marcoen Hirschberg | 2014-05-28 | 1 | -4/+5 |
* | stream: unbreak writeable streams | wm4 | 2014-05-27 | 1 | -2/+2 |
* | stream_cdda: fix compilation | wm4 | 2014-05-24 | 1 | -1/+1 |
* | stream_smb: fix compilation | wm4 | 2014-05-24 | 1 | -4/+4 |
* | stream_file: readjust some windows ifdeffery | wm4 | 2014-05-24 | 1 | -23/+9 |
* | stream: remove chaos related to writeable streams | wm4 | 2014-05-24 | 19 | -83/+41 |
* | stream_lavf: remove redundant message prefixes | wm4 | 2014-05-24 | 1 | -6/+6 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 12 | -69/+67 |
* | stream: kill start_pos, remove --sb option | wm4 | 2014-05-24 | 9 | -9/+17 |
* | cache: be silent if no initial fill is requested | wm4 | 2014-05-22 | 1 | -1/+3 |
* | cache: redo options and default settings | wm4 | 2014-05-20 | 3 | -35/+34 |
* | threads: use mpv time for mpthread_cond_timedwait wrapper | wm4 | 2014-05-18 | 1 | -2/+2 |
* | stream_smb: increase to 128k read_chuuk from default 8k | Kevin Mitchell | 2014-05-12 | 1 | -0/+1 |
* | stream_bluray: remove unused variables | wm4 | 2014-05-04 | 1 | -3/+0 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 3 | -75/+1 |
* | stream: use libavformat interrupt callback | wm4 | 2014-04-25 | 1 | -1/+12 |
* | stream: remove interrupt callback global variables | wm4 | 2014-04-25 | 3 | -28/+8 |
* | stream: use uninterruptible sleep on reconnecting | wm4 | 2014-04-25 | 1 | -2/+8 |
* | stream: remove unused functions | wm4 | 2014-04-25 | 1 | -25/+0 |
* | cache: remove redundant log prefix | wm4 | 2014-04-23 | 1 | -1/+1 |
* | threads: fix function name | wm4 | 2014-04-23 | 1 | -2/+2 |
* | Fix some libav* include statements | wm4 | 2014-04-19 | 2 | -2/+1 |
* | stream_dvdnav: print more debugging info | wm4 | 2014-04-17 | 1 | -1/+6 |
* | stream_dvd: fix seeking regression | wm4 | 2014-04-17 | 1 | -8/+48 |
* | Remove radio:// | wm4 | 2014-04-13 | 3 | -1040/+0 |
* | Kill all tabs | wm4 | 2014-04-13 | 23 | -2382/+2382 |
* | stream_dvd, cache: hack seeking with --cache + dvd:// back into working | wm4 | 2014-04-09 | 2 | -41/+1 |
* | cache: fix description of the offset field | wm4 | 2014-04-09 | 1 | -1/+3 |
* | cache: change a define to an enum | wm4 | 2014-04-09 | 1 | -3/+3 |
* | cache: fix checks/output on initialization | wm4 | 2014-04-09 | 1 | -8/+3 |
* | stream_file: Check the handle for network streams | James Ross-Gowan | 2014-04-09 | 1 | -9/+34 |
* | cache: simplify | wm4 | 2014-04-09 | 1 | -25/+17 |
* | cache: allow resizing at runtime | wm4 | 2014-04-09 | 2 | -21/+78 |
* | cache: minor simplification | wm4 | 2014-04-09 | 1 | -11/+7 |
* | cache: adjust stream position if necessary | wm4 | 2014-04-09 | 1 | -1/+6 |