summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/media-info
AgeCommit message (Collapse)AuthorFilesLines
2005-05-06remove gst-libs from gst-plugins module as it is in gst-plugins-base nowChristian Schaller8-1822/+0
Original commit message from CVS: remove gst-libs from gst-plugins module as it is in gst-plugins-base now
2005-02-09Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ↵Tim-Philipp Müller1-0/+4
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
2004-12-16configure.ac: add audioresample and cairo plugins. RemoveDavid Schleef1-0/+1
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.
2004-08-03fixes for G_DISABLE_ASSERT and friendsBenjamin Otte1-1/+2
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
2004-07-27more working pluginsSteve Lhomme1-1/+1
Original commit message from CVS: more working plugins
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
Original commit message from CVS: rename GStreamer-0.8.lib to libgstreamer.lib
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
Original commit message from CVS: avoid problems with math.h, fix release dependancy
2004-07-26add more plugins to the build add some definitions needed by plugins fixes ↵Steve Lhomme2-6/+20
for build problems Original commit message from CVS: add more plugins to the build add some definitions needed by plugins fixes for build problems
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+150
Original commit message from CVS: more plugins supported under windows
2004-06-25Add name=source to the wavparse pipelineIain Holmes1-1/+1
Original commit message from CVS: Add name=source to the wavparse pipeline
2004-06-01more readable g_errorThomas Vander Stichele1-0/+3
Original commit message from CVS: more readable g_error
2004-03-15update libtool version actually use it in media-infoThomas Vander Stichele1-1/+5
Original commit message from CVS: update libtool version actually use it in media-info
2004-03-15don't mix tabs and spacesThomas Vander Stichele3-98/+100
Original commit message from CVS: don't mix tabs and spaces
2004-03-15some infoThomas Vander Stichele1-0/+30
Original commit message from CVS: some info
2004-03-15*.h: Revert indentingJohan Dahlin2-77/+92
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele5-428/+375
Original commit message from CVS: gst-indent
2004-03-08small media-info fixesThomas Vander Stichele2-66/+12
Original commit message from CVS: small media-info fixes
2004-03-07compiler fixesThomas Vander Stichele3-3/+6
Original commit message from CVS: compiler fixes
2004-03-07compile fixesThomas Vander Stichele2-4/+7
Original commit message from CVS: compile fixes
2004-03-07this should more or less work correctly.Thomas Vander Stichele6-249/+175
Original commit message from CVS: this should more or less work correctly.
2004-03-06first pass at making this work again needs quite a lot of cleanupsThomas Vander Stichele5-105/+341
Original commit message from CVS: first pass at making this work again needs quite a lot of cleanups
2004-01-22fix up media-info now reports format again metadata needs some rewritingThomas Vander Stichele3-8/+28
Original commit message from CVS: fix up media-info now reports format again metadata needs some rewriting
2004-01-20register and use debugging category in media-info make vorbisfile emit tags ↵Thomas Vander Stichele5-43/+58
for streaminfo Original commit message from CVS: register and use debugging category in media-info make vorbisfile emit tags for streaminfo
2003-12-22Merge CAPS branchDavid Schleef3-64/+15
Original commit message from CVS: Merge CAPS branch
2003-12-09Change GST_*_PADDING to _gst_private[GST_PADDING]David Schleef1-2/+2
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2-0/+8
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
2003-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte1-3/+2
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
2003-10-30minor cosmetic fixDavid Schleef1-3/+1
Original commit message from CVS: minor cosmetic fix
2003-10-13Add audio/x-id3 as a mimetype handled by mad.Iain Holmes1-1/+2
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
2003-10-09adding G_BEGIN and G_END_DECLSLeif Johnson1-0/+4
Original commit message from CVS: adding G_BEGIN and G_END_DECLS
2003-10-09add object and struct paddingDavid Schleef1-4/+9
Original commit message from CVS: add object and struct padding
2003-10-02Corrected macro in medi-info-priv.h so that it follows ISO standards, and ↵Brian Cameron1-0/+9
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
2003-09-23Sync'ed files up to nautilus-media/media-info versions, and fixed them for ↵Iain Holmes6-585/+1042
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
2003-09-03clean up varargs macro definitionDavid Schleef1-6/+8
Original commit message from CVS: clean up varargs macro definition
2003-05-21Corrected the configure.ac so it actually works. Updated some c files so ↵Brian Cameron1-0/+11
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.
2003-03-24fix compile errorBenjamin Otte1-1/+1
Original commit message from CVS: fix compile error
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef1-3/+4
conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-7/+7
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
2002-12-31exciting .cvsignore updates!CAPSDavid I. Lehn1-0/+1
Original commit message from CVS: exciting .cvsignore updates!
2002-12-30Fix plugins for new query APIWim Taymans1-3/+3
Original commit message from CVS: Fix plugins for new query API
2002-12-08Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes1-1/+1
Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
2002-12-08parallel install fixesThomas Vander Stichele1-6/+6
Original commit message from CVS: parallel install fixes
2002-11-26flac debug cleanup m4 for ffmpegThomas Vander Stichele1-1/+12
Original commit message from CVS: flac debug cleanup m4 for ffmpeg
2002-11-11media info libThomas Vander Stichele4-0/+1045
Original commit message from CVS: media info lib