summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-10-30First attempt (actually third) at a property probing interfaceDavid Schleef3-0/+258
Original commit message from CVS: First attempt (actually third) at a property probing interface
2003-10-30change Iface to InterfaceDavid Schleef2-7/+7
Original commit message from CVS: change Iface to Interface
2003-10-29Change Class to Iface. Fix casting macros.David Schleef2-18/+14
Original commit message from CVS: Change Class to Iface. Fix casting macros.
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding ↵David Schleef6-116/+35
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 Schleef11-11/+11
Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
2003-10-28Don't use GstInterfaceDavid Schleef2-4/+2
Original commit message from CVS: Don't use GstInterface
2003-10-28Disable lame in ffmpeg, tooRonald S. Bultje1-1/+0
Original commit message from CVS: Disable lame in ffmpeg, too
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte28-648/+41
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-28added glsink directoryGernot Ziegler1-0/+1
Original commit message from CVS: added glsink directory
2003-10-28welcome to glsink for 0.7.x :)Gernot Ziegler11-0/+3276
Original commit message from CVS: welcome to glsink for 0.7.x :)
2003-10-28Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and ↵Ronald S. Bultje1-2/+0
we've got our own ogg/vorbis codec already Original commit message from CVS: Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got our own ogg/vorbis codec already
2003-10-28Add XOverlay interface support to both sdlvideosink and xvideosink. They're ↵Ronald S. Bultje3-174/+327
fully interchangeable now. Original commit message from CVS: Add XOverlay interface support to both sdlvideosink and xvideosink. They're fully interchangeable now.
2003-10-26Update FFMPEG snapshot to this morning's. Asked for by apoc.Ronald S. Bultje4-106/+131
Original commit message from CVS: Update FFMPEG snapshot to this morning's. Asked for by apoc.
2003-10-26Oops, input <-> output confusionRonald S. Bultje1-1/+1
Original commit message from CVS: Oops, input <-> output confusion
2003-10-23Change cvs host (mplayer)Jeremy Simon1-2/+2
Original commit message from CVS: Change cvs host (mplayer) Add compression (z4)
2003-10-21Add gstxvid.h (#125106)TYPEFIND-ROOTRonald S. Bultje1-1/+1
Original commit message from CVS: Add gstxvid.h (#125106)
2003-10-20bump version to 0.7.1.1David Schleef1-1/+1
Original commit message from CVS: bump version to 0.7.1.1
2003-10-20bump to 0.7.1David Schleef1-1/+1
Original commit message from CVS: bump to 0.7.1
2003-10-20Gerd approved license change, so this code is now LGPL tooRonald S. Bultje1-5/+2
Original commit message from CVS: Gerd approved license change, so this code is now LGPL too
2003-10-16change printfs to GST_DEBUGDavid Schleef1-3/+3
Original commit message from CVS: change printfs to GST_DEBUG
2003-10-16fix or no fix, we will surviveChristian Schaller1-1/+1
Original commit message from CVS: fix or no fix, we will survive
2003-10-16added colorbalance to spec added mixer to spec added tuner to spec added ↵Christian Schaller1-0/+17
xoverlay to spec a little luv goes a long way Original commit message from CVS: * added colorbalance to spec * added mixer to spec * added tuner to spec * added xoverlay to spec * a little luv goes a long way
2003-10-16death to kde-audio-devel, long live arts-develChristian Schaller1-2/+2
Original commit message from CVS: death to kde-audio-devel, long live arts-devel
2003-10-14Forgot to commit Makefile.am - these remove the marshallers and add ↵Ronald S. Bultje2-34/+10
interface implementation files Original commit message from CVS: Forgot to commit Makefile.am - these remove the marshallers and add interface implementation files
2003-10-14Fix for Andy's GstBuffer->GstData changesRonald S. Bultje1-10/+16
Original commit message from CVS: Fix for Andy's GstBuffer->GstData changes
2003-10-13Add audio/x-id3 as a mimetype handled by mad.Iain Holmes1-1/+2
Original commit message from CVS: Add audio/x-id3 as a mimetype handled by mad. Could also be a flac file apparently, but this allows it to work more times than it does currently
2003-10-13no, we don't require bytestream anymoreBenjamin Otte3-6/+5
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-11another file that needs to be addedDavid Schleef1-0/+1
Original commit message from CVS: another file that needs to be added
2003-10-10Some interface implementations for video4linux/video4linux2 plugins: a Tuner ↵Ronald S. Bultje33-591/+3196
interface, with which one can select inp... Original commit message from CVS: Some interface implementations for video4linux/video4linux2 plugins: * a Tuner interface, with which one can select inputs and stations. Audio work is underway here, but unfinished. * A Xoverlay interface with which one can do simple overlay. Similar to the API of the v4l/Xv XFree86 extension. Widget implementation for GTK-2.0 coming up in the sandbox. * Colorbalance - for adapting colors (brightness, contrast, etc.) - pretty basic and maybe somewhat overdesigned. But it'll do for now. Apart from these interfaces, there's also a loadable library 'xwindowlistener' that listenes to X for the movement of a window and the overlap of other windows. This is partly copied from xawtv (and thus partly GPL :(), but it's needed for the xoverlay interface implementation in the v4l/v4l2 elements. Lastly, some small changes to remove redundant properties from the v4l/v4l2 elements since these can be done much simpler. Comments appreciated!
2003-10-10Make GstMixerTrack a GObject. I also want to make it emit several signals, ↵Ronald S. Bultje5-35/+221
starting work is in here but it's not full... Original commit message from CVS: Make GstMixerTrack a GObject. I also want to make it emit several signals, starting work is in here but it's not fully implemented yet. for OSS, this will cause issues, but for ALSA, this is all automated.
2003-10-09changing 'channel' to 'track' to avoid naming overlapLeif Johnson2-62/+68
Original commit message from CVS: changing 'channel' to 'track' to avoid naming overlap
2003-10-09adding G_BEGIN and G_END_DECLSLeif Johnson1-0/+4
Original commit message from CVS: adding G_BEGIN and G_END_DECLS
2003-10-09More Andy fixageRonald S. Bultje2-2/+2
Original commit message from CVS: More Andy fixage
2003-10-09Fix more typos in Andy's GstData commitRonald S. Bultje2-2/+2
Original commit message from CVS: Fix more typos in Andy's GstData commit
2003-10-09Trivial fixes for GstBuffer->GstData migrationDavid Schleef2-9/+9
Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
2003-10-09add object and struct paddingDavid Schleef7-4/+28
Original commit message from CVS: add object and struct padding
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo66-199/+245
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-06Using correct spelling for visualizationJulien Moutte1-4/+4
Original commit message from CVS: Using correct spelling for visualization
2003-10-06There was a floating doubt on the way visualization is written. We use 'z' ↵Julien Moutte5-39/+38
everywhere now. Both in gst-player and lib... Original commit message from CVS: There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and libgstplay
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-10-03update with latest typefind changes, spec should once again work :)Christian Schaller1-3/+3
Original commit message from CVS: update with latest typefind changes, spec should once again work :)
2003-10-02Corrected macro in medi-info-priv.h so that it follows ISO standards, and ↵Brian Cameron2-1/+10
removed broken return from void function in... Original commit message from CVS: Corrected macro in medi-info-priv.h so that it follows ISO standards, and removed broken return from void function in navigation.c
2003-10-01New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje23-425/+373
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. Bultje4-2/+330
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-30Improve quality of encoding and decoding quite a bitRonald S. Bultje2-9/+12
Original commit message from CVS: Improve quality of encoding and decoding quite a bit
2003-09-30conform to the buffer-frames props entry -- much nicer now...Andy Wingo3-169/+159
Original commit message from CVS: conform to the buffer-frames props entry -- much nicer now...
2003-09-27update with latest fixesChristian Schaller1-2/+8
Original commit message from CVS: update with latest fixes