summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* avidemux still depends on riffDavid Schleef2003-10-311-0/+2
| | | | | Original commit message from CVS: avidemux still depends on riff
* first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte2003-10-3110-130/+102
| | | | | | | | | sys/oss, ext/gnomevfs, gst/typefind and ex... Original commit message from CVS: first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad. You guessed it, everything Rhythmbox needs ;) fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
* Doesn't need to load gstriffIain Holmes2003-10-311-2/+0
| | | | | Original commit message from CVS: Doesn't need to load gstriff
* Remove mpeg2encDavid Schleef2003-10-301-2/+1
| | | | | Original commit message from CVS: Remove mpeg2enc
* Fix makefiles for GstPropertyProbe. Combine all interfaces into a single ↵David Schleef2003-10-301-0/+3
| | | | | | | | libgst-interface. Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
* fix bytestream headerDavid Schleef2003-10-301-1/+1
| | | | | Original commit message from CVS: fix bytestream header
* Add a local copy of riff.h as we don't use rifflib anymore.Iain Holmes2003-10-293-295/+991
| | | | | | | | Original commit message from CVS: Add a local copy of riff.h as we don't use rifflib anymore. Rewrite the main loop to use bytestreams instead of rifflib. Make it a loopbased filter. Handle metadata, cues and labels as well
* Add a local copy of riff.h, and add metadata writing ability to wavencIain Holmes2003-10-293-6/+772
| | | | | Original commit message from CVS: Add a local copy of riff.h, and add metadata writing ability to wavenc
* Create type find function for gdk_pixbufDavid Schleef2003-10-291-0/+36
| | | | | Original commit message from CVS: Create type find function for gdk_pixbuf
* Move a few typefind functions to gst/typefind, remove all old typefinding ↵David Schleef2003-10-291-41/+0
| | | | | | | | 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
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-296-6/+6
| | | | | Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-2814-248/+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
* oops... I broke device settings in OSSRonald S. Bultje2003-10-281-2/+2
| | | | | Original commit message from CVS: oops... I broke device settings in OSS
* added glsink directoryGernot Ziegler2003-10-281-0/+1
| | | | | Original commit message from CVS: added glsink directory
* Rename osselement to ossmixer and only open audio device if we have at least ↵Ronald S. Bultje2003-10-261-2/+6
| | | | | | | one pad. This makes ossmixer *only* open... Original commit message from CVS: Rename osselement to ossmixer and only open audio device if we have at least one pad. This makes ossmixer *only* open the mixer, which means we can open multiple mixer sessions.
* Update FFMPEG snapshot to this morning's. Asked for by apoc.Ronald S. Bultje2003-10-261-1/+1
| | | | | Original commit message from CVS: Update FFMPEG snapshot to this morning's. Asked for by apoc.
* Oops, input <-> output confusionRonald S. Bultje2003-10-261-1/+1
| | | | | Original commit message from CVS: Oops, input <-> output confusion
* Change cvs host (mplayer)Jeremy Simon2003-10-231-2/+2
| | | | | | Original commit message from CVS: Change cvs host (mplayer) Add compression (z4)
* 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
* Add a parser for metadataIain Holmes2003-10-172-64/+219
| | | | | | | | | | Original commit message from CVS: Add a parser for metadata (demux_metadata): Given the buffer containing the metadata, look through it and get the info out of it. (wav_new_chunk_callback): Change the if statement to a switch statement. Handle GST_RIFF_TAG_LIST by changing what the type of list it is and parsing out metadata if it is "INFO".
* remove g_print() noisinessDavid Schleef2003-10-161-2/+0
| | | | | Original commit message from CVS: remove g_print() noisiness
* 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
* Set labels on mixer manually. This allows clearer names and - in the future ↵Ronald S. Bultje2003-10-141-9/+79
| | | | | | | - i18n Original commit message from CVS: Set labels on mixer manually. This allows clearer names and - in the future - i18n
* Typo fixRonald S. Bultje2003-10-141-1/+1
| | | | | Original commit message from CVS: Typo fix
* gcc-2.95 fixageRonald S. Bultje2003-10-141-1/+2
| | | | | Original commit message from CVS: gcc-2.95 fixage
* riff.h is in a different directoryDavid Schleef2003-10-131-1/+1
| | | | | Original commit message from CVS: riff.h is in a different directory
* 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-1014-585/+1250
| | | | | | | | | | | | | | | | | | | | | | 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-104-57/+172
| | | | | | | 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.
* Remove can_seek () because eventmasks was removed from sink pads - grrrRonald S. Bultje2003-10-091-25/+10
| | | | | Original commit message from CVS: Remove can_seek () because eventmasks was removed from sink pads - grrr
* changing 'channel' to 'track' to avoid naming overlapLeif Johnson2003-10-094-103/+102
| | | | | Original commit message from CVS: changing 'channel' to 'track' to avoid naming overlap
* Trivial fixes for GstBuffer->GstData migrationDavid Schleef2003-10-093-4/+4
| | | | | Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-0867-236/+287
| | | | | | | 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.
* updating some plugin categoriesLeif Johnson2003-10-089-9/+9
| | | | | Original commit message from CVS: updating some plugin categories
* Fix endianness problems in caps. Fixes #124006David Schleef2003-10-072-8/+8
| | | | | Original commit message from CVS: Fix endianness problems in caps. Fixes #124006
* Using correct spelling for visualizationJulien Moutte2003-10-061-4/+4
| | | | | Original commit message from CVS: Using correct spelling for visualization
* fix flac mimetypeJeremy Simon2003-10-041-1/+1
| | | | | Original commit message from CVS: fix flac mimetype
* 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 :)
* New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje2003-10-0116-131/+140
| | | | | | | | | | | | | | | | | | | | | 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-301-2/+3
| | | | | | | 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.
* Set keyframe flag only when it is a keyframe. This will break quite some ↵Ronald S. Bultje2003-09-301-1/+4
| | | | | | | formats because many encoders dont set this ... Original commit message from CVS: Set keyframe flag only when it is a keyframe. This will break quite some formats because many encoders dont set this flag correctly, but I'll fix that as I encounter them. divx5 works correctly now. ;).
* In the intfloat conversion elements, there were bugs when the float buffer ↵Andy Wingo2003-09-301-40/+15
| | | | | | | | | | | | | | was bigger than the int buffer (in frames)... Original commit message from CVS: In the intfloat conversion elements, there were bugs when the float buffer was bigger than the int buffer (in frames). That's now fixed, some style issues are "fixed" (subjectively), mallocs are removed from int2float's processing loop, and the default buffer size was raised to 256 frames to give better performance in the default case. Wavenc was modified to not set an event handler on its sink pad. It deals with EOS in its chain function instead.
* I thought I removed these two...Ronald S. Bultje2003-09-292-525/+0
| | | | | Original commit message from CVS: I thought I removed these two...
* cvs ignoreThomas Vander Stichele2003-09-281-0/+1
| | | | | Original commit message from CVS: cvs ignore
* add elapsed timeThomas Vander Stichele2003-09-281-2/+16
| | | | | Original commit message from CVS: add elapsed time
* update with latest fixesChristian Schaller2003-09-271-2/+8
| | | | | Original commit message from CVS: update with latest fixes