summaryrefslogtreecommitdiff
path: root/src/class/video
AgeCommit message (Expand)Author
2024-04-09Fix tud_video_n_streaming checkHiFiPhile
2024-04-08Merge pull request #1835 from MasterQ32/otg_bringupHa Thach
2024-04-08add class driver deinithathach
2024-04-06Move TUP_DCD_EDPT_ISO_ALLOC outside usbd_edpt_close() loop.HiFiPhile
2024-04-02Add endpoint ISO allocation to video class.HiFiPhile
2024-03-20added dedicate buffer for probe commit payloadhathach
2024-03-20improve uvc debug messagehathach
2024-03-18fix: uvc multiple interface supportLi Junru
2024-02-22Merge pull request #2487 from hathach/update-cdc_msc_freertos-exampleHa Thach
2024-02-22slightly change cdc_msc_freertos examplehathach
2024-02-20video_device: fix uninitialized warningBob Abeles
2024-01-30Merge pull request #2428 from YixingShen/masterHa Thach
2024-01-29add freertos build support for video_capture examplehathach
2024-01-26update example to work bulk mjpeghathach
2024-01-26rename and add more video descriptorshathach
2024-01-26Merge branch 'hathach:master' into master沈玴興
2024-01-26Correct VIDEO_CS_VS_INTERFACE_FRAME_MJPEG to VIDEO_CS_ITF_VS_FRAME_MJPEG for ...YixingShen
2024-01-25minor update to video capture examplehathach
2023-08-04Merge branch 'master' into masterHa Thach
2023-08-02default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ...hathach
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
2023-07-02made line ends consistent.Lars Pötter
2023-06-21Merge pull request #2101 from eustas/patch-1Ha Thach
2023-06-08Fix typosEugene Kliuchnikov
2023-03-26Add state variablekkitayam
2023-03-25Update handle streaming interfacekkitayam
2023-03-25Fix streaming interface handlingkkitayam
2023-03-25Add handling for bulk EPskkitayam
2023-03-18minor clean uphathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22Merge pull request #1867 from silvergasp/thread_local_globalsHa Thach
2023-02-22rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_threadhathach
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
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-13Don't assume different enum types can be combinedBen Avison
2022-09-13Remove unreachable codeBen Avison
2022-09-13Refactor pointer arithmetic on void*Ben Avison
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