| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
|/ |
|
* | Fix some more -Wshadow warnings | wm4 | 2013-11-01 | 3 | -4/+4 |
* | Enable -Wshadow | wm4 | 2013-11-01 | 1 | -3/+3 |
* | ao_alsa: don't include alloca.h | wm4 | 2013-10-25 | 1 | -1/+0 |
* | tv: simplify ifdeffery | wm4 | 2013-10-17 | 1 | -8/+2 |
* | Copyright, LICENSE: switch to GPL version 2 or later | wm4 | 2013-10-13 | 1 | -1/+2 |
* | audio/out: add sndio support | Christian Neukirchen | 2013-10-03 | 3 | -0/+127 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 1 | -25/+27 |
* | network: add options to control TLS verification | wm4 | 2013-09-27 | 1 | -0/+3 |
* | mplayer: attempt to make playback resume work with DVD/BD | wm4 | 2013-09-22 | 4 | -6/+3 |
* | network: fix rtsp playback | wm4 | 2013-09-22 | 1 | -1/+1 |
* | stream_lavf: print lavf options that could not be set | wm4 | 2013-09-22 | 1 | -0/+6 |
* | stream_dvd: prevent segmentation fault with some broken files | Stefano Pigozzi | 2013-09-14 | 1 | -2/+2 |
* | stream_bluray: return number of titles | wm4 | 2013-09-10 | 1 | -6/+11 |
* | stream: force demuxer of cached stream, fixes cdda:// + cache | wm4 | 2013-09-10 | 1 | -0/+1 |
* | path: add a common mp_is_url() function | wm4 | 2013-09-04 | 1 | -4/+3 |
* | tv: attempt to support mjpeg streams | wm4 | 2013-09-04 | 1 | -2/+6 |
* | stream: read at least a full buffer with stream_peek() | wm4 | 2013-08-28 | 1 | -1/+1 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 | 5 | -0/+747 |
* | stream: change open code, add stream filter concept | wm4 | 2013-08-26 | 2 | -55/+83 |
* | stream: don't drop buffer when creating the cache | wm4 | 2013-08-26 | 1 | -3/+0 |
* | stream: fix url_options field, make protocols field not fixed length | wm4 | 2013-08-26 | 17 | -77/+82 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 2 | -0/+20 |
* | stream: allow potentially faster skipping | wm4 | 2013-08-22 | 1 | -3/+12 |
* | stream: don't require streams to set s->pos in seek callback | wm4 | 2013-08-22 | 9 | -22/+11 |
* | stream: move file forward skipping to common stream implementation | wm4 | 2013-08-22 | 3 | -52/+29 |
* | stream_avdevice: remove redundant dummy callback | wm4 | 2013-08-22 | 1 | -6/+0 |
* | stream_file: uncrustify | wm4 | 2013-08-22 | 1 | -132/+140 |
* | stream_bluray: fix bd:// url segfault introduced by commit bc1d61 | Noble Huang | 2013-08-12 | 1 | -6/+2 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 28 | -46/+46 |
* | stream_radio: fix some things | wm4 | 2013-08-05 | 1 | -2/+2 |
* | stream: parse URL escapes for file:// | wm4 | 2013-08-02 | 4 | -0/+41 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 19 | -362/+280 |
* | stream: remove inactive URL option fields | wm4 | 2013-07-30 | 3 | -23/+0 |
* | stream_dvd: fix .ifo redirection | wm4 | 2013-07-30 | 1 | -2/+1 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 3 | -8/+5 |
* | stream_vcd.c: fix compilation on win32 | Diogo Franco (Kovensky) | 2013-07-22 | 2 | -3/+8 |
* | cache: fix time check for printing warning | wm4 | 2013-07-20 | 1 | -1/+1 |
* | stream: remove unused vcd functions | wm4 | 2013-07-15 | 4 | -22/+0 |
* | Merge branch 'remove_old_demuxers' | wm4 | 2013-07-14 | 21 | -323/+190 |
|\ |
|
| * | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -4/+1 |
| * | stream: remove useless author/comment fields | wm4 | 2013-07-12 | 17 | -58/+19 |
| * | stream: remove unused functions | wm4 | 2013-07-12 | 1 | -36/+0 |
| * | stream: remove fd member | wm4 | 2013-07-12 | 8 | -66/+57 |
| * | stream: use talloc for some string members | wm4 | 2013-07-12 | 1 | -7/+7 |
| * | stream: don't require streams to set a type | wm4 | 2013-07-12 | 9 | -34/+13 |
| * | Cleanup some include statements | wm4 | 2013-07-12 | 10 | -16/+8 |
| * | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 3 | -3/+7 |
| * | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 17 | -65/+47 |
| * | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 1 | -19/+15 |
| * | video: eliminate frametime variable | wm4 | 2013-07-11 | 1 | -2/+0 |
| * | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -1/+1 |
| * | tv: add hack in preparation of demux_stream removal | wm4 | 2013-07-11 | 1 | -4/+17 |
| * | mplayer: fix incorrect audio sync after format changes | wm4 | 2013-07-11 | 1 | -1/+1 |
| * | Merge branch 'master' into remove_old_demuxers | wm4 | 2013-07-08 | 4 | -26/+6 |
| |\ |
|
| * | | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -12/+0 |
| * | | demux: remove some old stream header functions | wm4 | 2013-07-08 | 1 | -2/+4 |
| * | | Remove old demuxers | wm4 | 2013-07-07 | 2 | -2/+2 |
* | | | w32: silence some warnings | James Ross-Gowan | 2013-07-13 | 1 | -1/+1 |
* | | | stream_vcd: use intptr_t cast for _open_osfhandle in accordance to MSDN | Jonathan Yong | 2013-07-13 | 1 | -1/+1 |
* | | | stream: remove some more forgotten network stuff | wm4 | 2013-07-12 | 1 | -13/+0 |
* | | | options: add --cache-default option | wm4 | 2013-07-10 | 2 | -17/+12 |
| |/
|/| |
|
* | | cache: fix compilation without posix timers | Stefano Pigozzi | 2013-07-08 | 1 | -0/+1 |
* | | stream/tv: remove unused dshow-specific options | Martin Herkt | 2013-07-08 | 2 | -26/+1 |
* | | stream_radio: fix build | wm4 | 2013-07-08 | 1 | -0/+4 |
|/ |
|
* | stream: unbreak streams with large sector sizes (stream_cdda) | wm4 | 2013-07-07 | 1 | -1/+2 |
* | stream: don't treat position 0 specially | wm4 | 2013-07-07 | 1 | -7/+6 |
* | Remove some leftovers from network removal | wm4 | 2013-07-07 | 3 | -182/+1 |
* | stream: remove weird STREAMTYPE_STREAM special handling | wm4 | 2013-07-07 | 6 | -50/+27 |
* | stream: re-add accidentally removed seek call | wm4 | 2013-07-07 | 1 | -0/+7 |
* | Remove internal network support | wm4 | 2013-07-07 | 22 | -5996/+9 |
* | core: make network options available even if old net code is disabled | wm4 | 2013-07-07 | 5 | -23/+3 |
* | stream: make eof flag more consistent | wm4 | 2013-07-04 | 1 | -1/+6 |
* | stream_lavf: request and read streamcast/ICY metadata | wm4 | 2013-07-02 | 1 | -4/+89 |
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 2 | -1/+23 |
* | cache: fix per-block metadata memory leak | wm4 | 2013-07-02 | 1 | -0/+1 |
* | stream: redo memory streams | wm4 | 2013-06-28 | 3 | -8/+91 |
* | Merge branch 'sub_mess2' | wm4 | 2013-06-25 | 2 | -46/+77 |
|\ |
|
| * | stream: remove stream_unread_buffer() | wm4 | 2013-06-25 | 2 | -21/+0 |
| * | stream: add stream_peek function | wm4 | 2013-06-25 | 2 | -0/+35 |
| * | stream: never let read functions return values < 0 | wm4 | 2013-06-25 | 1 | -3/+5 |
| * | stream: readd memory streams | wm4 | 2013-06-25 | 2 | -5/+21 |
| * | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 2 | -18/+17 |
* | | cache: cache number of chapters | wm4 | 2013-06-24 | 1 | -0/+10 |
* | | cache: fix stream_pts caching | wm4 | 2013-06-18 | 1 | -20/+20 |
* | | osdep: remove shmem wrapper | wm4 | 2013-06-18 | 1 | -1/+0 |
* | | cache: actually use time instead of retry count for slow cache warning | wm4 | 2013-06-18 | 1 | -9/+11 |
|/ |
|
* | cache: fix build on OSX (again) | wm4 | 2013-06-16 | 1 | -0/+7 |
* | cache: fix compilation on Libav | wm4 | 2013-06-16 | 1 | -1/+8 |
* | cache: use correct header for clock_gettime | wm4 | 2013-06-16 | 1 | -0/+1 |
* | stream: don't set sector size on cache | wm4 | 2013-06-16 | 1 | -3/+1 |
* | cache: attempt to improve slow cache warning | wm4 | 2013-06-16 | 1 | -26/+35 |
* | cache: report more precise stream time | wm4 | 2013-06-16 | 1 | -9/+39 |
* | stream: don't align stream position if not needed | wm4 | 2013-06-16 | 1 | -3/+1 |
* | stream: don't adjust stream position if seek succeeds, but read fails | wm4 | 2013-06-16 | 1 | -3/+2 |
* | stream: fix some aspects of EOF handling | wm4 | 2013-06-16 | 1 | -10/+22 |
* | stream: don't set EOF flag in stream implementations | wm4 | 2013-06-16 | 7 | -13/+1 |
* | stream: remove stream_reset() | wm4 | 2013-06-16 | 2 | -12/+3 |
* | stream: check for interruption when trying to reconnect stream | wm4 | 2013-06-16 | 1 | -3/+3 |
* | stream: cosmetics | wm4 | 2013-06-16 | 2 | -26/+12 |
* | stream: reset buffer even on EOF/error | wm4 | 2013-06-16 | 1 | -4/+2 |
* | cache: use threads instead of fork() | wm4 | 2013-06-16 | 3 | -542/+403 |
* | stream: add partial read function | wm4 | 2013-06-16 | 2 | -17/+28 |
* | stream: add stream_unread_buffer() | wm4 | 2013-06-16 | 2 | -4/+33 |
* | cache: make the stream cache a proper stream that wraps other streams | wm4 | 2013-06-16 | 5 | -331/+220 |
* | stream: remove pointless check | wm4 | 2013-06-09 | 1 | -7/+3 |
* | stream: remove unused function | wm4 | 2013-06-09 | 1 | -9/+0 |
* | stream: move VCD specific stuff to stream_vcd | wm4 | 2013-06-09 | 3 | -5/+4 |
* | stream_cdda, stream_vcd: check read buffer size | wm4 | 2013-06-09 | 2 | -0/+5 |
* | stream_dvd: remove some deadly insane code | wm4 | 2013-06-09 | 1 | -15/+0 |
* | stream: misleading statement | wm4 | 2013-06-09 | 1 | -1/+1 |
* | core: use STREAM_CTRL instead of accessing stream_dvd internals | wm4 | 2013-06-09 | 3 | -0/+24 |
* | stream: rename cache2.c to cache.c | wm4 | 2013-06-09 | 1 | -0/+0 |
* | cache2: uncrustify | wm4 | 2013-06-09 | 1 | -452/+521 |
* | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvd | wm4 | 2013-06-02 | 1 | -1/+0 |
* | stream: kill STREAM_CTRL_RESET | wm4 | 2013-05-26 | 2 | -4/+0 |
* | stream: kill memory streams | wm4 | 2013-05-26 | 2 | -23/+3 |
* | stream: de-inline some larger functions | wm4 | 2013-05-26 | 2 | -70/+73 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 2 | -4/+4 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 2 | -4/+4 |
* | Silence some compiler warnings | wm4 | 2013-05-21 | 1 | -8/+7 |
* | core: add --stream-capture | wm4 | 2013-05-12 | 3 | -0/+41 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 1 | -4/+6 |
|\ |
|
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 1 | -4/+6 |
* | | stream_bluray: report chapter times | wm4 | 2013-05-09 | 1 | -0/+21 |
* | | stream_bluray: general timeline support | wm4 | 2013-05-09 | 1 | -0/+37 |
* | | stream_bluray: make code a bit more obvious | wm4 | 2013-05-09 | 1 | -4/+4 |
* | | stream: report chapter times, use time seeks for DVD chapters | wm4 | 2013-05-06 | 3 | -6/+41 |
* | | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 5 | -32/+5 |
* | | stream: fix bad cache behavior introduced by recent commit | wm4 | 2013-05-05 | 1 | -1/+8 |
* | | stream: add start time reporting | wm4 | 2013-05-05 | 3 | -0/+9 |
* | | core: don't report byte-based playback position with dvd | wm4 | 2013-05-05 | 4 | -0/+17 |
* | | stream: remove unused new_ds_stream() | wm4 | 2013-05-03 | 2 | -13/+0 |
* | | stream_bluray: remove the broken -bluray-chapter option | reimar | 2013-04-27 | 2 | -16/+2 |
* | | stream_bluray: fix querying current chapter | reimar | 2013-04-27 | 1 | -3/+1 |
* | | options: untangle track range parsing for stream_cdda | wm4 | 2013-04-21 | 1 | -17/+14 |
|/ |
|
* | stream_cddb: fix compilation on MinGW-w64 | Stephen Hutchinson | 2013-04-06 | 1 | -1/+1 |
* | vcd_read_win32.h: fix compilation on MinGW-w64 | Stephen Hutchinson | 2013-04-06 | 1 | -1/+1 |
* | http: handle broken QuickTime Streaming Server headers | reimar | 2013-04-04 | 1 | -3/+9 |
* | http: fix for broken SHOUTcast streams | reimar | 2013-04-04 | 1 | -0/+6 |
* | vcd_read: cleanup ifdefs | reimar | 2013-04-04 | 1 | -14/+7 |
* | stream: silence clang empty statement warnings | wm4 | 2013-03-19 | 1 | -12/+8 |
* | network: set default user-agent to MPlayer's | wm4 | 2013-02-26 | 1 | -1/+1 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -6/+4 |
* | Check return values of some mp_find_..._config_file function calls for NULL | wm4 | 2013-02-09 | 1 | -2/+5 |
* | Remove BSD legacy TV/radio support (BT848 stuff) | wm4 | 2013-02-06 | 4 | -1053/+0 |
* | build: make it work on somewhat older ffmpeg versions | wm4 | 2013-01-31 | 1 | -1/+1 |
* | stream: set default HTTP user agent to "Mozilla/5.0" | wm4 | 2013-01-31 | 1 | -1/+1 |
* | stream: fix reconnecting on broken network connections | wm4 | 2013-01-24 | 3 | -21/+50 |
* | stream: uncrustify stream.c/.h | wm4 | 2013-01-24 | 2 | -582/+664 |
* | stream: implement some HTTP specific options for stream_lavf | wm4 | 2013-01-24 | 7 | -7/+61 |
* | cookies: fix crash | wm4 | 2013-01-24 | 1 | -3/+3 |
* | stream_cdda: support latest libcdio version | Uoti Urpala | 2013-01-24 | 1 | -1/+31 |
* | Silence two compiler warnings | wm4 | 2013-01-16 | 1 | -3/+2 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 5 | -84/+84 |
* | Remove netstream support | wm4 | 2013-01-13 | 3 | -472/+0 |
* | Fix lots of bugs in mp_http URL handling | Rudolf Polzer | 2013-01-10 | 2 | -7/+10 |
* | stream_lavf: warn if protocol not found | wm4 | 2012-12-28 | 1 | -1/+6 |
* | stream_dvd: fix angle math | Rudolf Polzer | 2012-12-22 | 1 | -8/+7 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 2 | -30/+39 |
* | Fix compilation with Libav | wm4 | 2012-12-11 | 1 | -0/+2 |
* | audio: remove support for native alaw/mulaw/adpcm output | wm4 | 2012-12-11 | 1 | -3/+0 |
* | stream_lavf/demux_lavf: export/use HTTP MIME type | wm4 | 2012-12-11 | 3 | -15/+17 |
* | stream: handle mms streaming with ffmpeg | wm4 | 2012-12-11 | 3 | -14/+23 |
* | stream_dvd: add a stream_seek() call | Rudolf Polzer | 2012-12-07 | 1 | -0/+2 |
* | stream_ftp: cleanups | al | 2012-12-03 | 1 | -19/+13 |
* | core: automatically pause on low cache | wm4 | 2012-12-03 | 2 | -1/+9 |
* | stream_lavf: use ffmpeg for http/https streaming | wm4 | 2012-12-03 | 2 | -3/+5 |
* | cache: simplify further | wm4 | 2012-12-03 | 8 | -34/+28 |
* | cache: refactor how cache enabling is done | Uoti Urpala | 2012-12-03 | 8 | -27/+24 |
* | demux_lavf: add support for libavdevice | wm4 | 2012-12-03 | 3 | -0/+52 |
* | stream_ftp: fix compilation with libav | Stefano Pigozzi | 2012-11-22 | 1 | -1/+1 |
* | stream_ftp: support longer filenames | al | 2012-11-21 | 1 | -31/+73 |
* | stream: fix dvd:// + cache crashing | wm4 | 2012-11-20 | 3 | -3/+5 |
* | stream, demux_lavf: minor cleanup for stream size code | wm4 | 2012-11-20 | 2 | -0/+10 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 17 | -48/+48 |
* | stream: change STREAM_CTRL_GET_SIZE argument type to uint64_t | reimar | 2012-11-20 | 4 | -4/+13 |
* | asf_streaming: remove broken MMSU support code | upsuper | 2012-11-20 | 1 | -15/+3 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 9 | -89/+87 |
* | cookies: don't read cookie files from ancient browsers | wm4 | 2012-11-16 | 1 | -42/+3 |