summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeexenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-181-1/+1
* Merge CAPS branchDavid Schleef2003-12-221-49/+41
* Speex compilesIain Holmes2003-11-021-5/+46
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-5/+6
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-151-1/+3
* Adding needed license information. The patch was reviewed and approved byBrian Cameron2003-07-251-0/+1
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-2/+4
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+3
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-2/+2
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-4/+4
* Added non functional speex plugin. speex decoding needs a container.Wim Taymans2002-12-161-0/+251