]> git.sesse.net Git - vlc/commit
- le coup de gr�ce: all the code in audio output is now factorized (except
authorCyril Deguet <asmax@videolan.org>
Mon, 14 Jan 2002 19:54:36 +0000 (19:54 +0000)
committerCyril Deguet <asmax@videolan.org>
Mon, 14 Jan 2002 19:54:36 +0000 (19:54 +0000)
commitc1aa8904b159183f1900c1dff897827e1f9fe4ad
tree1ad2e3de7ff29e097cc834fb6680f88a0573ecf1
parentd33deda2fecc043cf31bbd57dfae18cf011c2160
- le coup de gr�ce: all the code in audio output is now factorized (except
for ac3 spdif) in aout_common.c/.h
- aout thread functions are declared with a macro

TODO:
- test unsigned 8 bit output, and implement S8 and U16 outputs
- multi-channel support
- check if resampling takes the PTS into account (and fix it)
Makefile
src/audio_output/aout_common.c
src/audio_output/aout_common.h
src/audio_output/aout_s16.c [deleted file]
src/audio_output/aout_s8.c [deleted file]
src/audio_output/aout_u16.c [deleted file]
src/audio_output/aout_u8.c [deleted file]
src/audio_output/audio_output.c