index
:
udcd-uvc
bt709
master
USB video streaming (upstream https://github.com/xerpi/vita-udcd-uvc)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SceSysclib for libc functions
HEAD
master
cuevavirus
2020-07-26
1
-4
/
+4
*
Use updated SceIftuPlaneState from DolceSDK
Sergi Granell
2020-06-08
1
-14
/
+34
*
Merge pull request #60 from cuevavirus/master
Sergi Granell
2020-06-08
4
-20
/
+47
|
\
|
*
Add note about colour settings
cuevavirus
2020-05-23
1
-1
/
+1
|
*
Fix fast mutex work area size
cuevavirus
2020-05-23
1
-1
/
+1
|
*
Dynamically allocate memory for UVC frame
cuevavirus
2020-05-23
1
-15
/
+26
|
*
Add frame descriptor for 1280x720
cuevavirus
2020-05-22
3
-3
/
+19
|
/
*
Remove unused INT endpoint, more bandwidth for video streaming
Sergi Granell
2020-05-02
3
-91
/
+65
*
Split frame csc and frame send
Sergi Granell
2020-04-25
2
-23
/
+34
*
Create src/ and include/ directories
Sergi Granell
2020-04-20
4
-2
/
+2
*
Update README.md
Sergi Granell
2019-07-31
1
-1
/
+1
*
Add OLED/LCD off knobs
Sergi Granell
2019-07-30
3
-1
/
+65
*
Improve SET_INTERFACE
Sergi Granell
2019-07-14
1
-7
/
+35
*
Merge pull request #25 from u3shit/system-app-fix
Sergi Granell
2019-07-13
1
-1
/
+1
|
\
|
*
system app fix
u3shit
2019-07-11
1
-1
/
+1
|
/
*
Update ksceDisplayGetProcFrameBufInternal name
Sergi Granell
2019-04-22
1
-2
/
+2
*
Update README.md
Sergi Granell
2019-04-09
1
-2
/
+2
*
Improve debug console
Sergi Granell
2019-03-23
7
-66
/
+130
*
USB decriptors: use macros
Sergi Granell
2019-03-22
1
-5
/
+5
*
Frame descriptors, use frame size macro
Sergi Granell
2019-01-06
2
-5
/
+6
*
Fix NV12 bNumFrameDescriptors value (spotted by u/Kaizu_vita)
Sergi Granell
2019-01-06
1
-1
/
+1
*
Add README.md
Sergi Granell
2018-09-12
1
-0
/
+56
*
Move debug files into debug/
Sergi Granell
2018-09-09
8
-13
/
+11
*
Add 864x488 video mode (thanks to u/drwmnc)
Sergi Granell
2018-09-02
1
-1
/
+16
*
Fix dwFrameInterval order
Sergi Granell
2018-08-28
1
-3
/
+3
*
Add arbitrary FPS support (30 and 60 FPS for now)
Sergi Granell
2018-08-28
2
-21
/
+35
*
Add 896x504 frame size
Sergi Granell
2018-08-27
1
-2
/
+17
*
Add 480x272 frame size support
Sergi Granell
2018-08-26
2
-31
/
+53
*
Fix halt endpoint number
Sergi Granell
2018-08-10
1
-5
/
+4
*
Remove unused Bulk OUT endpoint
Sergi Granell
2018-08-10
2
-32
/
+15
*
Add Class-specific VC Interrupt Endpoint Descriptor
Sergi Granell
2018-08-10
1
-9
/
+14
*
VS Interface Input Header Descriptor: fix bNumFormats
Sergi Granell
2018-08-10
1
-6
/
+5
*
Update SceUdcdDeviceRequest, use PHYCONT attribute
Sergi Granell
2018-08-09
1
-7
/
+7
*
Use arg instead of global variable
Sergi Granell
2018-08-09
1
-1
/
+1
*
Deferred log writing
Sergi Granell
2018-08-09
3
-7
/
+27
*
Fix full-speed USB endpoint descriptors
Sergi Granell
2018-08-07
1
-2
/
+2
*
Set payload header size to 16 (needed align for CSC dest)
Sergi Granell
2018-08-07
1
-1
/
+1
*
Wait until there's a fb set
Sergi Granell
2018-08-06
1
-0
/
+5
*
Fix debug build
Sergi Granell
2018-08-06
1
-1
/
+1
*
Don't link with unused libs
Sergi Granell
2018-08-06
1
-5
/
+5
*
Remove another unused macro
Sergi Granell
2018-08-06
1
-2
/
+0
*
Remove unused macro
Sergi Granell
2018-08-06
1
-3
/
+0
*
Only allocate one SceUdcdDeviceRequest for the frame transfer
Sergi Granell
2018-08-06
1
-80
/
+25
*
Transfer the video frame in a single payload transfer, without memcpy()
Sergi Granell
2018-08-06
1
-139
/
+45
*
Added BGRA5551 support (fixes PS1 games)
Sergi Granell
2018-08-06
1
-5
/
+31
*
Makefile: improve debug/release
Sergi Granell
2018-08-03
4
-16
/
+16
*
Get fb info: try both plane indices
Sergi Granell
2018-08-03
2
-6
/
+4
*
CSC dst buffer: Properly set main DRAM memory type
Sergi Granell
2018-08-03
1
-3
/
+3
*
CSC: Properly calculate src_{w,h} depending on src fb dimensions
Sergi Granell
2018-08-03
1
-3
/
+4
*
CSC: Use input framebuffer dimensions and pitch
Sergi Granell
2018-08-03
1
-10
/
+12
[next]