Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
Original commit message from CVS:
converted gst_element_error to new format in gst/ - gettext pending
|
|
Original commit message from CVS:
Add mpegversion(1) to the caps
|
|
Original commit message from CVS:
Remove all locally-defined optimization flags
|
|
Original commit message from CVS:
Remove redundant plugindir definition
|
|
Original commit message from CVS:
Fix up small issues (fixes #119036)
|
|
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
|
|
support
Original commit message from CVS:
Fix weird leftovers from the old mimetype era and also implement duration support
|
|
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.
|
|
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.
|
|
Original commit message from CVS:
Add buffer length checks to every typefinding function
|
|
Original commit message from CVS:
A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
|