summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* osxaudio: Fix merge conflictsSebastian Dröge2013-04-171-4/+0
* osxaudioringbuffer: First check the type, then castSebastian Dröge2013-04-171-4/+2
* osxaudio: use GST_IS_OSX_AUDIO_SINK in ring buffer.Takashi Nakajima2013-04-172-1/+6
* osxaudio: call set_channel_positions() in osxaudioringbuffer acquire()Takashi Nakajima2013-04-173-56/+85
* osxaudio: use GST_AUDIO_INFO_* accessorsTodd Agulnick2013-04-171-13/+13
* osxaudio: adjust for changes to glib mutex api.Todd Agulnick2013-04-172-12/+12
* osxaudio: try to fix up according to Sebastian's commentsTakashi Nakajima2013-04-172-29/+28
* osxaudio: build fixesPhilippe Normand2013-04-174-1/+4
* osxaudio: fix layout for osxaudiosrcted-n2013-04-171-5/+9
* osxaudio: port to v.1.0ted-n2013-04-1710-287/+281
* osxvideosink: fix segfault accessing osxwindow when not set yetAndoni Morales Alastruey2013-04-161-3/+4
* gst: Add better support for static pluginsSebastian Dröge2013-04-159-9/+9
* osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefinedJosep Torra2013-04-152-2/+1
* osxaudio: fixes implicit declaration of function 'getpid'Josep Torra2013-04-151-0/+1
* osxvideo: include pthread.h to fix compiler warningTodd Agulnick2013-04-051-0/+1
* v4l2: free all queued buffersWim Taymans2013-04-031-2/+3
* v4l2: improve debugWim Taymans2013-04-031-4/+8
* v4l2: fix printf format compiler warning in debug messageTim-Philipp Müller2013-04-021-1/+2