Commit Graph

19 Commits

Author SHA1 Message Date
Harri Mahonen
5eed41df3e audio: fix memory leak with typefinding
sbc structure gets leaked each time when there is no data or SBC
syncword, because sbc_finalize is not called. Call sbc_init after
checking the data for syncword.
2010-06-29 10:29:10 +03:00
Marcel Holtmann
9184e2eeb7 Update copyright information 2010-01-01 17:08:17 -08:00
Marcel Holtmann
92bd92f851 Use GCC visibility for exporting symbols 2009-03-11 12:02:00 +01:00
Marcel Holtmann
fb333f1c88 Update copyright information 2009-01-01 19:33:20 +01:00
Marcel Holtmann
595a975c95 First attempt in fixing compiler warnings (still needs cleanup) 2008-12-23 05:25:50 +01:00
Luiz Augusto von Dentz
a8b3b548ec Update gstreamer plugin to use new sbc API. 2008-02-19 19:49:24 +00:00
Marcel Holtmann
e823c15e43 Update copyright information 2008-02-02 03:37:05 +00:00
Luiz Augusto von Dentz
e8e68d294c Rename a2dpsendersink to avdtpsink. 2008-01-23 15:18:15 +00:00
Luiz Augusto von Dentz
de8b4e7ab9 Add mp3 support for gstreamer plugin. 2008-01-23 13:19:32 +00:00
Luiz Augusto von Dentz
a0af7ee445 Make a2dpsink to act like a bin and split the payloader. 2008-01-23 13:14:02 +00:00
Luiz Augusto von Dentz
942422b8c9 Fixes a2dpsink element. 2007-10-18 21:50:00 +00:00
Marcel Holtmann
2fb6bb9717 Check for zero length files 2007-09-28 07:34:37 +00:00
Marcel Holtmann
c49a76d6e5 Disable the GStreamer A2DP sink code for now 2007-08-28 16:03:33 +00:00
Marcel Holtmann
7e8ae7f5bd Implement full parsing support 2007-08-26 13:59:05 +00:00
Marcel Holtmann
a889dc322a Add SBC stream detection 2007-08-25 17:01:57 +00:00
Marcel Holtmann
0a527f667a Add SBC encoder and decoder skeletons for GStreamer 2007-08-23 19:12:23 +00:00
Marcel Holtmann
73b35c403d Add skeleton for an A2DP sink element 2007-08-22 21:50:59 +00:00
Marcel Holtmann
54fd195933 Include SBC header file 2007-08-22 14:55:25 +00:00
Marcel Holtmann
674a1d6355 Add skeleton for GStreamer plugin 2007-08-22 14:09:24 +00:00