index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
v4l2
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sys/v4l2/gstv4l2src.c: Add S910 and PWC formats with a low priority.
Wim Taymans
2008-08-21
2
-9
/
+62
*
sys/v4l2/gstv4l2src.c: Properly set the maximum latency value, in the same wa...
Edward Hervey
2008-08-13
2
-15
/
+5
*
sys/v4l2/gstv4l2src.c: Add warning messages stating exactly why the latency q...
Edward Hervey
2008-08-12
2
-3
/
+11
*
Make sure gettext returns translations in UTF-8 encoding rather than in the c...
Frederic Crozat
2008-08-07
1
-0
/
+1
*
sys/v4l2/v4l2src_calls.c: When outputting a pad template range for the size, ...
Jan Schmidt
2008-08-07
1
-1
/
+2
*
sys/v4l2/gstv4l2src.c: Avoid compiler warning by initialising variable to NUL...
Benoit Fouet
2008-07-17
1
-2
/
+1
*
Don't use declarations after statements and variable length arrays.
Sebastian Dröge
2008-07-08
2
-4
/
+3
*
sys/v4l2/v4l2src_calls.c: Try progressive video if interlaced fails. Fixes bu...
Daniel Drake
2008-07-07
1
-9
/
+42
*
sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in...
Tim-Philipp Müller
2008-06-26
1
-0
/
+2
*
sys/v4l2/gstv4l2src.c: Improve negotiation a bit more by picking the smallest...
Sjoerd Simons
2008-06-09
1
-5
/
+40
*
sys/v4l2/: Fix compilation with newer GIT kernels that deprecated
Bastien Nocera
2008-06-09
2
-0
/
+29
*
sys/v4l2/gstv4l2src.c: Provide a custom negotiation function to make sure to ...
Sjoerd Simons
2008-06-04
1
-2
/
+129
*
sys/v4l2/v4l2src_calls.c: Fix potential caps leak.
William M. Brack
2008-05-26
1
-10
/
+34
*
sys/v4l2/v4l2src_calls.c: If we fail to get the frame intervals, simply don't...
William M. Brack
2008-05-26
1
-9
/
+12
*
sys/v4l2/gstv4l2src.c: Add NV12, NV21 and bayer support. See #520092.
William M. Brack
2008-05-26
1
-2
/
+20
*
sys/v4l2/gstv4l2src.c: Don't include the gstv4l2xoverlay.h header as the XOve...
Sebastian Dröge
2008-05-17
1
-0
/
+2
*
Add device-fd property to make it possible to apps to call ioctl's.
Edgard Lima
2008-03-26
2
-0
/
+14
*
sys/v4l2/v4l2src_calls.c: Remove superfluous DEBUG macro.
Tim-Philipp Müller
2008-03-25
1
-7
/
+2
*
sys/v4l2/v4l2src_calls.c: Check whether the device supports setting the frame...
William M. Brack
2008-03-25
1
-27
/
+50
*
sys/v4l2/v4l2src_calls.c: Make sure the probed frame sizes are reversed in th...
William M. Brack
2008-03-17
1
-4
/
+9
*
sys/v4l2/v4l2src_calls.c: Chain up the finalize functions. Fixes bug #515984.
Sebastian Dröge
2008-02-12
1
-0
/
+12
*
sys/v4l2/v4l2_calls.c: Treat ENOTTY (driver does not implement ioctl) the sam...
Jan Schmidt
2008-01-31
3
-41
/
+53
*
configure.ac: Detect video4linux headers on Solaris too.
Brian Cameron
2008-01-21
4
-3
/
+17
*
sys/v4l2/: Init some structs to zero before we pass them to ioctl, which avoi...
Tim-Philipp Müller
2007-12-11
2
-6
/
+8
*
Always copy buffers by default (handle safer with bugged drivers) and added a...
Edgard Lima
2007-11-15
3
-21
/
+30
*
sys/v4l2/v4l2src_calls.c: but the corresponding ioctl() call fails even thoug...
Tim-Philipp Müller
2007-11-13
1
-0
/
+12
*
sys/v4l2/v4l2src_calls.c: Fix 'unused variable' compiler warning when compili...
Tim-Philipp Müller
2007-10-26
1
-1
/
+1
*
sys/v4l2/v4l2src_calls.c: Fixes "v4l2src ! queue ! xvimagesink". The queue as...
Edgard Lima
2007-10-22
1
-8
/
+20
*
sys/v4l2/v4l2src_calls.c: Add some more debug info. Generate an error when we...
Wim Taymans
2007-10-18
1
-5
/
+33
*
sys/v4l2/: When probing the formats and sizes a camera supports, make sure th...
Tim-Philipp Müller
2007-10-13
2
-13
/
+116
*
sys/v4l2/v4l2src_calls.c: Fix framerate detection code some more.
Wim Taymans
2007-09-11
1
-40
/
+62
*
sys/v4l2/v4l2src_calls.c: Don't overwrite our GValue with 0 but instead use t...
Wim Taymans
2007-09-07
1
-3
/
+0
*
sys/v4l2/: Implement LATENCY queries in the crudest way possible so I don't h...
Tim-Philipp Müller
2007-09-05
3
-5
/
+78
*
sys/v4l2/v4l2src_calls.c: Add some more debugging in the framerate function.
Wim Taymans
2007-09-05
1
-8
/
+31
*
sys/v4l2/gstv4l2src.c: Restructure the setcaps function so that we can also c...
Wim Taymans
2007-09-04
3
-131
/
+260
*
sys/v4l2/v4l2src_calls.c: Handle optional v4l2 ioctls gracefully.
Mark Nauwelaerts
2007-08-22
1
-25
/
+18
*
sys/v4l2/gstv4l2src.c: Add another example pipeline.
Stefan Kost
2007-07-18
1
-1
/
+8
*
sys/v4l2/gstv4l2src.c: Use define here.
Alexander Eichner
2007-07-18
4
-16
/
+24
*
sys/v4l2/gstv4l2src.c: Initialize num_buffers with minimum value.
Stefan Kost
2007-07-17
2
-11
/
+23
*
Return a copy of the pool buffer if all mmap buffers have been dequeued.
Andy Wingo
2007-06-12
1
-6
/
+18
*
sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize) (gst_v4l2_buffer_class_in...
Andy Wingo
2007-06-12
4
-308
/
+401
*
sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
Andy Wingo
2007-06-06
1
-0
/
+20
*
sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add some useless...
Andy Wingo
2007-06-05
2
-47
/
+21
*
sys/v4l2/gstv4l2object.*: Revert some unintended changes.
Andy Wingo
2007-05-30
2
-2
/
+7
*
sys/v4l2/v4l2src_calls.*: Store the format list in the order that the driver ...
Andy Wingo
2007-05-30
7
-456
/
+459
*
sys/v4l2/gstv4l2src.c: Add support for Bayer images as video/x-raw-bayer. Fi...
David Schleef
2007-05-15
1
-0
/
+3
*
Printf format fixes; also add some missing quotes in translated strings. Fixe...
Tim-Philipp Müller
2007-03-10
2
-5
/
+5
*
Fix a bunch of leaks shown by the newly-added states test.
Jan Schmidt
2007-03-04
3
-10
/
+16
*
Fix segfault when oppening a radio device.
Edgard Lima
2007-02-22
3
-25
/
+33
*
Fix level for multi-channel case.
Stefan Kost
2007-02-22
1
-0
/
+4
[prev]
[next]