summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2003-11-02This one was missingRonald S. Bultje1-33/+28
Original commit message from CVS: This one was missing
2003-11-02fix for new plugin systemBenjamin Otte5-90/+105
Original commit message from CVS: fix for new plugin system
2003-11-02SMPTE transitions doneRonald S. Bultje1-26/+29
Original commit message from CVS: SMPTE transitions done
2003-11-02Again one doneRonald S. Bultje1-22/+28
Original commit message from CVS: Again one done
2003-11-02... almost done nowRonald S. Bultje3-35/+39
Original commit message from CVS: ... almost done now
2003-11-02Hi. I'm the reason why GstElementDetails uses a macro nowBenjamin Otte1-3/+3
Original commit message from CVS: Hi. I'm the reason why GstElementDetails uses a macro now
2003-11-02Quicktime demuxer ported to new interfaceRonald S. Bultje1-22/+27
Original commit message from CVS: Quicktime demuxer ported to new interface
2003-11-02More more more more zzzzz I need sleepRonald S. Bultje1-22/+26
Original commit message from CVS: More more more more zzzzz I need sleep
2003-11-02Passthrough... New plugin system... Bla...Ronald S. Bultje1-20/+26
Original commit message from CVS: Passthrough... New plugin system... Bla...
2003-11-02Last o pluginRonald S. Bultje1-28/+31
Original commit message from CVS: Last o plugin
2003-11-02fix for new plugin systemBenjamin Otte2-53/+57
Original commit message from CVS: fix for new plugin system
2003-11-02WhaaaaaaaaaaaaaaaaaaaaaackRonald S. Bultje1-24/+27
Original commit message from CVS: Whaaaaaaaaaaaaaaaaaaaaaack
2003-11-02More More MoreRonald S. Bultje1-22/+26
Original commit message from CVS: More More More
2003-11-02And again one moreRonald S. Bultje1-27/+31
Original commit message from CVS: And again one more
2003-11-02Again one more doneRonald S. Bultje1-23/+29
Original commit message from CVS: Again one more done
2003-11-02fix to new plugin systemBenjamin Otte1-25/+28
Original commit message from CVS: fix to new plugin system
2003-11-02I'm too lazy to comment thisRonald S. Bultje1-21/+25
Original commit message from CVS: .
2003-11-02more, and more, and more...Ronald S. Bultje1-21/+28
Original commit message from CVS: more, and more, and more...
2003-11-02Updated for the new plugin loading codeJan Schmidt5-54/+80
Original commit message from CVS: Updated for the new plugin loading code
2003-11-02Use GST_ELEMENT_DETAILS for initialising GstElementDetailsJan Schmidt1-3/+3
Original commit message from CVS: Use GST_ELEMENT_DETAILS for initialising GstElementDetails
2003-11-02Updated to the new plugin loading codeJan Schmidt1-23/+29
Original commit message from CVS: Updated to the new plugin loading code
2003-11-02Use GST_ELEMENT_DETAILS macro to initialise the structureJan Schmidt1-2/+2
Original commit message from CVS: Use GST_ELEMENT_DETAILS macro to initialise the structure
2003-11-02Updated for the new plugin loading codeJan Schmidt1-21/+29
Original commit message from CVS: Updated for the new plugin loading code
2003-11-02Make smoothwave compile againIain Holmes1-17/+22
Original commit message from CVS: Make smoothwave compile again
2003-11-01CDXAParse and chart ported to new styleIain Holmes2-43/+51
Original commit message from CVS: CDXAParse and chart ported to new style
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding ↵David Schleef1-8/+1
code from bitrotten plugins Original commit message from CVS: Move a few typefind functions to gst/typefind, remove all old typefinding code from bitrotten plugins
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef5-5/+5
Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte17-609/+23
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-13no, we don't require bytestream anymoreBenjamin Otte2-4/+3
Original commit message from CVS: no, we don't require bytestream anymore
2003-10-13Woah, I'm f***ing annoyed that someonme never tests his changes and figures ↵Benjamin Otte1-1/+2
out that every freakin' format is identif... Original commit message from CVS: Woah, I'm f***ing annoyed that someonme never tests his changes and figures out that every freakin' format is identified as text/plain
2003-10-09Trivial fixes for GstBuffer->GstData migrationDavid Schleef1-2/+2
Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo34-102/+127
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-08just some code cleanupLeif Johnson2-103/+64
Original commit message from CVS: just some code cleanup
2003-10-08updating some plugin categoriesLeif Johnson1-1/+1
Original commit message from CVS: updating some plugin categories
2003-10-01New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje13-407/+361
been modified to use this new typefind syste... Original commit message from CVS: New typefind system: * bytestream is now part of the core * all plugins have been modified to use this new typefind system * asf typefinding added * mpeg video stream typefiding removed because it's broken * duplicate typefind entries removed * extra id3 typefinding added, because we've seen 4 types of files (riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs to work. Instead, I've added an id3 element and let it redo typefiding after the id3 header. this needs a hack because spider only typefinds once. We can remove this hack once spider supports multiple typefinds. * with all this, mp3 typefinding is semi-rewritten * id3 typefinding in flac/vorbis is removed, it's no longer needed * fixed spider and gst-typefind to use this, too. * Other general cleanups
2003-09-30Add new element: frame dropper. This element inserts/drops frames to go from ↵Ronald S. Bultje3-0/+327
a certain input framerate to a certain o... Original commit message from CVS: Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain output framerate. It's extremely simple and that's why it's so cute.
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele9-27/+12
Original commit message from CVS: reverting error patch before making a branch.
2003-09-15converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte9-12/+27
Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
2003-09-12Add mpegversion(1) to the capsRonald S. Bultje1-0/+1
Original commit message from CVS: Add mpegversion(1) to the caps
2003-09-11Remove all locally-defined optimization flagsDavid Schleef8-17/+9
Original commit message from CVS: Remove all locally-defined optimization flags
2003-08-10Remove redundant plugindir definitionDavid Schleef27-28/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-08-05Fix up small issues (fixes #119036)Ronald S. Bultje1-9/+17
Original commit message from CVS: Fix up small issues (fixes #119036)
2003-08-04Add DURATION support. It still doesn't work, see #119036 for why and on how ↵Ronald S. Bultje1-0/+1
to fix it Original commit message from CVS: Add DURATION support. It still doesn't work, see #119036 for why and on how to fix it
2003-07-29Fix weird leftovers from the old mimetype era and also implement duration ↵Ronald S. Bultje1-2/+4
support Original commit message from CVS: Fix weird leftovers from the old mimetype era and also implement duration support
2003-07-25Adding needed license information. The patch was reviewed and approved byBrian Cameron5-3/+42
Original commit message from CVS: Adding needed license information. The patch was reviewed and approved by Christian Shaller. Ronald Bultje and Benjamin also responded with comments.
2003-07-25Rewrote the core function. Added some nice #defines that should probably go ↵David Schleef1-22/+39
in gstvideo.h. Fixes #118245. Original commit message from CVS: Rewrote the core function. Added some nice #defines that should probably go in gstvideo.h. Fixes #118245.
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef3-1/+11
Original commit message from CVS: Add buffer length checks to every typefinding function
2003-07-22A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.Joshua N. Pritikin1-1/+1
Original commit message from CVS: A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
2003-07-19+ the last of the float caps changes ... these are a bit more pervasiveLeif Johnson7-92/+58
Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
2003-07-19+ changes for new float caps without slope/intercept + some category changes ↵Leif Johnson1-1/+1
for plugins Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins