summaryrefslogtreecommitdiffstats
path: root/gst/auparse
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-6/+1
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-6/+1
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* Use audioconvert for converting from non-native endianness floats in auparse ...René Stadler2007-05-212-41/+2
* gst/auparse/gstauparse.c: limit caps to the formats we announce in the templateStefan Kost2007-04-101-2/+21
* Revert last change as we don't want plugins-good to depend on plugins-base CV...Sebastian Dröge2007-03-302-2/+41
* configure.ac: Require gst-plugins-base CVS for audioconvert with non-native f...René Stadler2007-03-292-41/+2
* Activate pads before adding.Wim Taymans2006-10-061-0/+1
* Printf format fixes.Tim-Philipp Müller2006-10-051-3/+3
* gst/auparse/gstauparse.*: Rewrite auparse to suck a little bit less: make sou...Tim-Philipp Müller2006-04-262-254/+566
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-16/+31
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-4/+3
* gst/auparse/gstauparse.c: Don't push buffers into the adapter that we are goi...Tim-Philipp Müller2006-02-011-10/+16
* gst/auparse/gstauparse.c: Can't use gst_object_unref() on a GstAdapter (#3251...Tim-Philipp Müller2005-12-291-1/+1
* gst/auparse/gstauparse.*: Use gst_object_unref() for GstObjects instead of g_...Tim-Philipp Müller2005-12-122-101/+67
* expand tabsThomas Vander Stichele2005-12-061-5/+5
* Update for alloc_buffer changes.Andy Wingo2005-12-051-2/+3
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-221-1/+1
* Forgot to commit header file changes, Makefile.am changes. Oops.Michael Smith2005-11-212-1/+6
* gst_object_unref, not g_object_unrefMichael Smith2005-11-211-1/+1
* gst/auparse/: Partially fix #161712. playbin still doesn't work on these file...Michael Smith2005-11-211-23/+63
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+2
* Just some cleanup.Edgard Lima2005-10-311-23/+27
* newsegment API update.Wim Taymans2005-10-111-1/+1
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-232-4/+3
* Auparse ported to 0.9. Tested with filesrc ! auparse ! osssink and alsasinkEdgard Lima2005-09-222-56/+43
* All plugins updated for element state changes.Andy Wingo2005-09-021-7/+8
* fix int and float audio caps in auparse, partially fixes bug #142812Stéphane Loeuillet2004-12-191-12/+24
* put the same mail for Zaheer Merali everywhereStéphane Loeuillet2004-12-111-1/+1
* gst/auparse/gstauparse.c: Error out on invalid data (fixes #154807).Ronald S. Bultje2004-10-091-1/+1
* gst/asfdemux/gstasfdemux.c: Prevent infinite loops. More correct error report...Ronald S. Bultje2004-09-221-0/+1
* ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license fieldDavid Schleef2004-08-111-1/+1
* more working pluginsSteve Lhomme2004-07-271-1/+1
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* local include fixesSteve Lhomme2004-07-261-1/+1
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+148
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-2/+2
* - LE/Dec au files were broken (a bug i introduced)Stéphane Loeuillet2004-05-171-3/+3
* fix warningThomas Vander Stichele2004-05-141-1/+1
* gst/auparse/gstauparse.c: add support for ADPCM streams (CCITT g72x) decoder ...Stéphane Loeuillet2004-05-141-24/+36
* ext/audiofile/gstafparse.c: change class to Codec/Demuxer/AudioStéphane Loeuillet2004-05-131-3/+3
* ext/mad/gstid3tag.c: move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"Stéphane Loeuillet2004-05-131-5/+9
* gst-libs/gst/riff/riff-ids.h: - add CDXA to the list of RIFF typesStéphane Loeuillet2004-05-131-1/+1
* gst/auparse/gstauparse.c: - Document all audio encoding we can encounter from...Stéphane Loeuillet2004-05-111-22/+43
* gst/auparse/gstauparse.c: Hack around spider. Remove me some day please.Ronald S. Bultje2004-05-111-4/+41
* gst/auparse/gstauparse.c: Fix for some uninitialized variables in previous pa...Ronald S. Bultje2004-05-111-9/+1
* gst/auparse/gstauparse.c: eee (32, 64) only unsupported formats are ADPCM/CCI...Stéphane Loeuillet2004-05-101-19/+62
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-32/+33