summaryrefslogtreecommitdiff
path: root/sys/oss4
Commit message (Expand)AuthorAgeFilesLines
* update for audio api changeWim Taymans2012-06-081-1/+2
* oss4: port to 0.11Mark Nauwelaerts2012-04-2017-3555/+208
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-103-3/+3
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* fix for _do_simplify changesWim Taymans2012-03-121-2/+2
* Merge branch 'master' into 0.11Mark Nauwelaerts2012-03-012-0/+8
|\
| * Suppress deprecation warnings in selected files, for g_value_array_* mostlyEdward Hervey2012-02-272-0/+8
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-252-3/+3
|\ \ | |/
| * oss4: fix caps leaksVincent Penquerc'h2012-01-132-2/+2
* | Use new GLib API unconditionallyTim-Philipp Müller2012-01-221-5/+0
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-101-0/+6
|\ \ | |/
| * Use g_thread_try_new() instead of g_thread_crate() with newer glib versionsTim-Philipp Müller2011-12-121-0/+5
| * Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-121-0/+1
| * various: fix pad template leaksVincent Penquerc'h2011-11-282-0/+2
* | interfaces: clean up the use of iface and class/klassStefan Sauer2011-10-212-18/+18
* | Merge branch 'master' into 0.11Wim Taymans2011-04-184-14/+1
|\ \ | |/
| * oss4: Address unused but set variablesRobert Swain2011-04-164-16/+3
|/
* various (sys): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-133-6/+6
* oss4: Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp()Sebastian Dröge2010-06-141-2/+2
* sys: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge2010-06-062-11/+9
* oss4: add some comments for translators to clarify meaning of "Low"Tim-Philipp Müller2010-06-031-0/+6
* oss4: minor cleanupTim-Philipp Müller2010-05-111-7/+3
* oss4sink: implement GstStreamVolume interface and add mute and volume propertiesBrian Cameron2010-05-112-2/+135
* oss4: 8-bit PCM audio caps don't need an endianness fieldTim-Philipp Müller2010-05-111-3/+5
* oss4: don't iterate the formats table twice for each entryTim-Philipp Müller2010-05-111-23/+18
* oss4: also accept formats not natively supportedTim-Philipp Müller2010-05-111-0/+24
* oss4: add comment for translatorsTim-Philipp Müller2010-05-111-1/+3
* oss4: Refactor code to make it look more modernBenjamin Otte2010-05-111-15/+20
* oss4: Avoid g_quark_to_string (g_quark_from_string ()) madnessBenjamin Otte2010-05-111-9/+8
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-05-111-1/+1
* Fix compiler warning about unused return valueBenjamin Otte2010-05-111-1/+2
* oss4: Attempt to fix a compiler warningJan Schmidt2010-05-111-4/+3
* oss4: Enhancements to the mixer and audio outputGarrett D'Amore2010-05-114-239/+270
* Make build without warnings with debugging disabledTim-Philipp Müller2010-05-111-8/+8
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2010-05-111-0/+1
* sys/oss4/: Add some spaces in translateable strings.Jan Schmidt2010-05-113-5/+5
* Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2010-05-111-0/+1
* Final round of doc updates.Stefan Kost2010-05-113-26/+13
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2010-05-113-3/+0
* sys/oss4/: Make device-name probing in NULL state work better (e.g. for the g...Tim-Philipp Müller2010-05-115-2/+40
* sys/oss4/oss4-mixer-slider.c: Apparently mono sliders have the mono value rep...Clive Wright2010-05-111-2/+8
* sys/oss4/: Fix arguments format in debug statements.Julien Moutte2010-05-112-5/+6
* Add initial support for OSSv4. Mixer still needs a bit more love, but even ma...Tim-Philipp Müller2010-05-1118-0/+7858