[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/liba52 a52.h, 1.6, 1.7 a52_internal.h, 1.3, 1.4 a52_util.h, 1.1, 1.2 bit_allocate.c, 1.4, 1.5 bitstream.c, 1.5, 1.6 bitstream.h, 1.3, 1.4 downmix.c, 1.4, 1.5 imdct.c, 1.5, 1.6 mm_accel.h, 1.2, 1.3 parse.c, 1.7, 1.8 tables.h, 1.2, 1.3
Diego Biurrun CVS
diego
Thu Jan 12 23:43:54 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52
In directory mail:/var2/tmp/cvs-serv2134/libavcodec/liba52
Modified Files:
a52.h a52_internal.h a52_util.h bit_allocate.c bitstream.c
bitstream.h downmix.c imdct.c mm_accel.h parse.c tables.h
Log Message:
Update licensing information: The FSF changed postal address.
Index: a52.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/a52.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a52.h 18 Feb 2003 11:48:56 -0000 1.6
+++ a52.h 12 Jan 2006 22:43:18 -0000 1.7
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef A52_H
Index: a52_internal.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/a52_internal.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a52_internal.h 16 Apr 2003 20:03:03 -0000 1.3
+++ a52_internal.h 12 Jan 2006 22:43:18 -0000 1.4
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
typedef struct {
Index: a52_util.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/a52_util.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a52_util.h 16 Apr 2003 20:03:04 -0000 1.1
+++ a52_util.h 12 Jan 2006 22:43:18 -0000 1.2
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef A52_UTIL_H
Index: bit_allocate.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/bit_allocate.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bit_allocate.c 24 Aug 2003 13:57:42 -0000 1.4
+++ bit_allocate.c 12 Jan 2006 22:43:18 -0000 1.5
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "a52.h"
#include "a52_internal.h"
Index: bitstream.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/bitstream.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bitstream.c 17 Dec 2005 18:14:34 -0000 1.5
+++ bitstream.c 12 Jan 2006 22:43:18 -0000 1.6
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "a52.h"
#include "a52_internal.h"
Index: bitstream.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/bitstream.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bitstream.h 17 Dec 2005 18:14:34 -0000 1.3
+++ bitstream.h 12 Jan 2006 22:43:18 -0000 1.4
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/* (stolen from the kernel) */
Index: downmix.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/downmix.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- downmix.c 24 Aug 2003 13:57:42 -0000 1.4
+++ downmix.c 12 Jan 2006 22:43:18 -0000 1.5
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "a52.h"
#include "a52_internal.h"
Index: imdct.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/imdct.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- imdct.c 17 Dec 2005 18:14:34 -0000 1.5
+++ imdct.c 12 Jan 2006 22:43:18 -0000 1.6
@@ -21,7 +21,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "a52.h"
Index: mm_accel.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/mm_accel.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mm_accel.h 16 Apr 2003 20:03:05 -0000 1.2
+++ mm_accel.h 12 Jan 2006 22:43:18 -0000 1.3
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef MM_ACCEL_H
Index: parse.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/parse.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- parse.c 17 Dec 2005 18:14:34 -0000 1.7
+++ parse.c 12 Jan 2006 22:43:18 -0000 1.8
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "a52.h"
#include "a52_internal.h"
Index: tables.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/liba52/tables.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tables.h 18 Feb 2003 11:48:57 -0000 1.2
+++ tables.h 12 Jan 2006 22:43:18 -0000 1.3
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
static const int8_t exp_1[128] = {
More information about the ffmpeg-cvslog
mailing list