index
:
cherryusb.git
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
class
/
video
/
usbd_video.c
Age
Commit message (
Expand
)
Author
2026-07-14
fix(security): check desc len overflow
sakumisu
2026-02-03
style(class): remove device warning logs for memory
sakumisu
2025-05-29
update(class/video): change headerlen to 12 for 4 byte align, fix encoding
sakumisu
2025-05-28
refactor(class/video/usbd_video): zero copy for video data transfer
sakumisu
2025-04-28
update(class): add weak api to avoid undefine symbol(not use such class but add)
sakumisu
2024-11-25
usbd_video: use pingpang buffer to improve tx performance
Zhihong Chen
2024-11-24
update: change memcpy to fast memcpy
sakumisu
2024-11-16
refactor(class/video/usbd_video): refactor video stream transfer, support n f...
sakumisu
2024-10-18
feat(class/video/usbd_video): add usbd_video_stream_start_write api for video...
sakumisu
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
sakumisu
2024-06-23
update(class/video/usbd_video): make payload fill api common
sakumisu
2024-06-14
fix warning
sakumisu
2024-06-14
remove print log for device, because we do not allow printf in isr
sakumisu
2024-02-06
support multi port api for device
sakumisu
2023-08-30
fix video packet caculation
sakumisu
2023-06-21
format class struct and global variable name
sakimisu
2023-03-12
move variables into no cache
sakimisu
2022-10-20
remove intf malloc
sakumisu
2022-10-05
update video template
sakumisu
2022-09-23
fix video payload head toggle
sakumisu
2022-09-08
remove custom handler, split class handler into interface and endpoint
sakumisu
2022-08-20
refactor usb device intf and ep register
sakumisu
2022-08-19
give up class register
sakumisu
2022-08-18
delete sof callback
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
sakumisu
2022-05-25
add video_entity_info struct
sakumisu
2022-03-27
clean compiler warning.
aozima
2022-03-26
update audio and video macros,add xxx_open and xxx_close function
sakumisu
2022-02-24
update video mjpeg payload fill and toggle function
sakumisu
2022-02-17
update video class structure, add vs input/output terminal and processing uni...
sakumisu
2022-02-12
update video device class driver
sakumisu
2022-02-08
format codes
sakimisu
2022-02-01
rename paramater named class with devclass instead
sakimusu
2022-01-15
update license
sakumisu
2022-01-15
add usb debug level control and color display
sakumisu
2021-12-04
fix doxygen user name
sakumisu
2021-11-29
refactor usb class structure
sakumisu
2021-11-14
modify print log,add USBD_LOG_INFO forever print
sakumisu
2021-11-09
modify class request print log
sakumisu
2021-07-10
first commit
jzlv