| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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:
remove g_print() noisiness
|
|
|
|
|
| |
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:
updating some plugin categories
|
|
|
|
|
| |
Original commit message from CVS:
fix flac mimetype
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Don't unref event when calling gst_pad_event_default() (#119155)
|
|
|
|
|
| |
Original commit message from CVS:
port #121143 to HEAD (flac file detection)
|
|
|
|
|
| |
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 ext/ - gettext pending
|
|
|
|
|
| |
Original commit message from CVS:
Remove all locally-defined optimization flags
|
|
|
|
|
| |
Original commit message from CVS:
rewrite state machine in _loop() function to handle buffer durations
|
|
|
|
|
|
|
|
| |
outline.
Original commit message from CVS:
Migrate caps to new system. Change to using a simple convolution
to create outline.
|
|
|
|
|
| |
Original commit message from CVS:
Remove redundant plugindir definition
|
|
|
|
|
| |
Original commit message from CVS:
change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
|
|
|
|
|
| |
Original commit message from CVS:
Fix installing plugin in wrong dir
|
|
|
|
|
|
|
| |
Original commit message from CVS:
move the element to Codec/Image/Decoder, as it was annoying me in gst-editor
Are there rules for this yet?
|
|
|
|
|
| |
Original commit message from CVS:
Fix gst_speexdec_details information now plugin can be register without problems
|
|
|
|
|
| |
Original commit message from CVS:
Make mplex subdir dependent on USE_MPLEX
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
Add buffer length checks to every typefinding function
|
|
|
|
|
|
|
|
| |
int)
Original commit message from CVS:
Fix warning on 64-bit architectures. (sizeof() returns size_t, which
is not int)
|
|
|
|
|
| |
Original commit message from CVS:
Fixed a typo. blue_mask is 0x00ff0000, not 0x00ff00
|
|
|
|
|
| |
Original commit message from CVS:
enable ext/mplex
|
|
|
|
|
|
|
|
| |
for plugins
Original commit message from CVS:
+ changes for new float caps without slope/intercept
+ some category changes for plugins
|
|
|
|
|
| |
Original commit message from CVS:
make sure esdmon.h gets disted
|
|
|
|
|
| |
Original commit message from CVS:
the real speex disting fix, the previous one was just the build fix :)
|
|
|
|
|
| |
Original commit message from CVS:
fix it so that the SPEEX plugin gets disted
|
|
|
|
|
| |
Original commit message from CVS:
Added clock to esdsink based on GstAudioClock
|
|
|
|
|
| |
Original commit message from CVS:
Add textoverlay element that was previously in the sandbox
|
|
|
|
|
| |
Original commit message from CVS:
Detect SPEEX_LIBS and SPEEX_CFLAGS in configure, and use them here
|
|
|
|
|
| |
Original commit message from CVS:
Fix plugin to compile and work with Gtk+-2.0 (works better with 2.2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comply with the buffer-frames caps proper...
Original commit message from CVS:
* actually recurse into sndfile if we are able
* big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general
cleanups
- the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins)
you need to use a filtered connection, just like with buffer-frames
* big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit
simpler
* make the ossclock general, add it to gstaudio, and use it in sndfile as well
i need to update mimetypes, but that's coming soon. there are some other plugins that don't
support buffer-frames, i guess i need to get around to fixing them as well.
|
|
|
|
|
| |
Original commit message from CVS:
Merge esdmon and esdsink elements into one plugin
|
|
|
|
|
| |
Original commit message from CVS:
Add matroska support to the build tree
|
|
|
|
|
| |
Original commit message from CVS:
Fixes for new caps system
|
|
|
|
|
| |
Original commit message from CVS:
fix the bug where pngenc was registered as a effect plugin
|
|
|
|
|
| |
Original commit message from CVS:
now how old is this bug?
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
small disting fix
|
|
|
|
|
|
| |
Original commit message from CVS:
Fix longstanding bug with esdsink seeking. esdsink still needs a clock,
though.
|
|
|
|
|
| |
Original commit message from CVS:
add gst/videofilter and ext/pango
|
|
|
|
|
| |
Original commit message from CVS:
overlays text of the current timestamp
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
fix flacdec when src not connected
|
|
|
|
|
| |
Original commit message from CVS:
make flacdec work with unconnected src pad
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
Plugins cleanup:
* stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert.
* stereosplit replaced by oneton.
* vumeter replaced by level (and was broken anyway).
* avifile replaced by ffmpeg.
* mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx,
too, which makes mjpegtools unneeded.
* allow for jpegmmx instead of jpeg.
* openquicktime replaced by qtdemux and ffmpeg. Broken anyway.
* XMMS is broken and will never be fixed.
* vga is broken and will not be fixed anywhere soon.
* videosink has never worked. If it works, add it back to replace xvideosink.
|
|
|
|
|
| |
Original commit message from CVS:
Add gdkpixbuf subdir. Alphabetize a few others.
|
|
|
|
|
| |
Original commit message from CVS:
Element that decodes images using gdk_pixbuf
|