index
:
~arun/gst-plugins-good
master
osxaudio
Unnamed repository; edit this file 'description' to name the repository.
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
osxaudio
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-23
osxaudio: Fix string format warning on 32-bit
Ilya Konstantinov
1
-1
/
+1
2015-03-10
Fix double semicolons
Tim-Philipp Müller
2
-2
/
+2
2015-03-10
osxaudio: stream format is an SPDIF-only field
Ilya Konstantinov
1
-2
/
+1
2015-03-10
osxaudio: fix spaces
Ilya Konstantinov
1
-1
/
+1
2015-03-10
osxaudio: add type check macro
Ilya Konstantinov
1
-0
/
+2
2015-03-10
osxaudio: rename gst_core_audio_set_channels_layout()
Ilya Konstantinov
3
-3
/
+3
2015-03-10
osxaudio: remove unused finalize
Ilya Konstantinov
1
-8
/
+0
2015-03-03
osxaudiosrc: Allow caps renegotiation
Arun Raghavan
1
-7
/
+4
2015-03-03
osxaudiosink: Allow renegotiating caps
Ilya Konstantinov
1
-8
/
+6
2015-02-24
osxaudiosrc: iOS resampling causes stuttering
Ilya Konstantinov
5
-25
/
+40
2014-12-22
osxaudio: Directly return the ringbuffer's caps if it is acquired
Sebastian Dröge
2
-14
/
+8
2014-12-22
osxaudio: Put all audio formats into the template caps
Sebastian Dröge
2
-14
/
+2
2014-12-22
osxaudio: Also set the big endian flag for floating point samples
Sebastian Dröge
1
-3
/
+5
2014-12-22
osxaudio: Fix deadlock and property change notification in device selection code
Sebastian Dröge
2
-11
/
+19
2014-12-15
osxaudiosink: Prefer filter caps order while getting caps
Arun Raghavan
1
-1
/
+1
2014-12-15
osxaudiosink: Add some error handling around channel layout parsing
Arun Raghavan
1
-4
/
+14
2014-12-15
osxaudio: Take lock around sink/source before accessing the ringbuffer
Arun Raghavan
2
-0
/
+13
2014-12-15
osxaudiosrc: Probe channel layout too
Arun Raghavan
6
-63
/
+112
2014-12-15
osxaudiosink: Only fix up channels/layout for PCM caps while probing
Arun Raghavan
1
-6
/
+7
2014-12-15
osxaudiosrc: Implement caps probing
Arun Raghavan
4
-37
/
+114
2014-12-15
osxaudio: Bind audio device to audio unit early
Arun Raghavan
1
-4
/
+16
2014-12-15
osxaudiosink: Fix up caps querying a bit
Arun Raghavan
1
-16
/
+30
2014-12-15
osxaudio: Move osxaudiosrc-specific code out of the generic path
Arun Raghavan
2
-30
/
+38
2014-12-15
osxaudio: Clean up a GstCoreAudio -> GstOsxAudioSrc/Sink reference
Arun Raghavan
8
-53
/
+112
2014-12-15
osxaudiosink: Move device caps probing to get_caps()
Arun Raghavan
1
-10
/
+16
2014-12-15
osxaudio: Make some debug code compile conditionally
Arun Raghavan
1
-1
/
+5
2014-12-15
osxaudio: Move device selection to ringbuffer->open_device()
Arun Raghavan
4
-19
/
+32
2014-12-15
osxaudio: Consolidate input and output code paths a bit
Arun Raghavan
6
-74
/
+52
2014-09-17
osxaudio: OSStatus is not a fourcc, so don't print it as one...
Sebastian Dröge
4
-94
/
+57
2014-04-26
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
1
-2
/
+0
2014-02-19
osxaudio: remove unused variables
Thijs Vermeir
2
-6
/
+0
2013-12-31
osx: Make OSX version checks more consistent
Sebastian Dröge
1
-1
/
+1
2013-11-07
osxaudiosink: fix segfault when we can't get the channels layout
Andoni Morales Alastruey
1
-1
/
+2
2013-07-25
osxaudiosink: intersect the probed caps with the filter passed to get_caps()
Alessandro Decina
1
-0
/
+3
2013-04-25
osxaudio: Use gst_audio_channel_positions_to_mask() to create mask
Todd Agulnick
1
-9
/
+1
2013-04-25
osxaudio: Remove unused code
Todd Agulnick
1
-3
/
+0
2013-04-18
osxaudio: Include gstaudioringbuffer.h to fix compilation in 1.0
Sebastian Dröge
1
-0
/
+1
2013-04-18
osxaudiosink: channel-mask configuration fixes
Philippe Normand
1
-1
/
+4
2013-04-17
osxaudio: Fix merge conflicts
Sebastian Dröge
1
-4
/
+0
2013-04-17
osxaudioringbuffer: First check the type, then cast
Sebastian Dröge
1
-4
/
+2
2013-04-17
osxaudio: use GST_IS_OSX_AUDIO_SINK in ring buffer.
Takashi Nakajima
2
-1
/
+6
2013-04-17
osxaudio: call set_channel_positions() in osxaudioringbuffer acquire()
Takashi Nakajima
3
-56
/
+85
2013-04-17
osxaudio: use GST_AUDIO_INFO_* accessors
Todd Agulnick
1
-13
/
+13
2013-04-17
osxaudio: adjust for changes to glib mutex api.
Todd Agulnick
2
-12
/
+12
2013-04-17
osxaudio: try to fix up according to Sebastian's comments
Takashi Nakajima
2
-29
/
+28
2013-04-17
osxaudio: build fixes
Philippe Normand
4
-1
/
+4
2013-04-17
osxaudio: fix layout for osxaudiosrc
ted-n
1
-5
/
+9
2013-04-17
osxaudio: port to v.1.0
ted-n
10
-287
/
+281
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2013-04-15
osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefined
Josep Torra
2
-2
/
+1
[next]