Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
remove gst-libs from gst-plugins module as it is in gst-plugins-base now
|
|
work when included from C++ code
Original commit message from CVS:
Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code
|
|
Original commit message from CVS:
* configure.ac: add audioresample and cairo plugins. Remove
HAVE_MMX stuff, because it's not used.
* ext/Makefile.am: same
* ext/audioresample/Makefile.am: You are not ready for an
audio resampling element based on audioresample.
* ext/audioresample/gstaudioresample.c:
* ext/audioresample/gstaudioresample.h:
* ext/cairo/Makefile.am: You are not ready for overlay elements
based on cairo. Don't look too closely, these elements kinda
suck right now.
* ext/cairo/gstcairo.c: new
* ext/cairo/gsttextoverlay.c: new
* ext/cairo/gsttextoverlay.h: new
* ext/cairo/gsttimeoverlay.c: new
* ext/cairo/gsttimeoverlay.h: new
* gst-libs/gst/media-info/media-info-priv.h: fix compile
problem with compilers that don't support variadic macros.
|
|
Original commit message from CVS:
* examples/dynparams/filter.c: (ui_control_create):
* examples/gstplay/player.c: (print_tag):
* ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
* ext/gdk_pixbuf/gstgdkanimation.c:
(gst_gdk_animation_iter_may_advance):
* ext/jack/gstjack.c: (gst_jack_request_new_pad):
* ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
(tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
* ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
* ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
* gst-libs/gst/media-info/media-info-test.c: (print_tag):
* gst/sine/demo-dparams.c: (main):
* gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
* testsuite/alsa/formats.c: (create_pipeline):
* testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
fixes for G_DISABLE_ASSERT and friends
* gst/typefind/gsttypefindfunctions.c: (aac_type_find),
(mp3_type_frame_length_from_header), (mp3_type_find),
(plugin_init):
require mp3 typefinding to have at least MIN_HEADERS valid headers
add typefinding for AAC adts files
|
|
Original commit message from CVS:
more working plugins
|
|
Original commit message from CVS:
rename GStreamer-0.8.lib to libgstreamer.lib
|
|
Original commit message from CVS:
avoid problems with math.h, fix release dependancy
|
|
for build problems
Original commit message from CVS:
add more plugins to the build
add some definitions needed by plugins
fixes for build problems
|
|
Original commit message from CVS:
more plugins supported under windows
|
|
Original commit message from CVS:
Add name=source to the wavparse pipeline
|
|
Original commit message from CVS:
more readable g_error
|
|
Original commit message from CVS:
update libtool version
actually use it in media-info
|
|
Original commit message from CVS:
don't mix tabs and spaces
|
|
Original commit message from CVS:
some info
|
|
Original commit message from CVS:
* *.h: Revert indenting
|
|
Original commit message from CVS:
gst-indent
|
|
Original commit message from CVS:
small media-info fixes
|
|
Original commit message from CVS:
compiler fixes
|
|
Original commit message from CVS:
compile fixes
|
|
Original commit message from CVS:
this should more or less work correctly.
|
|
Original commit message from CVS:
first pass at making this work again
needs quite a lot of cleanups
|
|
Original commit message from CVS:
fix up media-info
now reports format again
metadata needs some rewriting
|
|
for streaminfo
Original commit message from CVS:
register and use debugging category in media-info
make vorbisfile emit tags for streaminfo
|
|
Original commit message from CVS:
Merge CAPS branch
|
|
Original commit message from CVS:
Change GST_*_PADDING to _gst_private[GST_PADDING]
|
|
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
|
|
sys/oss, ext/gnomevfs, gst/typefind and ex...
Original commit message from CVS:
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad.
You guessed it, everything Rhythmbox needs ;)
fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
|
|
Original commit message from CVS:
minor cosmetic fix
|
|
Original commit message from CVS:
Add audio/x-id3 as a mimetype handled by mad.
Could also be a flac file apparently, but this allows it to work more times than it does currently
|
|
Original commit message from CVS:
adding G_BEGIN and G_END_DECLS
|
|
Original commit message from CVS:
add object and struct padding
|
|
removed broken return from void function in...
Original commit message from CVS:
Corrected macro in medi-info-priv.h so that it follows ISO standards,
and removed broken return from void function in navigation.c
|
|
errors and deprecated functions
Original commit message from CVS:
Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions
|
|
Original commit message from CVS:
clean up varargs macro definition
|
|
that they build on Solaris. This mostly in...
Original commit message from CVS:
Corrected the configure.ac so it actually works. Updated some c files
so that they build on Solaris. This mostly involved supporting ISO
style variable-argument macros.
|
|
Original commit message from CVS:
fix compile error
|
|
conversion.
Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer
conversion.
|
|
please refrain of making them yourself, so t...
Original commit message from CVS:
another batch of connect->link fixes
please let me know about issues
and please refrain of making them yourself, so that I don't spend double
the time resolving conflicts
|
|
Original commit message from CVS:
exciting .cvsignore updates!
|
|
Original commit message from CVS:
Fix plugins for new query API
|
|
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
|
|
Original commit message from CVS:
parallel install fixes
|
|
Original commit message from CVS:
flac debug cleanup
m4 for ffmpeg
|
|
Original commit message from CVS:
media info lib
|