summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)Author
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje
2003-11-07Don't set the actual video size in gst_video_sink_got_video_size().David Schleef
2003-11-07use int64 for frame-timeDavid I. Lehn
2003-11-05Patch avcodec.h and wmadec.c to use flag1 and flag2 from contextJeremy Simon
2003-11-05Some prettification fixes to this interface... Make it look good, make it sim...Ronald S. Bultje
2003-11-05Remove trailing slash in last line of comment, it causes issues with certain ...Ronald S. Bultje
2003-11-05Fix endianness issues manifested in pngenc. Fixes #125932David Schleef
2003-11-04disable Altivec until someone fixes the build to allow it conditionallyBenjamin Otte
2003-11-03use top-level defined plugindirDavid Schleef
2003-11-03change libgst-interfaces to libgstinterfacesDavid Schleef
2003-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sy...Benjamin Otte
2003-10-31Oops, didn't mean to remove riffDavid Schleef
2003-10-30minor cosmetic fixDavid Schleef
2003-10-30Fix makefiles for GstPropertyProbe. Combine all interfaces into a single lib...David Schleef
2003-10-30First attempt (actually third) at a property probing interfaceDavid Schleef
2003-10-30change Iface to InterfaceDavid Schleef
2003-10-29Change Class to Iface. Fix casting macros.David Schleef
2003-10-28Don't use GstInterfaceDavid Schleef
2003-10-28Disable lame in ffmpeg, tooRonald S. Bultje
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte
2003-10-28Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've...Ronald S. Bultje
2003-10-26Update FFMPEG snapshot to this morning's. Asked for by apoc.Ronald S. Bultje
2003-10-20Gerd approved license change, so this code is now LGPL tooRonald S. Bultje
2003-10-13Add audio/x-id3 as a mimetype handled by mad.Iain Holmes
2003-10-10Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje
2003-10-10Make GstMixerTrack a GObject. I also want to make it emit several signals, st...Ronald S. Bultje
2003-10-09changing 'channel' to 'track' to avoid naming overlapLeif Johnson
2003-10-09adding G_BEGIN and G_END_DECLSLeif Johnson
2003-10-09add object and struct paddingDavid Schleef
2003-10-06There was a floating doubt on the way visualization is written. We use 'z' ev...Julien Moutte
2003-10-02Corrected macro in medi-info-priv.h so that it follows ISO standards, and rem...Brian Cameron
2003-09-27make ffmpeg erroring out work:Benjamin Otte
2003-09-27add navigation subdirDavid Schleef
2003-09-27add navigation interfaceDavid Schleef
2003-09-23Sync'ed files up to nautilus-media/media-info versions, and fixed them for er...Iain Holmes
2003-09-15Changing have_xid to have_video_out to match the new GstVideoSink parent object.Julien Moutte
2003-09-14Adding GstVideoSink object which will be used for video sink's subclassing.Julien Moutte
2003-09-13Copyright fix (code=mine)Ronald S. Bultje
2003-09-13latest fixes to get everything disting and building like a charmChristian Schaller
2003-09-13Add missing \David Schleef
2003-09-13Interface example: a mixerRonald S. Bultje
2003-09-12build and disting fixesChristian Schaller
2003-09-11Remove all locally-defined optimization flagsDavid Schleef
2003-09-11Add some stuff to disable bad asm codeDavid Schleef
2003-09-11Build ffmpeg using automake instead of ffmpeg's (broken) MakefilesDavid Schleef
2003-09-11add cvsignoresChristian Schaller
2003-09-11misc minor build and rpm fixesChristian Schaller
2003-09-03clean up varargs macro definitionDavid Schleef
2003-09-03Remove vestigal code (#121174)David Schleef
2003-08-21compilation problems on FreeBSD.Andrew Turner