| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
Use the GST_ELEMENT_DETAILS for initialising GstElementDetails
|
|
|
|
|
| |
Original commit message from CVS:
Updated for new plugin loading code
|
|
|
|
|
| |
Original commit message from CVS:
Updated for the new plugin loading code
|
|
|
|
|
| |
Original commit message from CVS:
Speex compiles
|
|
|
|
|
| |
Original commit message from CVS:
Text overlay
|
|
|
|
|
| |
Original commit message from CVS:
Mikmod fixed
|
|
|
|
|
| |
Original commit message from CVS:
pngenc fixed
|
|
|
|
|
|
|
| |
Original commit message from CVS:
JPEG JPEG JPEG WHEEEE
Fixyed.
(Gah, I'm getting sleeeeeeeeepeeeeeeeee)
|
|
|
|
|
|
| |
Original commit message from CVS:
Port GstGdkPixbufSrc to the new definitions
Close the loader before unreffing it.
|
|
|
|
|
| |
Original commit message from CVS:
Whheeee, FLAC ported to new system too
|
|
|
|
|
| |
Original commit message from CVS:
ESD Updated
|
|
|
|
|
| |
Original commit message from CVS:
Updated AAsink
|