summaryrefslogtreecommitdiff
path: root/class/video/usbd_video.c
AgeCommit message (Expand)Author
2026-07-14fix(security): check desc len overflowsakumisu
2026-02-03style(class): remove device warning logs for memorysakumisu
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
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-18feat(class/video/usbd_video): add usbd_video_stream_start_write api for video...sakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-06-23update(class/video/usbd_video): make payload fill api commonsakumisu
2024-06-14fix warningsakumisu
2024-06-14remove print log for device, because we do not allow printf in isrsakumisu
2024-02-06support multi port api for devicesakumisu
2023-08-30fix video packet caculationsakumisu
2023-06-21format class struct and global variable namesakimisu
2023-03-12move variables into no cachesakimisu
2022-10-20remove intf mallocsakumisu
2022-10-05update video templatesakumisu
2022-09-23fix video payload head togglesakumisu
2022-09-08remove custom handler, split class handler into interface and endpointsakumisu
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-19give up class registersakumisu
2022-08-18delete sof callbacksakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-05-25add video_entity_info structsakumisu
2022-03-27clean compiler warning.aozima
2022-03-26update audio and video macros,add xxx_open and xxx_close functionsakumisu
2022-02-24update video mjpeg payload fill and toggle functionsakumisu
2022-02-17update video class structure, add vs input/output terminal and processing uni...sakumisu
2022-02-12update video device class driversakumisu
2022-02-08format codessakimisu
2022-02-01rename paramater named class with devclass insteadsakimusu
2022-01-15update licensesakumisu
2022-01-15add usb debug level control and color displaysakumisu
2021-12-04fix doxygen user namesakumisu
2021-11-29refactor usb class structuresakumisu
2021-11-14modify print log,add USBD_LOG_INFO forever printsakumisu
2021-11-09modify class request print logsakumisu
2021-07-10first commitjzlv