summaryrefslogtreecommitdiff
path: root/spa/plugins/v4l2/v4l2-source.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-18v4l2: remove format checksWim Taymans1-19/+0
2020-06-18v4l2: always stop and clear buffer when setting a formatWim Taymans1-5/+6
2020-05-08implement NEAREST flagWim Taymans1-1/+1
2020-03-19v4l2: fix buffer recycleWim Taymans1-0/+1
2020-01-08v4l2: handle suspendWim Taymans1-0/+1
2019-12-19Make interface types a stringWim Taymans1-13/+5
2019-11-21Add include of keys.hWim Taymans1-0/+1
2019-11-21pod: rename context to flags in spa_pod_propWim Taymans1-1/+1
2019-10-25fix includesWim Taymans1-0/+1
2019-09-16control: clean up some control includesWim Taymans1-1/+0
2019-09-16rename HAVE/NEED_BUFFER -> HAVE/NEED_DATAWim Taymans1-4/+4
2019-08-15v4l2: set port ref to implementationWim Taymans1-0/+1
2019-07-25node: remove port_alloc_buffersWim Taymans1-31/+7
2019-07-25node: add flags to port_use_bufferWim Taymans1-0/+1
2019-06-21names: add standard factory name definitionsWim Taymans1-1/+2
2019-06-06simply use INTERFACE_Loop for the main-loopWim Taymans1-9/+6
2019-06-03spa: add keys for propertiesWim Taymans1-6/+8
2019-05-31monitor: return factory_name in the object_infoWim Taymans1-1/+1
2019-05-30add device.api propertyWim Taymans1-0/+1
2019-05-28spa: implement node syncWim Taymans1-0/+12
2019-05-28spa: add result typeWim Taymans1-2/+2
2019-05-27v4l2: use 32 buffers maxWim Taymans1-1/+2
2019-05-23interface: add an interface structiface2Wim Taymans1-78/+55
2019-05-15hook: separate spa_callbacks from the hookWim Taymans1-2/+2
2019-05-15hooks: use hook to implement the callbacksWim Taymans1-4/+2
2019-04-30v4l2: add camera media.roleWim Taymans1-0/+1
2019-03-01node: make add_listener methodWim Taymans1-19/+48
2019-02-27node: add port and node paramsWim Taymans1-44/+40
2019-02-25Improve async handlingWim Taymans1-37/+28
2019-02-21node: improve pending resultsWim Taymans1-4/+4
2019-02-21node: improve async handlingasyncWim Taymans1-32/+61
2019-02-18node: add props to add_portWim Taymans1-1/+1
2019-02-14node: add max_ports to node infoWim Taymans1-3/+4
2019-02-14node: Add port_info eventWim Taymans1-82/+38
2019-02-13node: remove port_send_commandWim Taymans1-9/+0
2019-02-13node: pass struct to info callback to make it more extensibleWim Taymans1-2/+9
2019-02-12node: implement activationWim Taymans1-1/+1
2019-01-25v4l2: pass pointers to the fraction and rectangleWim Taymans1-6/+6
2019-01-22pod: improve parser and builderWim Taymans1-2/+3
2019-01-16pod: improve the vararg pod builder and parserWim Taymans1-64/+54
2019-01-07buffer: remove buffer idWim Taymans1-3/+4
2018-11-26node: remove info from node interfaceWim Taymans1-12/+10
2018-11-23device: add device objectWim Taymans1-8/+11
2018-11-05Relicense as MIT/X11Wim Taymans1-13/+18
2018-10-27v4l2: we set clock and position on the node nowWim Taymans1-5/+20
2018-10-23add node set_io functionWim Taymans1-0/+6
2018-10-16v4l2: fix preoperty getWim Taymans1-1/+1
2018-10-01v4l2: move log to instanceWim Taymans1-36/+28
2018-09-05Type changesWim Taymans1-50/+64
2018-08-30control: rework for spa_io_sequenceWim Taymans1-38/+84