summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* applemedia: suppress warnings for deprecated glib APIJosep Torra2013-03-101-0/+4
* shmsink: Use correct print format specifiers to fix compiler warningsJosep Torra2013-03-101-4/+6
* fbdev: port fbdevsink to 1.0Tim-Philipp Müller2013-03-093-119/+117
* opensles: Only include <gst/audio/audio.h>Sebastian Dröge2013-03-033-3/+3
* shmsink: Add custom allocator to allow for zero-copy shared memory useOlivier Crête2013-02-285-118/+402
* shm: Don't leak socket pathOlivier Crête2013-02-282-0/+2
* decklinksink: port to 1.0Tim-Philipp Müller2013-02-283-752/+154
* decklinksrc: add layout=interleaved to audio capsTim-Philipp Müller2013-02-281-2/+4
* shm: use O_CLOEXEC where appropriate in shmpipeBlake Tregre2013-02-281-0/+8
* shmsink: Error out if memory area is smaller than bufferOlivier Crête2013-02-273-0/+23
* shm: Make sure to not allocate blocks larger than the shared mem areaOlivier Crête2013-02-271-7/+5
* decklinksrc: port to 1.0Tim-Philipp Müller2013-02-276-881/+183
* mfcdec: Use new GST_MEMORY_FLAG_CONTIGUOUS instead of requiring a specific me...Sebastian Dröge2013-02-231-4/+18
* applemedia: update contact informationOle André Vadla Ravnås2013-02-1644-51/+51
* applemedia: fix gst_buffer_get_core_media_meta macroOle André Vadla Ravnås2013-02-161-1/+2
* applemedia: port vtenc to 1.0Ole André Vadla Ravnås2013-02-163-44/+111
* applemedia: replace usage of deprecated gst_pad_set_caps() in vtdecOle André Vadla Ravnås2013-02-161-1/+1
* applemedia: port vtapi to run on OS X 10.8Ole André Vadla Ravnås2013-02-164-21/+28
* mfc: quiet debugging when mfc device doesn't existDavid Schleef2013-02-112-2/+11
* uvch264: Remove custom renegotiate eventSjoerd Simons2013-02-111-11/+0
* uvch264: Add image/jpg to vfsrc and vidsrc capsSjoerd Simons2013-02-111-2/+9
* uvch264: Fix NV21 vs NV12 typoSjoerd Simons2013-02-111-1/+1
* uvch264: Pass through the filter on the caps querySjoerd Simons2013-02-111-2/+8
* uvch264: Remove the _ from the element namesSjoerd Simons2013-02-113-8/+8
* uvch264src: Port to gstreamer 1.0Sjoerd Simons2013-02-114-274/+237
* shm: don't use deprecated threading APITim-Philipp Müller2013-02-112-15/+18
* mfc: fix compilation with newer GLib versionsTim-Philipp Müller2013-02-091-10/+6
* dvbsrc: handle EINTR from pollWim Taymans2013-02-051-0/+2
* bluez: clean up GValue handling a littleTim-Philipp Müller2013-01-201-147/+112
* bluez: update SBC caps for renamed fieldsTim-Philipp Müller2013-01-202-5/+5
* shm: Initialize shm_area_buf to invalid valueOlivier Crête2013-01-171-0/+1
* shm: apply shm area permissions to shmpipe control socketRoland Elek2013-01-171-0/+6
* uvch264: Define LIBUSB_CLASS_VIDEO if using an old version of libusbYouness Alaoui2013-01-161-0/+3
* uvch264: Prevent temporary elements from going to playingOlivier Crête2013-01-161-2/+13
* uvch264: do not double-unref if transform_caps failsYouness Alaoui2013-01-161-3/+11
* uvch264: Add a fakesink to the transform_capsYouness Alaoui2013-01-161-1/+15
* bluez: use GLib defines to check for byte orderTim-Philipp Müller2013-01-101-2/+9
* bluez: add new plugin to build system, but disable for nowTim-Philipp Müller2013-01-093-2/+78
* bluez: make bluez elements compile with 1.0Tim-Philipp Müller2013-01-094-153/+128
* bluez: avinfo: Replace definitions with a2dp-codecs.h'sChan-yeol Park2013-01-091-2/+19
* bluez: audio: Add check for vendor specific A2DP codecChan-yeol Park2013-01-091-0/+6
* bluez: gstavdtpsink: Free the D-Bus error on reply failureSyam Sidhardhan2013-01-091-5/+10
* bluez: Fix trivial coding style issues on pointer declarations and castingAnderson Lizardo2013-01-091-1/+1
* bluez: audio: Remove internal audio IPCLuiz Augusto von Dentz2013-01-092-948/+86
* bluez: Remove compatibility check for DBUS_TYPE_UNIX_FDAnderson Lizardo2013-01-091-4/+0
* bluez: avdtp: Fix incorrect gchar buffer allocationAnderson Lizardo2013-01-091-1/+1
* bluez: audio: Add SBC NULL check for GST AVDTP signalingChan-yeol Park2013-01-091-0/+5
* bluez: gstavdtpsink: Fix D-Bus memory leak in audioSyam Sidhardhan2013-01-091-1/+3
* bluez: AVDTP: Fix closing invalid FD on errorAnderson Lizardo2013-01-091-1/+1
* bluez: Fix return value check for bt_audio_service_open()Anderson Lizardo2013-01-091-1/+1