summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* add config.hDavid Schleef2003-11-061-0/+3
| | | | | Original commit message from CVS: add config.h
* make sure config.h is included firstDavid Schleef2003-11-065-0/+15
| | | | | Original commit message from CVS: make sure config.h is included first
* Fixes for new plugin systemDavid Schleef2003-11-031-19/+12
| | | | | Original commit message from CVS: Fixes for new plugin system
* fix template, tooBenjamin Otte2003-11-021-21/+27
| | | | | Original commit message from CVS: fix template, too
* BlaRonald S. Bultje2003-11-023-68/+86
| | | | | Original commit message from CVS: Bla
* forgot to make the element details static in hereBenjamin Otte2003-11-021-1/+1
| | | | | Original commit message from CVS: forgot to make the element details static in here
* fix for new plugin systemBenjamin Otte2003-11-024-57/+65
| | | | | Original commit message from CVS: fix for new plugin system
* SMPTE transitions doneRonald S. Bultje2003-11-021-26/+29
| | | | | Original commit message from CVS: SMPTE transitions done
* RTP doneRonald S. Bultje2003-11-0217-152/+169
| | | | | Original commit message from CVS: RTP done
* Quicktime demuxer ported to new interfaceRonald S. Bultje2003-11-021-22/+27
| | | | | Original commit message from CVS: Quicktime demuxer ported to new interface
* fix for new plugin systemBenjamin Otte2003-11-022-87/+92
| | | | | Original commit message from CVS: fix for new plugin system
* That was monoscope...Ronald S. Bultje2003-11-021-22/+27
| | | | | Original commit message from CVS: That was monoscope...
* fix to new plugin systemBenjamin Otte2003-11-022-52/+58
| | | | | Original commit message from CVS: fix to new plugin system
* Hm...:Ronald S. Bultje2003-11-021-22/+30
| | | | | Original commit message from CVS: Hm...:
* *sigh*Ronald S. Bultje2003-11-021-21/+28
| | | | | Original commit message from CVS: *sigh*
* ......Ronald S. Bultje2003-11-026-92/+110
| | | | | Original commit message from CVS: ......
* aaaaaaaaaaaaaaaaaaaahRonald S. Bultje2003-11-021-22/+27
| | | | | Original commit message from CVS: aaaaaaaaaaaaaaaaaaaah
* more, and more, and more...Ronald S. Bultje2003-11-021-21/+28
| | | | | Original commit message from CVS: more, and more, and more...
* Updated for the new plugin loading codeJan Schmidt2003-11-022-14/+40
| | | | | Original commit message from CVS: Updated for the new plugin loading code
* Use GST_ELEMENT_DETAILS for initialising GstElementDetailsJan Schmidt2003-11-021-3/+3
| | | | | Original commit message from CVS: Use GST_ELEMENT_DETAILS for initialising GstElementDetails
* Updated for the new plugin loading codeJan Schmidt2003-11-0210-108/+164
| | | | | Original commit message from CVS: Updated for the new plugin loading code
* Make smoothwave compile againIain Holmes2003-11-021-17/+22
| | | | | Original commit message from CVS: Make smoothwave compile again
* Cutter and EFence ported.Iain Holmes2003-11-012-47/+55
| | | | | | Original commit message from CVS: Cutter and EFence ported. I hope someone else hasn't been doing these and not committing what they've done.
* Merge plugins. Update to new plugin init codeDavid Schleef2003-11-013-133/+129
| | | | | Original commit message from CVS: Merge plugins. Update to new plugin init code
* Changes for new plugin init codeDavid Schleef2003-11-011-25/+33
| | | | | Original commit message from CVS: Changes for new plugin init code
* avidemux still depends on riffDavid Schleef2003-10-311-0/+2
| | | | | Original commit message from CVS: avidemux still depends on riff
* Doesn't need to load gstriffIain Holmes2003-10-311-2/+0
| | | | | Original commit message from CVS: Doesn't need to load gstriff
* 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
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-293-3/+3
| | | | | Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-288-204/+11
| | | | | | | | | | | | 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
* 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".
* 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
* 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
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-0843-155/+192
| | | | | | | 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-085-5/+5
| | | | | 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
* New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje2003-10-018-71/+95
| | | | | | | | | | | | | | | | | | | | | 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
* 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.
* 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
* added second example with plotting fixed some aestheticsThomas Vander Stichele2003-09-267-11/+160
| | | | | | Original commit message from CVS: added second example with plotting fixed some aesthetics
* build demo appThomas Vander Stichele2003-09-212-0/+139
| | | | | Original commit message from CVS: build demo app
* fix capsThomas Vander Stichele2003-09-211-48/+47
| | | | | Original commit message from CVS: fix caps
* remove debugging printsThomas Vander Stichele2003-09-212-9/+13
| | | | | Original commit message from CVS: remove debugging prints
* reworked level plugin. It now does RMS, peak, and decay peak signaling per ↵Thomas Vander Stichele2003-09-216-109/+317
| | | | | | | | interleaved channel. Original commit message from CVS: reworked level plugin. It now does RMS, peak, and decay peak signaling per interleaved channel.
* Fix problem transitioning to PLAYING. (#122481)David Schleef2003-09-191-1/+0
| | | | | Original commit message from CVS: Fix problem transitioning to PLAYING. (#122481)