summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/gstafparse.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-6/+5
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-4/+5
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo1-1/+0
2004-11-09ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte1-3/+1
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-03-15don't mix tabs and spacesThomas Vander Stichele1-59/+60
2004-03-14gst-indentThomas Vander Stichele1-208/+206
2004-01-02Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef1-1/+2
2003-12-22Merge CAPS branchDavid Schleef1-46/+37
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-01Update all the audiofile stuffIain Holmes1-18/+19
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-5/+5
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje1-2/+1
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-31/+25
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-2/+5
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef1-1/+1
2002-09-18plugins part of license field patchChristian Schaller1-1/+2
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 Stichele1-14/+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-26- Changed plugins for new APIsWim Taymans1-18/+9
2002-05-15use new bytestream apiSteve Baker1-15/+46
2002-04-26use correct mime type for the types supported by audiofileSteve Baker1-2/+12
2002-04-24added a typefind function for all supported audiofile types.Steve Baker1-13/+13
2002-04-22- when possible, bypass afReadFrames and just access the data directly. this ...Steve Baker1-110/+61
2002-04-21this works for me locally now, however it requires:Steve Baker1-38/+67
2002-04-21afparse will eventually be able to support pipelines like: gst-launch filesrc...Steve Baker1-0/+525