v4l2provider: Fix device type detection
[platform/upstream/gst-plugins-good.git] / sys / v4l2 /
2016-07-11 Nicolas Dufresnev4l2provider: Fix device type detection
2016-07-11 Nicolas Dufresnev4l2object: Don't assert when used by the monitor
2016-07-11 Nicolas Dufresnev4l2object: Indent very long line
2016-07-11 Nicolas Dufresnev4l2: Also copy device_caps in gst_v4l2_dup
2016-07-08 Luis de Bethencourtv4l2: fix multiplanar capture
2016-07-07 Luis de Bethencourtv4l2: fix v4l2 probe build error
2016-07-07 Reynaldo H. Verdej... v4l2src: use gst_caps_intersect_full in negotiate()
2016-07-07 Reynaldo H. Verdej... v4l2: use opened device caps instead of physical device...
2016-07-01 Tim-Philipp Müllerv4l2: fix potential double-free of error debug string
2016-06-07 Nicolas Dufresnev4l2videodec: Keep part of the input buffer
2016-06-07 Nicolas Dufresnev4l2videodec: Coding style fixes
2016-06-07 Nicolas Dufresnev4l2object: Coding style fixes
2016-06-07 Nicolas Dufresnev4l2: Add an error return to _try/_set_format
2016-06-07 Nicolas Dufresnev4l2-util: Introduce GstV4l2Error
2016-06-07 Nicolas Dufresnev4l2src: Avoid decide allocation on active pool
2016-06-07 Philipp Zabelv4l2videodec: use decoder stop command instead of queue...
2016-06-07 Peter Seidererv4l2videodec: add gst_v4l2_decoder_cmd helper
2016-06-06 Nicolas Dufresnev4l2transform: Use looser caps for upstream
2016-06-06 Enrico Jornsgstv4l2transform: format fixation for preferring passth...
2016-06-06 Philipp Zabelv4l2transform: allow to change pixel aspect ratio
2016-06-06 Philipp Zabelv4l2transform: fix scaling in case of fixed pixel aspec...
2016-06-06 Philipp Zabelv4l2object: fill colorimetry in gst_v4l2_object_acquire...
2016-06-06 Philipp Zabelv4l2object: refactor gst_v4l2_object_get_colorspace...
2016-06-06 Philipp Zabelv4l2videodec: use visible size, not coded size, for...
2016-06-06 Philipp Zabelv4l2object: use G_SELECTION instead of G_CROP in gst_v4...
2016-06-06 Andreas Naumannv4l2sink: Use V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY if...
2016-06-06 Kieran Binghamv4l2object: Use non-deprecated V4L2 type for RGB15
2016-06-01 Josep Torrav4l2src: check for valid size on raw video buffers
2016-05-25 Guillaume Desmottesv4l2object: fix caps leak
2016-04-16 Dimitrios Katsarosv4l2: Change warning handling to break infinite message...
2016-04-12 Wim Taymansv4l2: avoid leaking GValues
2016-04-04 Nirbheek Chauhanv4l2: Don't leak v4l2 objects and props on probe errors
2016-03-24 Aurélien Zanelliv4l2object: probe all colorspace supported by device
2016-03-08 Alban Bedelv4l2object: fix capture with bayer formats other than...
2016-03-07 Josep Torrav4l2: fix colorimetry for NV12
2016-02-25 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-opus'
2016-02-20 Tim-Philipp Müllerv4l2: don't use undeclared core debug category symbols
2016-02-19 Tim-Philipp Müllerv4l2src: fix indentation
2016-02-16 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-h265'
2016-02-08 Luis de Bethencourtv4l2allocator: Fix spelling of reenqueueing
2016-02-08 Nicolas Dufresnev4l2allocator: Fix spelling of queueing
2016-01-22 Nicolas Dufresnev4l2: Re-add colorimetry field for RGB formats
2016-01-22 Wim Taymansv4l2: fix sRGB colorspace definition
2016-01-21 Wim Taymansv4l2: Add adobe colorspace support
2016-01-20 Jan Schmidtv4l2: Don't free props structure twice.
2016-01-19 Nicolas Dufresnev4l2object: Cleanup uneeded return statement
2016-01-19 Nicolas Dufresnev4l2object: Don't set colorimetry for non YUV formats
2016-01-04 Pablo Antonv4l2-*: Configuring output pool correctly for using...
2015-12-29 Wim Taymansv4l2deviceprovider: add properties to the device
2015-12-18 Nicolas Dufresnev4l2object: Update formats table
2015-12-01 Wim Taymansv4l2bufferpool: don't block when resurecting a buffer
2015-11-25 Philipp Zabelv4l2: videodec: choose format from caps
2015-11-25 Philipp Zabelv4l2: add gst_v4l2_object_probe_caps
2015-11-25 Nicolas Dufresnev4l2-probe: Skip devices without supported formats
2015-11-25 Nicolas Dufresnev4l2: Track /dev/video* to triggered required probe
2015-11-19 Nicolas Dufresnev4l2: Fix capture/output-io-mode properties
2015-11-15 Reynaldo H. Verdej... v4l2/object: remove unnecessary NULL check before g_free()
2015-11-13 Aurélien Zanelliv4l2object: add support of NV16, NV61 and NV24 formats
2015-11-03 Arun Raghavanv4l2: Set O_CLOEXEC on the device fd
2015-10-28 Nirbheek Chauhanv4l2: fix double-unref in the v4l2 device provider
2015-08-20 Jean-Michel Hautboisv4l2transform: fix pad closing
2015-07-25 Dimitrios Katsarosv4l2: Allow framerate to be large then 100pfs
2015-07-23 Hyunjun Kov4l2bufferpool: set GST_BUFFER_COPY_FLAGS to copy flags...
2015-07-20 Song Bingv4l2bufferpool: Set timestamp when queue buffer.
2015-07-02 Luis de Bethencourtv4l2transform: fix memory leak
2015-06-29 Luis de Bethencourtv4l2: document fallthrough cases
2015-06-10 Philipp Zabelgstv4l2bufferpool: handle -EPIPE from DQBUF to signal EOS
2015-06-09 Enrico Jornsv4l2: Allow scaling in the v4l2*convert element
2015-06-08 Nicolas Dufresnev4l2: Also set colorimetry on output devices
2015-06-08 Nicolas Dufresnev4l2: Add missing SMTP240M matrix
2015-06-08 Nicolas Dufresnev4l2object: Fully implement colorimetry support
2015-06-08 Nicolas Dufresnev4l2: Update kernel headers to latest from media tree
2015-06-05 Nicolas Dufresnev4l2: Don't warn when optional CID are not implement
2015-04-22 Wim Taymansv4l2: don't add the same interlace mode twice
2015-04-21 Luis de Bethencourtv4l2: cast unused return to void
2015-04-02 Peter Seidererv4l2src: device sequence/offset correction in case...
2015-04-02 Peter Seidererv4l2src: add frame loss detection
2015-04-02 Peter Seidererv4l2: use v4l2 capture device sequence counter
2015-04-02 Tobias Modschiedlerv4l2: Ask the driver about its requirements for min_buf...
2015-03-13 Thiago Santosv4l2src: delay renegotiation until it is likely buffers...
2015-03-13 Thiago Santosv4l2object: add gst_v4l2_object_try_format
2015-03-08 Nicolas Dufresnev4l2bufferpool: Don't update buffer for OUTPUT
2015-03-02 Gwenole Beauchesnev4l2allocator: fix fd leak in DMABUF import mode.
2015-03-01 Nicolas Dufresnev4l2bufferpool: Add missing break
2015-03-01 Nicolas Dufresnev4l2: Workaround driver not setting field correctly
2015-02-26 Aurélien Zanelliv4l2: query crop configuration after each call of S_CROP
2015-02-26 Aleix Conchillo... v4l2bufferpool: Check corruption flag on the right...
2015-02-25 Aurélien Zanelliv4l2object: set colorspace in caps for capture devices
2015-02-25 Aurélien Zanelliv4l2bufferpool: fix import_userptr() in single-planar...
2015-02-25 Aurélien Zanelliv4l2allocator: let bufferpool calculate image size...
2015-02-25 Philippe De Muyterv4l2object: recognize and distinguish all bayer arrange...
2015-02-25 Aurélien Zanelliv4l2bufferpool: set v4l2_buffer.field when queuing...
2015-02-20 Nicolas Dufresnev4l2: Enable copy when no known allocation params
2015-02-20 Nicolas Dufresnev4l2bufferpool: Update allocator flags
2015-02-20 Nicolas Dufresnev4l2bufferpool: Use specific debug category
2015-02-18 Luis de BethencourtRevert "v4l2: fraction is reversed"
2015-02-18 Luis de Bethencourtv4l2: fraction is reversed
2015-02-18 Nicolas Dufresnev4l2pool: Deactivate other pool
2015-02-15 Nicolas Dufresnev4l2allocator: Fix freeing of shared memory
2015-01-22 Peter Seidererv4l2object: reuse caps framerate if not overwritten...
next