summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to ↵David Schleef2003-11-112-6/+6
| | | | | | | | scale navigation events. Original commit message from CVS: Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to scale navigation events.
* change video/x-jpeg to image/jpegDavid Schleef2003-11-101-3/+5
| | | | | Original commit message from CVS: change video/x-jpeg to image/jpeg
* navigation testerDavid Schleef2003-11-103-2/+362
| | | | | Original commit message from CVS: navigation tester
* disting fixes, pixbuf loader still borked in regards to distingChristian Schaller2003-11-092-2/+2
| | | | | Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
* Since padtemplates are now owned by the class, we should use the class ↵Ronald S. Bultje2003-11-091-3/+6
| | | | | | | function to retrieve them for comparison Original commit message from CVS: Since padtemplates are now owned by the class, we should use the class function to retrieve them for comparison
* remove pesky g_print()sDavid Schleef2003-11-081-21/+0
| | | | | Original commit message from CVS: remove pesky g_print()s
* break up Id: in s/ patternDavid Schleef2003-11-081-1/+2
| | | | | Original commit message from CVS: break up Id: in s/ pattern
* Add tag to output .c fileDavid Schleef2003-11-081-0/+1
| | | | | Original commit message from CVS: Add tag to output .c file
* recommmit to get the make_filter tag correctDavid Schleef2003-11-082-2/+2
| | | | | Original commit message from CVS: recommmit to get the make_filter tag correct
* much cleanup hacking made possible by plugin changesDavid Schleef2003-11-085-343/+202
| | | | | Original commit message from CVS: much cleanup hacking made possible by plugin changes
* Update the videofilter templateDavid Schleef2003-11-081-84/+37
| | | | | Original commit message from CVS: Update the videofilter template
* Do not demux only 2 trak atomsJeremy Simon2003-11-071-4/+9
| | | | | Original commit message from CVS: Do not demux only 2 trak atoms
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-0738-23/+64
| | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* 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.