v4l2: Add initial support for alignment and cropping
[platform/upstream/gst-plugins-good.git] / sys / v4l2 / gstv4l2object.c
2014-05-08 Nicolas Dufresnev4l2: Add initial support for alignment and cropping
2014-05-08 Nicolas Dufresnev4l2object: Rename setup_format() method into acquire_f...
2014-05-08 Nicolas Dufresnev4l2object: Move type declaration to the top
2014-05-08 Nicolas Dufresnev4l2object: Fail cleanly if pixel format is unkown...
2014-05-04 Nicolas Dufresnev4l2: Use single pass iterator for M2M probe
2014-04-30 Nicolas Dufresnev4l2: Correctly map RGB32 format
2014-04-01 Nicolas Dufresnev4l2: Fix support for caps without width, height, frame...
2014-03-29 William Manleyv4l2src: Fix support for mpegts streams
2014-03-16 Olivier Crêtev4l2: Remove GstPropertyProbe leftovers
2014-03-15 Nicolas Dufresnev4l2: Remove XV support
2014-03-15 Nicolas Dufresnev4l2: Use a copy of videodev2.h header
2014-02-25 Hugues Fruchetv4l2object: do not emit "parsed" caps for vp8
2014-02-25 Nicolas Dufresnev4l2: Don't require parser for VP8
2014-02-25 Benjamin Gaignardv4l2videodec: Create one element per device
2014-02-25 Nicolas Dufresnev4l2videodec: Calculate latency from device information
2014-01-14 Nicolas Dufresnev4l2: Add NV12_64Z32 support
2014-01-10 Nicolas Dufresnev4l2object: Add parsed=1 field for encoded output
2014-01-10 Nicolas Dufresnev4l2object: Don't leak empty caps
2014-01-10 Nicolas Dufresnev4l2object: Don't enforce dimension field on encoded...
2014-01-10 Julien Isorcev4l2object: unref downstream pool
2014-01-10 Benjamin Gaignardv4l2object: Add vp8 support
2014-01-10 Nicolas Dufresnev4l2object: Don't force framerate field for OUTPUT
2014-01-10 Nicolas Dufresnev4l2object: _v4l2fourcc_to_structure() can be static
2014-01-10 Nicolas Dufresnev4l2object: Add MPEG1/2 support
2014-01-10 Nicolas Dufresnev4l2object: Ask for a decent buffer size when dealing...
2014-01-10 Julien Isorcev4l2object: check if translated format is valid
2014-01-10 Nicolas Dufresnev4l2object: Validate returned dimensions
2014-01-10 Nicolas Dufresnev4l2object: Ensure max is not smaller then min in decid...
2014-01-10 Nicolas Dufresnev4l2object: Don't keep the max paramter when using...
2014-01-10 Nicolas Dufresnev4l2object: Allocate pool if needed in decide_allocation
2014-01-10 Nicolas Dufresnev4l2object: Add V4L2_CID_MIN_BUFFERS_FOR_CAPTURE support
2014-01-10 Nicolas Dufresnev4l2: Move decide allocation into v4l2object
2014-01-10 Nicolas Dufresnev4l2object: Implement _setup_format()
2014-01-10 Nicolas Dufresnev4l2object: Split out saving format from set_format()
2014-01-10 Julien Isorcev4l2object: set only one plane for encoded format
2014-01-10 Nicolas Dufresnev4l2object: Move code block where it belongs
2014-01-10 Nicolas Dufresnev4l2object: Don't check format specific information
2014-01-10 Nicolas Dufresnev4l2object: Move the extrapolation of stride at the...
2014-01-10 Nicolas Dufresnev4l2object: Move back assertions where they should be
2014-01-10 Nicolas Dufresnev4l2object: Move mplane logic into gst_v4l2_object_get_...
2014-01-10 Nicolas Dufresnev4l2object: Split _v4l2fourcc_to_video_format
2014-01-10 Nicolas Dufresnev4l2object: Don't validate dimension for encoded format
2014-01-10 Nicolas Dufresnev4l2object: Quirks for dev without initial format
2014-01-10 Nicolas Dufresnev4l2object: Add gst_v4l2_object_open_shared()
2014-01-10 Nicolas Dufresnev4l2object: make IO_MODE enum public
2014-01-10 Nicolas Dufresnev4l2: better handle quirks activation
2014-01-10 Nicolas Dufresnev4l2: Fix h264 caps
2014-01-10 Nicolas Dufresnev4l2object: Split caps in different categories
2014-01-03 Sebastian Rasmussenv4l2: Handle v4l2_ioctl() errors even in error handling
2013-12-04 Julien Isorcev4l2: add support for multi-planar V4L2 API
2013-11-25 Nicolas Dufresnev4l2object: Use space instead of tabs
2013-11-21 Michael Olbrichv4l2: clear cached caps on close
2013-11-18 Tim-Philipp Müllerdocs: get rid of 'Since: 0.10.x' markers
2013-11-13 Marc Leemanv4l2object: print FOURCC_FORMAT when enumerating
2013-10-03 Tim-Philipp Müllerv4l2src: print probed caps as caps again in debug log
2013-08-19 Olivier Crêtev4l2: Add forward declaration for gst_v4l2_object_get_f...
2013-08-19 Olivier Crêtev4l2: De-duplicate caps probing between src and sink
2013-07-02 Michael Olbrichv4l2: don't extract data from caps twice
2013-06-04 Michael Olbrichv4l2: improve pixel aspect ratio handling
2013-05-29 Michael Olbrichv4l2: add a property for arbitrary v4l2 controls
2013-05-20 Michael Olbrichv4l2: Don't stop streaming when set_caps is called...
2013-05-14 Michael Olbrichv4l2: only add interlace-mode to the caps for raw formats
2013-05-14 Michael Olbrichv4l2: copy and set the actual size of the content
2013-05-03 Michael Olbrichv4l2: always generate video info from caps
2013-05-01 Philipp Zabelv4l2: handle return value -ENOTTY for unimplemented...
2013-04-30 Michael Olbrichv4l2: fix broken boolean expression to detect non-frame...
2013-04-26 Philipp Zabelv4l2: fix copying of encoded buffers
2013-04-26 Michael Olbrichv4l2: add support for mpeg4 and H.263
2013-04-24 Diogo Carbonera... v4l2: save the format correctly
2013-03-09 Tim-Philipp MüllerMerge branch 'dtmf-moved-from-bad'
2013-02-19 Benjamin Gaignardv4l2: Add support of dmabuf
2012-11-25 Tim-Philipp Müllerv4l2: remove unused define
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-09-06 Wim Taymansv4l2: remove unused code.
2012-08-08 Tim-Philipp MüllerSilence some 'variable may be used uninitialized' compi...
2012-06-11 Hans de Goedev4l2object: Don't probe UVC devices for being interlaced
2012-04-19 Wim Taymansv4l2: fix compilation on older v4l2
2012-04-19 Sebastian Drögevideo: Update for libgstvideo API changes
2012-04-19 Youness Alaouiv4l2src: Allow mpeg-ts cameras to negociate format
2012-04-19 Sebastian Drögev4l2src: Fix merge
2012-04-19 Youness Alaouiv4l2src: Add H264 encoded stream support to the caps
2012-04-10 Mark NauwelaertsMerge remote-tracking branch 'origin/0.10'
2012-04-04 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-02 Stefan SauerMerge branch '0.10'
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-22 Mark NauwelaertsMerge branch 'master' into 0.11
2012-03-22 Wim TaymansMerge branch 'master' into 0.11
2012-03-22 Wim TaymansMerge branch 'master' into 0.11
2012-03-07 David SchleefMerge branch '0.11' of ssh://git.freedesktop.org/git...
2012-03-05 Mark NauwelaertsMerge branch 'master' into 0.11
2012-03-05 Wim Taymansx-raw-bayer -> x-bayer
2012-03-01 Mark NauwelaertsMerge branch 'master' into 0.11
2012-02-27 Edward HerveySuppress deprecation warnings in selected files, for...
2012-02-27 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-02-27 Tim-Philipp MüllerMerge commit 'f9207722ca8fd8dcc1e7215d8af85efe4debfdf4...
2012-02-27 Tim-Philipp MüllerMerge commit '38516ad367128d83f9e156529018adb4433cd328...
2012-02-21 Wim TaymansMerge branch 'master' into 0.11
2012-02-17 Wim TaymansMerge branch 'master' into 0.11
2012-02-16 Wim TaymansMerge branch 'master' into 0.11
2012-02-14 Wim TaymansMerge branch 'master' into 0.11
next