GStreamer multimedia framework
Find a file
Erik Walthinsen e4f151a2ce RTjpeg plugin with several elements. It's currently a skeleton, doing no work at all. Need to have a video display ...
Original commit message from CVS:
RTjpeg plugin with several elements.  It's currently a skeleton, doing no
work at all.  Need to have a video display element, some kind of
simulation source (read from .ppm, a la what I do at work to solve the
exact same problem), raw video types, metadata structs, etc.

The RTjpeg.[ch] code is taken from a just-downloaded copy from Justin's
site, with some fixes (#include <asm/types.h> to get __u64,etc).  Once the
aforementioned infrastructure is in place, the elements can actually be
set up to do the encode/decode, and we'll have our first functioning video
codec in place. ;-)
2000-01-31 03:02:52 +00:00
docs initial checkin 2000-01-30 10:44:33 +00:00
editor Changed Makefiles to: detect xaudio (check header xaudio/decoder.h) detect mmx.h need something better. 2000-01-30 22:50:27 +00:00
gst .cvsignore for gst/meta/, and *still* testing loginfo (do I have it right yet???) 2000-01-31 02:43:01 +00:00
plugins/elements .cvsignore for gst/elements/, also testig loginfo script 2000-01-31 01:11:32 +00:00
test initial checkin 2000-01-30 10:44:33 +00:00
tools initial checkin 2000-01-30 10:44:33 +00:00
acconfig.h Changed Makefiles to: detect xaudio (check header xaudio/decoder.h) detect mmx.h need something better. 2000-01-30 22:50:27 +00:00
AUTHORS initial checkin 2000-01-30 09:03:00 +00:00
autogen.sh initial checkin 2000-01-30 09:03:00 +00:00
ChangeLog initial checkin 2000-01-30 09:03:00 +00:00
config.h.in Changed Makefiles to: detect xaudio (check header xaudio/decoder.h) detect mmx.h need something better. 2000-01-30 22:50:27 +00:00
configure.in RTjpeg plugin with several elements. It's currently a skeleton, doing no work at all. Need to have a video display ... 2000-01-31 03:02:52 +00:00
COPYING initial checkin 2000-01-30 09:03:00 +00:00
COPYING.LIB initial checkin 2000-01-30 09:03:00 +00:00
INSTALL initial checkin 2000-01-30 09:03:00 +00:00
install-sh initial checkin 2000-01-30 09:03:00 +00:00
Makefile.am initial checkin 2000-01-30 09:03:00 +00:00
missing initial checkin 2000-01-30 09:03:00 +00:00
mkinstalldirs initial checkin 2000-01-30 09:03:00 +00:00
NEWS initial checkin 2000-01-30 09:03:00 +00:00
README initial checkin 2000-01-30 09:03:00 +00:00
stamp.h.in initial checkin 2000-01-30 09:03:00 +00:00

This is gnome-streamer, a framework for streaming media in GNOME.  The
fundamental design comes from the video pipeline at Oregon Graduate
Institute, as well as some ideas from DirectX.  It's based on plug-ins
that will provide the various codec and other functionality.  The
interface hopefully is generic enough for various companies (ahem, Apple)
to release binary codecs for Linux, until such time as they get a clue and
release the source.