summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2013-11-25v4l2object: Use space instead of tabsNicolas Dufresne1-1/+1
2013-11-25v4l2object: Fix header indentation so it's readable againNicolas Dufresne1-42/+45
2013-11-21v4l2: clear cached caps on closeMichael Olbrich1-0/+2
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller4-55/+25
2013-11-13v4l2object: print FOURCC_FORMAT when enumeratingMarc Leeman1-1/+3
2013-11-12v4l2: init v4l2_buffer to 0x0 before ioctlMarc Leeman1-0/+1
2013-11-07osxaudiosink: fix segfault when we can't get the channels layoutAndoni Morales Alastruey1-1/+2
2013-10-28osxvideosink: fix missing selector name warningsMatthieu Bouron2-4/+4
2013-10-04v4l2bufferpool: O_CLOEXEC needs _GNU_SOURCEPeter Korsgaard1-3/+7
2013-10-03v4l2src: print probed caps as caps again in debug logTim-Philipp Müller1-1/+1
2013-09-24osxvideosink: fix segfault releasing the sinkAndoni Morales Alastruey1-2/+10
2013-09-23v4l2bufferpool: Restore original GstMemory in buffer if it has been changedRobert Krakora1-9/+22
2013-09-19v4l2: Remove commented out lineOlivier Crête1-1/+0
2013-09-18v4l2bufferpool: dmabuf is not a singleton anymoreOlivier Crête1-1/+1
2013-09-09v4l2: Use newly #defined metadata names.Mathieu Duponchelle1-1/+2
2013-09-09v4l2bufferpool: Fix missing condition in previous commitSebastian Dröge1-2/+2
2013-09-09v4l2bufferpool: Also fix strides for other semi-planar video formatsSebastian Dröge1-8/+15
2013-09-09v4l2bufferpool: Fix stride for NV12/NV21Andreea Fulger1-2/+9
2013-09-01Don't use setlocale in plugins()Tim-Philipp Müller2-2/+0
2013-08-21directsoundsink: WAVEFORMATEX is unsigned for 8 bit integers, and signed for ...Sebastian Dröge1-1/+1
2013-08-19v4l2: Add forward declaration for gst_v4l2_object_get_format_listOlivier Crête1-0/+2
2013-08-19v4l2: De-duplicate caps probing between src and sinkOlivier Crête6-129/+62
2013-08-19v4l2: Use G_DEFINE_ macros for added thread safetyOlivier Crête4-157/+11
2013-08-04v4l2: remove unused enumtypes and use generic marshallerTim-Philipp Müller6-32/+4
2013-07-25osxaudiosink: intersect the probed caps with the filter passed to get_caps()Alessandro Decina1-0/+3
2013-07-17osxvideosink: warn about the future deprecation of the "embed" propertyAndoni Morales Alastruey1-0/+3
2013-07-10osxvideosink: defer the window handle setup to the main threadAndoni Morales Alastruey2-32/+37
2013-07-10osxvideosink: default to the main in case we are not setup yetAndoni Morales Alastruey1-1/+8
2013-07-10osxvideosink: close the internal window correctlyAndoni Morales Alastruey1-2/+16
2013-07-10osxvideosink: only create the NS app thread for Cocoa onceAndoni Morales Alastruey2-61/+66
2013-07-08v4l2: bufferpool: don't forget to release buffer on errorMichael Olbrich1-1/+3
2013-07-02v4l2: don't extract data from caps twiceMichael Olbrich1-38/+0
2013-06-21ximagesrc: clear dts on buffer acquired from poolTim-Philipp Müller1-1/+2
2013-06-20v4l2: don't redefine the PERFORMANCE debug variableWim Taymans1-2/+0
2013-06-19v4l2: Optimize negotiation by removing the query filterSjoerd Simons1-2/+2
2013-06-18osxvideosink: fix support in VM's without hardware accelerationAndoni Morales Alastruey2-4/+8
2013-06-07v4l2: make sure the element is not deleted before the poolMichael Olbrich1-0/+4
2013-06-05v4l2: iterate controls with V4L2_CTRL_FLAG_NEXT_CTRL if possibleMichael Olbrich1-4/+33
2013-06-04v4l2: improve pixel aspect ratio handlingMichael Olbrich2-5/+96
2013-06-04v4l2: Fix compilation with older kernelsStirling Westrup1-0/+2
2013-06-04v4l2: call VIDIOC_REQBUFS with count = 0 in pool_finalizeMichael Olbrich1-12/+20
2013-06-03v4l2: rework sink buffer refcountingMichael Olbrich1-3/+7
2013-05-29v4l2: Only conditionally use V4L2_CTRL_TYPE_INTEGER_MENU, it's not available ...Sebastian Dröge1-0/+2
2013-05-29v4l2: add a property for arbitrary v4l2 controlsMichael Olbrich4-1/+93
2013-05-21v4l2: keep a reference to all queued buffersMichael Olbrich1-4/+3
2013-05-20v4l2: Don't stop streaming when set_caps is called with unchanged capsMichael Olbrich4-0/+25
2013-05-14v4l2: only add interlace-mode to the caps for raw formatsMichael Olbrich1-3/+6
2013-05-14v4l2: copy and set the actual size of the contentMichael Olbrich1-2/+2
2013-05-07v4l2: request 0 buffers when stoppingMichael Olbrich1-0/+13
2013-05-04v4l2: fill out v4l2_buffer.bytesused field for v4l2sinkPhilipp Zabel1-2/+5