Faster and modular getbits implementation.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 7 Sep 2000 20:35:15 +0000 (20:35 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 7 Sep 2000 20:35:15 +0000 (20:35 +0000)
commit23540ccc524685fe1fc1f1ce90e2b229612685ae
tree2e32bed1f70fe6388d86f653be7da538c10ed444
parent7ccc2cf90b33f6a84cebc2e3f6ca1585abe12d1b
Faster and modular getbits implementation.

Original commit message from CVS:
Faster and modular getbits implementation.
Fixed a bug in the audiosink that could lock up your box on bad MB.
Modified the plugins to use the new getbits functions.
14 files changed:
gst/Makefile.am
gst/cothreads.c
gst/elements/gstaudiosink.c
gst/gstbin.c
libs/getbits/.gitignore
libs/getbits/Makefile.am
libs/getbits/gbtest.c [new file with mode: 0644]
libs/getbits/gstgetbits.c
libs/getbits/gstgetbits.h
libs/getbits/gstgetbits_i386.s [new file with mode: 0644]
libs/getbits/gstgetbits_inl.h
plugins/elements/gstaudiosink.c
test/cothreads/cothreads.c
test/cothreads/test.c