[vlc-devel] CVS Commit (gbazin)

cvs at videolan.org cvs at videolan.org
Mon Nov 11 23:27:01 CET 2002


Update of /var/cvs/videolan/vlc/src/audio_output
Modified Files:
	filters.c input.c 

Update of /var/cvs/videolan/vlc/include
Modified Files:
	aout_internal.h 

Update of /var/cvs/videolan/vlc/modules/audio_filter/resampler
Modified Files:
	linear.c trivial.c ugly.c 

Log Message:

* src/audio_output/filters.c, src/audio_output/input.c, include/aout_internal.h,
   modules/audio_filter/resampler/*: Changes that allow the resamplers to set
   the start and end date of the frame it outputs.
   This allows us for instance to output a smaller frame than what we should, and
   keep the rest of the data to compute the resampling of the next frame.
   In short, we can implement much more complex resampling algorithms than before.

* modules/audio_filter/resampler/linear.c: rewrote the linear resampler. The audio
   quality doesn't seem to be better than the ugly resampler, maybe I shouldn't
   have wasted my time on this...

-- 
gbazin
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list