summaryrefslogtreecommitdiffstats
path: root/server/stream.c
Commit message (Collapse)AuthorAgeFilesLines
* add missing license headers to source filesJonathon Jongsma2015-02-231-0/+16
|
* Remove global main_dispatcher variableJonathon Jongsma2015-02-231-1/+4
| | | | | | Requires changing a bunch of internal API to take MainDispatcher arguments, etc. The main dispatcher object is now owned by RedsState, since that is the object that previously created (initialized) it.
* Remove global 'reds' usage from stream.cJonathon Jongsma2015-02-231-2/+3
| | | | | Use the server variable from the display channel rather than the global variable.
* CommonChannel -> CommonWorkerChannelJonathon Jongsma2015-02-231-1/+1
| | | | | | | Rename this struct to make it clear that it's only the base class for worker channels (e.g. display and cursor), not all channels. Also renamed CommonChannelClient to CommonWorkerChannelClient.
* Move streaming_video to RedsState structJonathon Jongsma2015-02-231-1/+1
| | | | | Also requires adding reds_get_streaming_video() accessor so that other files can check this value.
* display: rename detach_streams_behindMarc-André Lureau2015-02-231-1/+1
|
* worker: move current_remove*Marc-André Lureau2015-02-231-0/+19
|
* worker: move more stream functionsMarc-André Lureau2015-02-231-0/+159
|
* server: rename filesMarc-André Lureau2015-02-231-1/+1
|
* stream: minor simplificationMarc-André Lureau2015-02-231-10/+11
|
* worker: move stream_agent_stop and friendsMarc-André Lureau2015-02-231-0/+174
|
* worker: move attach_streamMarc-André Lureau2015-02-231-2/+53
|
* worker: move stream_clip_item_unref()Marc-André Lureau2015-02-231-0/+12
|
* worker: painfully move display_channel_add_drawableMarc-André Lureau2015-02-231-0/+385
|
* worker: move surfacesMarc-André Lureau2015-02-231-0/+74
| | | | | | Ok. this one was painful.Note that in some cases, DCC_TO_DC should be made safer (there used to be a if !dcc guard in some places, although that looks wrong anyway)...
* worker: move stream to display channelMarc-André Lureau2015-01-131-0/+50