summaryrefslogtreecommitdiff
path: root/class/video
AgeCommit message (Expand)Author
2026-07-14fix(security): check desc len overflowsakumisu
2026-06-16update(class/video): change frame interval config to only onesakumisu
2026-04-16fix(class): break quickly with gotosakumisu
2026-03-30fix(security): add check for audio driver and video driversakumisu
2026-02-03style(class): remove device warning logs for memorysakumisu
2025-10-09fix: fix warningsakumisu
2025-09-27feat(class/video/usbh_video): support bulk modesakumisu
2025-06-03feat(class): add usb_osal_thread_schedule_other to allow the applications whi...sakumisu
2025-05-29update(class/video): change headerlen to 12 for 4 byte align, fix encodingsakumisu
2025-05-28refactor(class/video/usbd_video): zero copy for video data transfersakumisu
2025-04-28update(class): add weak api to avoid undefine symbol(not use such class but add)sakumisu
2025-03-28update: add usb align up for every buffer when use dcache clean&invalid apisakumisu
2024-11-25usbd_video: use pingpang buffer to improve tx performanceZhihong Chen
2024-11-24update: change memcpy to fast memcpysakumisu
2024-11-16refactor(class/video/usbd_video): refactor video stream transfer, support n f...sakumisu
2024-10-30fix: rename class to class_code, for c++ compatibility (#269)electretmike
2024-10-18feat(class/video/usbd_video): add usbd_video_stream_start_write api for video...sakumisu
2024-09-19chore: static code analysissakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-06-23update(class/video/usbd_video): make payload fill api commonsakumisu
2024-06-23update: check class->hport validitysakumisu
2024-06-17update(class/video): add xu descriptor definitionyjun
2024-06-17fix(class/video): vc header descriptor definitionyjun
2024-06-17fix(class/video/usb_video): fix missing bDescriptorSubType in vc header descr...sakumisu
2024-06-16update h264 macrosakumisu
2024-06-15update(video): add more video desc macros, like h264, yuv, add vc endpoint to...sakumisu
2024-06-14fix warningsakumisu
2024-06-14remove print log for device, because we do not allow printf in isrsakumisu
2024-05-03support id table for multi vid pidsakumisu
2024-04-24add user_data param in host class for userssakumisu
2024-04-11move queue filessakumisu
2024-04-07change INFO to RAWsakumisu
2024-04-07add cherryrb and cherry poolsakumisu
2024-02-06support multi port api for devicesakumisu
2024-01-30update log tagsakumisu
2023-12-05add usb errno, do not use system errnosakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-13fix class api namesakumisu
2023-08-30fix video packet caculationsakumisu
2023-08-25standardize video control apisakimisu
2023-08-05fix function namesakimisu
2023-07-12use static memory to malloc & free classsakimisu
2023-06-21remove unused codesakimisu
2023-06-21format class struct and global variable namesakimisu
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2023-03-22remove unused functionssakumisu
2023-03-12move variables into no cachesakimisu
2023-02-18move hub and hport variable into common ram to reduce nocache ram usagesakumisu
2023-02-07do not check if device is closedsakimisu
2023-02-05config ep pipe after set_interfacesakumisu