gstreamer/gst-libs/gst/audio
Arun Raghavan 8ff93a6a3d audio: Add an IEC 61937 payloading library
This can be used by sinks to take compressed formats, correctly payload
these in IEC 61937 frames and feed these to sinks that support
passthrough output over IEC 60958 (S/PDIF) or, in the case of MP3, over
Bluetooth.

Initial implementation includes AC3, E-AC3, MPEG-1, MPEG-2 (non-AAC),
and DTS (type-I/II/II) payloading. More formats can be added as needed.

API: gst_audio_iec61937_frame_size()
API: gst_audio_iec61937_payload()

https://bugzilla.gnome.org/show_bug.cgi?id=642730
2011-05-14 18:53:12 +05:30
..
.gitignore Extend and clean up git ignores 2009-01-23 23:16:11 +00:00
audio.c Add -Wmissing-declarations -Wmissing-prototypes to warning flags 2010-03-11 13:50:31 +01:00
audio.def add more plugins to the build add some definitions needed by plugins fixes for build problems 2004-07-26 22:09:59 +00:00
audio.h docs: more helper libraries docs fixes 2010-03-16 00:44:50 +00:00
audio.vcproj more working plugins 2004-07-27 21:41:30 +00:00
audiofilter.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstaudioclock.c audio: make public get_type() functions thread-safe 2010-10-08 11:34:58 +01:00
gstaudioclock.h audioclock: add a function to invalidate the clock 2010-09-07 18:12:38 +02:00
gstaudiofilter.c audiofilter: Use G_DEFINE_ABSTRACT_TYPE_WITH_CODE 2009-11-26 10:38:29 +01:00
gstaudiofilter.h audiofilter: Add _CAST variants of the cast macros 2009-11-26 10:38:28 +01:00
gstaudioiec61937.c audio: Add an IEC 61937 payloading library 2011-05-14 18:53:12 +05:30
gstaudioiec61937.h audio: Add an IEC 61937 payloading library 2011-05-14 18:53:12 +05:30
gstaudiosink.c Remove GST_DEBUG_FUNCPTR where they're pointless 2009-10-28 00:59:35 +00:00
gstaudiosink.h Add a FIXME 0.11. Make the log message a bit more detailed and add comments. 2009-02-02 18:05:42 +02:00
gstaudiosrc.c audiosrc: add gratuitious FIXME for use of generic G_TYPE_POINTER type 2010-01-27 00:42:37 +00:00
gstaudiosrc.h More docs and shuffling. What can we do with the hundreds of #defines. 2008-08-11 09:20:33 +00:00
gstbaseaudiosink.c baseaudiosink: Allow subclasses to provide payloaders 2011-05-14 18:23:18 +05:30
gstbaseaudiosink.h baseaudiosink: Allow subclasses to provide payloaders 2011-05-14 18:23:18 +05:30
gstbaseaudiosrc.c baseaudiosrc: Add src object lock around call to ringbuffer parse caps. 2011-04-04 09:35:58 +02:00
gstbaseaudiosrc.h gst-libs/gst/audio/: Complete Sebastien's commit from the 13th by exporting the _slave_method_get_type() methods. 2008-12-30 17:55:07 +00:00
gstringbuffer.c ringbuffer: Add support for E-AC3 2011-05-14 18:21:23 +05:30
gstringbuffer.h ringbuffer: Add AAC format types 2011-05-14 18:20:37 +05:30
Makefile.am audio: Add an IEC 61937 payloading library 2011-05-14 18:53:12 +05:30
mixerutils.c gst-libs/gst/audio/mixerutils.c: Make order in which elements are tried more determinable. 2006-02-20 16:21:14 +00:00
mixerutils.h gst-libs/gst/audio/mixerutils.h: Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be used when compiling... 2007-01-12 12:47:29 +00:00
multichannel.c docs: more helper libraries docs fixes 2010-03-16 00:44:50 +00:00
multichannel.h docs: more helper libraries docs fixes 2010-03-16 00:44:50 +00:00
testchannels.c Don't include config.h multiple times when build audio testchannel app. 2009-06-10 21:37:29 +01:00
TODO gst-libs/gst/audio/TODO: Update TODO 2006-02-17 10:15:52 +00:00