[xiph-cvs] cvs commit: vorbis/win32 vorbis.def vorbis_dynamic.dsp vorbis_static.dsp
Chris Wolf
cwolf at xiph.org
Thu Dec 27 06:25:22 PST 2001
cwolf 01/12/27 06:25:21
Modified: win32 vorbis.def vorbis_dynamic.dsp vorbis_static.dsp
Log:
update for rc3
Revision Changes Path
1.8 +5 -1 vorbis/win32/vorbis.def
Index: vorbis.def
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbis.def,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vorbis.def 2001/10/23 13:27:18 1.7
+++ vorbis.def 2001/12/27 14:25:20 1.8
@@ -1,5 +1,5 @@
;
-; $Id: vorbis.def,v 1.7 2001/10/23 13:27:18 cwolf Exp $
+; $Id: vorbis.def,v 1.8 2001/12/27 14:25:20 cwolf Exp $
;
LIBRARY
EXPORTS
@@ -8,6 +8,7 @@
_residue_P
_time_P
_vi_psy_copy
+residue_free_info
vorbis_analysis
vorbis_analysis_blockout
vorbis_analysis_buffer
@@ -16,6 +17,8 @@
vorbis_analysis_wrote
vorbis_block_clear
vorbis_block_init
+vorbis_bitrate_addblock
+vorbis_bitrate_flushpacket
vorbis_comment_add
vorbis_comment_add_tag
vorbis_comment_clear
@@ -24,6 +27,7 @@
vorbis_comment_query_count
vorbis_commentheader_out
vorbis_dsp_clear
+vorbis_info_blocksize
vorbis_info_clear
vorbis_info_init
vorbis_packet_blocksize
1.11 +5 -1 vorbis/win32/vorbis_dynamic.dsp
Index: vorbis_dynamic.dsp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbis_dynamic.dsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vorbis_dynamic.dsp 2001/10/18 23:31:48 1.10
+++ vorbis_dynamic.dsp 2001/12/27 14:25:20 1.11
@@ -98,7 +98,11 @@
# End Source File
# Begin Source File
-SOURCE=..\lib\bitbuffer.c
+SOURCE=..\lib\barkmel.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\lib\bitrate.c
# End Source File
# Begin Source File
1.8 +5 -1 vorbis/win32/vorbis_static.dsp
Index: vorbis_static.dsp
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbis_static.dsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vorbis_static.dsp 2001/09/16 19:49:55 1.7
+++ vorbis_static.dsp 2001/12/27 14:25:20 1.8
@@ -89,7 +89,7 @@
# End Source File
# Begin Source File
-SOURCE=..\lib\bitbuffer.c
+SOURCE=..\lib\bitrate.c
# End Source File
# Begin Source File
@@ -174,6 +174,10 @@
# Begin Source File
SOURCE=..\lib\bitbuffer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\lib\bitrate.h
# End Source File
# Begin Source File
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list