summaryrefslogtreecommitdiffstats
path: root/ext/speex
Commit message (Expand)AuthorAgeFilesLines
* Don't use declarations after statements and variable length arrays.Sebastian Dröge2008-07-081-1/+1
* ext/speex/gstspeexenc.c: Add mode property.Wim Taymans2008-06-161-42/+120
* ext/speex/gstspeexdec.c: Fix the calculation of the duration of the concealme...Wim Taymans2008-05-131-1/+1
* ext/speex/gstspeexenc.c: Add negotiation for the speex channels and rate. Fix...Olivier Crete2008-05-021-1/+41
* ext/speex/gstspeexdec.c: Produce concealment data when time progresses in a s...Wim Taymans2008-04-301-0/+13
* ext/speex/gstspeexdec.c: Try to preserve input timestamps when we can.Wim Taymans2008-04-291-13/+37
* ext/speex/gstspeexdec.c: Fix bounds checking of mode in Speex header, which m...Jan Schmidt2008-04-111-1/+1
* ext/speex/gstspeexenc.c: Unref the buffers only once when handling not-negoti...Olivier Crete2008-03-071-1/+0
* ext/speex/gstspeexdec.c: Use different variables for nested for loops so that...Wim Taymans2007-05-261-10/+21
* Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier2007-02-241-1/+1
* ext/speex/gstspeexdec.c: Some small cleanups, use _scale.Wim Taymans2006-10-311-30/+50
* ext/speex/: Miscellaneous clean-ups, among other things: speexenc => enc to e...Tim-Philipp Müller2006-10-123-321/+292
* ext/speex/gstspeexenc.c: Fix some mem leaks.Tim-Philipp Müller2006-10-121-27/+32
* ext/speex/gstspeexdec.c: Make metadata extraction actually work.Tim-Philipp Müller2006-08-222-196/+62
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* autogen.sh: require am17Thomas Vander Stichele2006-06-111-4/+10
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2
* 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
* ext/speex/: Fix seeking and duration queries (#337033); clean up and refactor...Tim-Philipp Müller2006-04-053-289/+474
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-2/+4
* better/unified long descriptionsWim Taymans2006-03-302-12/+9
* ext/speex/gstspeexenc.*: Don't leak adapter.Wim Taymans2006-03-272-41/+51
* More state change function fixes.Tim-Philipp Müller2006-03-231-3/+10
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-4/+2
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-9/+26
* ext/speex/gstspeexenc.c: fix a tag list assert follow gst-plugins-base/ext/og...Thomas Vander Stichele2006-03-061-8/+11
* ext/: Register musicbrainz tags.Tim-Philipp Müller2006-02-081-0/+4
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-062-12/+14
* expand tabsThomas Vander Stichele2005-12-063-58/+58
* Update for alloc_buffer changes.Andy Wingo2005-12-052-2/+4
* Update for gst_tag_setter API changes.Andy Wingo2005-11-221-3/+3
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-221-4/+4
* ext/: libgsttagedit has been renamed to libgsttag.Tim-Philipp Müller2005-11-221-1/+1
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* Add checks to GST_FLOW_NOT_LINKED for values returned from gst_pad_push.Edgard Lima2005-10-311-7/+13
* Add checks for return values from gst_pad_push and gst_pad_alloc_buffer.Edgard Lima2005-10-281-13/+33
* ext/speex/gstspeexenc.c: Add position and duration query, fix query type func...Tim-Philipp Müller2005-10-211-30/+36
* API change fix.Wim Taymans2005-10-191-15/+36
* ext/speex/gstspeexenc.c: Fix handling of GST_TAG_DATE, which is now of GST_TY...Tim-Philipp Müller2005-10-131-37/+31
* ext/speex/gstspeexdec.c: newsegment API fix.Wim Taymans2005-10-111-4/+4
* ext/speex/gstspeexenc.c: Signedness cleanups.Andy Wingo2005-10-112-13/+11
* Speexenc ported to 0.9.Edgard Lima2005-10-103-197/+239
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-2/+1
* ext/: gsttaginterface.h -> gsttagsetter.hStefan Kost2005-09-071-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-022-23/+25
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-1/+1
* ext/speex/gstspeexenc.h: Fixed include path of adapterStefan Kost2005-08-231-1/+1
* ext/speex/: Fix property warning.Wim Taymans2005-08-232-6/+6
* Port speexdec. Leads to some unfamiliar warnings on console, but works otherw...Ronald S. Bultje2005-08-233-141/+94