summaryrefslogtreecommitdiff
path: root/spa
AgeCommit message (Expand)AuthorFilesLines
2019-02-06add SPA_EXPORT where neededWim Taymans10-6/+10
2019-02-06spa: don't use constructor attribute to register factoriesWim Taymans7-84/+39
2019-02-06fix some compiler warnings with clangWim Taymans7-6/+14
2019-02-06type: add function to map typesWim Taymans1-0/+6
2019-02-06utils: add SPA_EXPORTWim Taymans1-0/+2
2018-12-14loop: use simple hook emissionWim Taymans2-2/+14
2018-11-30meta: use spa_point and spa_rectangleWim Taymans2-8/+24
2018-11-30meta: define invalid cursor metadataWim Taymans1-1/+1
2018-11-30meta: add cursor metadata and examplesWim Taymans1-0/+23
2018-11-22v4l2: fix crash when unpluggingWim Taymans1-2/+4
2018-11-12spa: explicitly cast the offset to signed intWim Taymans1-1/+1
2018-09-10Fix build with clangTomas Popela1-7/+7
2018-09-03meson: Use pkgconfig.generateJan Alexander Steffens (heftig)1-0/+6
2018-08-16remove last debug includesWim Taymans1-2/+0
2018-08-15hooks: enforce version on hook emissionWim Taymans3-11/+18
2018-08-15list: add iteration with a cursorWim Taymans2-11/+19
2018-08-14debug: add specific format debugWim Taymans2-10/+163
2018-08-14remove spalibWim Taymans33-1094/+507
2018-08-13don't link with spalib when we don't have toWim Taymans9-9/+0
2018-08-13pod: move compare and filter functions out of the libraryWim Taymans21-43/+534
2018-08-13make spa-lib versionedWim Taymans2-1/+2
2018-07-20hook: add private data for future expansionWim Taymans1-0/+1
2018-06-15hook: make saferWim Taymans1-4/+12
2018-06-15loop: add back the destroy loopWim Taymans1-1/+15
2018-06-15loop: blocking waitWim Taymans1-1/+6
2018-04-03v4l2: fix enumerating frame interval for continuous/step-wise devicesGiovanni Campagna1-0/+3
2018-04-03__STDC_VERSION__ may be undefinedEike Rathke1-1/+2
2018-04-03v4l2: check device capsPhilipp Zabel1-1/+3
2018-03-14alsa: update the offset after each copyWim Taymans1-0/+1
2018-03-14hook: return number of hooks calledWim Taymans1-1/+5
2018-03-14list: remove stray ;Wim Taymans1-1/+1
2018-03-14loop: remove the destroy_listWim Taymans1-17/+5
2018-03-01Improve some debugWim Taymans1-1/+1
2018-02-20fix some signed vs unsigned comparisonsWim Taymans4-17/+19
2018-02-20alsa: make some log as debugWim Taymans1-3/+3
2018-02-20node: add option to pause-on-idleWim Taymans1-0/+1
2018-02-20alsa: put device name in separate propertyWim Taymans1-3/+4
2018-02-20props: use macro for property alternativesWim Taymans9-75/+84
2018-02-16v4l2: unset format, then closeWim Taymans1-1/+1
2018-02-16alsa: only try to pull when out of buffersWim Taymans1-1/+2
2018-02-15v4l2: remove source on errorsWim Taymans1-1/+3
2018-02-12v4l2: keep separate field for mapped fdWim Taymans2-87/+94
2018-02-12v4l2: map memfd when not already mappedWim Taymans2-30/+53
2018-02-09node: add some more port flagsWim Taymans5-6/+19
2018-02-08type-map: fix char array definitionWim Taymans1-1/+1
2018-02-08c++ compiler fixesWim Taymans5-16/+26
2018-02-08Fix compiler issues with c++Wim Taymans2-5/+5
2018-02-08dbus: move rtkit to moduleWim Taymans3-19/+24
2018-02-07v4l2: respect MAX_CONTROLS limitWim Taymans1-0/+3
2018-02-07v4l2: handle control propertiesWim Taymans3-32/+157