summaryrefslogtreecommitdiff
path: root/server/stream.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-15StreamClipItem: use base class refcountingJonathon Jongsma1-15/+15
2016-03-10Rename red_channel_pipe_item_init to pipe_item_initChristophe Fergeau1-8/+4
2016-03-04fix indentationFrediano Ziglio1-2/+2
2016-03-03server: Fix the order of the attach_stream() assertsFrancois Gouget1-1/+1
2016-03-03server: Store the opaque pointer in VideoEncoderRateControlCbsFrancois Gouget1-2/+3
2016-02-16Remove global main_dispatcher variableJonathon Jongsma1-1/+4
2015-12-15server: Use PRI macros in printf for 32/64 bit compatibilityFrancois Gouget1-2/+2
2015-12-14server: Add time constants to go with spice_get_monotonic_time_ns()Francois Gouget1-2/+2
2015-12-11server: Rename red_get_monotonic_time() to spice_get_monotonic_time_ns()Francois Gouget1-1/+1
2015-12-11server: Provide a framerate estimate based on the initial framesFrancois Gouget1-3/+18
2015-12-02display: rename detach_streams_behindMarc-André Lureau1-1/+1
2015-11-26worker: move current_remove*Marc-André Lureau1-0/+19
2015-11-26worker: move more stream functionsMarc-André Lureau1-0/+159
2015-11-24worker: move attach_streamMarc-André Lureau1-0/+56
2015-11-21stream: remove red_stream_ prefix from mjpeg callbacksMarc-André Lureau1-6/+6
2015-11-21stream: rename {red_stream_, }get_initial_bit_rateMarc-André Lureau1-3/+2
2015-11-21stream: remove dcc parameter from stream_agent_stop()Marc-André Lureau1-1/+3
2015-11-20worker: move stream_clip_item_unref()Marc-André Lureau1-0/+12
2015-11-18Move stream creation and maintenance functions to stream.[ch]Jonathon Jongsma1-0/+359
2015-11-18worker: move stream_agent_stop and friendsMarc-André Lureau1-0/+174
2015-11-18worker: Move stream functions to stream.cJonathon Jongsma1-0/+70
2015-11-10worker: move stream to display channelMarc-André Lureau1-2/+2
2015-11-10worker: move stream functions to a new stream.c fileMarc-André Lureau1-0/+70