summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-03v4l2: always generate video info from capsMichael Olbrich1-7/+3
2013-05-03v4l2: try to allocate new buffers with VIDIOC_CREATE_BUFS if neededMichael Olbrich2-0/+53
2013-05-02osxvideosink: fix setting window handle after transitionAndoni Morales Alastruey2-13/+12
2013-05-01v4l2: fix and cleanup VIDIOC_EXPBUF handlingMichael Olbrich1-1/+13
2013-05-01v4l2: handle return value -ENOTTY for unimplemented VIDIOC_G_PARMPhilipp Zabel1-1/+1
2013-04-30v4l2: fix broken boolean expression to detect non-frame buffersMichael Olbrich1-1/+1
2013-04-27v4l2: also poll for output devicesMichael Olbrich2-8/+6
2013-04-26v4l2: fix copying of encoded buffersPhilipp Zabel1-1/+5
2013-04-26v4l2: add support for mpeg4 and H.263Michael Olbrich1-0/+27
2013-04-25v4l2: handle ENODATA return value for VIDIOC_ENUMSTDPhilipp Zabel1-1/+1
2013-04-25v4l2: bufferpool: reset buffer size in release_bufferMichael Olbrich1-2/+4
2013-04-25v4l2: bufferpool: remove unused includesMichael Olbrich1-2/+0
2013-04-25osxaudio: Use gst_audio_channel_positions_to_mask() to create maskTodd Agulnick1-9/+1
2013-04-25osxaudio: Remove unused codeTodd Agulnick1-3/+0
2013-04-24v4l2: save the format correctlyDiogo Carbonera Luvizon1-0/+1
2013-04-18osxaudio: Include gstaudioringbuffer.h to fix compilation in 1.0Sebastian Dröge1-0/+1
2013-04-18osxaudiosink: channel-mask configuration fixesPhilippe Normand1-1/+4
2013-04-17v4l2src: Disable renegotiation in the negotiate methodOlivier Crête1-0/+9
2013-04-17Revert "v4l2: disable renegotiation"Olivier Crête1-18/+0
2013-04-17osxaudio: Fix merge conflictsSebastian Dröge1-4/+0
2013-04-17osxaudioringbuffer: First check the type, then castSebastian Dröge1-4/+2
2013-04-17osxaudio: use GST_IS_OSX_AUDIO_SINK in ring buffer.Takashi Nakajima2-1/+6
2013-04-17osxaudio: call set_channel_positions() in osxaudioringbuffer acquire()Takashi Nakajima3-56/+85
2013-04-17osxaudio: use GST_AUDIO_INFO_* accessorsTodd Agulnick1-13/+13
2013-04-17osxaudio: adjust for changes to glib mutex api.Todd Agulnick2-12/+12
2013-04-17osxaudio: try to fix up according to Sebastian's commentsTakashi Nakajima2-29/+28