summaryrefslogtreecommitdiff
path: root/ext/speex
AgeCommit message (Expand)AuthorFilesLines
2010-02-02speexdec: initialize stereo decoding stateMark Nauwelaerts1-0/+1
2010-01-27speexdec: free some more when resettingMark Nauwelaerts1-1/+3
2010-01-27speexenc: prevent invalid arithmetic if not setup yetMark Nauwelaerts1-1/+2
2009-09-18speexdec: allow for unknown varying number of frames per bufferMark Nauwelaerts1-3/+4
2009-09-18speexdec: use correct sample size in conversionsMark Nauwelaerts1-4/+4
2009-09-18speexenc: fix buffer time and duration for multiple frames per packetMark Nauwelaerts1-4/+5
2009-09-03speexenc: small taglist handling cleanupStefan Kost1-3/+5
2009-05-07Add RANKS for various encoders and muxersChristian Schaller1-1/+1
2009-05-04speexdec: make speex_dec_convert work with same-format values when no data ha...Alessandro Decina1-5/+5
2009-05-04speex: Implement preset interfaceSebastian Dröge1-0/+7
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-3/+0
2009-03-20speexenc: fix direction of latency query and other upstream queriesTim-Philipp Müller1-2/+4
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost2-9/+21
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-09-02ext/speex/: Use integer encoding and decoding functions instead of converting...Sebastian Dröge4-37/+25
2008-08-31ext/speex/gstspeexenc.c: Correct the timestamp and granulepos calculation by ...Sebastian Dröge1-2/+2
2008-08-31ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possi...Sebastian Dröge3-68/+169
2008-07-08Don't use declarations after statements and variable length arrays.Sebastian Dröge1-1/+1
2008-06-16ext/speex/gstspeexenc.c: Add mode property.Wim Taymans1-42/+120
2008-05-13ext/speex/gstspeexdec.c: Fix the calculation of the duration of the concealme...Wim Taymans1-1/+1
2008-05-02ext/speex/gstspeexenc.c: Add negotiation for the speex channels and rate. Fix...Olivier Crete1-1/+41
2008-04-30ext/speex/gstspeexdec.c: Produce concealment data when time progresses in a s...Wim Taymans1-0/+13
2008-04-29ext/speex/gstspeexdec.c: Try to preserve input timestamps when we can.Wim Taymans1-13/+37
2008-04-11ext/speex/gstspeexdec.c: Fix bounds checking of mode in Speex header, which m...Jan Schmidt1-1/+1
2008-03-07ext/speex/gstspeexenc.c: Unref the buffers only once when handling not-negoti...Olivier Crete1-1/+0
2007-05-26ext/speex/gstspeexdec.c: Use different variables for nested for loops so that...Wim Taymans1-10/+21
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier1-1/+1
2006-10-31ext/speex/gstspeexdec.c: Some small cleanups, use _scale.Wim Taymans1-30/+50
2006-10-12ext/speex/: Miscellaneous clean-ups, among other things: speexenc => enc to e...Tim-Philipp Müller3-321/+292
2006-10-12ext/speex/gstspeexenc.c: Fix some mem leaks.Tim-Philipp Müller1-27/+32
2006-08-22ext/speex/gstspeexdec.c: Make metadata extraction actually work.Tim-Philipp Müller2-196/+62
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller1-1/+1
2006-06-11autogen.sh: require am17Thomas Vander Stichele1-4/+10
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+3
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-05ext/speex/: Fix seeking and duration queries (#337033); clean up and refactor...Tim-Philipp Müller3-289/+474
2006-03-30ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte1-2/+4
2006-03-30better/unified long descriptionsWim Taymans2-12/+9
2006-03-27ext/speex/gstspeexenc.*: Don't leak adapter.Wim Taymans2-41/+51
2006-03-23More state change function fixes.Tim-Philipp Müller1-3/+10
2006-03-15Fix memleak with gst_static_pad_template_get().Edward Hervey1-4/+2
2006-03-13close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans1-9/+26
2006-03-06ext/speex/gstspeexenc.c: fix a tag list assert follow gst-plugins-base/ext/og...Thomas Vander Stichele1-8/+11
2006-02-08ext/: Register musicbrainz tags.Tim-Philipp Müller1-0/+4
2006-02-06Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2-12/+14
2005-12-06expand tabsThomas Vander Stichele3-58/+58
2005-12-05Update for alloc_buffer changes.Andy Wingo2-2/+4
2005-11-22Update for gst_tag_setter API changes.Andy Wingo1-3/+3
2005-11-22ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo1-4/+4