summaryrefslogtreecommitdiff
path: root/src/class/video
AgeCommit message (Expand)Author
2023-01-20fix warnings with arithmetic on void* pointerhathach
2022-12-27Fix UVC probe and commit on MacOSStaacks
2022-10-12Fix pointer type to calculate streaming parameterkkitayam
2022-10-07Fix max payload size to clip at 1023kkitayam
2022-10-03Fix descriptor searchingkkitayam
2022-09-13Fix compile errorskkitayam
2022-09-13Change images to MJPEGkkitayam
2022-06-27fix all device examples warningshathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-23Merge branch 'master' into fix-warningsHa Thach
2021-10-19Update _negotiate_streaming_parameters() to handle some requestskkitayam
2021-10-18Implement GET_DEF and GET_LEN handling on Probe/Commit entities of streaming ...kkitayam
2021-10-16Change input terminal type to camerakkitayam
2021-10-15fix -Wcast-qualhathach
2021-10-14Fix GUID of video compression formatskkitayam
2021-10-12Fix a typokkitayam
2021-10-12more renamehathach
2021-10-12minor code clean up without functionality changeshathach
2021-10-11rename some video constantshathach
2021-10-11update the descriptor endpoint ISO for nrf5xhathach
2021-09-29Update commentskkitayam
2021-09-29Implement frame rate settingskkitayam
2021-09-29Implement negotiation process for streaming parameterskkitayam
2021-09-29Fix transfer failure when reconnectingkkitayam
2021-09-29Fix typokkitayam
2021-09-29Refactor application API parameterskkitayam
2021-09-29Change frame buffer managementkkitayam
2021-09-29Refactor packet handlingkkitayam
2021-09-29Fix streaming payload handlingkkitayam
2021-09-29Separate a handling resource into controller and streamingkkitayam
2021-09-29Implement some mandatory requests on streaming interfacekkitayam
2021-09-29Fix handling for set_interfacekkitayam
2021-09-29Fix regarding standard video stream requestkkitayam
2021-09-29fix: configuration descriptor has incorrectly sizeskkitayam
2021-09-29add tentative examplekkitayam
2021-09-29moved ISO attributes from audio to commonkkitayam
2021-09-29cleanup open()kkitayam
2021-09-29add files for video class devicekkitayam