index
:
cherryusb.git
dev
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
Age
Commit message (
Expand
)
Author
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-30
fix: rename class to class_code, for c++ compatibility (#269)
electretmike
2024-10-18
feat(class/video/usbd_video): add usbd_video_stream_start_write api for video...
sakumisu
2024-09-19
chore: static code analysis
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-23
update: check class->hport validity
sakumisu
2024-06-17
update(class/video): add xu descriptor definition
yjun
2024-06-17
fix(class/video): vc header descriptor definition
yjun
2024-06-17
fix(class/video/usb_video): fix missing bDescriptorSubType in vc header descr...
sakumisu
2024-06-16
update h264 macro
sakumisu
2024-06-15
update(video): add more video desc macros, like h264, yuv, add vc endpoint to...
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-05-03
support id table for multi vid pid
sakumisu
2024-04-24
add user_data param in host class for users
sakumisu
2024-04-11
move queue files
sakumisu
2024-04-07
change INFO to RAW
sakumisu
2024-04-07
add cherryrb and cherry pool
sakumisu
2024-02-06
support multi port api for device
sakumisu
2024-01-30
update log tag
sakumisu
2023-12-05
add usb errno, do not use system errno
sakumisu
2023-11-16
refactor urb, add ep & hport in urb to make hardware pipe more reusable
sakumisu
2023-11-13
fix class api name
sakumisu
2023-08-30
fix video packet caculation
sakumisu
2023-08-25
standardize video control api
sakimisu
2023-08-05
fix function name
sakimisu
2023-07-12
use static memory to malloc & free class
sakimisu
2023-06-21
remove unused code
sakimisu
2023-06-21
format class struct and global variable name
sakimisu
2023-05-17
call usbh_xxx_stop when class enumerates completely
sakimisu
2023-03-22
remove unused functions
sakumisu
2023-03-12
move variables into no cache
sakimisu
2023-02-18
move hub and hport variable into common ram to reduce nocache ram usage
sakumisu
2023-02-07
do not check if device is closed
sakimisu
2023-02-05
config ep pipe after set_interface
sakumisu
2023-01-03
reset pipe and is_opened before set_interface cmd
sakimisu
2022-12-31
rename class info name
sakimisu
2022-12-31
update video driver
sakimisu
2022-11-26
add host class run and stop callback
sakimisu
2022-10-20
remove intf malloc
sakumisu
2022-10-07
list all video altsettings
sakumisu
2022-10-06
do not reset bufoffset when len=0 or len=buf[0]
sakumisu
2022-10-05
update video template
sakumisu
2022-10-01
remove irq protect when allocates devnum
sakumisu
2022-09-26
fix probe to commit
sakumisu
2022-09-24
check if video frame header is illegal
sakumisu
2022-09-24
record video altsetting num
sakumisu
[next]