From 1fd7cba9e4edc38682de4e462a3f988948b7e288 Mon Sep 17 00:00:00 2001 From: august black Date: Tue, 5 Oct 2010 22:52:49 +0000 Subject: cosmetic adjustments for debian packaging. svn path=/trunk/externals/august/readanysf~/; revision=14200 --- readanysf~-meta.pd | 6 ++++++ src/FifoAudioFrames.cpp | 19 +++++++++++++++++++ src/FifoAudioFrames.h | 19 +++++++++++++++++++ src/FifoVideoFrames.cpp | 19 +++++++++++++++++++ src/FifoVideoFrames.h | 19 +++++++++++++++++++ src/ReadMedia.cpp | 19 +++++++++++++++++++ src/ReadMedia.h | 19 +++++++++++++++++++ 7 files changed, 120 insertions(+) create mode 100644 readanysf~-meta.pd diff --git a/readanysf~-meta.pd b/readanysf~-meta.pd new file mode 100644 index 0000000..1c88459 --- /dev/null +++ b/readanysf~-meta.pd @@ -0,0 +1,6 @@ +#N canvas 15 49 200 200 10; +#N canvas 15 49 420 300 META 0; +#X text 10 10 VERSION 0.4; +#X text 10 24 AUTHOR August Black ; +#X text 11 39 NAME readanysf~; +#X restore 10 10 pd META; diff --git a/src/FifoAudioFrames.cpp b/src/FifoAudioFrames.cpp index a3bc682..a27029a 100644 --- a/src/FifoAudioFrames.cpp +++ b/src/FifoAudioFrames.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2003-2010 August Black + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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 + * + */ + #include "FifoAudioFrames.h" /* diff --git a/src/FifoAudioFrames.h b/src/FifoAudioFrames.h index eea7a66..d3be340 100644 --- a/src/FifoAudioFrames.h +++ b/src/FifoAudioFrames.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2003-2010 August Black + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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 + * + */ + #ifndef _FIFOAUDIOFRAMES_H_ #define _FIFOAUDIOFRAMES_H_ diff --git a/src/FifoVideoFrames.cpp b/src/FifoVideoFrames.cpp index 29975dc..054332c 100644 --- a/src/FifoVideoFrames.cpp +++ b/src/FifoVideoFrames.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2003-2010 August Black + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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 + * + */ + #include "FifoVideoFrames.h" FifoVideoFrames::FifoVideoFrames(int s, gavl_video_format_t * f) { diff --git a/src/FifoVideoFrames.h b/src/FifoVideoFrames.h index ee5beba..25e24bc 100644 --- a/src/FifoVideoFrames.h +++ b/src/FifoVideoFrames.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2003-2010 August Black + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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 + * + */ + #ifndef _FIFOVIDEOFRAMES_H_ #define _FIFOVIDEOFRAMES_H_ diff --git a/src/ReadMedia.cpp b/src/ReadMedia.cpp index e86273b..1d1b40b 100644 --- a/src/ReadMedia.cpp +++ b/src/ReadMedia.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2003-2010 August Black + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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 + * + */ + #include "ReadMedia.h" #include #include //usleep diff --git a/src/ReadMedia.h b/src/ReadMedia.h index aef7ef5..6499f73 100644 --- a/src/ReadMedia.h +++ b/src/ReadMedia.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2003-2010 August Black + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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 + * + */ + #ifndef _READMEDIA_H_ #define _READMEDIA_H_ -- cgit v1.2.1