index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
class
/
video
/
video.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2025-11-05
added .clang-format
hathach
2024-05-22
feat(uvc): support format frame based
Li Junru
2024-03-20
improve uvc debug message
hathach
2024-02-22
slightly change cdc_msc_freertos example
hathach
2024-01-30
Merge pull request #2428 from YixingShen/master
Ha Thach
2024-01-29
add freertos build support for video_capture example
hathach
2024-01-26
update example to work bulk mjpeg
hathach
2024-01-26
rename and add more video descriptors
hathach
2024-01-26
Correct VIDEO_CS_VS_INTERFACE_FRAME_MJPEG to VIDEO_CS_ITF_VS_FRAME_MJPEG for ...
YixingShen
2023-06-08
Fix typos
Eugene Kliuchnikov
2023-03-18
minor clean up
hathach
2023-03-17
Merge branch 'master' into portability
hathach
2022-09-13
Don't assume different enum types can be combined
Ben Avison
2022-09-13
Change images to MJPEG
kkitayam
2021-10-16
Change input terminal type to camera
kkitayam
2021-10-14
Fix GUID of video compression formats
kkitayam
2021-10-12
more rename
hathach
2021-10-11
rename some video constants
hathach
2021-09-29
Implement negotiation process for streaming parameters
kkitayam
2021-09-29
Fix transfer failure when reconnecting
kkitayam
2021-09-29
Fix streaming payload handling
kkitayam
2021-09-29
Separate a handling resource into controller and streaming
kkitayam
2021-09-29
Implement some mandatory requests on streaming interface
kkitayam
2021-09-29
Fix handling for set_interface
kkitayam
2021-09-29
fix: configuration descriptor has incorrectly sizes
kkitayam
2021-09-29
add tentative example
kkitayam
2021-09-29
moved ISO attributes from audio to common
kkitayam
2021-09-29
cleanup open()
kkitayam
2021-09-29
add files for video class device
kkitayam