Ronald S. Bultje
aa7a4be370
And again one more
...
Original commit message from CVS:
And again one more
2003-11-02 20:58:22 +00:00
Ronald S. Bultje
9d888e2d00
Again one more done
...
Original commit message from CVS:
Again one more done
2003-11-02 20:53:30 +00:00
Benjamin Otte
c57df85cd9
fix to new plugin system
...
Original commit message from CVS:
fix to new plugin system
2003-11-02 19:17:27 +00:00
Ronald S. Bultje
2cc573d0b0
I'm too lazy to comment this
...
Original commit message from CVS:
.
2003-11-02 18:31:57 +00:00
Ronald S. Bultje
c86afad90b
more, and more, and more...
...
Original commit message from CVS:
more, and more, and more...
2003-11-02 17:36:30 +00:00
Jan Schmidt
75658894ac
Updated for the new plugin loading code
...
Original commit message from CVS:
Updated for the new plugin loading code
2003-11-02 14:09:39 +00:00
Jan Schmidt
1b6b3af9bb
Use GST_ELEMENT_DETAILS for initialising GstElementDetails
...
Original commit message from CVS:
Use GST_ELEMENT_DETAILS for initialising GstElementDetails
2003-11-02 13:19:55 +00:00
Jan Schmidt
f45357b246
Updated to the new plugin loading code
...
Original commit message from CVS:
Updated to the new plugin loading code
2003-11-02 13:06:25 +00:00
Jan Schmidt
98b609758d
Use GST_ELEMENT_DETAILS macro to initialise the structure
...
Original commit message from CVS:
Use GST_ELEMENT_DETAILS macro to initialise the structure
2003-11-02 12:23:26 +00:00
Jan Schmidt
8cf2398535
Updated for the new plugin loading code
...
Original commit message from CVS:
Updated for the new plugin loading code
2003-11-02 05:39:26 +00:00
Iain Holmes
81a861de05
Make smoothwave compile again
...
Original commit message from CVS:
Make smoothwave compile again
2003-11-02 01:32:40 +00:00
Iain Holmes
0cc17ce52c
CDXAParse and chart ported to new style
...
Original commit message from CVS:
CDXAParse and chart ported to new style
2003-11-01 11:56:28 +00:00
David Schleef
3776108293
Move a few typefind functions to gst/typefind, remove all old typefinding 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-29 05:09:40 +00:00
David Schleef
e58373a8b6
change gst/bytestream.h to gst/bytestream/bytestream.h
...
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h
2003-10-29 03:15:55 +00:00
Benjamin Otte
5bb80c9f53
merge TYPEFIND branch. Major changes:
...
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-28 20:52:41 +00:00
Benjamin Otte
4abb85e5bf
no, we don't require bytestream anymore
...
Original commit message from CVS:
no, we don't require bytestream anymore
2003-10-13 17:54:05 +00:00
Benjamin Otte
62c7ce69c9
Woah, I'm f***ing annoyed that someonme never tests his changes and figures 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-13 16:59:44 +00:00
David Schleef
a6df126cb9
Trivial fixes for GstBuffer->GstData migration
...
Original commit message from CVS:
Trivial fixes for GstBuffer->GstData migration
2003-10-09 02:23:01 +00:00
Andy Wingo
c07813ac2c
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to 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-08 16:08:19 +00:00
Leif Johnson
69edaac422
just some code cleanup
...
Original commit message from CVS:
just some code cleanup
2003-10-08 07:50:58 +00:00
Leif Johnson
d95362aab5
updating some plugin categories
...
Original commit message from CVS:
updating some plugin categories
2003-10-08 07:44:25 +00:00
Ronald S. Bultje
d9e4457faa
New typefind system: bytestream is now part of the core all plugins have 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-10-01 13:14:50 +00:00
Ronald S. Bultje
b569848e28
Add new element: frame dropper. This element inserts/drops frames to go from 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-30 21:44:53 +00:00
Thomas Vander Stichele
671eef9b9d
reverting error patch before making a branch.
...
Original commit message from CVS:
reverting error patch before making a branch.
2003-09-16 10:00:00 +00:00
Benjamin Otte
36a3754251
converted gst_element_error to new format in gst/ - gettext pending
...
Original commit message from CVS:
converted gst_element_error to new format in gst/ - gettext pending
2003-09-15 00:34:47 +00:00
Ronald S. Bultje
ea73fdcfde
Add mpegversion(1) to the caps
...
Original commit message from CVS:
Add mpegversion(1) to the caps
2003-09-12 11:39:52 +00:00
David Schleef
43f30739b9
Remove all locally-defined optimization flags
...
Original commit message from CVS:
Remove all locally-defined optimization flags
2003-09-11 19:57:59 +00:00
David Schleef
7db2e8baa0
Remove redundant plugindir definition
...
Original commit message from CVS:
Remove redundant plugindir definition
2003-08-10 00:01:58 +00:00
Ronald S. Bultje
e74a44ae76
Fix up small issues ( fixes #119036 )
...
Original commit message from CVS:
Fix up small issues (fixes #119036 )
2003-08-05 06:15:19 +00:00
Ronald S. Bultje
712da782c9
Add DURATION support. It still doesn't work, see #119036 for why and on how to fix it
...
Original commit message from CVS:
Add DURATION support. It still doesn't work, see #119036 for why and on how to fix it
2003-08-04 22:43:44 +00:00
Ronald S. Bultje
ea675ccaad
Fix weird leftovers from the old mimetype era and also implement duration support
...
Original commit message from CVS:
Fix weird leftovers from the old mimetype era and also implement duration support
2003-07-29 19:57:11 +00:00
Brian Cameron
a129b9734b
Adding needed license information. The patch was reviewed and approved by
...
Original commit message from CVS:
Adding needed license information. The patch was reviewed and approved by
Christian Shaller. Ronald Bultje and Benjamin also responded with
comments.
2003-07-25 10:50:48 +00:00
David Schleef
6dd1ca288f
Rewrote the core function. Added some nice #defines that should probably go in gstvideo.h. Fixes #118245 .
...
Original commit message from CVS:
Rewrote the core function. Added some nice #defines that should
probably go in gstvideo.h. Fixes #118245 .
2003-07-25 08:41:44 +00:00
David Schleef
a962c0f40c
Add buffer length checks to every typefinding function
...
Original commit message from CVS:
Add buffer length checks to every typefinding function
2003-07-24 08:49:43 +00:00
Joshua N. Pritikin
6a7a00b097
A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
...
Original commit message from CVS:
A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
2003-07-22 08:03:54 +00:00
Leif Johnson
6d6150c052
+ the last of the float caps changes ... these are a bit more pervasive
...
Original commit message from CVS:
+ the last of the float caps changes ... these are a bit more pervasive
2003-07-19 23:47:42 +00:00
Leif Johnson
f6830d4ad1
+ changes for new float caps without slope/intercept + some category changes for plugins
...
Original commit message from CVS:
+ changes for new float caps without slope/intercept
+ some category changes for plugins
2003-07-19 23:25:25 +00:00
Leif Johnson
d5c716edbd
+ attempting to fix up playondemand ... still makes nasty crackly noises
...
Original commit message from CVS:
+ attempting to fix up playondemand ... still makes nasty crackly noises
2003-07-19 23:17:57 +00:00
David Schleef
81f42a53ac
Fixes to make it compile without GNOME, and with a modern (>= 0.3) version of GStreamer. Now that I got it compiled,...
...
Original commit message from CVS:
Fixes to make it compile without GNOME, and with a modern (>= 0.3)
version of GStreamer. Now that I got it compiled, I want to delete
it.
2003-07-17 04:16:42 +00:00
David Schleef
fc44c4515c
Found this in my local tree. Looks cool, so I'm checking it in. Seems to be some sort of video overlay element.
...
Original commit message from CVS:
Found this in my local tree. Looks cool, so I'm checking it in. Seems
to be some sort of video overlay element.
2003-07-14 08:42:36 +00:00
Ronald S. Bultje
41c1c8f56a
Silence and fix typefinding
...
Original commit message from CVS:
Silence and fix typefinding
2003-07-11 06:04:23 +00:00
Benjamin Otte
3706527bc8
fix mp3 typefinding and included layer in found type
...
Original commit message from CVS:
fix mp3 typefinding and included layer in found type
2003-07-08 21:30:47 +00:00
Benjamin Otte
56c066d619
another comma missing
...
Original commit message from CVS:
another comma missing
2003-07-08 17:21:47 +00:00
David Schleef
c7bd0e5cfe
Removed function that was only used by _loop(), which was removed by last checkin
...
Original commit message from CVS:
Removed function that was only used by _loop(), which was removed by
last checkin
2003-07-06 23:32:55 +00:00
Ronald S. Bultje
95011fd7e8
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri...
...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-07-06 20:49:52 +00:00
Benjamin Otte
f4a7caa418
compatibility fix for new GST_DEBUG stuff.
...
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h
I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-29 19:46:13 +00:00
Thomas Vander Stichele
3c1f0c5a8e
some state change fixes
...
Original commit message from CVS:
some state change fixes
2003-06-27 23:46:13 +00:00
David Schleef
c751023eca
"My way" turned out to cause seg faults. :) Fixed, and added more fourcc to caps conversions.
...
Original commit message from CVS:
"My way" turned out to cause seg faults. :) Fixed, and added
more fourcc to caps conversions.
2003-06-23 07:04:40 +00:00
David Schleef
52340ac706
Revert last two changes and do it my way. :)
...
Original commit message from CVS:
Revert last two changes and do it my way. :)
2003-06-19 19:36:26 +00:00
Brian Cameron
fc881ebfed
Support ISO-style variable argument macros.
...
Original commit message from CVS:
Support ISO-style variable argument macros.
2003-06-19 17:27:23 +00:00