v4l2: display stride and width values if stride is too small
[platform/upstream/gst-plugins-good.git] / sys / v4l2 / gstv4l2object.c
2018-01-17 Guillaume Desmottesv4l2: display stride and width values if stride is...
2018-01-08 Nicolas Dufresnev4l2videodec: Add dynamic resolution change support
2017-12-22 Nicolas Dufresnev4l2object: Don't redefine mmap64
2017-12-22 Ting-Wei Lanv4l2object: Don't use mmap64 if off_t is 64-bit
2017-12-22 Nicolas DufresneRevert "v4l2object: Use mmap64 to match libv4l2 signature"
2017-12-22 Ting-Wei Lanv4l2object: Check for mmap64 before using it
2017-12-13 Nicolas Dufresnev4l2object: Use a debug object for tracing
2017-11-29 Florent Thiéryv4l2object: Fix dmabuf support detection
2017-10-07 Tim-Philipp Müllerv4l2: fix build without libv4l
2017-10-06 Enrico Jornsv4l2object: auto-detect dmabuf export for V4L2_IO_AUTO...
2017-09-13 Nicolas Dufresnev4l2object: Don't leak the par value
2017-09-06 Ian Jamisonv4l2object: Handle BT2020 for colorspace and transfer
2017-09-06 Ian Jamisonv4l2object: Fix colorimetry transfer lookup for 4K...
2017-08-26 Tim-Philipp MüllerMoving twolame mp2 encoder plugin from -ugly
2017-08-25 Tim-Philipp MüllerMoving lame mp3 encoder plugin from -ugly
2017-08-20 Tim-Philipp MüllerMoving mpg123 plugin from -ugly
2017-08-02 Nicolas Dufresnev4l2: Enable VP9 format
2017-08-01 Nicolas Dufresnev4l2object: Use mmap64 to match libv4l2 signature
2017-07-24 Nicolas Dufresnev4l2object: Removed unused members
2017-07-24 Nicolas Dufresnev4l2: Add run-time environment to enable libv4l2
2017-07-22 Nicolas Dufresnev4l2object: Fix colorimetry validation
2017-07-21 Nicolas Dufresnev4l2object: Introduce quirk to skip slow probes
2017-07-21 Nicolas Dufresnev4l2object: always set the GstV4l2Error on error
2017-07-21 Nicolas Dufresnev4l2object: Minor style fix and useful trace
2017-07-21 Nicolas Dufresnev4l2object: Fix try/s_fmt errors
2017-07-21 Nicolas Dufresnev4l2object: Validate colorimetry in S/TRY_FMT
2017-07-21 Nicolas Dufresnev4l2object: Validate field in S/TRY_FMT
2017-07-18 Nicolas Dufresnev4l2: Fix 4K colorimetry
2017-07-18 Nicolas Dufresnev4l2object: Only check CROPCAP for par once
2017-07-18 Nicolas Dufresnev4l2object: Remove unused defines
2017-07-18 Nicolas Dufresnev4l2: Merge v4l2_calls.h into gstv4l2object.h
2017-07-14 Nicolas Dufresnev4l2object: Trace unknown fourcc as text
2017-07-14 Nicolas Dufresnev4l2: Don't probe for unneeded format
2017-06-29 Guillaume Desmottesv4l2: increase by one the number of allocated buffers
2017-05-24 Ayakav4l2: increase pre-allocated encoded buffer size
2017-04-05 Philipp Zabelv4l2object: set streamparm for outputs that support it
2017-03-24 Carlos Rafael Gianiv4l2object: Also add videometa if there is padding...
2017-03-14 Olivier Crêtev4l2: Remove unused definitions
2017-02-27 Edgard LimaUpdate Edgard Lima's email
2017-02-22 Nicolas Dufresnev4l2object: Update image size when extrapolating
2017-02-21 Reynaldo H. Verdej... v4l2: fix typo in _acquire_format() error messages
2017-02-10 Juan Pablo Ugartev4l2object: mark singleton caps as "may be leaked"...
2017-01-16 Enrico Jornsv4l2: Remove usage and definition of LOG_CAPS macro
2016-12-14 Víctor Manuel Jáqu... v4l2object: Don't check size in a non-list value
2016-12-08 Arun Raghavanv4l2object: Don't set empty interlace-mode list
2016-10-31 Tobias Schneiderv4l2object: fix extra-controls leak
2016-07-11 Nicolas Dufresnev4l2object: Don't assert when used by the monitor
2016-07-11 Nicolas Dufresnev4l2object: Indent very long line
2016-07-07 Reynaldo H. Verdej... v4l2: use opened device caps instead of physical device...
2016-06-07 Nicolas Dufresnev4l2object: Coding style fixes
2016-06-07 Nicolas Dufresnev4l2: Add an error return to _try/_set_format
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 Zabelv4l2object: use G_SELECTION instead of G_CROP in gst_v4...
2016-06-06 Kieran Binghamv4l2object: Use non-deprecated V4L2 type for RGB15
2016-05-25 Guillaume Desmottesv4l2object: fix caps leak
2016-04-12 Wim Taymansv4l2: avoid leaking GValues
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-16 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-h265'
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-19 Nicolas Dufresnev4l2object: Cleanup uneeded return statement
2016-01-19 Nicolas Dufresnev4l2object: Don't set colorimetry for non YUV formats
2015-12-18 Nicolas Dufresnev4l2object: Update formats table
2015-11-25 Philipp Zabelv4l2: add gst_v4l2_object_probe_caps
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-07-25 Dimitrios Katsarosv4l2: Allow framerate to be large then 100pfs
2015-06-29 Luis de Bethencourtv4l2: document fallthrough cases
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-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-02 Tobias Modschiedlerv4l2: Ask the driver about its requirements for min_buf...
2015-03-13 Thiago Santosv4l2object: add gst_v4l2_object_try_format
2015-02-26 Aurélien Zanelliv4l2: query crop configuration after each call of S_CROP
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 Philippe De Muyterv4l2object: recognize and distinguish all bayer arrange...
2015-02-20 Nicolas Dufresnev4l2: Enable copy when no known allocation params
2015-01-22 Peter Seidererv4l2object: reuse caps framerate if not overwritten...
2014-12-15 Nicolas Dufresnev4l2object: Always set format
2014-11-24 Nicolas DufresneRevert "v4l2: move vb_queue probing from allocator...
2014-11-24 Nicolas DufresneRevert "v4l2object: allow to automatic selection of...
2014-11-21 Benjamin Gaignardv4l2object: allow to automatic selection of dmabuf
2014-11-21 Benjamin Gaignardv4l2: move vb_queue probing from allocator to v4l2object
2014-11-02 Tim-Philipp Müllerv4l2src: fix a couple of minor leaks
2014-11-01 Simon Farnsworthv4l2: Clean up interlace support
2014-09-30 Aurélien Zanelliv4l2object: set colorspace for output devices
2014-09-09 Nicolas Dufresnev4l2: Merge min_buffers_for* variable into one
2014-09-09 Aurélien Zanelliv4l2: set min_latency for output device according to...
2014-08-29 Hans de Goedev4l2: get_nearest_size: Fix "Unsupported field type...
2014-08-29 Hans de Goedev4l2: get_nearest_size: Always reinit all struct fields...
2014-07-25 Nicolas Dufresnev4l2object: Don't share own pool if min exceed V4L2...
2014-07-25 Aurélien Zanelliv4l2object: query minimum required buffers for output
next