| Commit message (Expand) | Author | Age | Files | Lines |
* | ext/speex/: Miscellaneous clean-ups, among other things: speexenc => enc to e... | Tim-Philipp Müller | 2006-10-12 | 1 | -302/+273 |
* | ext/speex/gstspeexenc.c: Fix some mem leaks. | Tim-Philipp Müller | 2006-10-12 | 1 | -27/+32 |
* | ext/speex/gstspeexdec.c: Make metadata extraction actually work. | Tim-Philipp Müller | 2006-08-22 | 1 | -194/+61 |
* | Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f... | Tim-Philipp Müller | 2006-06-22 | 1 | -1/+1 |
* | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 2006-04-25 | 1 | -1/+2 |
* | Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) | Stefan Kost | 2006-04-08 | 1 | -1/+1 |
* | ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32 | Sébastien Moutte | 2006-03-30 | 1 | -2/+4 |
* | better/unified long descriptions | Wim Taymans | 2006-03-30 | 1 | -6/+4 |
* | ext/speex/gstspeexenc.*: Don't leak adapter. | Wim Taymans | 2006-03-27 | 1 | -32/+49 |
* | ext/speex/gstspeexenc.c: fix a tag list assert follow gst-plugins-base/ext/og... | Thomas Vander Stichele | 2006-03-06 | 1 | -8/+11 |
* | Pass unhandled queries upstream instead of just dropping them (#326446). Upda... | Tim-Philipp Müller | 2006-02-06 | 1 | -2/+2 |
* | expand tabs | Thomas Vander Stichele | 2005-12-06 | 1 | -8/+8 |
* | Update for alloc_buffer changes. | Andy Wingo | 2005-12-05 | 1 | -1/+1 |
* | Update for gst_tag_setter API changes. | Andy Wingo | 2005-11-22 | 1 | -3/+3 |
* | Add checks to GST_FLOW_NOT_LINKED for values returned from gst_pad_push. | Edgard Lima | 2005-10-31 | 1 | -7/+13 |
* | Add checks for return values from gst_pad_push and gst_pad_alloc_buffer. | Edgard Lima | 2005-10-28 | 1 | -13/+33 |
* | ext/speex/gstspeexenc.c: Add position and duration query, fix query type func... | Tim-Philipp Müller | 2005-10-21 | 1 | -30/+36 |
* | ext/speex/gstspeexenc.c: Fix handling of GST_TAG_DATE, which is now of GST_TY... | Tim-Philipp Müller | 2005-10-13 | 1 | -37/+31 |
* | ext/speex/gstspeexenc.c: Signedness cleanups. | Andy Wingo | 2005-10-11 | 1 | -12/+10 |
* | Speexenc ported to 0.9. | Edgard Lima | 2005-10-10 | 1 | -190/+232 |
* | ext/: gsttaginterface.h -> gsttagsetter.h | Stefan Kost | 2005-09-07 | 1 | -1/+1 |
* | All plugins updated for element state changes. | Andy Wingo | 2005-09-02 | 1 | -12/+13 |
* | ext/speex/: Fix property warning. | Wim Taymans | 2005-08-23 | 1 | -3/+3 |
* | Way, way, way too many files: Remove crack comment from the 2000 era. | Andy Wingo | 2005-07-05 | 1 | -2/+0 |
* | ext/speex/gstspeexenc.c: Fix speex timestamps so that it gets muxed properly. | Wim Taymans | 2004-10-18 | 1 | -1/+5 |
* | Revert the changes to the speex include file locations. | Iain Holmes | 2004-10-04 | 1 | -2/+2 |
* | Use <speex.h> everywhere instead of sometimes <speex.h> and sometimes <speex/... | Ramon Garcia Fernandez | 2004-10-02 | 1 | -2/+2 |
* | build fixes (those parameters/functions are const in 1.1.6) | Stéphane Loeuillet | 2004-10-01 | 1 | -6/+6 |
* | ext/speex/: Rewrote speex encoder, make sure it can be embedded in ogg. | Wim Taymans | 2004-09-28 | 1 | -135/+933 |
* | second batch : remove ',' at end of enums as they could confuse older gcc, fo... | Stéphane Loeuillet | 2004-05-21 | 1 | -2/+2 |
* | - reenable speex plugins for speex 1.1.5 (API/ABI compatible with 1.0.x) | Stéphane Loeuillet | 2004-05-20 | 1 | -1/+1 |
* | ext/: \1/Codec, (fixes #142193) | Benjamin Otte | 2004-05-09 | 1 | -1/+1 |
* | ext/speex/: Create the pad template correctly (from the static pad template, ... | David Schleef | 2004-03-25 | 1 | -8/+10 |
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 1 | -18/+19 |
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 1 | -68/+65 |
* | fix headers fix signals to use - instead of _ | Thomas Vander Stichele | 2004-03-04 | 1 | -1/+1 |
* | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-02-02 | 1 | -1/+1 |
* | GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-01-29 | 1 | -1/+1 |
* | use new error signal and classification | Thomas Vander Stichele | 2004-01-18 | 1 | -1/+1 |
* | Merge CAPS branch | David Schleef | 2003-12-22 | 1 | -49/+41 |
* | Speex compiles | Iain Holmes | 2003-11-02 | 1 | -5/+46 |
* | /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ... | Andy Wingo | 2003-10-08 | 1 | -5/+6 |
* | reverting error patch before making a branch. | Thomas Vander Stichele | 2003-09-16 | 1 | -3/+1 |
* | converted gst_element_error to new format in ext/ - gettext pending | Benjamin Otte | 2003-09-15 | 1 | -1/+3 |
* | Adding needed license information. The patch was reviewed and approved by | Brian Cameron | 2003-07-25 | 1 | -0/+1 |
* | New mimetypes gone into effect today - this commit changes all old mimetypes ... | Ronald S. Bultje | 2003-07-06 | 1 | -2/+4 |
* | compatibility fix for new GST_DEBUG stuff. | Benjamin Otte | 2003-06-29 | 1 | -0/+3 |
* | PadConnect -> PadLink | Thomas Vander Stichele | 2003-01-10 | 1 | -2/+2 |
* | another batch of connect->link fixes please let me know about issues and plea... | Thomas Vander Stichele | 2003-01-10 | 1 | -4/+4 |
* | Added non functional speex plugin. speex decoding needs a container. | Wim Taymans | 2002-12-16 | 1 | -0/+251 |