| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cache: no short reads in read_buffer | wm4 | 2014-04-09 | 1 | -16/+21 |
* | cache: move ringbuffer read into a separate function | wm4 | 2014-04-09 | 1 | -17/+32 |
* | cache: fix typo in comment | wm4 | 2014-04-09 | 1 | -1/+1 |
* | cache: always update cached controls after running a stream control | wm4 | 2014-04-09 | 1 | -0/+1 |
* | stream_bluray: move lookup of AACS error codes into a function | wm4 | 2014-03-30 | 1 | -30/+16 |
* | stream_bluray: check AACS and BD+ protections | xylosper | 2014-03-30 | 1 | -5/+80 |
* | player: rename dvdnav to discnav | xylosper | 2014-03-30 | 3 | -2/+2 |
* | stream_bluray: cosmetic refactoring | xylosper | 2014-03-30 | 1 | -74/+33 |
* | stream_bluray: select initial angle only if peeking title succeeded | xylosper | 2014-03-30 | 1 | -39/+52 |
* | stream_bluray: use more proper error code for stream control | xylosper | 2014-03-30 | 1 | -7/+7 |
* | stream_bluray: implement navigation interface for Blu-ray stream | xylosper | 2014-03-29 | 3 | -62/+447 |
* | stream_bluray: remove BD_EVENT_IDLE | wm4 | 2014-03-26 | 1 | -3/+0 |
* | stream_bluray: use bd_get_playlist_info() | xylosper | 2014-03-26 | 1 | -4/+10 |
* | stream_bluray: cache current playback informations | xylosper | 2014-03-26 | 1 | -20/+34 |
* | stream_bluray: implement event handler for libbluray | xylosper | 2014-03-26 | 1 | -0/+16 |
* | mf: fix operation with --cache | wm4 | 2014-03-26 | 1 | -0/+1 |
* | stream_cdda: print cd text header only if there are any cd text fields | wm4 | 2014-03-26 | 1 | -2/+6 |
* | stream_cdda: remove unused stuff | wm4 | 2014-03-26 | 3 | -251/+2 |
* | stream_cdda: fix track time accuracy | wm4 | 2014-03-26 | 1 | -2/+2 |
* | dvdnav: make MP_NAV_EVENT_RESET_ALL handled properly | xylosper | 2014-03-25 | 1 | -30/+37 |
* | stream: remove old chapter handling code | wm4 | 2014-03-25 | 5 | -103/+0 |
* | stream_cdda: report track times | wm4 | 2014-03-25 | 1 | -27/+8 |
* | stream_bluray: fix for significant memory leak | xylosper | 2014-03-24 | 1 | -0/+1 |
* | stream_bluray: fix for zero-based title index for Blu-ray | xylosper | 2014-03-18 | 1 | -7/+11 |
* | command: make 'disc-title' property writable | xylosper | 2014-03-18 | 1 | -1/+8 |
* | stream_dvd/stream_dvdnav: make disc-title for DVDs start from 0 | xylosper | 2014-03-17 | 2 | -27/+35 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -11/+2 |
* | stream_dvdnav: implement STREAM_CTRL_GET_NUM_TITLES for dvdnav | xylosper | 2014-03-15 | 1 | -0/+7 |
* | command: set 'media-title' property for bluray disc with meta-data | xylosper | 2014-03-13 | 5 | -11/+19 |
* | stream_file: network file system detection for Linux | Philip Sequeira | 2014-03-12 | 1 | -0/+28 |
* | dvd: treat missing volume ID as "unsupported", not error | wm4 | 2014-02-23 | 2 | -4/+4 |
* | cache: cache DVD volume ID | wm4 | 2014-02-23 | 1 | -0/+13 |
* | dvd: check for empty DVD volume ID | wm4 | 2014-02-23 | 2 | -3/+7 |
* | command: use DVD volume ID for media-title property | xylosper | 2014-02-23 | 3 | -0/+17 |
* | stream_file: cache remote files on Windows | James Ross-Gowan | 2014-02-18 | 1 | -0/+17 |
* | stream_file: activate cache with files on network file systems | Stefano Pigozzi | 2014-02-17 | 1 | -0/+28 |
* | stream_lavf: prefix icy metadata with "icy-" | wm4 | 2014-02-06 | 1 | -1/+1 |
* | cache: refuse to seek outside of cache boundaries | wm4 | 2014-01-31 | 1 | -4/+18 |
* | stream_pvr: Fix fd check, -1 indicates invalid, not 0. | reimar | 2014-01-23 | 1 | -1/+1 |
* | stream: print stream_read_line warnings by default | wm4 | 2014-01-19 | 1 | -1/+1 |
* | stream: treat embedded 0 bytes as error in stream_read_line | wm4 | 2014-01-19 | 1 | -1/+1 |
* | stream: redo stream_read_line() | wm4 | 2014-01-19 | 1 | -114/+54 |
* | cookies.c: cols must (and does) have 7 elements. | reimar | 2014-01-19 | 1 | -1/+1 |
* | vcd_read: Fix sizeof argument. | reimar | 2014-01-19 | 1 | -1/+1 |
* | cache: remove debug code | wm4 | 2014-01-17 | 1 | -1/+0 |
* | cache: reduce message spam | wm4 | 2014-01-16 | 1 | -7/+16 |
* | player: avoid stalling when starting a network stream | wm4 | 2014-01-14 | 2 | -0/+2 |
* | player: strip 'file://' from filenames on playback start | wm4 | 2014-01-08 | 2 | -12/+27 |
* | quvi: add option to not fetch subtitles | Andre D | 2014-01-05 | 1 | -1/+1 |
* | stream_pvr: fix crash on initialization | wm4 | 2014-01-03 | 1 | -0/+1 |
* | stream: always respect sector_size, fixes cdda:// | wm4 | 2014-01-02 | 1 | -1/+1 |
* | stream_smb: remove dead code | wm4 | 2013-12-22 | 1 | -22/+1 |
* | stream_radio: suppress error with -Werror=format-security compilation flag | Miro HronĨok | 2013-12-22 | 1 | -1/+1 |
* | stream: minor cookie cleanup | wm4 | 2013-12-22 | 2 | -26/+23 |
* | options: move network related options to MPOpts | wm4 | 2013-12-22 | 3 | -19/+20 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 2 | -4/+4 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 1 | -3/+0 |
* | quvi: mp_msg conversions | wm4 | 2013-12-21 | 3 | -17/+30 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 30 | -721/+539 |
* | demux: mp_msg conversions | wm4 | 2013-12-21 | 10 | -209/+217 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | stream: remove stale MAX_STREAM_PROTOCOLS define | wm4 | 2013-12-19 | 1 | -2/+0 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 3 | -1/+2 |
* | stream: move O_BINARY dummy definition | wm4 | 2013-12-18 | 1 | -4/+0 |
* | Remove the _ macro | wm4 | 2013-12-18 | 1 | -0/+2 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 31 | -37/+37 |
* | Merge mp_talloc.h into ta/ta_talloc.h | wm4 | 2013-12-17 | 2 | -2/+2 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 17 | -22/+22 |
* | Move libquvi stuff to stream/resolve/ | wm4 | 2013-12-17 | 3 | -0/+321 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 17 | -168/+166 |
* | dvdnav: select longest title by default | wm4 | 2013-12-14 | 1 | -6/+26 |
* | dvdnav: crappy hack to respect timed still frames | wm4 | 2013-12-14 | 2 | -21/+12 |
* | dvdnav, tv: force-disable caching | wm4 | 2013-12-14 | 4 | -4/+5 |
* | dvdnav: enable caching | wm4 | 2013-12-14 | 1 | -2/+1 |
* | stream_dvdnav: drop stream buffers on seek | wm4 | 2013-12-14 | 1 | -3/+5 |
* | cache: add a way to explicitly resume cache | wm4 | 2013-12-14 | 2 | -0/+5 |
* | cache: try harder on EOF | wm4 | 2013-12-14 | 1 | -5/+11 |
* | stream: don't seek when seeking to the same position | wm4 | 2013-12-14 | 1 | -0/+3 |
* | stream: add function for dropping the buffer | wm4 | 2013-12-14 | 2 | -2/+11 |
* | dvdnav: remove highlights if no PCI available | wm4 | 2013-12-13 | 1 | -1/+3 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 5 | -0/+807 |
* | stream: fix clang warning | Stefano Pigozzi | 2013-12-07 | 1 | -1/+1 |
* | player: load external subs for uncompressed rar archives | wm4 | 2013-12-06 | 2 | -0/+13 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 9 | -16/+32 |
* | build: make pthreads mandatory | wm4 | 2013-11-28 | 1 | -6/+1 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 4 | -4/+0 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -6/+6 |
* | stream_lavf: fix a small memory leak | wm4 | 2013-11-21 | 1 | -1/+5 |
* | timeline: add edl:// URIs | wm4 | 2013-11-19 | 3 | -0/+24 |
* | stream_dvb: remove bogus free calls | wm4 | 2013-11-18 | 1 | -5/+0 |
* | stream: split out pthread helper function | wm4 | 2013-11-17 | 1 | -26/+3 |
* | demux: use talloc for certain stream headers | wm4 | 2013-11-14 | 1 | -1/+1 |
* | tvi_v4l2: remove VBI stuff | wm4 | 2013-11-13 | 1 | -100/+0 |
* | tvi_v4l2: let libv4l2 convert to a known pixel format | bugmen0t | 2013-11-13 | 1 | -47/+58 |
* | stream: don't include linux/types.h in some files | wm4 | 2013-11-13 | 3 | -4/+0 |
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 3 | -14/+5 |
* | audio: replace af_fmt2str_short -> af_fmt_to_str | wm4 | 2013-11-07 | 1 | -3/+2 |
* | stream_lavf: don't duplicate list of rtmp protocols | wm4 | 2013-11-04 | 1 | -6/+4 |
* | stream_lavf: support more libavformat protocols | wm4 | 2013-11-04 | 1 | -1/+3 |
* | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 1 | -5/+11 |
|\ |
|
| * | stream: more consistent checks for whether stream is seekable | wm4 | 2013-11-03 | 1 | -6/+10 |
| * | stream: reconnecting doesn't make sense if stream is not seekable | wm4 | 2013-11-03 | 1 | -0/+2 |
* | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 7 | -72/+72 |
|/ |
|
* | |