summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2011-04-16v4l2sink: fix another unused-but-set-variable warningTim-Philipp Müller1-1/+1
2011-04-16v4l2src: Address unused but set variableRobert Swain1-1/+1
2011-04-16oss4: Address unused but set variablesRobert Swain4-16/+3
2011-04-14v4l2radio: Free videodev string before replacing itSebastian Dröge1-0/+2
2011-04-13directsoundsink: Add conditionals on WAVE_FORMAT_DOLBY_AC3_SPDIFDavid Schleef1-0/+8
2011-04-05docs: fix docuemntation warnings (and reindent)Stefan Kost3-21/+17
2011-03-27v4l2: new v4l2radio element to control analog radio devicesAlexey Chernov4-0/+706
2011-03-04v4l2: Use #ifdefs for V4L2_PIX_FMT_PJPGDavid Schleef1-4/+16
2011-03-03v4l2: remove unnecessary linux/videodev.h includeTim-Philipp Müller1-1/+0
2011-02-15v4l2: Add PJPG mappingThiago Santos1-4/+10
2011-02-04v4l2: fix interlaced set_format configurationMark Nauwelaerts1-1/+1
2011-02-01directsound: arrange for definition of _swab on CygwinMark Nauwelaerts1-0/+7
2011-01-20v4l2sink: fix accidental breakage of navigation interface supportTim-Philipp Müller1-0/+1
2011-01-12v4l2: define V4L2_FIELD_INTERLACED_{TB,BT} if not available in headerTim-Philipp Müller2-0/+15
2011-01-07v4l2sink: don't put functional code like ioctl calls into g_return_if_fail()Tim-Philipp Müller1-4/+16
2011-01-03v4l2src: undo presumably accidental enablement of the GstXOverlay interfaceTim-Philipp Müller1-0/+3
2011-01-02v4l2: mark v4l2sink as experimental and build only if --enable-experimental i...Tim-Philipp Müller4-1/+19
2011-01-02Revert "v4l2: add norm property"Tim-Philipp Müller6-116/+18
2010-12-29v4l2: add interlaced supportRob Clark6-35/+41
2010-12-29v4l2sink: add navigation supportRob Clark4-14/+231
2010-12-29v4l2: add norm propertyRob Clark6-18/+115
2010-12-29v4l2: cleanup get/set input/outputRob Clark3-6/+67
2010-12-29v4l2xoverlay: add support to create windowRob Clark3-14/+124
2010-12-29v4l2sink: special handling for cases gst_buffer_make_metadata_writable()Rob Clark1-0/+23
2010-12-29v4l2: fix race conditionRob Clark1-2/+4
2010-12-29v4l2sink: add properties to control cropRob Clark2-21/+121
2010-12-29v4l2: re-enable x-overlay supportRob Clark5-24/+32
2010-12-29v4l2sink: fix for PAUSED->READY->PAUSED state transitionsRob Clark1-1/+2
2010-12-29v4l2sink: add "min-queued-bufs" propertyRob Clark2-1/+18
2010-12-29v4l2sink: Add support for blocking dequeue.Rob Clark4-6/+14
2010-12-29v4l2: clear flags before reusing buffer from buffer poolRob Clark1-1/+3
2010-12-29v4l2sink: don't render preroll buffersRob Clark1-1/+0
2010-12-29v4l2sink: Improve behavior for shared buffers.Rob Clark1-2/+4
2010-12-23v4l2: fix typoRob Clark1-1/+1
2010-12-22ximagesrc: remote is a boolean (and not uint) propertyEdward Hervey1-1/+1
2010-12-18ximagesrc: change from XGetImage to XGetSubImage dependant on a propertyVincent Penquerc'h2-4/+35
2010-12-18ximagesrc: use XGetSubImage instead of XGetImage, works with remote XVincent Penquerc'h1-2/+2
2010-12-18ximagesrc: fix various width/height calculations being off by one,Vincent Penquerc'h1-14/+23
2010-12-17fix compile errors on macosxRob Clark1-1/+1
2010-12-04v4l2src: set top field first for interlaced buffers if v4l2 exports itJanne Grunau1-0/+8
2010-12-04v4l2src: check field information and set interlaced caps accordinglyJanne Grunau1-8/+36
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-3/+3
2010-10-13various (sys): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost10-19/+21
2010-10-10v4l2sink: Only get/set overlay params if neededIOhannes m zmölnig1-13/+14
2010-10-10v4l2sink: Protect against NULL-pointer accessIOhannes m zmölnig1-1/+2
2010-09-21v4l2: use the xoverlay APIsPhilippe Normand2-9/+10
2010-09-21osxvideosink: use the new xoverlay APIsPhilippe Normand1-2/+3
2010-09-15docs: add gtk-doc chunks with Since: markers for new v4l2src propertiesTim-Philipp Müller2-0/+35
2010-09-10v4l2src: don't skip calculating the durationStefan Kost1-7/+5
2010-09-10v4l2src: add controlable colorbalance parametersStefan Kost6-3/+113