summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-23gst: use the pw_stream queueWim Taymans2-43/+12
2020-04-23gst: always use the clock timeWim Taymans1-3/+3
2020-04-22factory: do more version checksWim Taymans1-0/+5
2020-04-22context: simplify state changesWim Taymans5-139/+53
2020-04-22improve debugWim Taymans11-47/+73
2020-04-22mem: implement remove_idWim Taymans3-6/+9
2020-04-22tools: handle connection errorWim Taymans1-1/+5
2020-04-21core: send an error when receiving invalid memWim Taymans2-1/+2
2020-04-21client-node: don't try to clear port when destroyedWim Taymans1-1/+7
2020-04-21improve debugWim Taymans3-19/+31
2020-04-20jack: implement more metadata APIWim Taymans1-3/+34
2020-04-20metadata: trigger emission of propertiesWim Taymans2-34/+83
2020-04-14midifile: make it possible to specify output fileWim Taymans3-29/+29
2020-04-14midifile: remove impossible case.Wim Taymans1-2/+1
2020-04-14stream: remove useless size on input streamsWim Taymans2-13/+5
2020-04-13gst: add properties for limits of negotiated buffersMichael Tretter2-1/+46
2020-04-12stream: only call process when we have a dequeued bufferWim Taymans2-7/+4
2020-04-07spa: improve drainingWim Taymans3-16/+16
2020-04-06resample: use a 0 sized buffer to drainWim Taymans1-1/+12
2020-04-04tools: improve error reportingWim Taymans4-10/+26
2020-04-04Fix some -Wenum-conversion errorsWim Taymans3-6/+5
2020-04-03Fix some compiler warnings on armWim Taymans2-5/+5
2020-04-02stream: somewhat implement drain betterWim Taymans2-6/+22
2020-04-02node: improve debug of activation areaWim Taymans3-44/+76
2020-04-02context: don't recalculate graph for exported nodesWim Taymans1-1/+7
2020-04-02transport: init io_buffers with SPA_IO_BUFFERS_INITWim Taymans1-4/+2
2020-04-02client-node: use BUFFER_INIT to reset io_buffersWim Taymans1-2/+1
2020-04-02media-session: Add method to destroy a globalWim Taymans3-1/+9
2020-04-02protocol-native: avoid destroying NULL sourceWim Taymans1-2/+4
2020-04-02clean up optionsWim Taymans7-98/+96
2020-04-01enable more warningsWim Taymans1-1/+6
2020-03-31context: improve debug of quantumWim Taymans2-10/+11
2020-03-31Don't include alloca.h on FreeBSD.Gleb Popov1-0/+2
2020-03-30conf: add commentWim Taymans1-2/+2
2020-03-30media-session: add getopt supportWim Taymans2-9/+108
2020-03-27tests: add endpoint unit testGeorge Kiagiadakis2-0/+459
2020-03-27session-manager: implement factories for session, endpoint-stream & endpoint-...George Kiagiadakis5-0/+1638
2020-03-27session-manager: endpoint: implement caching info & paramsGeorge Kiagiadakis1-65/+240
2020-03-27session-manager: add update/free functions for the info structuresGeorge Kiagiadakis2-0/+318
2020-03-27session-manager: implement 'endpoint' factoryGeorge Kiagiadakis3-0/+379
2020-03-27session-manager: check error code when registering the marshallersGeorge Kiagiadakis2-7/+8
2020-03-27session-manager: implement export functions for session-manager objectsGeorge Kiagiadakis2-0/+189
2020-03-27session-manager: move files into client-endpoint / client-session subdirsGeorge Kiagiadakis13-6/+6
2020-03-27session-manager: add impl marshallers for endpoint, -stream, -link and sessionGeorge Kiagiadakis1-132/+1179
2020-03-26pw-cat: allow latency=noneWim Taymans1-1/+1
2020-03-26context: allow quantum up to configured maxWim Taymans2-4/+12
2020-03-26pw-profiler: report error when we can't bindWim Taymans1-3/+3
2020-03-25pw-cli: continue after parsed optionsWim Taymans1-2/+2
2020-03-25pw-cli: add non-interactive modeWim Taymans1-21/+66
2020-03-24tools: add getopt argument parsingWim Taymans4-25/+158