CVSROOT: /sources/gnash Module name: gnash Changes by: Tomas Groth <tgc> 07/10/04 09:41:46
Modified files: libmedia/sdl : AudioDecoderFfmpeg.cpp AudioDecoderFfmpeg.h AudioDecoderMad.cpp AudioDecoderMad.h MediaDecoderSdl.cpp MediaDecoderSdl.h MediaParserFfmpeg.cpp MediaParserFfmpeg.h VideoDecoderFfmpeg.cpp VideoDecoderFfmpeg.h Log message: more cvs id tag fixes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/sdl/AudioDecoderFfmpeg.cpp?cvsroot=gnash&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/sdl/AudioDecoderFfmpeg.h?cvsroot=gnash&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/sdl/AudioDecoderMad.cpp?cvsroot=gnash&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/sdl/AudioDecoderMad.h?cvsroot=gnash&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/sdl/MediaDecoderSdl.cpp?cvsroot=gnash&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/sdl/MediaDecoderSdl.h?cvsroot=gnash&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/sdl/MediaParserFfmpeg.cpp?cvsroot=gnash&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/sdl/MediaParserFfmpeg.h?cvsroot=gnash&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/sdl/VideoDecoderFfmpeg.cpp?cvsroot=gnash&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/sdl/VideoDecoderFfmpeg.h?cvsroot=gnash&r1=1.3&r2=1.4 Patches: Index: AudioDecoderFfmpeg.cpp =================================================================== RCS file: /sources/gnash/gnash/libmedia/sdl/AudioDecoderFfmpeg.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- AudioDecoderFfmpeg.cpp 3 Oct 2007 21:43:05 -0000 1.3 +++ AudioDecoderFfmpeg.cpp 4 Oct 2007 09:41:45 -0000 1.4 @@ -17,7 +17,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // -// $Id: +// $Id: AudioDecoderFfmpeg.cpp,v 1.4 2007/10/04 09:41:45 tgc Exp $ #include "AudioDecoderFfmpeg.h" Index: AudioDecoderFfmpeg.h =================================================================== RCS file: /sources/gnash/gnash/libmedia/sdl/AudioDecoderFfmpeg.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- AudioDecoderFfmpeg.h 28 Sep 2007 10:49:11 -0000 1.2 +++ AudioDecoderFfmpeg.h 4 Oct 2007 09:41:46 -0000 1.3 @@ -16,7 +16,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -// $Id: +// $Id: AudioDecoderFfmpeg.h,v 1.3 2007/10/04 09:41:46 tgc Exp $ #ifndef __AUDIODECODERFFMPEG_H__ #define __AUDIODECODERFFMPEG_H__ Index: AudioDecoderMad.cpp =================================================================== RCS file: /sources/gnash/gnash/libmedia/sdl/AudioDecoderMad.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- AudioDecoderMad.cpp 28 Sep 2007 10:49:11 -0000 1.2 +++ AudioDecoderMad.cpp 4 Oct 2007 09:41:46 -0000 1.3 @@ -17,7 +17,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // -// $Id: +// $Id: AudioDecoderMad.cpp,v 1.3 2007/10/04 09:41:46 tgc Exp $ #include "AudioDecoderMad.h" #include "utility.h" Index: AudioDecoderMad.h =================================================================== RCS file: /sources/gnash/gnash/libmedia/sdl/AudioDecoderMad.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- AudioDecoderMad.h 28 Sep 2007 10:49:11 -0000 1.2 +++ AudioDecoderMad.h 4 Oct 2007 09:41:46 -0000 1.3 @@ -16,7 +16,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -// $Id: +// $Id: AudioDecoderMad.h,v 1.3 2007/10/04 09:41:46 tgc Exp $ #ifndef __AUDIODECODERMAD_H__ #define __AUDIODECODERMAD_H__ Index: MediaDecoderSdl.cpp =================================================================== RCS file: /sources/gnash/gnash/libmedia/sdl/MediaDecoderSdl.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- MediaDecoderSdl.cpp 28 Sep 2007 10:49:11 -0000 1.2 +++ MediaDecoderSdl.cpp 4 Oct 2007 09:41:46 -0000 1.3 @@ -16,7 +16,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -// $Id: +// $Id: MediaDecoderSdl.cpp,v 1.3 2007/10/04 09:41:46 tgc Exp $ #include "MediaDecoderSdl.h" #include "AudioDecoderNellymoser.h" Index: MediaDecoderSdl.h =================================================================== RCS file: /sources/gnash/gnash/libmedia/sdl/MediaDecoderSdl.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- MediaDecoderSdl.h 28 Sep 2007 10:49:11 -0000 1.2 +++ MediaDecoderSdl.h 4 Oct 2007 09:41:46 -0000 1.3 @@ -16,7 +16,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -// $Id: +// $Id: MediaDecoderSdl.h,v 1.3 2007/10/04 09:41:46 tgc Exp $ #ifndef __MEDIADECODERFFMPEG_H__ #define __MEDIADECODERFFMPEG_H__ Index: MediaParserFfmpeg.cpp =================================================================== RCS file: /sources/gnash/gnash/libmedia/sdl/MediaParserFfmpeg.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- MediaParserFfmpeg.cpp 28 Sep 2007 10:49:11 -0000 1.2 +++ MediaParserFfmpeg.cpp 4 Oct 2007 09:41:46 -0000 1.3 @@ -16,7 +16,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -// $Id: +// $Id: MediaParserFfmpeg.cpp,v 1.3 2007/10/04 09:41:46 tgc Exp $ #include "MediaParserFfmpeg.h" #include "log.h" Index: MediaParserFfmpeg.h =================================================================== RCS file: /sources/gnash/gnash/libmedia/sdl/MediaParserFfmpeg.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- MediaParserFfmpeg.h 28 Sep 2007 10:49:11 -0000 1.2 +++ MediaParserFfmpeg.h 4 Oct 2007 09:41:46 -0000 1.3 @@ -16,7 +16,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -// $Id: +// $Id: MediaParserFfmpeg.h,v 1.3 2007/10/04 09:41:46 tgc Exp $ #ifndef __MEDIAPARSERFFMPEG_H__ #define __MEDIAPARSERFFMPEG_H__ Index: VideoDecoderFfmpeg.cpp =================================================================== RCS file: /sources/gnash/gnash/libmedia/sdl/VideoDecoderFfmpeg.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- VideoDecoderFfmpeg.cpp 28 Sep 2007 10:49:11 -0000 1.2 +++ VideoDecoderFfmpeg.cpp 4 Oct 2007 09:41:46 -0000 1.3 @@ -17,7 +17,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // -// $Id: +// $Id: VideoDecoderFfmpeg.cpp,v 1.3 2007/10/04 09:41:46 tgc Exp $ #include "VideoDecoderFfmpeg.h" Index: VideoDecoderFfmpeg.h =================================================================== RCS file: /sources/gnash/gnash/libmedia/sdl/VideoDecoderFfmpeg.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- VideoDecoderFfmpeg.h 28 Sep 2007 10:49:11 -0000 1.3 +++ VideoDecoderFfmpeg.h 4 Oct 2007 09:41:46 -0000 1.4 @@ -16,7 +16,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -// $Id: +// $Id: VideoDecoderFfmpeg.h,v 1.4 2007/10/04 09:41:46 tgc Exp $ #ifndef __VIDEODECODERFFMPEG_H__ #define __VIDEODECODERFFMPEG_H__ _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit