summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* directsoundsink: WAVEFORMATEX is unsigned for 8 bit integers, and signed for ...Sebastian Dröge2013-08-211-1/+1
* v4l2: Add forward declaration for gst_v4l2_object_get_format_listOlivier Crête2013-08-191-0/+2
* v4l2: De-duplicate caps probing between src and sinkOlivier Crête2013-08-196-129/+62
* v4l2: Use G_DEFINE_ macros for added thread safetyOlivier Crête2013-08-194-157/+11
* v4l2: remove unused enumtypes and use generic marshallerTim-Philipp Müller2013-08-046-32/+4
* osxaudiosink: intersect the probed caps with the filter passed to get_caps()Alessandro Decina2013-07-251-0/+3
* osxvideosink: warn about the future deprecation of the "embed" propertyAndoni Morales Alastruey2013-07-171-0/+3
* osxvideosink: defer the window handle setup to the main threadAndoni Morales Alastruey2013-07-102-32/+37
* osxvideosink: default to the main in case we are not setup yetAndoni Morales Alastruey2013-07-101-1/+8
* osxvideosink: close the internal window correctlyAndoni Morales Alastruey2013-07-101-2/+16
* osxvideosink: only create the NS app thread for Cocoa onceAndoni Morales Alastruey2013-07-102-61/+66
* v4l2: bufferpool: don't forget to release buffer on errorMichael Olbrich2013-07-081-1/+3
* v4l2: don't extract data from caps twiceMichael Olbrich2013-07-021-38/+0
* ximagesrc: clear dts on buffer acquired from poolTim-Philipp Müller2013-06-211-1/+2
* v4l2: don't redefine the PERFORMANCE debug variableWim Taymans2013-06-201-2/+0
* v4l2: Optimize negotiation by removing the query filterSjoerd Simons2013-06-191-2/+2
* osxvideosink: fix support in VM's without hardware accelerationAndoni Morales Alastruey2013-06-182-4/+8
* v4l2: make sure the element is not deleted before the poolMichael Olbrich2013-06-071-0/+4
* v4l2: iterate controls with V4L2_CTRL_FLAG_NEXT_CTRL if possibleMichael Olbrich2013-06-051-4/+33
* v4l2: improve pixel aspect ratio handlingMichael Olbrich2013-06-042-5/+96
* v4l2: Fix compilation with older kernelsStirling Westrup2013-06-041-0/+2
* v4l2: call VIDIOC_REQBUFS with count = 0 in pool_finalizeMichael Olbrich2013-06-041-12/+20
* v4l2: rework sink buffer refcountingMichael Olbrich2013-06-031-3/+7
* v4l2: Only conditionally use V4L2_CTRL_TYPE_INTEGER_MENU, it's not available ...Sebastian Dröge2013-05-291-0/+2
* v4l2: add a property for arbitrary v4l2 controlsMichael Olbrich2013-05-294-1/+93
* v4l2: keep a reference to all queued buffersMichael Olbrich2013-05-211-4/+3
* v4l2: Don't stop streaming when set_caps is called with unchanged capsMichael Olbrich2013-05-204-0/+25
* v4l2: only add interlace-mode to the caps for raw formatsMichael Olbrich2013-05-141-3/+6
* v4l2: copy and set the actual size of the contentMichael Olbrich2013-05-141-2/+2
* v4l2: request 0 buffers when stoppingMichael Olbrich2013-05-071-0/+13
* v4l2: fill out v4l2_buffer.bytesused field for v4l2sinkPhilipp Zabel2013-05-041-2/+5
* v4l2: always generate video info from capsMichael Olbrich2013-05-031-7/+3
* v4l2: try to allocate new buffers with VIDIOC_CREATE_BUFS if neededMichael Olbrich2013-05-032-0/+53
* osxvideosink: fix setting window handle after transitionAndoni Morales Alastruey2013-05-022-13/+12
* v4l2: fix and cleanup VIDIOC_EXPBUF handlingMichael Olbrich2013-05-011-1/+13
* v4l2: handle return value -ENOTTY for unimplemented VIDIOC_G_PARMPhilipp Zabel2013-05-011-1/+1
* v4l2: fix broken boolean expression to detect non-frame buffersMichael Olbrich2013-04-301-1/+1
* v4l2: also poll for output devicesMichael Olbrich2013-04-272-8/+6
* v4l2: fix copying of encoded buffersPhilipp Zabel2013-04-261-1/+5
* v4l2: add support for mpeg4 and H.263Michael Olbrich2013-04-261-0/+27
* v4l2: handle ENODATA return value for VIDIOC_ENUMSTDPhilipp Zabel2013-04-251-1/+1
* v4l2: bufferpool: reset buffer size in release_bufferMichael Olbrich2013-04-251-2/+4
* v4l2: bufferpool: remove unused includesMichael Olbrich2013-04-251-2/+0
* osxaudio: Use gst_audio_channel_positions_to_mask() to create maskTodd Agulnick2013-04-251-9/+1
* osxaudio: Remove unused codeTodd Agulnick2013-04-251-3/+0
* v4l2: save the format correctlyDiogo Carbonera Luvizon2013-04-241-0/+1
* osxaudio: Include gstaudioringbuffer.h to fix compilation in 1.0Sebastian Dröge2013-04-181-0/+1
* osxaudiosink: channel-mask configuration fixesPhilippe Normand2013-04-181-1/+4
* v4l2src: Disable renegotiation in the negotiate methodOlivier Crête2013-04-171-0/+9
* Revert "v4l2: disable renegotiation"Olivier Crête2013-04-171-18/+0