Added seeking to some of the plugins. some MMX speedups in the MPEG decoders.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 5 Jul 2000 10:21:08 +0000 (10:21 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 5 Jul 2000 10:21:08 +0000 (10:21 +0000)
commit9b0e11ec7e9bae339742acc8373f5e8655234486
tree24160410d2453d1e470f91689fa8b99b57e73f71
parent06c882d9ce7be1568cbc9d34f4b02322050b9b58
Added seeking to some of the plugins. some MMX speedups in the MPEG decoders.

Original commit message from CVS:
Added seeking to some of the plugins.
some MMX speedups in the MPEG decoders.
Better YUV to MMX conversion
implemented seeking to gstplay.
25 files changed:
gst/elements/gstaudiosink.c
gst/elements/gstaudiosink.h
gst/elements/gstdisksrc.c
gst/elements/gstdisksrc.h
gst/elements/gstfdsrc.c
gst/elements/gstqueue.c
gst/gstbuffer.h
gstplay/Makefile.am
gstplay/callbacks.c
gstplay/callbacks.h
gstplay/gstplay.c [moved from gstplay/main.c with 54% similarity]
gstplay/interface.c
gstplay/interface.h
gstplay/mpeg1.c
gstplay/mpeg2.c
libs/colorspace/yuv2rgb.c
libs/videoscale/gstvideoscale.c
plugins/elements/gstaudiosink.c
plugins/elements/gstaudiosink.h
plugins/elements/gstdisksrc.c
plugins/elements/gstdisksrc.h
plugins/elements/gstfdsrc.c
plugins/elements/gstqueue.c
test/mp2tomp1.c
test/mpeg2parse.c