summaryrefslogtreecommitdiffstats
path: root/gst/auparse/gstauparse.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-1/+1
* Auparse ported to 0.9. Tested with filesrc ! auparse ! osssink and alsasinkEdgard Lima2005-09-221-47/+41
* 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
* local include fixesSteve Lhomme2004-07-261-1/+1
* 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
* gst-indentThomas Vander Stichele2004-03-141-88/+82
* gst/ac3parse/gstac3parse.c: update to checklist 5David Schleef2004-01-271-0/+1
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-2/+2
* Merge CAPS branchDavid Schleef2003-12-221-50/+28
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Changes for new plugin init codeDavid Schleef2003-11-011-25/+33
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-281-35/+0
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-4/+5
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-011-6/+13
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-151-1/+3
* Fix wrong mimetype, might cause #119272Ronald S. Bultje2003-08-061-1/+1
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-241-0/+3
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-17/+26
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-2/+5
* Fix typo in last checkinDavid Schleef2003-05-201-1/+0
* Fix typo (incorrect pointer dereference). Change the magic number for little...David Schleef2003-05-201-2/+4
* Fix a bunch of endianness conversions that were done as long instead of int32...David Schleef2003-04-071-13/+13
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-101-1/+1
* add ranks only for plugins who participate in autoplugging. If you have a fi...Steve Baker2002-05-311-0/+1
* a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo2002-04-201-1/+1
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo2002-04-111-11/+11