summaryrefslogtreecommitdiffstats
path: root/gst-libs
AgeCommit message (Collapse)AuthorFilesLines
2003-11-07We don't need to patch wmadec.c and avcodec.h anymoreJeremy Simon1-52/+0
Original commit message from CVS: We don't need to patch wmadec.c and avcodec.h anymore
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje22-6/+73
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-11-07Don't set the actual video size in gst_video_sink_got_video_size().David Schleef1-3/+0
Original commit message from CVS: Don't set the actual video size in gst_video_sink_got_video_size(). This could probably be replaced once we handle pixel aspect ratios.
2003-11-07use int64 for frame-timeDavid I. Lehn3-4/+4
Original commit message from CVS: use int64 for frame-time
2003-11-05Patch avcodec.h and wmadec.c to use flag1 and flag2 from contextJeremy Simon1-0/+52
Original commit message from CVS: Patch avcodec.h and wmadec.c to use flag1 and flag2 from context The asfdemux calculates the 2 values and gives them to the decoder via the pad/caps The ffdec_wmav1 & ffdec_wmav2 put them in the ffmpeg context before they start to decode the data
2003-11-05Some prettification fixes to this interface... Make it look good, make it ↵Ronald S. Bultje2-96/+202
simple and make it more GObject'ific. This ... Original commit message from CVS: Some prettification fixes to this interface... Make it look good, make it simple and make it more GObject'ific. This means that it now works largely almost the same as GObject (concerning arguments that you give to the functions, and layout of the virtual functions). I've also got an OSS implementation for this, but it needs one small change before I commit that. Expect that this weekend or so.
2003-11-05Remove trailing slash in last line of comment, it causes issues with certain ↵Ronald S. Bultje1-1/+1
versions of automake Original commit message from CVS: Remove trailing slash in last line of comment, it causes issues with certain versions of automake
2003-11-05Fix endianness issues manifested in pngenc. Fixes #125932David Schleef1-14/+0
Original commit message from CVS: Fix endianness issues manifested in pngenc. Fixes #125932
2003-11-04disable Altivec until someone fixes the build to allow it conditionallyBenjamin Otte1-5/+6
Original commit message from CVS: disable Altivec until someone fixes the build to allow it conditionally
2003-11-03use top-level defined plugindirDavid Schleef1-2/+1
Original commit message from CVS: use top-level defined plugindir
2003-11-03change libgst-interfaces to libgstinterfacesDavid Schleef1-4/+4
Original commit message from CVS: change libgst-interfaces to libgstinterfaces
2003-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte8-51/+76
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-31Oops, didn't mean to remove riffDavid Schleef1-2/+2
Original commit message from CVS: Oops, didn't mean to remove riff
2003-10-30minor cosmetic fixDavid Schleef1-3/+1
Original commit message from CVS: minor cosmetic fix
2003-10-30Fix makefiles for GstPropertyProbe. Combine all interfaces into a single ↵David Schleef6-23/+32
libgst-interface. Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
2003-10-30First attempt (actually third) at a property probing interfaceDavid Schleef3-0/+258
Original commit message from CVS: First attempt (actually third) at a property probing interface
2003-10-30change Iface to InterfaceDavid Schleef2-7/+7
Original commit message from CVS: change Iface to Interface
2003-10-29Change Class to Iface. Fix casting macros.David Schleef2-18/+14
Original commit message from CVS: Change Class to Iface. Fix casting macros.
2003-10-28Don't use GstInterfaceDavid Schleef2-4/+2
Original commit message from CVS: Don't use GstInterface
2003-10-28Disable lame in ffmpeg, tooRonald S. Bultje1-1/+0
Original commit message from CVS: Disable lame in ffmpeg, too
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-1/+1
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
2003-10-28Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and ↵Ronald S. Bultje1-2/+0
we've got our own ogg/vorbis codec already Original commit message from CVS: Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got our own ogg/vorbis codec already
2003-10-26Update FFMPEG snapshot to this morning's. Asked for by apoc.Ronald S. Bultje3-105/+130
Original commit message from CVS: Update FFMPEG snapshot to this morning's. Asked for by apoc.
2003-10-20Gerd approved license change, so this code is now LGPL tooRonald S. Bultje1-5/+2
Original commit message from CVS: Gerd approved license change, so this code is now LGPL too
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-10Some interface implementations for video4linux/video4linux2 plugins: a Tuner ↵Ronald S. Bultje19-6/+1946
interface, with which one can select inp... Original commit message from CVS: Some interface implementations for video4linux/video4linux2 plugins: * a Tuner interface, with which one can select inputs and stations. Audio work is underway here, but unfinished. * A Xoverlay interface with which one can do simple overlay. Similar to the API of the v4l/Xv XFree86 extension. Widget implementation for GTK-2.0 coming up in the sandbox. * Colorbalance - for adapting colors (brightness, contrast, etc.) - pretty basic and maybe somewhat overdesigned. But it'll do for now. Apart from these interfaces, there's also a loadable library 'xwindowlistener' that listenes to X for the movement of a window and the overlap of other windows. This is partly copied from xawtv (and thus partly GPL :(), but it's needed for the xoverlay interface implementation in the v4l/v4l2 elements. Lastly, some small changes to remove redundant properties from the v4l/v4l2 elements since these can be done much simpler. Comments appreciated!
2003-10-10Make GstMixerTrack a GObject. I also want to make it emit several signals, ↵Ronald S. Bultje5-35/+221
starting work is in here but it's not full... Original commit message from CVS: Make GstMixerTrack a GObject. I also want to make it emit several signals, starting work is in here but it's not fully implemented yet. for OSS, this will cause issues, but for ALSA, this is all automated.
2003-10-09changing 'channel' to 'track' to avoid naming overlapLeif Johnson2-62/+68
Original commit message from CVS: changing 'channel' to 'track' to avoid naming overlap
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 Schleef7-4/+28
Original commit message from CVS: add object and struct padding
2003-10-06There was a floating doubt on the way visualization is written. We use 'z' ↵Julien Moutte5-39/+38
everywhere now. Both in gst-player and lib... Original commit message from CVS: There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and libgstplay
2003-10-02Corrected macro in medi-info-priv.h so that it follows ISO standards, and ↵Brian Cameron2-1/+10
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-27make ffmpeg erroring out work:Benjamin Otte1-1/+7
Original commit message from CVS: make ffmpeg erroring out work: - don't built gst-libs/ext/ffmpeg - don't update Tag when cvs command fails
2003-09-27add navigation subdirDavid Schleef1-2/+3
Original commit message from CVS: add navigation subdir
2003-09-27add navigation interfaceDavid Schleef3-0/+167
Original commit message from CVS: add navigation interface
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-15Changing have_xid to have_video_out to match the new GstVideoSink parent object.Julien Moutte3-62/+93
Original commit message from CVS: Changing have_xid to have_video_out to match the new GstVideoSink parent object. Adding have_vis_size. Fixing gst_play_connect_visualisation
2003-09-14Adding GstVideoSink object which will be used for video sink's subclassing.Julien Moutte4-2/+578
Original commit message from CVS: Adding GstVideoSink object which will be used for video sink's subclassing.
2003-09-13Copyright fix (code=mine)Ronald S. Bultje2-6/+4
Original commit message from CVS: Copyright fix (code=mine)
2003-09-13latest fixes to get everything disting and building like a charmChristian Schaller2-0/+4
Original commit message from CVS: latest fixes to get everything disting and building like a charm
2003-09-13Add missing \David Schleef1-1/+1
Original commit message from CVS: Add missing \
2003-09-13Interface example: a mixerRonald S. Bultje4-2/+254
Original commit message from CVS: Interface example: a mixer
2003-09-12build and disting fixesChristian Schaller1-12/+6
Original commit message from CVS: build and disting fixes
2003-09-11Remove all locally-defined optimization flagsDavid Schleef5-21/+5
Original commit message from CVS: Remove all locally-defined optimization flags
2003-09-11Add some stuff to disable bad asm codeDavid Schleef1-16/+101
Original commit message from CVS: Add some stuff to disable bad asm code
2003-09-11Build ffmpeg using automake instead of ffmpeg's (broken) MakefilesDavid Schleef1-0/+154
Original commit message from CVS: Build ffmpeg using automake instead of ffmpeg's (broken) Makefiles
2003-09-11add cvsignoresChristian Schaller1-0/+2
Original commit message from CVS: add cvsignores
2003-09-11misc minor build and rpm fixesChristian Schaller1-1/+0
Original commit message from CVS: misc minor build and rpm fixes
2003-09-03clean up varargs macro definitionDavid Schleef1-6/+8
Original commit message from CVS: clean up varargs macro definition
2003-09-03Remove vestigal code (#121174)David Schleef1-11/+0
Original commit message from CVS: Remove vestigal code (#121174)