v4l2object: Pool might be NULL in decide allocation
[platform/upstream/gst-plugins-good.git] / sys / v4l2 / gstv4l2object.c
2014-07-03 Nicolas Dufresnev4l2object: Pool might be NULL in decide allocation
2014-07-01 Tim-Philipp Müllerv4l2: fix probing and enumeration of stepwise frame...
2014-07-01 Daniel Drakev4l2object: drop workaround for misbehaving TRY_FMT
2014-05-26 Nicolas Dufresnev4l2bufferpool: Port to bufferpool flush_start/stop...
2014-05-25 Nicolas Dufresnev4l2object: Simply read back the config to update the...
2014-05-25 Nicolas DufresneRevert "v4l2bufferpool: Port to bufferpool flush_start...
2014-05-24 Nicolas Dufresnev4l2object: Fix configuration of other_pool and importa...
2014-05-24 Nicolas Dufresnev4l2object: Use proposed allocator as default
2014-05-24 Nicolas Dufresnev4l2object: Don't leak config structure
2014-05-24 Nicolas Dufresnev4l2bufferpool: Port to bufferpool flush_start/stop...
2014-05-15 Nicolas Dufresnev4l2: Cleanup M2M properties
2014-05-13 Nicolas Dufresnev4l2object: Fix regression in offset extrapolation
2014-05-12 Tim-Philipp Müllerv4l2src: minor GValue handling optimisation in probing...
2014-05-12 Tim-Philipp Müllerv4l2src: avoid lists with one single framerate in probe...
2014-05-09 Nicolas Dufresnev4l2object: Don't leak config structure
2014-05-09 Nicolas Dufresnev4l2object: Remove uneeded cast for code clarity
2014-05-09 Nicolas Dufresnev4l2object: Fix use of unitilized pool pointer
2014-05-08 Nicolas Dufresnev4l2object: Readback pool config if used within the...
2014-05-08 Nicolas Dufresnev4l2: Replace miss-use of crop meta in favour of proper...
2014-05-08 Nicolas Dufresnev4l2object: Improve selecton of min/max in decide alloc...
2014-05-08 Nicolas Dufresnev4l2: Add DMABUF and USERPTR importation
2014-05-08 Nicolas Dufresnev4l2object: Don't leak downstream pool in propose_alloc...
2014-05-08 Nicolas Dufresnev4l2: Introduce DMABUF_IMPORT IO mode
2014-05-08 Nicolas Dufresnev4l2object: Always set a size when deciding allocation
2014-05-08 Nicolas Dufresnev4l2object: Improved decide allocation
2014-05-08 Nicolas Dufresnev4l2bufferpool: Early catch short allocation
2014-05-08 Nicolas Dufresnev4l2object: Don't advertise crop meta
2014-05-08 Nicolas Dufresnev4l2object: Setup pool already send element error
2014-05-08 Nicolas Dufresnev4l2object: Workaround decoder that set num_planes...
2014-05-08 Nicolas Dufresnev4l2object: Ensure size before configuring the pool
2014-05-08 Nicolas Dufresnev4l2object: Don't hardcode min/max use default instead
2014-05-08 Nicolas Dufresnev4l2: Move propose allocation to v4l2object
2014-05-08 Nicolas Dufresnev4l2transform: Setup cropping if needed
2014-05-08 Nicolas DufresneImplement GstV4l2Transform
2014-05-08 Nicolas Dufresnev4l2: Probe for CREATE_BUFS in order to correctly set...
2014-05-08 Nicolas Dufresnev4l2object: Fix support for planar format in 1 v4l2...
2014-05-08 Nicolas Dufresnev4l2: Expose RGB32 formats with and without alpha
2014-05-08 Nicolas Dufresnev4l2: Correctly check if video meta is needed
2014-05-08 Nicolas Dufresnev4l2object: Fix tiled stride request
2014-05-08 Nicolas Dufresnev4l2object: Ensure video and crop meta are enabled...
2014-05-08 Nicolas Dufresnev4l2object: don't use own pool if downstream don't...
2014-05-08 Nicolas Dufresnev4l2object: Fix handling of contiuous vs non-contiguous...
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
next