aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* cache: limit readahead size to half the cache size at the beginningGravatar wm42015-05-29
* vo_opengl: add support for custom shadersGravatar Niklas Haas2015-05-27
* command: add protocol-list propertyGravatar wm42015-05-23
* Remove trailing whitespacesGravatar Michael Vetter2015-05-15
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* stream: don't print reconnection message if no stream supportGravatar wm42015-04-29
* cache: exit early on cancellationGravatar wm42015-04-21
* cache: another minor simplificationGravatar wm42015-04-21
* cache: simplify the check for printing the "cache stuck" messageGravatar wm42015-04-21
* command: disc-mouse-on-button propertyGravatar xylosper2015-04-21
* stream_file: minor simplificationGravatar wm42015-04-17
* player: allow playing directoriesGravatar wm42015-04-17
* Update license headersGravatar Marcin Kurczewski2015-04-13
* stream_rar: update commentGravatar wm42015-03-29
* stream_lavf: workaround broken rtmp "timeout" optionGravatar wm42015-03-19
* options: introduce --cache=yes choiceGravatar wm42015-03-12
* stream: use relaxed atomic loads for checking playback abortsGravatar wm42015-03-09
* stream/smb: mark as network stream for --cache=autoGravatar Kevin Mitchell2015-03-09
* options: add M_OPT_FILE to new options that are missing itGravatar Philip Sequeira2015-03-07
* cache: assume file size from EOF positionGravatar wm42015-03-04
* stream_cdda: add option to enable cdtext, and disable it by defaultGravatar wm42015-03-03
* stream_cdda: fix parameter passingGravatar wm42015-03-03
* player: refine rar:// playlist-safety handlingGravatar wm42015-03-02
* stream_dvb: Always define NO_STREAM_ID_FILTER if missing.Gravatar Oliver Freyermuth2015-02-28
* stream: remove stream filter conceptGravatar wm42015-02-27
* stream_rar: treat rar files as playlistsGravatar wm42015-02-27
* cache: use MPCLAMP() macroGravatar wm42015-02-25
* cache: limit to file sizeGravatar wm42015-02-25
* stream_file: open pipes non-blockingGravatar wm42015-02-20
* cache: silence "EOF reached" messageGravatar wm42015-02-18
* dvb_tune: fix invalid syntaxGravatar wm42015-02-11
* stream: get rid of remaining uses of the end_pos fieldGravatar wm42015-02-06
* stream: minor cleanupsGravatar wm42015-02-06
* stream: slightly improve reconnect behaviorGravatar wm42015-02-06
* stream_lavf: fix build with LibavGravatar wm42015-02-06
* options: add --network-timeoutGravatar wm42015-02-06
* stream_cdda: fix bugs in chapter time retrievalGravatar wm42015-02-04
* command: add dummy get implementation for tv-channel propertyGravatar wm42015-02-02
* stream: reject overly long URLsGravatar wm42015-01-21
* stream_lavf: escape disallowed characters in http URLsGravatar wm42015-01-21
* dvd: try to improve seekingGravatar wm42015-01-19
* stream_dvb: silence bogus compiler warningGravatar wm42015-01-19
* cache: cache-position needs to be int64_tGravatar Oliver Freyermuth2015-01-13
* stream_dvb: Add MP_ERR if polling worked, but read fails.Gravatar Oliver Freyermuth2015-01-13
* stream_pvr: uncrustifyGravatar wm42015-01-06
* dvb: uncrustifyGravatar wm42015-01-06
* stream_dvb: Enable streaming mode, activates cache.Gravatar Oliver Freyermuth2015-01-06
* stream_dvb: Do not add special PIDs if we anyways record the full TP.Gravatar Oliver Freyermuth2015-01-06
* stream_dvb: Add possibility to dump a full transponder.Gravatar Oliver Freyermuth2015-01-06