Sign in
coral
/
imx-gst-plugins-good
/
790c71d14e3edb44963ba8ed3281dbb77f36259f
/
sys
/
v4l2
/
gstv4l2object.c
790c71d
Never enable v4l2 buffer copies
by Jonas Larsson
· 6 years ago
a91851e
MMFMWK-7852 v4l2 error log
by Lyon Wang
· 6 years ago
ed1ba63
v4l2videodec: Add more video format.
by Song Bing
· 6 years ago
184da71
v4l2videodec: Remove 10bits support currently.
by Song Bing
· 7 years ago
45598cf
v4l2videodec: workaround for v4l2 driver multi-plane.
by Song Bing
· 7 years ago
cf1486c
[v4l2dec] Enlarge input buffer size
by Lyon Wang
· 7 years ago
ef2136f
v4l2videodec: Add resolution change support
by Song Bing
· 7 years ago
5863f13
v4l2videodec: Add 10bit support.
by Song Bing
· 7 years ago
120ffea
v4l2videodec: Add HEVC support.
by Song Bing
· 7 years ago
758b66a
v4l2videodec: Add resolution change support
by Song Bing
· 7 years ago
9367710
v4l2object: Protect against zero PAR num/demu
by Nicolas Dufresne
· 6 years ago
d1a618c
v4l2object: Only offer MMAP/DMABUF pool
by Nicolas Dufresne
· 6 years ago
ab1f4cc
v4l2object: complete colorspace info in debug log
by Philipp Zabel
· 6 years ago
ca561ac
v4l2object: fix typo in comment
by Philipp Zabel
· 6 years ago
520e78c
v4l2object: improve colorspace handling for JPEG sources
by Philipp Zabel
· 6 years ago
d1cbf59
v4l2object: stop V4L2 from zeroing extended colorimetry for non-mplane
by Philipp Zabel
· 6 years ago
5ebb41b
v4l2src: fix first input used is always used next times
by Iñigo Huguet
· 6 years ago
8839c5a
v4l2src: Try to avoid TRY_FMT when camera is streaming
by Nicolas Dufresne
· 6 years ago
3a9d15b
v4l2object: Really always set colorimetry
by Nicolas Dufresne
· 7 years ago
4081bb0
v4l2object: use S_SELECTION instead of S_CROP in gst_v4l2_object_set_crop
by Philipp Zabel
· 7 years ago
89f4075
v4l2object: Don't open the device in get property
by Nicolas Dufresne
· 7 years ago
59a24f0
v4l2object: Disable DMABuf for emulated formats
by Whoopie
· 7 years ago
0c528d9
v4l2object: Only use BT2020_12 for BT2020 v4l2 colorspace
by Nicolas Dufresne
· 7 years ago
12a58b7
v4l2object: Always set the colorimetry in S_FMT
by Nicolas Dufresne
· 7 years ago
6ab0442
v4l2: Fix unknown type name ‘off_t’ error
by Seungha Yang
· 7 years ago
7d4702e
v4l2: Fix support for 32bit mmap
by Nicolas Dufresne
· 7 years ago
f7e280b
v4l2: fix division by 0 for complex video formats
by Guillaume Desmottes
· 7 years ago
3bbfd15
v4l2: display stride and width values if stride is too small
by Guillaume Desmottes
· 7 years ago
97985a3
v4l2videodec: Add dynamic resolution change support
by Nicolas Dufresne
· 7 years ago
80815c2
v4l2object: Don't redefine mmap64
by Nicolas Dufresne
· 7 years ago
4026211
v4l2object: Don't use mmap64 if off_t is 64-bit
by Ting-Wei Lan
· 7 years ago
24f0194
Revert "v4l2object: Use mmap64 to match libv4l2 signature"
by Nicolas Dufresne
· 7 years ago
7843482
v4l2object: Check for mmap64 before using it
by Ting-Wei Lan
· 7 years ago
e575e4e
v4l2object: Use a debug object for tracing
by Nicolas Dufresne
· 7 years ago
a315810
v4l2object: Fix dmabuf support detection
by Florent Thiéry
· 7 years ago
9728575
v4l2: fix build without libv4l
by Tim-Philipp Müller
· 7 years ago
e9c00c0
v4l2object: auto-detect dmabuf export for V4L2_IO_AUTO on capture side
by Enrico Jorns
· 7 years ago
c56eb21
v4l2object: Don't leak the par value
by Nicolas Dufresne
· 7 years ago
85ec643
v4l2object: Handle BT2020 for colorspace and transfer
by Ian Jamison
· 7 years ago
fc5d9c3
v4l2object: Fix colorimetry transfer lookup for 4K video
by Ian Jamison
· 7 years ago
0e9fe26
v4l2: Enable VP9 format
by Nicolas Dufresne
· 7 years ago
b61bba4
v4l2object: Use mmap64 to match libv4l2 signature
by Nicolas Dufresne
· 7 years ago
33f508d
v4l2object: Removed unused members
by Nicolas Dufresne
· 7 years ago
31d8a1d
v4l2: Add run-time environment to enable libv4l2
by Nicolas Dufresne
· 7 years ago
4bcec1b
v4l2object: Fix colorimetry validation
by Nicolas Dufresne
· 7 years ago
cae0b9a
v4l2object: Introduce quirk to skip slow probes
by Nicolas Dufresne
· 7 years ago
7d3b262
v4l2object: always set the GstV4l2Error on error
by Nicolas Dufresne
· 7 years ago
059ccf9
v4l2object: Minor style fix and useful trace
by Nicolas Dufresne
· 7 years ago
c00d4ca
v4l2object: Fix try/s_fmt errors
by Nicolas Dufresne
· 7 years ago
558e9f4
v4l2object: Validate colorimetry in S/TRY_FMT
by Nicolas Dufresne
· 7 years ago
336c8a7
v4l2object: Validate field in S/TRY_FMT
by Nicolas Dufresne
· 7 years ago
6d0a9ab
v4l2: Fix 4K colorimetry
by Nicolas Dufresne
· 7 years ago
0864399
v4l2object: Only check CROPCAP for par once
by Nicolas Dufresne
· 7 years ago
83cb5ef
v4l2object: Remove unused defines
by Nicolas Dufresne
· 7 years ago
bec0385
v4l2: Merge v4l2_calls.h into gstv4l2object.h
by Nicolas Dufresne
· 7 years ago
3bbd43f
v4l2object: Trace unknown fourcc as text
by Nicolas Dufresne
· 7 years ago
06424c4
v4l2: Don't probe for unneeded format
by Nicolas Dufresne
· 7 years ago
47ca2ce
v4l2: increase by one the number of allocated buffers
by Guillaume Desmottes
· 8 years ago
342de49
v4l2: increase pre-allocated encoded buffer size
by Ayaka
· 9 years ago
ce5c0b8
v4l2object: set streamparm for outputs that support it
by Philipp Zabel
· 9 years ago
79d9cd4
v4l2object: Also add videometa if there is padding to the right and bottom
by Carlos Rafael Giani
· 8 years ago
75d2a57
v4l2: Remove unused definitions
by Olivier Crête
· 8 years ago
8635258
Update Edgard Lima's email
by Edgard Lima
· 8 years ago
0b83e4c
v4l2object: Update image size when extrapolating
by Nicolas Dufresne
· 8 years ago
b460f18
v4l2: fix typo in _acquire_format() error messages
by Reynaldo H. Verdejo Pinochet
· 8 years ago
b6723ec
v4l2object: mark singleton caps as "may be leaked" objects.
by Juan Pablo Ugarte
· 8 years ago
eb25b05
v4l2: Remove usage and definition of LOG_CAPS macro
by Enrico Jorns
· 10 years ago
6ec3cc7
v4l2object: Don't check size in a non-list value
by Víctor Manuel Jáquez Leal
· 8 years ago
1ea9735
v4l2object: Don't set empty interlace-mode list
by Arun Raghavan
· 8 years ago
932adb1
v4l2object: fix extra-controls leak
by Tobias Schneider
· 8 years ago
f0678d7
v4l2object: Don't assert when used by the monitor
by Nicolas Dufresne
· 8 years ago
e62bd2f
v4l2object: Indent very long line
by Nicolas Dufresne
· 8 years ago
4b16b16
v4l2: use opened device caps instead of physical device ones
by Reynaldo H. Verdejo Pinochet
· 9 years ago
e31c6aa
v4l2object: Coding style fixes
by Nicolas Dufresne
· 9 years ago
3b5cac3
v4l2: Add an error return to _try/_set_format
by Nicolas Dufresne
· 9 years ago
616ccbb
v4l2object: fill colorimetry in gst_v4l2_object_acquire_format
by Philipp Zabel
· 9 years ago
b5530a1
v4l2object: refactor gst_v4l2_object_get_colorspace to take a v4l2_format parameter
by Philipp Zabel
· 9 years ago
74f020f
v4l2object: use G_SELECTION instead of G_CROP in gst_v4l2_object_acquire_format
by Philipp Zabel
· 9 years ago
b4e6a71
v4l2object: Use non-deprecated V4L2 type for RGB15
by Kieran Bingham
· 9 years ago
1840fa9
v4l2object: fix caps leak
by Guillaume Desmottes
· 9 years ago
c9c051d
v4l2: avoid leaking GValues
by Wim Taymans
· 9 years ago
c163250
v4l2object: probe all colorspace supported by device
by Aurélien Zanelli
· 9 years ago
d746e1e
v4l2object: fix capture with bayer formats other than bggr
by Alban Bedel
· 9 years ago
c65b664
v4l2: fix colorimetry for NV12
by Josep Torra
· 9 years ago
0569178
v4l2: Re-add colorimetry field for RGB formats
by Nicolas Dufresne
· 9 years ago
710ab7f
v4l2: fix sRGB colorspace definition
by Wim Taymans
· 9 years ago
681bab6
v4l2: Add adobe colorspace support
by Wim Taymans
· 9 years ago
4961378
v4l2object: Cleanup uneeded return statement
by Nicolas Dufresne
· 9 years ago
fd32440
v4l2object: Don't set colorimetry for non YUV formats
by Nicolas Dufresne
· 9 years ago
2538fee
v4l2object: Update formats table
by Nicolas Dufresne
· 9 years ago
cf29e6c
v4l2: add gst_v4l2_object_probe_caps
by Philipp Zabel
· 10 years ago
8ef6ecc
v4l2/object: remove unnecessary NULL check before g_free()
by Reynaldo H. Verdejo Pinochet
· 9 years ago
aaab7b6
v4l2object: add support of NV16, NV61 and NV24 formats
by Aurélien Zanelli
· 9 years ago
a55b906
v4l2: Allow framerate to be large then 100pfs
by Dimitrios Katsaros
· 9 years ago
6009427
v4l2: document fallthrough cases
by Luis de Bethencourt
· 10 years ago
0f81b2e
v4l2: Also set colorimetry on output devices
by Nicolas Dufresne
· 10 years ago
87a4884
v4l2: Add missing SMTP240M matrix
by Nicolas Dufresne
· 10 years ago
b5d66d6
v4l2object: Fully implement colorimetry support
by Nicolas Dufresne
· 10 years ago
0196fdb
v4l2: Don't warn when optional CID are not implement
by Nicolas Dufresne
· 10 years ago
8c116cf
v4l2: don't add the same interlace mode twice
by Wim Taymans
· 10 years ago
Next »