aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* stream: fix some aspects of EOF handlingGravatar wm42013-06-16
* stream: don't set EOF flag in stream implementationsGravatar wm42013-06-16
* stream: remove stream_reset()Gravatar wm42013-06-16
* stream: check for interruption when trying to reconnect streamGravatar wm42013-06-16
* stream: cosmeticsGravatar wm42013-06-16
* stream: reset buffer even on EOF/errorGravatar wm42013-06-16
* cache: use threads instead of fork()Gravatar wm42013-06-16
* stream: add partial read functionGravatar wm42013-06-16
* stream: add stream_unread_buffer()Gravatar wm42013-06-16
* cache: make the stream cache a proper stream that wraps other streamsGravatar wm42013-06-16
* stream: remove pointless checkGravatar wm42013-06-09
* stream: remove unused functionGravatar wm42013-06-09
* stream: move VCD specific stuff to stream_vcdGravatar wm42013-06-09
* stream_cdda, stream_vcd: check read buffer sizeGravatar wm42013-06-09
* stream_dvd: remove some deadly insane codeGravatar wm42013-06-09
* stream: misleading statementGravatar wm42013-06-09
* core: use STREAM_CTRL instead of accessing stream_dvd internalsGravatar wm42013-06-09
* stream: rename cache2.c to cache.cGravatar wm42013-06-09
* cache2: uncrustifyGravatar wm42013-06-09
* demux: fix "-demuxer mpegps", don't force demuxer in stream_dvdGravatar wm42013-06-02
* stream: kill STREAM_CTRL_RESETGravatar wm42013-05-26
* stream: kill memory streamsGravatar wm42013-05-26
* stream: de-inline some larger functionsGravatar wm42013-05-26
* Replace calls to usec_sleep()Gravatar wm42013-05-26
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* Silence some compiler warningsGravatar wm42013-05-21
* core: add --stream-captureGravatar wm42013-05-12
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * core: use channel map on demuxer level tooGravatar wm42013-05-12
* | stream_bluray: report chapter timesGravatar wm42013-05-09
* | stream_bluray: general timeline supportGravatar wm42013-05-09
* | stream_bluray: make code a bit more obviousGravatar wm42013-05-09
* | stream: report chapter times, use time seeks for DVD chaptersGravatar wm42013-05-06
* | Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* | stream: fix bad cache behavior introduced by recent commitGravatar wm42013-05-05
* | stream: add start time reportingGravatar wm42013-05-05
* | core: don't report byte-based playback position with dvdGravatar wm42013-05-05
* | stream: remove unused new_ds_stream()Gravatar wm42013-05-03
* | stream_bluray: remove the broken -bluray-chapter optionGravatar reimar2013-04-27
* | stream_bluray: fix querying current chapterGravatar reimar2013-04-27
* | options: untangle track range parsing for stream_cddaGravatar wm42013-04-21
|/
* stream_cddb: fix compilation on MinGW-w64Gravatar Stephen Hutchinson2013-04-06
* vcd_read_win32.h: fix compilation on MinGW-w64Gravatar Stephen Hutchinson2013-04-06
* http: handle broken QuickTime Streaming Server headersGravatar reimar2013-04-04
* http: fix for broken SHOUTcast streamsGravatar reimar2013-04-04
* vcd_read: cleanup ifdefsGravatar reimar2013-04-04
* stream: silence clang empty statement warningsGravatar wm42013-03-19
* network: set default user-agent to MPlayer'sGravatar wm42013-02-26
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* Check return values of some mp_find_..._config_file function calls for NULLGravatar wm42013-02-09