aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* 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
* stream: use uninterruptible sleep on reconnectingGravatar wm42014-04-25
* stream: remove unused functionsGravatar wm42014-04-25
* cache: remove redundant log prefixGravatar wm42014-04-23
* threads: fix function nameGravatar wm42014-04-23
* Fix some libav* include statementsGravatar wm42014-04-19
* stream_dvdnav: print more debugging infoGravatar wm42014-04-17
* stream_dvd: fix seeking regressionGravatar wm42014-04-17
* Remove radio://Gravatar wm42014-04-13
* Kill all tabsGravatar wm42014-04-13
* stream_dvd, cache: hack seeking with --cache + dvd:// back into workingGravatar wm42014-04-09
* cache: fix description of the offset fieldGravatar wm42014-04-09
* cache: change a define to an enumGravatar wm42014-04-09
* cache: fix checks/output on initializationGravatar wm42014-04-09
* stream_file: Check the handle for network streamsGravatar James Ross-Gowan2014-04-09
* cache: simplifyGravatar wm42014-04-09
* cache: allow resizing at runtimeGravatar wm42014-04-09
* cache: minor simplificationGravatar wm42014-04-09
* cache: adjust stream position if necessaryGravatar wm42014-04-09
* cache: no short reads in read_bufferGravatar wm42014-04-09
* cache: move ringbuffer read into a separate functionGravatar wm42014-04-09
* cache: fix typo in commentGravatar wm42014-04-09
* cache: always update cached controls after running a stream controlGravatar wm42014-04-09
* stream_bluray: move lookup of AACS error codes into a functionGravatar wm42014-03-30
* stream_bluray: check AACS and BD+ protectionsGravatar xylosper2014-03-30
* player: rename dvdnav to discnavGravatar xylosper2014-03-30
* stream_bluray: cosmetic refactoringGravatar xylosper2014-03-30
* stream_bluray: select initial angle only if peeking title succeededGravatar xylosper2014-03-30
* stream_bluray: use more proper error code for stream controlGravatar xylosper2014-03-30
* stream_bluray: implement navigation interface for Blu-ray streamGravatar xylosper2014-03-29
* stream_bluray: remove BD_EVENT_IDLEGravatar wm42014-03-26
* stream_bluray: use bd_get_playlist_info()Gravatar xylosper2014-03-26
* stream_bluray: cache current playback informationsGravatar xylosper2014-03-26