ChangeLog | 240 ++ Makefile.am | 5 Makefile.in | 163 - aclocal.m4 | 313 +-- compile | 142 + config.guess | 94 - config.sub | 66 configure | 2265 +++++++++++++++---------- configure.ac | 2 debian/changelog | 18 debian/control | 1 debian/libfarsight0.1-2.shlibs | 2 debian/watch | 2 depcomp | 64 docs/Makefile.in | 132 - docs/core/Makefile.in | 107 - docs/core/farsight-sections.txt | 4 docs/core/html/FarsightPlugin.html | 355 +++ docs/core/html/FarsightSession.html | 160 - docs/core/html/FarsightStream.html | 1451 +++++++++------- docs/core/html/FarsightTransmitter.html | 807 ++++++++ docs/core/html/ch01.html | 17 docs/core/html/farsight-FarsightCodec.html | 166 - docs/core/html/farsight-FarsightPlugin.html | 343 --- docs/core/html/farsight.devhelp | 52 docs/core/html/farsight.devhelp2 | 52 docs/core/html/index.html | 22 docs/core/html/index.sgml | 58 docs/core/tmpl/farsight-codec.sgml | 2 docs/core/tmpl/farsight-helpers.sgml | 2 docs/core/tmpl/farsight-plugin.sgml | 15 docs/core/tmpl/farsight-session.sgml | 11 docs/core/tmpl/farsight-stream.sgml | 97 + docs/core/tmpl/farsight-transmitter.sgml | 209 ++ docs/core/tmpl/farsight-transport.sgml | 2 docs/core/xml/farsight-plugin.xml | 48 docs/core/xml/farsight-session.xml | 17 docs/core/xml/farsight-stream.xml | 247 ++ docs/core/xml/farsight-transmitter.xml | 515 +++++ farsight/Makefile.in | 227 +- farsight/farsight-codec.c | 230 ++ farsight/farsight-codec.h | 5 farsight/farsight-stream.c | 65 farsight/farsight-stream.h | 12 farsight/helpers/farsight-interfaces.c | 24 farsight/transmitters/Makefile.in | 132 - farsight/transmitters/libjingle/Makefile.in | 174 + farsight/transmitters/rawudp/Makefile.in | 151 - farsight/transmitters/rawudp/udp-transmitter.c | 26 gstcodecs.conf | 24 install-sh | 346 --- ltmain.sh | 126 - m4/Makefile.in | 100 - missing | 61 pkgconfig/Makefile.in | 110 - plugins/Makefile.in | 132 - plugins/msnavconf/Makefile.in | 144 - plugins/msnwebcam/Makefile.in | 144 - plugins/rtp/Makefile.am | 15 plugins/rtp/Makefile.in | 197 +- plugins/rtp/rtpcodecnego.c | 272 +++ plugins/rtp/rtpcodecnego.h | 40 plugins/rtp/rtpgstcodecs.c | 1444 ++++++++++++--- plugins/rtp/rtpgstcodecs.h | 28 plugins/rtp/rtpstream.c | 578 ++++-- plugins/yahoowebcam/Makefile.in | 157 - tests/Makefile.in | 264 +- tests/check/Makefile.in | 147 - tests/test3.c | 1 tests/test3av.c | 1 tests/test3v.c | 1 tests/test4.c | 1 tests/test6.c | 1 73 files changed, 9171 insertions(+), 4477 deletions(-)