Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
58c63dc9
Commit
58c63dc9
authored
Aug 08, 2002
by
Christophe Massiot
Browse files
Added another level of directory in audio_filter/.
parent
7689bc92
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
58c63dc9
This diff is collapsed.
Click to expand it.
configure.in
View file @
58c63dc9
...
...
@@ -440,6 +440,7 @@ PLUGINS="${PLUGINS} demux/mpeg/es demux/mpeg/audio demux/mpeg/mpeg_system demux/
PLUGINS="${PLUGINS} codec/mpeg_video/idct/idct codec/mpeg_video/idct/idctclassic codec/mpeg_video/motion/motion codec/mpeg_video/mpeg_video codec/spudec/spudec"
#PLUGINS="${PLUGINS} codec/a52old/imdct/imdct codec/a52old/downmix/downmix codec/mpeg_audio/mpeg_audio codec/a52old/a52old codec/lpcm/lpcm codec/spdif/spdif"
PLUGINS="${PLUGINS} video_filter/deinterlace/deinterlace video_filter/invert video_filter/wall video_filter/transform video_filter/distort video_filter/clone video_filter/crop"
PLUGINS="${PLUGINS} audio_filter/converter/float32tos16"
PLUGINS="${PLUGINS} audio_mixer/trivial"
PLUGINS="${PLUGINS} audio_output/file"
#PLUGINS="${PLUGINS} visualization/scope/scope"
...
...
modules/audio_filter/.cvsignore
→
modules/audio_filter/
converter/
.cvsignore
View file @
58c63dc9
File moved
modules/audio_filter/Makefile
→
modules/audio_filter/
converter/
Makefile
View file @
58c63dc9
File moved
modules/audio_filter/float32tos16.c
→
modules/audio_filter/
converter/
float32tos16.c
View file @
58c63dc9
/*****************************************************************************
* float32tos16.c :
trivial mixer plug-in (1 input, no downmixing)
* float32tos16.c :
converter from float32 to signed 16 bits integer
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: float32tos16.c,v 1.1 2002/08/0
7
2
1:3
6:5
5
massiot Exp $
* $Id: float32tos16.c,v 1.1 2002/08/0
8
2
2:2
6:5
6
massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
modules/audio_filter/resampler/.cvsignore
0 → 100644
View file @
58c63dc9
.dep
*.lo
*.o.*
*.lo.*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment