summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeexdec.c
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
* speexdec: make speex_dec_convert work with same-format values when no data ha...Alessandro Decina2009-05-041-5/+5
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-9/+5
* ext/speex/: Use integer encoding and decoding functions instead of converting...Sebastian Dröge2008-09-021-24/+20
* ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possi...Sebastian Dröge2008-08-311-5/+13
* ext/speex/gstspeexdec.c: Fix the calculation of the duration of the concealme...Wim Taymans2008-05-131-1/+1
* 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/gstspeexdec.c: Use different variables for nested for loops so that...Wim Taymans2007-05-261-10/+21
* ext/speex/gstspeexdec.c: Some small cleanups, use _scale.Wim Taymans2006-10-311-30/+50
* ext/speex/gstspeexdec.c: Make metadata extraction actually work.Tim-Philipp Müller2006-08-221-2/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* ext/speex/: Fix seeking and duration queries (#337033); clean up and refactor...Tim-Philipp Müller2006-04-051-264/+452
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* 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
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-061-10/+12
* Update for alloc_buffer changes.Andy Wingo2005-12-051-1/+3
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-221-4/+4
* API change fix.Wim Taymans2005-10-191-15/+36
* ext/speex/gstspeexdec.c: newsegment API fix.Wim Taymans2005-10-111-4/+4
* All plugins updated for element state changes.Andy Wingo2005-09-021-11/+12
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-1/+1
* ext/speex/: Fix property warning.Wim Taymans2005-08-231-3/+3
* Port speexdec. Leads to some unfamiliar warnings on console, but works otherw...Ronald S. Bultje2005-08-231-133/+90
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* ext/: Add codec-name metadata.Ronald S. Bultje2004-10-251-0/+2
* ext/speex/gstspeexdec.c: sinkconvert function so oggdemux can get the file le...Ronald S. Bultje2004-10-251-0/+5
* build fixes (those parameters/functions are const in 1.1.6)Stéphane Loeuillet2004-10-011-1/+1
* ext/speex/gstspeexdec.c: Small cleanups.Wim Taymans2004-10-011-7/+8
* ext/speex/: Rewrote speex encoder, make sure it can be embedded in ogg.Wim Taymans2004-09-281-113/+515
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-2/+2
* 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-14/+15
* gst-indentThomas Vander Stichele2004-03-141-64/+61
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-1/+2
* Merge CAPS branchDavid Schleef2003-12-221-47/+40
* Speex compilesIain Holmes2003-11-021-5/+47
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-2/+3
* Fix gst_speexdec_details information now plugin can be register without problemsAngel Carpintero2003-07-281-1/+1
* 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-3/+1
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-1/+4
* 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/+154