Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
remove copyright field from plugins
|
|
Original commit message from CVS:
change _connect to _link
|
|
Original commit message from CVS:
Change everyone to video/x-msvideo
|
|
Original commit message from CVS:
Added audio/x-m4a to the sink caps
|
|
Original commit message from CVS:
add a rank to allow autoplugging
|
|
Original commit message from CVS:
tagging stuff and build fixes. In detail:
- make gdk-pixbuf loader work when distchecking
- fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir
- fix ffmpeg cvs grabbing when srcdir != distdir
- new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag)
- mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that
- added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis.
- added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents.
- tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux.
- various build fixes. Mostly missing (DIST)CLEANFILES.
- vorbisenc handles tag writing.
Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
|
|
Original commit message from CVS:
+ checking in plugin category changes
|
|
Original commit message from CVS:
+ further mucking about with the playondemand filter
|
|
Original commit message from CVS:
change video/x-jpeg to image/jpeg
|
|
Original commit message from CVS:
disting fixes, pixbuf loader still borked in regards to disting
|
|
Original commit message from CVS:
Do not demux only 2 trak atoms
|
|
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
|
|
static
Original commit message from CVS:
v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static
|
|
Original commit message from CVS:
This one was missing
|
|
Original commit message from CVS:
fix for new plugin system
|
|
Original commit message from CVS:
SMPTE transitions done
|
|
Original commit message from CVS:
Again one done
|
|
Original commit message from CVS:
... almost done now
|
|
Original commit message from CVS:
Hi. I'm the reason why GstElementDetails uses a macro now
|
|
Original commit message from CVS:
Quicktime demuxer ported to new interface
|
|
Original commit message from CVS:
More more more more zzzzz I need sleep
|
|
Original commit message from CVS:
Passthrough... New plugin system... Bla...
|
|
Original commit message from CVS:
Last o plugin
|
|
Original commit message from CVS:
fix for new plugin system
|
|
Original commit message from CVS:
Whaaaaaaaaaaaaaaaaaaaaaack
|
|
Original commit message from CVS:
More More More
|
|
Original commit message from CVS:
And again one more
|
|
Original commit message from CVS:
Again one more done
|
|
Original commit message from CVS:
fix to new plugin system
|
|
Original commit message from CVS:
.
|
|
Original commit message from CVS:
more, and more, and more...
|
|
Original commit message from CVS:
Updated for the new plugin loading code
|
|
Original commit message from CVS:
Use GST_ELEMENT_DETAILS for initialising GstElementDetails
|
|
Original commit message from CVS:
Updated to the new plugin loading code
|
|
Original commit message from CVS:
Use GST_ELEMENT_DETAILS macro to initialise the structure
|
|
Original commit message from CVS:
Updated for the new plugin loading code
|
|
Original commit message from CVS:
Make smoothwave compile again
|
|
Original commit message from CVS:
CDXAParse and chart ported to new style
|
|
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
|
|
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h
|
|
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
|
|
Original commit message from CVS:
no, we don't require bytestream anymore
|
|
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
|
|
Original commit message from CVS:
Trivial fixes for GstBuffer->GstData migration
|
|
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.
|
|
Original commit message from CVS:
just some code cleanup
|
|
Original commit message from CVS:
updating some plugin categories
|
|
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
|
|
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.
|
|
Original commit message from CVS:
reverting error patch before making a branch.
|