summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* v4l2objects: Only allow mpeg-ts on source objectsEdward Hervey2011-05-171-1/+3
* v4l2sink: fix another unused-but-set-variable warningTim-Philipp Müller2011-04-161-1/+1
* v4l2src: Address unused but set variableRobert Swain2011-04-161-1/+1
* oss4: Address unused but set variablesRobert Swain2011-04-164-16/+3
* v4l2radio: Free videodev string before replacing itSebastian Dröge2011-04-141-0/+2
* directsoundsink: Add conditionals on WAVE_FORMAT_DOLBY_AC3_SPDIFDavid Schleef2011-04-131-0/+8
* docs: fix docuemntation warnings (and reindent)Stefan Kost2011-04-053-21/+17
* v4l2: new v4l2radio element to control analog radio devicesAlexey Chernov2011-03-274-0/+706
* v4l2: Use #ifdefs for V4L2_PIX_FMT_PJPGDavid Schleef2011-03-041-4/+16
* v4l2: remove unnecessary linux/videodev.h includeTim-Philipp Müller2011-03-031-1/+0
* v4l2: Add PJPG mappingThiago Santos2011-02-151-4/+10
* v4l2: fix interlaced set_format configurationMark Nauwelaerts2011-02-041-1/+1
* directsound: arrange for definition of _swab on CygwinMark Nauwelaerts2011-02-011-0/+7
* v4l2sink: fix accidental breakage of navigation interface supportTim-Philipp Müller2011-01-201-0/+1
* v4l2: define V4L2_FIELD_INTERLACED_{TB,BT} if not available in headerTim-Philipp Müller2011-01-122-0/+15
* v4l2sink: don't put functional code like ioctl calls into g_return_if_fail()Tim-Philipp Müller2011-01-071-4/+16
* v4l2src: undo presumably accidental enablement of the GstXOverlay interfaceTim-Philipp Müller2011-01-031-0/+3
* v4l2: mark v4l2sink as experimental and build only if --enable-experimental i...Tim-Philipp Müller2011-01-024-1/+19
* Revert "v4l2: add norm property"Tim-Philipp Müller2011-01-026-116/+18
* v4l2: add interlaced supportRob Clark2010-12-296-35/+41
* v4l2sink: add navigation supportRob Clark2010-12-294-14/+231
* v4l2: add norm propertyRob Clark2010-12-296-18/+115
* v4l2: cleanup get/set input/outputRob Clark2010-12-293-6/+67
* v4l2xoverlay: add support to create windowRob Clark2010-12-293-14/+124
* v4l2sink: special handling for cases gst_buffer_make_metadata_writable()Rob Clark2010-12-291-0/+23
* v4l2: fix race conditionRob Clark2010-12-291-2/+4
* v4l2sink: add properties to control cropRob Clark2010-12-292-21/+121
* v4l2: re-enable x-overlay supportRob Clark2010-12-295-24/+32
* v4l2sink: fix for PAUSED->READY->PAUSED state transitionsRob Clark2010-12-291-1/+2
* v4l2sink: add "min-queued-bufs" propertyRob Clark2010-12-292-1/+18
* v4l2sink: Add support for blocking dequeue.Rob Clark2010-12-294-6/+14
* v4l2: clear flags before reusing buffer from buffer poolRob Clark2010-12-291-1/+3
* v4l2sink: don't render preroll buffersRob Clark2010-12-291-1/+0
* v4l2sink: Improve behavior for shared buffers.Rob Clark2010-12-291-2/+4
* v4l2: fix typoRob Clark2010-12-231-1/+1
* ximagesrc: remote is a boolean (and not uint) propertyEdward Hervey2010-12-221-1/+1
* ximagesrc: change from XGetImage to XGetSubImage dependant on a propertyVincent Penquerc'h2010-12-182-4/+35
* ximagesrc: use XGetSubImage instead of XGetImage, works with remote XVincent Penquerc'h2010-12-181-2/+2
* ximagesrc: fix various width/height calculations being off by one,Vincent Penquerc'h2010-12-181-14/+23
* fix compile errors on macosxRob Clark2010-12-171-1/+1
* v4l2src: set top field first for interlaced buffers if v4l2 exports itJanne Grunau2010-12-041-0/+8
* v4l2src: check field information and set interlaced caps accordinglyJanne Grunau2010-12-041-8/+36
* various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-132-3/+3
* various (sys): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-1310-19/+21
* v4l2sink: Only get/set overlay params if neededIOhannes m zmölnig2010-10-101-13/+14
* v4l2sink: Protect against NULL-pointer accessIOhannes m zmölnig2010-10-101-1/+2
* v4l2: use the xoverlay APIsPhilippe Normand2010-09-212-9/+10
* osxvideosink: use the new xoverlay APIsPhilippe Normand2010-09-211-2/+3
* docs: add gtk-doc chunks with Since: markers for new v4l2src propertiesTim-Philipp Müller2010-09-152-0/+35
* v4l2src: don't skip calculating the durationStefan Kost2010-09-101-7/+5