| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Original commit message from CVS:
Oops, failed to add this file during previous OS X stuff commit
|
|
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
* ext/flac/gstflacdec.c:
* ext/libpng/gstpngenc.h:
* ext/mikmod/gstmikmod.h:
OS X fixes (see #126628).
|
|
|
|
|
| |
Original commit message from CVS:
Convert elements to use gst_pad_use_explicit_caps() where appropriate.
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
2003-12-29 Colin Walters <walters@verbum.org>
* ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
signed.
|
|
|
|
|
| |
Original commit message from CVS:
Merge CAPS branch
|
|
|
|
|
|
|
| |
autoplugger uses mad and not faad for mp3 decoding...
Original commit message from CVS:
Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding. This should fix mp3 playback.
|
|
|
|
|
| |
Original commit message from CVS:
install fix
|
|
|
|
|
| |
Original commit message from CVS:
disable gdk_pixbuf by default
|
|
|
|
|
| |
Original commit message from CVS:
First attempt to code cacasink. Dont expect anything at all yet.
|
|
|
|
|
| |
Original commit message from CVS:
who needs mod playback in spider...
|
|
|
|
|
| |
Original commit message from CVS:
distcheck fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mjpegtools. Currently, there's a few release candi...
Original commit message from CVS:
This is a first attempt at a wrapper for the lib'ified mpeg2enc of
mjpegtools. Currently, there's a few release candidates for mjpegtools-1.6.2
available, but no stable version yet.
I've made 4 small subclasses to wrap input, output, options and generic
encoding model. The last .cc file is the GStreamer plugin element.
Note that it doesn't actually work yet, I'm doing something wrong with
header parsing and Andrew asked me to commit so he could help debugging
that. Apart from that, we should soon be able to make top-quality MPEG
encodes! :).
mpeg2enc licensing is tricky, btw, I don't even want to start discussing
that...
|
|
|
|
|
| |
Original commit message from CVS:
distcheck fixes
|
|
|
|
|
|
| |
Original commit message from CVS:
Fixed bug when filling tags in gstflacenc
Added merging support, and a mode which stops after outputting tags to flactag
|
|
|
|
|
| |
Original commit message from CVS:
Forgot to change one application/x-flac to audio/x-flac
|
|
|
|
|
| |
Original commit message from CVS:
gcc-2.95 nitpicking - thanks Scott Wheeler
|
|
|
|
|
| |
Original commit message from CVS:
Compilation will work better if I don't forget new files..
|
|
|
|
|
|
|
|
|
| |
doesn't honour the tag merge mode setting.
Original commit message from CVS:
Added element to rewrite vorbiscomments embedded in flac files. It currently
doesn't honour the tag merge mode setting.
Changed application/x-flac to audio/x-flac in gstflacenc.c
|
|
|
|
|
| |
Original commit message from CVS:
Forgot to mark one function as static
|
|
|
|
|
| |
Original commit message from CVS:
remove copyright field from plugins
|
|
|
|
|
|
| |
Original commit message from CVS:
Apply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368.
FLAC io functions should be called every time the encoder is initialized.
|
|
|
|
|
| |
Original commit message from CVS:
change _connect to _link
|
|
|
|
|
|
|
| |
vorbiscomment tags, and not (older) id3v2 tags.
Original commit message from CVS:
Use new tagging stuff to read and write flac metadata. Only handles vorbiscomment tags, and not (older) id3v2 tags.
|
|
|
|
|
| |
Original commit message from CVS:
use correct caps
|
|
|
|
|
| |
Original commit message from CVS:
more fixes to the pixbuf loader. I can use it for thumbnailing nicely now
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
upgrades to the pixbuf loader:
- use /proc/self/fd/ to get our own handles to the given files (thanks for the hint David)
- use seeking when we lag too far behind
- try to seek 2 minutes into movies to get the static picture
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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:
commit my batch of build and spec fixes
|
|
|
|
|
| |
Original commit message from CVS:
Fix gdk_pixbuf installation directory (again)
|
|
|
|
|
| |
Original commit message from CVS:
Typo
|
|
|
|
|
| |
Original commit message from CVS:
flac mime type is audio/x-flac, not application/x-flac
|
|
|
|
|
|
|
|
| |
decoder crashed on me because of that
Original commit message from CVS:
Don't reset flac decoder if init hasn't been called on it first, the flac
decoder crashed on me because of that
|
|
|
|
|
| |
Original commit message from CVS:
Add faac build
|
|
|
|
|
| |
Original commit message from CVS:
fixes to make gdk_pixbuf loader install nicely
|
|
|
|
|
|
| |
Original commit message from CVS:
-fix segfault on PAUSED => READY when metadata wasn't set
- fix caps mimetype that always caused a failure on caps nego
|
|
|
|
|
| |
Original commit message from CVS:
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
|
|
|
|
|
| |
Original commit message from CVS:
New libfaad (MPEG-2/4 AAC decoder) plugin
|
|
|
|
|
| |
Original commit message from CVS:
+ checking in plugin category changes
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
update GdkPixbuf loader. Fixes:
- has a begin_load implementation
- makes sure it only works when threads are enabled (this fixes segfaults with gtk 2.3)
There are still some kinks though, feel free to hack on it :)
|
|
|
|
|
| |
Original commit message from CVS:
change video/x-jpeg to image/jpeg
|
|
|
|
|
| |
Original commit message from CVS:
Update for videofilter changes
|
|
|
|
|
| |
Original commit message from CVS:
apparently you need this function now - it still doesn't work though
|
|
|
|
|
| |
Original commit message from CVS:
That function was removed from videofilter because of plugin_init changes
|
|
|
|
|
| |
Original commit message from CVS:
JRB's pixbuf loader mask fix
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Include config.h
|
|
|
|
|
|
|
|
| |
AVI and mpeg videos as GdkPixbufAnimation....
Original commit message from CVS:
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation. I'm not sure if such a thing would be useful or too much trouble, so I'll throw it at enough testers to figure it out ;) We might want to disable it by defualt though in the future. (Currently there is not even a configure switch implemented to disable it.)
This includes a fix to not use GError in gstgdkpixbuf's typefind function and to only return GST_TYPE_FIND_MINIMUM when doing typefinding via gdk as this breaks quite a bit with the GStreamer loader installed.
|
|
|
|
|
| |
Original commit message from CVS:
This was wrong
|
|
|
|
|
| |
Original commit message from CVS:
More cruft
|
|
|
|
|
|
|
| |
company's new per-plugin (rather than per-element...
Original commit message from CVS:
Fix this too. Note that the per-plugin licensing is gone because of company's new per-plugin (rather than per-element) API. We basically need both... Ohwell, I just want this stuff to compile.
|