summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-03XXX fix some link issuesrecorder_evaluationFrediano Ziglio5-4/+5
2019-01-03XXX autotools and recorderFrediano Ziglio4-417/+1
2019-01-03recorder: Add message in case of handler overflowChristophe de Dinechin1-0/+4
2019-01-03recorder: Add pipeline_message recorder entriesChristophe de Dinechin1-1/+8
2019-01-03recorder: Add timing information about incoming messagesChristophe de Dinechin2-0/+22
2019-01-03recorder: Add gst_pipeline recorder, info about gstreamer pipeline setupChristophe de Dinechin1-0/+6
2019-01-03recorder: Add information about display channelChristophe de Dinechin2-3/+8
2019-01-03recorder: Add instrumentation on incoming processed framesChristophe de Dinechin1-0/+4
2019-01-03recorder: Add instrumentation for multimedia timeChristophe de Dinechin4-4/+19
2019-01-03recorder: Add instrumentation for black frame at startup bugChristophe de Dinechin1-4/+27
2019-01-03revisit: Drop backlogged frames if there are too many queuedChristophe de Dinechin1-5/+32
2019-01-03recorder: Add instrumentation for channel read and write statsChristophe de Dinechin1-0/+17
2019-01-03Initial integration of flight recorder in spice-gtkChristophe de Dinechin11-29/+69
2019-01-03Add total number of bytes written to statisticsChristophe de Dinechin3-5/+21
2019-01-03Fix initial black screen problem on macOSChristophe de Dinechin1-1/+2
2019-01-03style: Fix alignment errorChristophe de Dinechin1-4/+4
2019-01-03Add make-it-quick Makefile and support filesChristophe de Dinechin3-0/+416
2019-01-03channel-display: set 0 latency if there is no playbackSnir Sheriber1-4/+12
2019-01-03display: remove needless SPICE_CHANNEL casts in reset_capabilitiesMarc-André Lureau1-10/+10
2019-01-03display: mark get_window_handle as internalMarc-André Lureau1-0/+1
2019-01-03use g_queue_free_full to free the queueSnir Sheriber1-5/+1
2019-01-02meson: don't link with all dependenciesMarc-André Lureau2-25/+28
2019-01-02usb-device-widget: replace deprecated Gtk+ API usageMarc-André Lureau1-14/+9
2019-01-02meson: use 0.49 support for pieMarc-André Lureau2-11/+4
2018-12-20Do not include unused common/ring.h headerFrediano Ziglio3-3/+0
2018-12-20spicy-screenshot: Make some variables staticFrediano Ziglio1-3/+3
2018-12-20spicy-screenshot: Returns success only if image is grabbedFrediano Ziglio1-2/+6
2018-12-20spicy-screenshot: Open output file as binaryFrediano Ziglio1-1/+1
2018-12-20spicy-screenshot: Fix indentationFrediano Ziglio1-2/+2
2018-12-06gtk-session: better variable nameVictor Toso1-10/+14
2018-12-06gtk-session: remove single goto usageVictor Toso1-3/+3
2018-11-30spice-widget: Remove useless return statementFrediano Ziglio1-2/+0
2018-11-29spice-channel: Avoid some buffer reading overflowsFrediano Ziglio1-1/+12
2018-11-29spice-channel: Check minumum size of peer_msgFrediano Ziglio1-0/+5
2018-11-22spice-channel: Avoids spice_channel_read_wire returning successFrediano Ziglio1-1/+1
2018-11-22spice-channel: Add some comment to spice_channel_readFrediano Ziglio1-0/+2
2018-11-22build: Remove need for --enable-static for building testsChristophe Fergeau4-24/+22
2018-11-21spice-channel: Adjust endianness in a single place for link messageFrediano Ziglio1-3/+9
2018-11-20spice-channel: Use unsigned for num_capsFrediano Ziglio1-2/+3
2018-11-20spice-channel: Remove useless peer_posFrediano Ziglio2-6/+2
2018-11-16channel-display-mjpeg: Fix encoding for big endian machinesFrediano Ziglio1-0/+4
2018-11-15channel-display-gst: Fix typo in commentFrediano Ziglio1-1/+1
2018-11-01display-gst: debug instead of warning on lack of video codecsVictor Toso1-1/+2
2018-11-01mjpeg_decoder_schedule: Remove support for SPICE protocol version 1Frediano Ziglio1-19/+6
2018-10-15Use new common demarshallers.hFrediano Ziglio2-1/+1
2018-10-04m4: Remove duplicate warnings settingsEduardo Lima (Etrunko)1-9/+0
2018-10-04mingw: Fix compilation breakage because of memmem useChristophe Fergeau1-1/+1
2018-10-04mingw: Use G_GUINT64_FORMAT with glib printing functionsChristophe Fergeau5-11/+14
2018-10-02usb-device-widget: use g_clear_pointerVictor Toso1-6/+2
2018-10-02meson: Use underscorify() instead of split()Eduardo Lima (Etrunko)1-4/+2