Fixed the mpeg2 encoder. Added MMX optimisations for motion estimation.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 21 May 2000 21:58:20 +0000 (21:58 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 21 May 2000 21:58:20 +0000 (21:58 +0000)
commit8f2b441e96d217918256d6771cc51de7d7ede882
tree920b5526c44739df99d5897bae7f21787a02ef44
parent212677286e057491e2181f3831a8706df5fa18f1
Fixed the mpeg2 encoder. Added MMX optimisations for motion estimation.

Original commit message from CVS:
Fixed the mpeg2 encoder. Added MMX optimisations for motion estimation.
Added another mpeg1 encoder.
Added Two filters: smooth and median (a median cut filter)
Made the queue pull buffers.
13 files changed:
configure.in
docs/gst/gstreamer-decl.txt
docs/gst/gstreamer.hierarchy
docs/gst/tmpl/gsthttpsrc.sgml
docs/gst/tmpl/gstreamer-unused.sgml
gst/elements/gstqueue.c
gst/gstbuffer.h
libs/videoscale/gstvideoscale.c
plugins/elements/gstqueue.c
test/Makefile.am
test/avi2mpg.c
test/mp2tomp1.c
test/vidcapture.c