index
:
mchehab/camorama.git
check_libv4l
dist_improvements
experimental_gtk4
fixes
fps
gtk3_deprecated_conversion
gtk3_improvements
gtkbuilder
improvements_and_fixes
master
no_libgnomeui
po_update
resolution_improvement
scale_gtk_output
schemas
userptr
v4l2_convert
video_device_selection
camorama development repository
Mauro Carvalho Chehab
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-30
Fix crashes when used with atomisp2 cameras
Hans de Goede
1
-2
/
+13
2022-12-30
v4l: add support for more YUV file formats
Mauro Carvalho Chehab
1
-43
/
+55
2022-03-24
Prevent crashes on device changes with control window opened
Mauro Carvalho Chehab
3
-0
/
+27
2022-03-24
callbacks: sync control updates at main window with control window
Mauro Carvalho Chehab
2
-2
/
+32
2022-03-24
Add support for reset all controls
Mauro Carvalho Chehab
2
-12
/
+105
2022-03-24
v4l: fix a regression when not using libv4l
Mauro Carvalho Chehab
1
-4
/
+5
2022-03-24
callbacks: add support for menu controls
Mauro Carvalho Chehab
2
-6
/
+45
2022-03-24
callbacks: identify the type of control at show controls window
Mauro Carvalho Chehab
2
-16
/
+27
2022-03-24
callbacks: reflect changes from control window at main window
Mauro Carvalho Chehab
1
-0
/
+38
2022-03-24
add initial support for showing detected v4l controls
Mauro Carvalho Chehab
5
-6
/
+121
2022-03-23
filter: allow adjusting threshold (Channel) level
Mauro Carvalho Chehab
1
-0
/
+43
2022-03-23
filter: allow adjusting threshold level
Mauro Carvalho Chehab
1
-0
/
+44
2022-03-23
filter: add support for show/hide callbacks
Mauro Carvalho Chehab
5
-0
/
+72
2022-03-22
v4l: fix build with older Kernels
Mauro Carvalho Chehab
1
-0
/
+5
2022-03-22
callbacks: make sliders reflect min/max/step values
Mauro Carvalho Chehab
2
-23
/
+57
2022-03-22
move update sliders code to a callback and call after camera change
Mauro Carvalho Chehab
3
-79
/
+121
2022-03-22
v4l: use VIDIOC_EXT_CTRLS & friends
Mauro Carvalho Chehab
3
-79
/
+456
2022-03-19
drop gtk2 and legacy gtk3 support
Mauro Carvalho Chehab
4
-250
/
+3
2022-03-19
Embed mutexes inside struct camera
Mauro Carvalho Chehab
5
-29
/
+19
2022-03-19
fileio: place a background at the timestamp
Mauro Carvalho Chehab
1
-5
/
+4
2022-03-19
fileio: allow storing more than one snapshot per second
Mauro Carvalho Chehab
2
-3
/
+6
2022-03-19
fileio: use a better timestamp
Mauro Carvalho Chehab
1
-2
/
+6
2022-03-19
Don't let pic_buf be updated while using it
Mauro Carvalho Chehab
5
-15
/
+47
2022-03-19
fileio: don't use cam->tmp anymore
Mauro Carvalho Chehab
1
-4
/
+4
2022-03-09
Add --input cmdline option to select v4l device input
Hans de Goede
3
-0
/
+8
2021-11-11
callbacks: allow disabling cairo scaler
Mauro Carvalho Chehab
2
-26
/
+45
2021-11-11
v4l: add a preferred order when selecting a format
Mauro Carvalho Chehab
2
-14
/
+18
2021-11-11
Avoid a tmp buffer when not using read()
Mauro Carvalho Chehab
2
-32
/
+35
2021-11-11
v4l: show all supported resolutions when debug is enabled
Mauro Carvalho Chehab
1
-4
/
+20
2021-11-11
v4l: fix depth order when using without libv4l2
Mauro Carvalho Chehab
1
-3
/
+14
2021-11-11
v4l: prevent a division by zero
Mauro Carvalho Chehab
1
-0
/
+10
2021-11-09
v4l: improve colorspace handling logic
Mauro Carvalho Chehab
2
-47
/
+114
2021-11-04
v4l: autodetect userptr mode
Mauro Carvalho Chehab
1
-14
/
+33
2021-11-04
v4l: use depth when selecting the video format
Mauro Carvalho Chehab
2
-0
/
+10
2021-11-04
v4l: place depth properties inside an array
Mauro Carvalho Chehab
1
-60
/
+58
2021-11-03
main: disable libv4l for USERPTR
userptr
Mauro Carvalho Chehab
1
-0
/
+1
2021-11-03
Remove BGR -> RGB filter
Mauro Carvalho Chehab
4
-59
/
+21
2021-11-03
Add format conversion for several YUV and RGB formats
Mauro Carvalho Chehab
5
-208
/
+424
2021-11-03
Allow disabling libv4l2
Mauro Carvalho Chehab
4
-68
/
+174
2021-11-03
Add support for userptr
Mauro Carvalho Chehab
4
-15
/
+226
2021-11-02
Replace tabs by whitespaces
Mauro Carvalho Chehab
4
-19
/
+19
2021-04-09
fileio: don't leak resources at remote_save()
Mauro Carvalho Chehab
1
-2
/
+4
2021-04-09
v4l: avoid de-referencing a NULL value
Mauro Carvalho Chehab
1
-4
/
+10
2021-04-09
callbacks: avoid leaving an unused value
Mauro Carvalho Chehab
1
-2
/
+2
2021-04-09
fileio: fix some issues pointed by Coverity
Mauro Carvalho Chehab
1
-4
/
+10
2021-04-08
add support for full screen mode
Mauro Carvalho Chehab
3
-1
/
+47
2021-04-08
camorama-window: fix handler for Take Picture menu/control
Mauro Carvalho Chehab
1
-1
/
+2
2021-04-08
callbacks: get rid of a warning
Mauro Carvalho Chehab
1
-1
/
+1
2021-03-30
callbacks: Give more scale flexibility with Gtk3
Mauro Carvalho Chehab
2
-38
/
+43
2021-03-30
Allow expanding the window with Gtk3
Mauro Carvalho Chehab
3
-1
/
+43
[next]
Privacy Policy