[xiph-commits] r7163 - in trunk/speex: include/speex libspeex

conrad at dactyl.lonelymoon.com conrad
Thu Jul 15 23:20:47 PDT 2004


Author: conrad
Date: Thu Jul 15 23:20:47 2004
New Revision: 7163

Modified:
trunk/speex/include/speex/speex_noglobals.h
trunk/speex/libspeex/modes_noglobals.c
Log:
add some attribution lines to *_noglobals


Modified: trunk/speex/include/speex/speex_noglobals.h
===================================================================
--- trunk/speex/include/speex/speex_noglobals.h	2004-07-16 06:11:47 UTC (rev 7162)
+++ trunk/speex/include/speex/speex_noglobals.h	2004-07-16 06:20:46 UTC (rev 7163)
@@ -1,7 +1,8 @@
+/* Copyright (C) 2004 CSIRO Australia */
/* Copyright (C) 2002 Jean-Marc Valin*/
/**
@file speex_noglobals.h
-  @brief Describes the different modes of the codec
+  @brief Dynamically allocates the different modes of the codec
*/
/*
Redistribution and use in source and binary forms, with or without

Modified: trunk/speex/libspeex/modes_noglobals.c
===================================================================
--- trunk/speex/libspeex/modes_noglobals.c	2004-07-16 06:11:47 UTC (rev 7162)
+++ trunk/speex/libspeex/modes_noglobals.c	2004-07-16 06:20:46 UTC (rev 7163)
@@ -1,8 +1,15 @@
-/* Copyright (C) 2002 Jean-Marc Valin
+/* Copyright (C) 2004 CSIRO Australia
File: modes_noglobals.c

-   Describes the different modes of the codec
+   Hacked by Conrad Parker, based on modes.c:
+   Copyright (C) 2002 Jean-Marc Valin

+   Describes the different modes of the codec. This file differs from
+   modes.c in that SpeexMode structures are dynamically allocated,
+   rather than being statically defined. This introduces some minor
+   API changes which are described in the file README.symbian in the
+   top level of the Speex source distribution.
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:



More information about the commits mailing list