aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* stream_lavf: request and read streamcast/ICY metadataGravatar wm42013-07-02
* core: update metadata during playback, allow streams to export metadataGravatar wm42013-07-02
* cache: fix per-block metadata memory leakGravatar wm42013-07-02
* stream: redo memory streamsGravatar wm42013-06-28
* Merge branch 'sub_mess2'Gravatar wm42013-06-25
|\
| * stream: remove stream_unread_buffer()Gravatar wm42013-06-25
| * stream: add stream_peek functionGravatar wm42013-06-25
| * stream: never let read functions return values < 0Gravatar wm42013-06-25
| * stream: readd memory streamsGravatar wm42013-06-25
* | cache: cache number of chaptersGravatar wm42013-06-24
| * stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
* | cache: fix stream_pts cachingGravatar wm42013-06-18
* | osdep: remove shmem wrapperGravatar wm42013-06-18
* | cache: actually use time instead of retry count for slow cache warningGravatar wm42013-06-18
|/
* cache: fix build on OSX (again)Gravatar wm42013-06-16
* cache: fix compilation on LibavGravatar wm42013-06-16
* cache: use correct header for clock_gettimeGravatar wm42013-06-16
* stream: don't set sector size on cacheGravatar wm42013-06-16
* cache: attempt to improve slow cache warningGravatar wm42013-06-16
* cache: report more precise stream timeGravatar wm42013-06-16
* stream: don't align stream position if not neededGravatar wm42013-06-16
* stream: don't adjust stream position if seek succeeds, but read failsGravatar wm42013-06-16
* 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
|\