Sign in
coral
/
imx-gst-plugins-good
/
bbf0409e298c19a53a9b2f7f5b285f2611890cca
/
sys
/
osxaudio
d699dc6
osxaudio: fixes playback of mono streams with no channel-mask field in caps
by Josep Torra
· 8 years ago
b68d936
Remove plugin specific static build option
by Nicolas Dufresne
· 8 years ago
8cec944
osxaudio: Distribute device provider files
by Nicolas Dufresne
· 8 years ago
1face2a
osxaudio: Support audio device provider on osx
by Hyunjun Ko
· 9 years ago
1071309
good: use new gst_element_class_add_static_pad_template()
by Vineeth TM
· 9 years ago
2706a35
osxaudio: break as soon as the device is found
by Nirbheek Chauhan
· 9 years ago
6b760ea
osxaudio: Fix error handling when selecting/opening devices
by Nirbheek Chauhan
· 9 years ago
e9fbdc3
osxaudiosrc: no resampling on OS X
by Ilya Konstantinov
· 10 years ago
f33954a
osxaudiosrc: avoid get_channel_layout
by Ilya Konstantinov
· 10 years ago
8f0f976
osxaudio: Avoid making a duplicate structure in caps for mono/stereo case
by Arun Raghavan
· 10 years ago
691eceb
osxaudio: Don't set the format on an initialized AudioUnit
by Arun Raghavan
· 10 years ago
22f6d62
osxaudio: Minor spelling fix (unitialize -> uninitialize)
by Arun Raghavan
· 10 years ago
f107f73
osxaudio: Fix lockup in _audio_unit_property_listener
by Ilya Konstantinov
· 10 years ago
a8b2666
osxaudio: Invalidate cached caps on format change
by Ilya Konstantinov
· 10 years ago
0e5d698
osxaudio: Overhaul of probing caps
by Ilya Konstantinov
· 10 years ago
8a8884e
osxaudio: AudioUnitInitialize on open
by Ilya Konstantinov
· 10 years ago
f676079
osxaudio: fix latency property query on RemoteIO
by Ilya Konstantinov
· 10 years ago
36decd3
osxaudio: fix spelling in debug message
by Ilya Konstantinov
· 10 years ago
6af516b
osxaudio: Fix string format warning on 32-bit
by Ilya Konstantinov
· 10 years ago
c4fa54d
Fix double semicolons
by Tim-Philipp Müller
· 10 years ago
b528c52
osxaudio: stream format is an SPDIF-only field
by Ilya Konstantinov
· 10 years ago
7b36504
osxaudio: fix spaces
by Ilya Konstantinov
· 10 years ago
8f62f50
osxaudio: add type check macro
by Ilya Konstantinov
· 10 years ago
d450b1c
osxaudio: rename gst_core_audio_set_channels_layout()
by Ilya Konstantinov
· 10 years ago
4637b3e
osxaudio: remove unused finalize
by Ilya Konstantinov
· 10 years ago
995ba70
osxaudiosrc: Allow caps renegotiation
by Arun Raghavan
· 10 years ago
fd25ef1
osxaudiosink: Allow renegotiating caps
by Ilya Konstantinov
· 10 years ago
8ca40fa
osxaudiosrc: iOS resampling causes stuttering
by Ilya Konstantinov
· 10 years ago
11d6be2
osxaudio: Directly return the ringbuffer's caps if it is acquired
by Sebastian Dröge
· 10 years ago
fc1670b
osxaudio: Put all audio formats into the template caps
by Sebastian Dröge
· 10 years ago
b83cd14
osxaudio: Also set the big endian flag for floating point samples
by Sebastian Dröge
· 10 years ago
e7b10a1
osxaudio: Fix deadlock and property change notification in device selection code
by Sebastian Dröge
· 10 years ago
db91486
osxaudiosink: Prefer filter caps order while getting caps
by Arun Raghavan
· 10 years ago
f573f02
osxaudiosink: Add some error handling around channel layout parsing
by Arun Raghavan
· 10 years ago
d18a6b0
osxaudio: Take lock around sink/source before accessing the ringbuffer
by Arun Raghavan
· 10 years ago
4a58ebf
osxaudiosrc: Probe channel layout too
by Arun Raghavan
· 10 years ago
df610a7
osxaudiosink: Only fix up channels/layout for PCM caps while probing
by Arun Raghavan
· 10 years ago
bd15028
osxaudiosrc: Implement caps probing
by Arun Raghavan
· 10 years ago
48872db
osxaudio: Bind audio device to audio unit early
by Arun Raghavan
· 10 years ago
2d0391c
osxaudiosink: Fix up caps querying a bit
by Arun Raghavan
· 10 years ago
f967f07
osxaudio: Move osxaudiosrc-specific code out of the generic path
by Arun Raghavan
· 10 years ago
ffcb157
osxaudio: Clean up a GstCoreAudio -> GstOsxAudioSrc/Sink reference
by Arun Raghavan
· 10 years ago
5c2f041
osxaudiosink: Move device caps probing to get_caps()
by Arun Raghavan
· 10 years ago
945aaa0
osxaudio: Make some debug code compile conditionally
by Arun Raghavan
· 10 years ago
b06ae28
osxaudio: Move device selection to ringbuffer->open_device()
by Arun Raghavan
· 10 years ago
199461b
osxaudio: Consolidate input and output code paths a bit
by Arun Raghavan
· 10 years ago
d8a4435
osxaudio: OSStatus is not a fourcc, so don't print it as one...
by Sebastian Dröge
· 10 years ago
c959729
docs: remove outdated and pointless 'Last reviewed' lines from docs
by Tim-Philipp Müller
· 11 years ago
0de0a1f
osxaudio: remove unused variables
by Thijs Vermeir
· 11 years ago
5b1c0a4
osx: Make OSX version checks more consistent
by Sebastian Dröge
· 11 years ago
619f4f5
osxaudiosink: fix segfault when we can't get the channels layout
by Andoni Morales Alastruey
· 11 years ago
0df7af0
osxaudiosink: intersect the probed caps with the filter passed to get_caps()
by Alessandro Decina
· 11 years ago
a30634a
osxaudio: Use gst_audio_channel_positions_to_mask() to create mask
by Todd Agulnick
· 12 years ago
e7710c2
osxaudio: Remove unused code
by Todd Agulnick
· 12 years ago
3230182
osxaudio: Include gstaudioringbuffer.h to fix compilation in 1.0
by Sebastian Dröge
· 12 years ago
d352201
osxaudiosink: channel-mask configuration fixes
by Philippe Normand
· 12 years ago
2724839
osxaudio: Fix merge conflicts
by Sebastian Dröge
· 12 years ago
2b1f967
osxaudioringbuffer: First check the type, then cast
by Sebastian Dröge
· 12 years ago
ce5246e
osxaudio: use GST_IS_OSX_AUDIO_SINK in ring buffer.
by Takashi Nakajima
· 12 years ago
efda79b
osxaudio: call set_channel_positions() in osxaudioringbuffer acquire()
by Takashi Nakajima
· 12 years ago
c2c85a0
osxaudio: use GST_AUDIO_INFO_* accessors
by Todd Agulnick
· 12 years ago
ed94ef7
osxaudio: adjust for changes to glib mutex api.
by Todd Agulnick
· 12 years ago
09e980d
osxaudio: try to fix up according to Sebastian's comments
by Takashi Nakajima
· 12 years ago
ab64837
osxaudio: build fixes
by Philippe Normand
· 12 years ago
d5d53ec
osxaudio: fix layout for osxaudiosrc
by ted-n
· 12 years ago
b217b6f
osxaudio: port to v.1.0
by ted-n
· 12 years ago
b0b0557
gst: Add better support for static plugins
by Sebastian Dröge
· 12 years ago
0d6602e
osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefined
by Josep Torra
· 12 years ago
220a9ff
osxaudio: fixes implicit declaration of function 'getpid'
by Josep Torra
· 12 years ago
c853d8d
osxaudio: add support for iOS using the RemoteIO AudioUnit
by Andoni Morales Alastruey
· 12 years ago
9621074
osxaudio: add a façade for the CoreAudio API
by Andoni Morales Alastruey
· 12 years ago
230cf41
Fix FSF address
by Tim-Philipp Müller
· 12 years ago
c9821d3
osxaudiosink: Specify endianness in IEC 61937 payloading
by Arun Raghavan
· 12 years ago
3a7b7ef
replace _get_caps_reffed with _get_caps
by Mark Nauwelaerts
· 12 years ago
4bb52bb
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
by Tim-Philipp Müller
· 12 years ago
d2c6cc3
osxaudiosink: respect the prefered channel layout
by Josep Torra
· 13 years ago
5919141
osxaudiosink: Add support for SPDIF output
by Josep Torra
· 13 years ago
cfd9071
osxaudiosink: Handle endianness correctly
by Josep Torra
· 13 years ago
85102c4
osxaudiosink: Add support for int audio
by Josep Torra
· 13 years ago
e09ae57
Use new gst_element_class_set_static_metadata()
by Tim-Philipp Müller
· 13 years ago
aa2cd46
gst: Update for GST_PLUGIN_DEFINE() API changes
by Sebastian Dröge
· 13 years ago
5cdd49b
gst: Update versioning
by Sebastian Dröge
· 13 years ago
2468492
interfaces: clean up the use of iface and class/klass
by Stefan Sauer
· 13 years ago
d8167e3
various (gst): add a missing G_PARAM_STATIC_STRINGS flags
by Stefan Kost
· 14 years ago
2ffcb15
sys: Don't use GST_DEBUG_FUNCPTR for GObject vfuncs
by Sebastian Dröge
· 15 years ago
53370fc
osx: fix compiler warnings
by Tristan Matthews
· 15 years ago
cccfeaa
gst_element_class_set_details => gst_element_class_set_details_simple
by Benjamin Otte
· 15 years ago
b3e5dcc
osxaudio: fix warnings on macosx
by Josep Torra
· 15 years ago
dd8fd4d
osxaudio: Fixes build on macosx snow leopard.
by Josep Torra
· 15 years ago
19ae44f
osxaudio: link against GST_BASE_LIBS
by David Schleef
· 15 years ago
6df8fb7
osxaudiosrc: if max_channels == min_channels, use an int instead of an int range in the caps
by Tim-Philipp Müller
· 15 years ago
bd4f857
osxringbuffer: Run gst-indent.
by Edward Hervey
· 16 years ago
555c804
osxaudio fixes: multichannel and changing caps.
by Michael Smith
· 16 years ago
6335307
Update and add documentation for platform specific plugins (sys).
by Stefan Kost
· 16 years ago
b5f2a60
sys/osxaudio/Makefile.am: Link against CoreServices (needed for osx 10.4) and fix up the linker flags. Fixes #567853.
by Michael Smith
· 16 years ago
b7d55c1
sys/osxaudio/Makefile.am: osxaudio plugin now requires AudioUnit framework, so link against that.
by Michael Smith
· 16 years ago
17bb67f
sys/osxaudio/: Rewrite osxaudio to work more flexibly and more reliably, using a different abstraction layer of corea...
by Justin Karnegas
· 16 years ago
084812b
Don't install static libs for plugins. Fixes #550851 for -good.
by Stefan Kost
· 16 years ago
d92f63d
sys/osxaudio/: Fix the build on macosx.
by Edward Hervey
· 16 years ago
295457b
sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.
by Michael Smith
· 16 years ago
Next »