summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-16uvc-gadget v0.3.0HEADv0.3.0masterKieran Bingham
2023-01-16lib/mjpeg_encoder: Add an MJPEG encoder for YUV420 dataDaniel Scally
2023-01-16lib/stream: Add and handle new VIDEO_SOURCE_ENCODED typeDaniel Scally
2023-01-16lib/video-source: Add video_source_import_buffersDaniel Scally
2023-01-16lib: Add video_source_type enumerationDaniel Scally
2023-01-16main: Provide a libcamera sourceKieran Bingham
2023-01-16libcamera: Add new libcamera sourceDaniel Scally
2023-01-16main: Rename V4L2 option to 'd'Kieran Bingham
2023-01-12uvc-gadget v0.2.0v0.2.0Kieran Bingham
2022-12-06main: add support for slideshow_sourcePaul Elder
2022-12-06slideshow-source: add slideshow source classPaul Elder
2022-12-06list: Add list_next_entry()Daniel Scally
2022-11-30Makefile: Fix install targetKieran Bingham
2022-11-30lib/jpg-source: Constrain fpsDaniel Scally
2022-11-30lib/timer: Add timer infrastructureDaniel Scally
2022-11-25uvc-gadget v0.1.0v0.1.0Kieran Bingham
2022-11-25scripts: Provide a release scriptKieran Bingham
2022-11-25scripts: semver: Add version helperKieran Bingham
2022-11-22lib: uvc: Respond to control requests with dummy valuesDaniel Scally
2022-11-22lib: uvc: Add control names in output printsDaniel Scally
2022-11-22lib: uvc: Drop maxsizeDaniel Scally
2022-11-22lib: events: Use list_for_each_entry() instead of the _safe() versionDaniel Scally
2022-11-22main: add support for jpg_sourcePaul Elder
2022-11-22jpg-source: add jpg source classPaul Elder
2022-11-22main: add default option to use test-sourcePaul Elder
2022-11-22test-source: add test source classPaul Elder
2022-11-22v4l2: write size value when dequeueing bufferPaul Elder
2022-11-22v4l2: populate video_buffer mem field at dequeuePaul Elder
2022-11-22stream: allow buffers to be allocated on uvc sidePaul Elder
2022-11-22video-source: add fill_bufferPaul Elder
2022-11-22Makefile: Provide a make wrapper around mesonKieran Bingham
2022-11-22meson: Convert CMake to Meson build infrastructureKieran Bingham
2022-11-22main/lib: mark unused variablesKieran Bingham
2022-11-22src: Move main to srcKieran Bingham
2022-11-22scripts: Add gen-version.shKieran Bingham
2022-11-17main: reorganize usage printPaul Elder
2022-11-17uvc-gadget.sh: Add additional frame sizes for MJPEG formatDaniel Scally
2022-11-17lib: configfs: Use wildcard in path to gadget deviceDaniel Scally
2022-11-17lib: v4l2: Set sizeimage during v4l2_set_format()Daniel Scally
2022-11-17uvc-gadget.sh: Add class descriptors for SuperSpeedDaniel Scally
2019-05-02uvc-gadget.sh: add mjpegPaul Elder
2019-05-02configfs: parse mjpeg streaming formatPaul Elder
2019-02-14gitignore: replace all entries by build directoryPaul Elder
2019-02-14cmake: enable C warning flagsPaul Elder
2019-02-06uvc: reply with max frame rate in response to UVC_GET_MAXPaul Elder
2019-02-06stream, uvc: add uvc_stream_set_frame_ratePaul Elder
2019-02-06v4l2-source: implement set_frame_rate opPaul Elder
2019-02-06video-source: add video_source_set_frame_ratePaul Elder
2019-02-06v4l2: add v4l2_set_frame_ratePaul Elder
2018-08-31main: Initialise stream object to NULLKieran Bingham