summaryrefslogtreecommitdiffstats
path: root/sys/sunaudio
Commit message (Expand)AuthorAgeFilesLines
* sunaudio: Fix switch setting on some devices. Add debug. Fix a FIXME.Jan Schmidt2009-06-053-21/+42
* sunaudio: Support new flags for options and actionsJan Schmidt2009-06-057-111/+583
* Fix compiler warningsJames Andrewartha2009-05-153-5/+6
* sunaudio: fix broken indentation of variable declarationsTim-Philipp Müller2009-04-151-13/+0
* sunaudio: remove some unused variables and goto labelsJames Andrewartha2009-04-152-9/+0
* Update and add documentation for platform specific plugins (sys).Stefan Kost2009-01-293-21/+10
* sys/sunaudio/gstsunaudiomixerctrl.c: Set the mixer fd before calling ioctl() ...Brian Cameron2008-12-071-1/+2
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* sys/sunaudio/gstsunaudiomixerctrl.c: Improvements for the SunAudio mixer by h...Brian Cameron2008-06-101-4/+31
* sys/sunaudio/: Fix up copyrights (#525860).Brian Cameron2008-04-0211-11/+24
* sys/sunaudio/: Fix up the mixer tracks to use a volume range of 0-255, which ...Brian Cameron2008-03-272-10/+7
* Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt2008-01-111-0/+3
* sys/sunaudio/: Fix and/or update copyright attributions (#430228).Brian Cameron2007-04-1610-22/+26
* sys/sunaudio/gstsunaudiosrc.c: it is the application's responsibility to make...jerry tan2007-04-121-4/+3
* sys/sunaudio/: Actually translate sunaudio mixer track labels instead of just...Tim-Philipp Müller2007-03-092-32/+20
* sys/sunaudio/gstsunaudiosrc.*: Remove device-name from GstSunAudioSrc. Fixes ...Wim Taymans2007-03-022-15/+1
* configure.ac: Activate monoscope when building with --enable-experimental. FixStefan Kost2007-02-112-9/+11
* sys/sunaudio/gstsunaudiosink.c: Ignore the buffer_time the sound device repor...Jan Schmidt2006-12-111-0/+6
* sys/sunaudio/: Use the sunaudio debug category.Jan Schmidt2006-12-094-34/+275
* sys/sunaudio/: Implement reset functions to unblock the src/sink more quickly...Padraig O'Briain2006-12-082-1/+83
* sys/sunaudio/gstsunaudiomixer.c: Construct the correct mixer device name when...Jerry Tan2006-12-081-1/+1
* sys/sunaudio/gstsunaudiosrc.c: Apply patch to open the mixer control and set ...Jerry Tan2006-12-081-3/+5
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-1/+1
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* sys/sunaudio/gstsunaudiomixerctrl.c: Set the output track as the MASTER so th...Darren Kenny2006-09-151-2/+2
* sys/sunaudio/gstsunaudiosrc.c: Open source with O_NONBLOCK (#349015).Brian Cameron2006-07-281-1/+1
* sys/sunaudio/gstsunaudiomixerctrl.c: Move "Monitor" slider to input tab so it...Brian Cameron2006-06-301-1/+1
* sys/sunaudio/gstsunaudiosink.c: Do not modify the ports value. If the user ha...Brian Cameron2006-06-281-3/+0
* sys/sunaudio/: Add a SunAudio source plugin.Brian Cameron2006-06-208-51/+687
* autogen.sh: require am17Thomas Vander Stichele2006-06-111-2/+2
* sys/sunaudio/: Attached find a patch that fixes a number of bugs with the Sun...Brian Cameron2006-06-092-32/+43
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-10/+10
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+3
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* sys/sunaudio/gstsunaudiosink.*: Use spec->segsize and spec->segtotal in the p...Brian Cameron2006-04-062-31/+16
* sys/sunaudio/: Remove unused variables, breaks build from CVSBenjamin Pineau2006-03-042-3/+0
* sys/sunaudio/: Export functions that are needed in other parts of the code, m...Tim-Philipp Müller2006-01-232-7/+7
* add Sun Audio plugin. Verified that nothing breaks and that make check works.Christian Schaller2006-01-0910-0/+1270