summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeexenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-281-0/+16
* ext/speex/: Use integer encoding and decoding functions instead of converting...Sebastian Dröge2008-09-021-9/+5
* 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-311-62/+150
* 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/gstspeexenc.c: Add negotiation for the speex channels and rate. Fix...Olivier Crete2008-05-021-1/+41
* ext/speex/gstspeexenc.c: Unref the buffers only once when handling not-negoti...Olivier Crete2008-03-071-1/+0
* ext/speex/: Miscellaneous clean-ups, among other things: speexenc => enc to e...Tim-Philipp Müller2006-10-121-302/+273
* 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-221-194/+61
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+2
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* 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-301-6/+4
* ext/speex/gstspeexenc.*: Don't leak adapter.Wim Taymans2006-03-271-32/+49
* ext/speex/gstspeexenc.c: fix a tag list assert follow gst-plugins-base/ext/og...Thomas Vander Stichele2006-03-061-8/+11
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-061-2/+2
* expand tabsThomas Vander Stichele2005-12-061-8/+8
* Update for alloc_buffer changes.Andy Wingo2005-12-051-1/+1
* Update for gst_tag_setter API changes.Andy Wingo2005-11-221-3/+3
* 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
* 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/gstspeexenc.c: Signedness cleanups.Andy Wingo2005-10-111-12/+10
* Speexenc ported to 0.9.Edgard Lima2005-10-101-190/+232
* ext/: gsttaginterface.h -> gsttagsetter.hStefan Kost2005-09-071-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-021-12/+13
* ext/speex/: Fix property warning.Wim Taymans2005-08-231-3/+3
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* ext/speex/gstspeexenc.c: Fix speex timestamps so that it gets muxed properly.Wim Taymans2004-10-181-1/+5
* Revert the changes to the speex include file locations.Iain Holmes2004-10-041-2/+2
* Use <speex.h> everywhere instead of sometimes <speex.h> and sometimes <speex/...Ramon Garcia Fernandez2004-10-021-2/+2
* build fixes (those parameters/functions are const in 1.1.6)Stéphane Loeuillet2004-10-011-6/+6
* ext/speex/: Rewrote speex encoder, make sure it can be embedded in ogg.Wim Taymans2004-09-281-135/+933
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-2/+2
* - reenable speex plugins for speex 1.1.5 (API/ABI compatible with 1.0.x)Stéphane Loeuillet2004-05-201-1/+1
* ext/: \1/Codec, (fixes #142193)Benjamin Otte2004-05-091-1/+1
* ext/speex/: Create the pad template correctly (from the static pad template, ...David Schleef2004-03-251-8/+10
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-18/+19
* gst-indentThomas Vander Stichele2004-03-141-68/+65
* fix headers fix signals to use - instead of _Thomas Vander Stichele2004-03-041-1/+1
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1