summaryrefslogtreecommitdiff
path: root/ext/audiofile
Commit message (Expand)AuthorAgeFilesLines
* ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte2004-11-093-9/+3
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-1/+1
* ext/audiofile/gstafparse.c: change class to Codec/Demuxer/AudioStéphane Loeuillet2004-05-131-1/+1
* ext/audiofile/gstafsrc.c: Remove old debug outputJan Schmidt2004-05-121-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-153-111/+114
* *.h: Revert indentingJohan Dahlin2004-03-153-142/+130
* gst-indentThomas Vander Stichele2004-03-147-595/+575
* remove textdomain callsThomas Vander Stichele2004-02-022-2/+0
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-022-4/+4
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-292-4/+4
* putting i18n in place for pluginsThomas Vander Stichele2004-01-192-2/+13
* fix i18n includeThomas Vander Stichele2004-01-192-2/+2
* use new error signal and classificationThomas Vander Stichele2004-01-182-25/+25
* Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje2004-01-071-4/+17
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-022-3/+4
* Merge CAPS branchDavid Schleef2003-12-223-101/+83
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-074-3/+3
* remove audiofile typefinding because it is buggy and we support all of its fo...Benjamin Otte2003-11-033-198/+1
* Update all the audiofile stuffIain Holmes2003-11-018-63/+72
* Move a few typefind functions to gst/typefind, remove all old typefinding cod...David Schleef2003-10-293-44/+34
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-282-1/+4
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-083-11/+12
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-012-3/+2
* reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2003-09-162-17/+10
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-152-10/+17
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-241-2/+2
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-063-40/+28
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-293-7/+16
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2003-02-021-1/+1
* Remove PAD_EOSWim Taymans2003-01-011-1/+0
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
* plugins part of license field patchChristian Schaller2002-09-183-3/+6
* don't play with spider until spider can do heavy seekingSteve Baker2002-09-121-1/+1
* removing warnings as approved by wimThomas Vander Stichele2002-09-092-17/+10
* reorderThomas Vander Stichele2002-06-081-1/+1
* add ranks only for plugins who participate in autoplugging. If you have a fi...Steve Baker2002-05-311-0/+1
* dist fixThomas Vander Stichele2002-05-281-1/+1
* various AC_HELP_STRING changesThomas Vander Stichele2002-05-271-5/+5
* - Changed plugins for new APIsWim Taymans2002-05-268-53/+69
* use new bytestream apiSteve Baker2002-05-151-15/+46
* still in anal-retentive mode, please make liberal use of the delete keyThomas Vander Stichele2002-05-131-9/+9
* use correct mime type for the types supported by audiofileSteve Baker2002-04-262-4/+36
* added a typefind function for all supported audiofile types.Steve Baker2002-04-242-13/+199
* - when possible, bypass afReadFrames and just access the data directly. this ...Steve Baker2002-04-221-110/+61
* this works for me locally now, however it requires:Steve Baker2002-04-211-38/+67
* afparse will eventually be able to support pipelines like: gst-launch filesrc...Steve Baker2002-04-212-0/+628