summaryrefslogtreecommitdiffstats
path: root/ext/swfdec
AgeCommit message (Collapse)AuthorFilesLines
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
Original commit message from CVS: + checking in plugin category changes
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje1-1/+0
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-11-03fix for new plugin systemBenjamin Otte1-29/+30
Original commit message from CVS: fix for new plugin system
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-27/+0
Original commit message from CVS: merge TYPEFIND branch. Major changes: - totally reworked type(find) system - all typefind functions are in gst/typefind now - more typefind functions then before - some plugins might fail to compile now because I don't have them installed and they a) require bytestream or b) haven't had their typefind fixed. Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
2003-10-16change printfs to GST_DEBUGDavid Schleef1-3/+3
Original commit message from CVS: change printfs to GST_DEBUG
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo1-5/+5
deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
2003-10-03Fix typefind function for BBB's new systemDavid Schleef1-2/+6
Original commit message from CVS: Fix typefind function for BBB's new system
2003-08-25two small build fixesChristian Schaller1-0/+1
Original commit message from CVS: two small build fixes
2003-08-10Remove redundant plugindir definitionDavid Schleef1-2/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef1-0/+3
Original commit message from CVS: Add buffer length checks to every typefinding function
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2-18/+10
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-1/+4
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-13hack removalWim Taymans1-4/+0
Original commit message from CVS: hack removal
2003-05-24UNITS -> DEFAULTWim Taymans1-19/+3
Original commit message from CVS: UNITS -> DEFAULT
2003-04-22Rewrote much of the code. Hopefully will work with gst-player now.David Schleef1-482/+61
Original commit message from CVS: Rewrote much of the code. Hopefully will work with gst-player now.
2003-01-23Add length queryingDavid Schleef1-36/+14
Original commit message from CVS: Add length querying
2003-01-17Update for new APIDavid Schleef2-35/+37
Original commit message from CVS: Update for new API
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-1/+1
Original commit message from CVS: PadConnect -> PadLink
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-8/+8
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2002-12-30Fix plugins for new query APIWim Taymans1-5/+5
Original commit message from CVS: Fix plugins for new query API
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-12-05sanity check in case of symbol clashes with avifileDavid I. Lehn1-0/+1
Original commit message from CVS: sanity check in case of symbol clashes with avifile
2002-09-18plugins part of license field patchChristian Schaller1-0/+1
Original commit message from CVS: plugins part of license field patch
2002-09-15Add SWF Flash decoder plugin based on libswfdecDavid Schleef3-0/+1241
Original commit message from CVS: Add SWF Flash decoder plugin based on libswfdec