aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* cache_file: use unicode on windowsGravatar wm42014-07-02
* cache: clear DVD timestampsGravatar wm42014-07-02
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* options: add --list-protocols optionGravatar Alessandro Ghedini2014-06-30
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* stream: add a file cacheGravatar wm42014-06-22
* stream: minor cleanupsGravatar wm42014-06-22
* stream_dvd, stream_dvdnav: map dvd:// to dvdnavGravatar wm42014-06-20
* stream_dvd: fix potential endless loop on seekingGravatar wm42014-06-20
* cache: avoid race condition between cache wakeup and idlingGravatar wm42014-06-16
* tv: if timestamp is unset, return NOPTSGravatar wm42014-06-14
* tv: remove some non-senseGravatar wm42014-06-14
* tv: fix compilation without clock_gettime, don't claim to be MPlayerGravatar wm42014-06-14
* tv: add missing header for clock_gettimeGravatar wm42014-06-13
* cache: print cache size only in verbose modeGravatar wm42014-06-12
* tv: fix a hidden static variableGravatar wm42014-06-12
* stream_bluray: fix some const declarationsGravatar wm42014-06-12
* tv: use correct timestampsGravatar iive2014-06-12
* Add more constGravatar wm42014-06-11
* stream_dvd: minor cleanupsGravatar wm42014-06-11
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variablesGravatar wm42014-06-11
* stream_dvb: remove global option variablesGravatar wm42014-06-11
* stream_cdda: remove global option variablesGravatar wm42014-06-11
* stream: add a generic way to setup stream priv defaultsGravatar wm42014-06-11
* stream_pvr: remove global option variablesGravatar wm42014-06-11
* tv: remove printing of useless comment informationGravatar wm42014-06-11
* tv: remove global option variablesGravatar wm42014-06-11
* command: redo ancient TV/DVB/PVR commandsGravatar wm42014-06-11
* stream/cache: handle failure of seeking underlying streamGravatar wm42014-06-05
* stream: remove VCD supportGravatar wm42014-06-01
* tv: remove sysinfo() usageGravatar wm42014-05-30
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateGravatar Marcoen Hirschberg2014-05-28
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* stream: unbreak writeable streamsGravatar wm42014-05-27
* stream_cdda: fix compilationGravatar wm42014-05-24
* stream_smb: fix compilationGravatar wm42014-05-24
* stream_file: readjust some windows ifdefferyGravatar wm42014-05-24
* stream: remove chaos related to writeable streamsGravatar wm42014-05-24
* stream_lavf: remove redundant message prefixesGravatar wm42014-05-24
* stream: don't use end_posGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* cache: be silent if no initial fill is requestedGravatar wm42014-05-22
* cache: redo options and default settingsGravatar wm42014-05-20
* threads: use mpv time for mpthread_cond_timedwait wrapperGravatar wm42014-05-18
* stream_smb: increase to 128k read_chuuk from default 8kGravatar Kevin Mitchell2014-05-12
* stream_bluray: remove unused variablesGravatar wm42014-05-04
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* stream: use libavformat interrupt callbackGravatar wm42014-04-25
* stream: remove interrupt callback global variablesGravatar wm42014-04-25