summaryrefslogtreecommitdiffstats
path: root/ext/speex
Commit message (Expand)AuthorAgeFilesLines
* speexdec: allow for unknown varying number of frames per bufferMark Nauwelaerts2009-09-181-3/+4
* speexdec: use correct sample size in conversionsMark Nauwelaerts2009-09-181-4/+4
* speexenc: fix buffer time and duration for multiple frames per packetMark Nauwelaerts2009-09-181-4/+5
* speexenc: small taglist handling cleanupStefan Kost2009-09-031-3/+5
* Add RANKS for various encoders and muxersChristian Schaller2009-05-071-1/+1
* speexdec: make speex_dec_convert work with same-format values when no data ha...Alessandro Decina2009-05-041-5/+5
* speex: Implement preset interfaceSebastian Dröge2009-05-041-0/+7
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-3/+0
* speexenc: fix direction of latency query and other upstream queriesTim-Philipp Müller2009-03-201-2/+4
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-282-9/+21
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* ext/speex/: Use integer encoding and decoding functions instead of converting...Sebastian Dröge2008-09-024-37/+25
* ext/speex/gstspeexenc.c: Correct the timestamp and granulepos calculation by ...Sebastian Dröge2008-08-311-2/+2
* ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possi...Sebastian Dröge2008-08-313-68/+169
* 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