aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* stream: remove unused vcd functionsGravatar wm42013-07-15
* Merge branch 'remove_old_demuxers'Gravatar wm42013-07-14
|\
* | w32: silence some warningsGravatar James Ross-Gowan2013-07-13
* | stream_vcd: use intptr_t cast for _open_osfhandle in accordance to MSDNGravatar Jonathan Yong2013-07-13
| * demux: remove useless author/comment fieldsGravatar wm42013-07-12
| * stream: remove useless author/comment fieldsGravatar wm42013-07-12
| * stream: remove unused functionsGravatar wm42013-07-12
| * stream: remove fd memberGravatar wm42013-07-12
| * stream: use talloc for some string membersGravatar wm42013-07-12
| * stream: don't require streams to set a typeGravatar wm42013-07-12
| * Cleanup some include statementsGravatar wm42013-07-12
| * demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
| * core: change open_stream and demux_open signatureGravatar wm42013-07-12
* | stream: remove some more forgotten network stuffGravatar wm42013-07-12
| * demux: change signature of open functions, cleanupsGravatar wm42013-07-11
| * video: eliminate frametime variableGravatar wm42013-07-11
| * core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
| * tv: add hack in preparation of demux_stream removalGravatar wm42013-07-11
| * mplayer: fix incorrect audio sync after format changesGravatar wm42013-07-11
* | options: add --cache-default optionGravatar wm42013-07-10
| * Merge branch 'master' into remove_old_demuxersGravatar wm42013-07-08
| |\ | |/ |/|
* | cache: fix compilation without posix timersGravatar Stefano Pigozzi2013-07-08
* | stream/tv: remove unused dshow-specific optionsGravatar Martin Herkt2013-07-08
* | stream_radio: fix buildGravatar wm42013-07-08
| * demux: remove separate arrays for audio/video/sub streams, simplifyGravatar wm42013-07-08
| * demux: remove some old stream header functionsGravatar wm42013-07-08
| * Remove old demuxersGravatar wm42013-07-07
|/
* stream: unbreak streams with large sector sizes (stream_cdda)Gravatar wm42013-07-07
* stream: don't treat position 0 speciallyGravatar wm42013-07-07
* Remove some leftovers from network removalGravatar wm42013-07-07
* stream: remove weird STREAMTYPE_STREAM special handlingGravatar wm42013-07-07
* stream: re-add accidentally removed seek callGravatar wm42013-07-07
* Remove internal network supportGravatar wm42013-07-07
* core: make network options available even if old net code is disabledGravatar wm42013-07-07
* stream: make eof flag more consistentGravatar wm42013-07-04
* 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