summaryrefslogtreecommitdiffstats
path: root/gst/wavparse
Commit message (Expand)AuthorAgeFilesLines
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-304/+308
* *.h: Revert indentingJohan Dahlin2004-03-152-153/+132
* gst-indentThomas Vander Stichele2004-03-143-680/+695
* ext/aalib/gstaasink.c: Add fixate function. (bug #131128)David Schleef2004-03-061-0/+1
* debug updatesThomas Vander Stichele2004-03-061-14/+38
* gst/wavparse/gstwavparse.c: Fix a caps memleak.David Schleef2004-02-051-2/+4
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-3/+3
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-3/+3
* use new error signal and classificationThomas Vander Stichele2004-01-181-3/+4
* ext/esd/esdsink.c: Remove property that handles osssink fallback.David Schleef2004-01-151-41/+19
* ext/divx/: Set category to divx4linux instead of divx (too generic).Ronald S. Bultje2004-01-142-35/+15
* gst/matroska/matroska-demux.c: Fix EBML-laced block parsing. Diffs are relati...Ronald S. Bultje2004-01-042-5/+39
* Fix some regressions caused by caps conversionDavid Schleef2004-01-021-8/+9
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-5/+3
* Merge CAPS branchDavid Schleef2003-12-222-93/+71
* Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje2003-12-181-14/+16
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-2/+2
* Don't flush if we come across a cue tag.Iain Holmes2003-11-141-37/+46
* disting fixes, pixbuf loader still borked in regards to distingChristian Schaller2003-11-091-1/+1
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-1/+0
* fix to new plugin systemBenjamin Otte2003-11-021-26/+29
* fix bytestream headerDavid Schleef2003-10-301-1/+1
* Add a local copy of riff.h as we don't use rifflib anymore.Iain Holmes2003-10-293-295/+991
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-281-42/+0
* Add a parser for metadataIain Holmes2003-10-172-64/+219
* riff.h is in a different directoryDavid Schleef2003-10-131-1/+1
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-6/+7
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-011-7/+20
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-6/+2
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-151-2/+6
* Fix regressions from using gstriff libraryDavid Schleef2003-08-133-92/+105
* Remove riff code, since it's duplicated in the riff libraryDavid Schleef2003-08-135-220/+13
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-26/+29
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-14/+17
* Added state change function where state is clearedWim Taymans2003-06-131-1/+38
* UNITS -> DEFAULTWim Taymans2003-05-241-7/+4
* make wavparse not segfault when somebody puts data at the end of the fileBenjamin Otte2003-05-171-5/+7
* bugfixes:Benjamin Otte2003-04-291-6/+13
* fixes to wavparse:Benjamin Otte2003-04-111-4/+35
* Commit header changes tooWim Taymans2003-03-021-0/+2
* Implement seeking on wavWim Taymans2003-03-011-65/+140
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2003-02-021-1/+1
* Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 an...Owen Fraser-Green2003-01-311-2/+3
* 0 terminate query formatsWim Taymans2003-01-141-1/+2
* fix wavparse so that it handles mp1/2/3 unref buffers that aren't pushed outThomas Vander Stichele2003-01-142-31/+113
* Fix plugins for new query APIWim Taymans2002-12-301-7/+7
* parallel install fixesThomas Vander Stichele2002-12-082-2/+2
* Applied endianess fix and unsigned data fix from Jon NallChristian Schaller2002-12-082-17/+20