summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixes:TYPEFINDBenjamin Otte2003-10-2410-269/+20
| | | | | | | | Original commit message from CVS: fixes: - bytestream needs to be gst_library_loaded again - typecast correctly on guint8* => guint32* in typefinding - remove unused/unnecessary files
* initial typefind checkin. All typefind functions have been put into one ↵Benjamin Otte2003-10-2324-632/+274
| | | | | | | single plugin in gst/typefind Original commit message from CVS: initial typefind checkin. All typefind functions have been put into one single plugin in gst/typefind
* Add gstxvid.h (#125106)TYPEFIND-ROOTRonald S. Bultje2003-10-211-1/+1
| | | | | Original commit message from CVS: Add gstxvid.h (#125106)
* bump version to 0.7.1.1David Schleef2003-10-201-1/+1
| | | | | Original commit message from CVS: bump version to 0.7.1.1
* bump to 0.7.1David Schleef2003-10-201-1/+1
| | | | | Original commit message from CVS: bump to 0.7.1
* Gerd approved license change, so this code is now LGPL tooRonald S. Bultje2003-10-201-5/+2
| | | | | Original commit message from CVS: Gerd approved license change, so this code is now LGPL too
* change printfs to GST_DEBUGDavid Schleef2003-10-161-3/+3
| | | | | Original commit message from CVS: change printfs to GST_DEBUG
* fix or no fix, we will surviveChristian Schaller2003-10-161-1/+1
| | | | | Original commit message from CVS: fix or no fix, we will survive
* added colorbalance to spec added mixer to spec added tuner to spec added ↵Christian Schaller2003-10-161-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
* death to kde-audio-devel, long live arts-develChristian Schaller2003-10-161-2/+2
| | | | | Original commit message from CVS: death to kde-audio-devel, long live arts-devel
* Forgot to commit Makefile.am - these remove the marshallers and add ↵Ronald S. Bultje2003-10-142-34/+10
| | | | | | | interface implementation files Original commit message from CVS: Forgot to commit Makefile.am - these remove the marshallers and add interface implementation files
* Fix for Andy's GstBuffer->GstData changesRonald S. Bultje2003-10-141-10/+16
| | | | | Original commit message from CVS: Fix for Andy's GstBuffer->GstData changes
* Add audio/x-id3 as a mimetype handled by mad.Iain Holmes2003-10-131-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
* no, we don't require bytestream anymoreBenjamin Otte2003-10-133-6/+5
| | | | | Original commit message from CVS: no, we don't require bytestream anymore
* Woah, I'm f***ing annoyed that someonme never tests his changes and figures ↵Benjamin Otte2003-10-131-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
* another file that needs to be addedDavid Schleef2003-10-111-0/+1
| | | | | Original commit message from CVS: another file that needs to be added
* Some interface implementations for video4linux/video4linux2 plugins: a Tuner ↵Ronald S. Bultje2003-10-1033-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!
* Make GstMixerTrack a GObject. I also want to make it emit several signals, ↵Ronald S. Bultje2003-10-105-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.
* changing 'channel' to 'track' to avoid naming overlapLeif Johnson2003-10-092-62/+68
| | | | | Original commit message from CVS: changing 'channel' to 'track' to avoid naming overlap
* adding G_BEGIN and G_END_DECLSLeif Johnson2003-10-091-0/+4
| | | | | Original commit message from CVS: adding G_BEGIN and G_END_DECLS
* More Andy fixageRonald S. Bultje2003-10-092-2/+2
| | | | | Original commit message from CVS: More Andy fixage
* Fix more typos in Andy's GstData commitRonald S. Bultje2003-10-092-2/+2
| | | | | Original commit message from CVS: Fix more typos in Andy's GstData commit
* Trivial fixes for GstBuffer->GstData migrationDavid Schleef2003-10-092-9/+9
| | | | | Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
* add object and struct paddingDavid Schleef2003-10-097-4/+28
| | | | | Original commit message from CVS: add object and struct padding
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-0866-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.
* just some code cleanupLeif Johnson2003-10-082-103/+64
| | | | | Original commit message from CVS: just some code cleanup
* updating some plugin categoriesLeif Johnson2003-10-081-1/+1
| | | | | Original commit message from CVS: updating some plugin categories
* Using correct spelling for visualizationJulien Moutte2003-10-061-4/+4
| | | | | Original commit message from CVS: Using correct spelling for visualization
* There was a floating doubt on the way visualization is written. We use 'z' ↵Julien Moutte2003-10-065-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
* Fix typefind function for BBB's new systemDavid Schleef2003-10-031-2/+6
| | | | | Original commit message from CVS: Fix typefind function for BBB's new system
* update with latest typefind changes, spec should once again work :)Christian Schaller2003-10-031-3/+3
| | | | | Original commit message from CVS: update with latest typefind changes, spec should once again work :)
* Corrected macro in medi-info-priv.h so that it follows ISO standards, and ↵Brian Cameron2003-10-022-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
* New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje2003-10-0123-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
* Add new element: frame dropper. This element inserts/drops frames to go from ↵Ronald S. Bultje2003-09-304-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.
* Improve quality of encoding and decoding quite a bitRonald S. Bultje2003-09-302-9/+12
| | | | | Original commit message from CVS: Improve quality of encoding and decoding quite a bit
* conform to the buffer-frames props entry -- much nicer now...Andy Wingo2003-09-303-169/+159
| | | | | Original commit message from CVS: conform to the buffer-frames props entry -- much nicer now...
* update with latest fixesChristian Schaller2003-09-271-2/+8
| | | | | Original commit message from CVS: update with latest fixes
* make ffmpeg erroring out work:Benjamin Otte2003-09-272-3/+10
| | | | | | | Original commit message from CVS: make ffmpeg erroring out work: - don't built gst-libs/ext/ffmpeg - don't update Tag when cvs command fails
* add navigation subdirDavid Schleef2003-09-271-2/+3
| | | | | Original commit message from CVS: add navigation subdir
* add navigation interfaceDavid Schleef2003-09-273-0/+167
| | | | | Original commit message from CVS: add navigation interface
* Add navigationDavid Schleef2003-09-271-0/+1
| | | | | Original commit message from CVS: Add navigation
* sort the list of plugins that are built and don't spit out so much empty linesBenjamin Otte2003-09-252-2/+4
| | | | | Original commit message from CVS: sort the list of plugins that are built and don't spit out so much empty lines
* Sync'ed files up to nautilus-media/media-info versions, and fixed them for ↵Iain Holmes2003-09-236-585/+1042
| | | | | | | errors and deprecated functions Original commit message from CVS: Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions
* make sure gtk apps are builtThomas Vander Stichele2003-09-211-0/+1
| | | | | Original commit message from CVS: make sure gtk apps are built
* add versioning to gst-launch-ext and gst-visualise and add new files to specChristian Schaller2003-09-192-7/+11
| | | | | Original commit message from CVS: add versioning to gst-launch-ext and gst-visualise and add new files to spec
* version gst-launch command in gst-launch-extChristian Schaller2003-09-181-0/+1
| | | | | Original commit message from CVS: version gst-launch command in gst-launch-ext
* reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2003-09-1622-158/+90
| | | | | Original commit message from CVS: reverting error patch before making a branch.
* Changing have_xid to have_video_out to match the new GstVideoSink parent object.Julien Moutte2003-09-153-62/+93
| | | | | | | Original commit message from CVS: Changing have_xid to have_video_out to match the new GstVideoSink parent object. Adding have_vis_size. Fixing gst_play_connect_visualisation
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-1513-78/+131
| | | | | Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-159-12/+27
| | | | | Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending