summaryrefslogtreecommitdiffstats
path: root/ext/audiofile
AgeCommit message (Expand)AuthorFilesLines
2005-06-03ext/audiofile/gstafparse.c: Portability fix for non-exported function (#305435).Ronald S. Bultje1-2/+17
2005-05-05ex/: Even more gcc-4.0 fixes.Tim-Philipp Müller1-1/+4
2004-11-09ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte3-9/+3
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet1-1/+1
2004-05-13ext/audiofile/gstafparse.c: change class to Codec/Demuxer/AudioStéphane Loeuillet1-1/+1
2004-05-12ext/audiofile/gstafsrc.c: Remove old debug outputJan Schmidt1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele3-111/+114
2004-03-15*.h: Revert indentingJohan Dahlin3-142/+130
2004-03-14gst-indentThomas Vander Stichele7-595/+575
2004-02-02remove textdomain callsThomas Vander Stichele2-2/+0
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2-4/+4
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele2-4/+4
2004-01-19putting i18n in place for pluginsThomas Vander Stichele2-2/+13
2004-01-19fix i18n includeThomas Vander Stichele2-2/+2
2004-01-18use new error signal and classificationThomas Vander Stichele2-25/+25
2004-01-07Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje1-4/+17
2004-01-02Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2-3/+4
2003-12-22Merge CAPS branchDavid Schleef3-101/+83
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje4-3/+3
2003-11-03remove audiofile typefinding because it is buggy and we support all of its fo...Benjamin Otte3-198/+1
2003-11-01Update all the audiofile stuffIain Holmes8-63/+72
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding cod...David Schleef3-44/+34
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef1-1/+1
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte2-1/+4
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo3-11/+12
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2-3/+2
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2-17/+10
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2-10/+17
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef1-2/+2
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje3-40/+28
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte3-7/+16
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef1-1/+1
2003-01-01Remove PAD_EOSWim Taymans1-1/+0
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
2002-09-18plugins part of license field patchChristian Schaller3-3/+6
2002-09-12don't play with spider until spider can do heavy seekingSteve Baker1-1/+1
2002-09-09removing warnings as approved by wimThomas Vander Stichele2-17/+10
2002-06-08reorderThomas Vander Stichele1-1/+1
2002-05-31add ranks only for plugins who participate in autoplugging. If you have a fi...Steve Baker1-0/+1
2002-05-28dist fixThomas Vander Stichele1-1/+1
2002-05-27various AC_HELP_STRING changesThomas Vander Stichele1-5/+5
2002-05-26- Changed plugins for new APIsWim Taymans8-53/+69
2002-05-15use new bytestream apiSteve Baker1-15/+46
2002-05-13still in anal-retentive mode, please make liberal use of the delete keyThomas Vander Stichele1-9/+9
2002-04-26use correct mime type for the types supported by audiofileSteve Baker2-4/+36
2002-04-24added a typefind function for all supported audiofile types.Steve Baker2-13/+199
2002-04-22- when possible, bypass afReadFrames and just access the data directly. this ...Steve Baker1-110/+61