summaryrefslogtreecommitdiff
path: root/class/video
AgeCommit message (Expand)Author
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
2023-01-03reset pipe and is_opened before set_interface cmdsakimisu
2022-12-31rename class info namesakimisu
2022-12-31update video driversakimisu
2022-11-26add host class run and stop callbacksakimisu
2022-10-20remove intf mallocsakumisu
2022-10-07list all video altsettingssakumisu
2022-10-06do not reset bufoffset when len=0 or len=buf[0]sakumisu
2022-10-05update video templatesakumisu
2022-10-01remove irq protect when allocates devnumsakumisu
2022-09-26fix probe to commitsakumisu
2022-09-24check if video frame header is illegalsakumisu
2022-09-24record video altsetting numsakumisu