gstreamer/gst/rtjpeg
David Schleef 6e12f3b798 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.
Original commit message from CVS:
code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
of lines.
* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
* ext/flac/gstflactag.c: (gst_flac_tag_chain):
* ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
* gst-libs/gst/play/play.c: (gst_play_get_sink_element):
* gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
* gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
* gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
* gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
(gst_float2_2_int_link):
* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
* gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
* gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
* gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
* gst/udp/gstudpsink.c: (gst_udpsink_init_send):
* gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
* sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
* testsuite/gst-lint: Add tests for bzero and ;;
2004-02-02 20:09:09 +00:00
..
.gitignore Initial revision 2001-12-22 23:26:33 +00:00
gstrtjpeg.c remove copyright field from plugins 2003-12-04 10:37:38 +00:00
gstrtjpegdec.c + checking in plugin category changes 2003-11-16 22:02:23 +00:00
gstrtjpegdec.h Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:47:02 +00:00
gstrtjpegenc.c + checking in plugin category changes 2003-11-16 22:02:23 +00:00
gstrtjpegenc.h Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:47:02 +00:00
Makefile.am Remove redundant plugindir definition 2003-08-10 00:01:58 +00:00
README Initial revision 2001-12-22 23:26:33 +00:00
RTjpeg.c code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines. 2004-02-02 20:09:09 +00:00
RTjpeg.h Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:47:02 +00:00

This plugin contains elements necessary for doing RTjpeg compression and
decompression, as well as conversion from RGB to YUV and back, based
entirely on functions supplied by RTjpeg.c.

You can find RTjpeg at Justin Schoeman's site:
http://www.ee.up.ac.za/~justin/bttv/

The idea is to start out with the code elements reading and writing YUV420
images, with external elements to do the conversion.  Eventually (when
typing is a bit more sane/globally used) the codec elements will
automatically convert images to/from the proper format based on what their
peer wants to be dealing with.