Reworked the audio resampler.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 11 Jun 2000 12:11:41 +0000 (12:11 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 11 Jun 2000 12:11:41 +0000 (12:11 +0000)
commitf179798efb89e4d43e3fa7f4ba9ca57a80a28bf0
tree309478a0e2505358ee8d5f96ce1db631b6270797
parent7b199ee9926448c2f5fe931987f3a05f4bcd04bb
Reworked the audio resampler.

Original commit message from CVS:
Reworked the audio resampler.
Added first frames skipping to the mp3 and ac3 parser (this allows you to
skip a number of frames before pushing them).
Removed wrong mmx code from the encoder.
Added Macroblocks per slice to the encoder.
added bilinear and bicubic interpolation to the videoscaler.
Added a MPEG1 multiplexer (no SCR or mux rate calculations yet)
Added some options (framerate to the encoder/decoder)
configure.in
gst/elements/gstpipefilter.c
libs/videoscale/gstvideoscale.c
plugins/elements/gstpipefilter.c
test/aviparse.c
test/mp1parse.c
test/mp2tomp1.c