Archive: [email protected]
New revision: gephex--main--0.4--patch-1796
--
Revision: gephex--main--0.4--patch-1796
Archive: [email protected]
Creator: GePhex <[email protected]>
Date: Wed Sep 29 14:14:25 CEST 2004
Standard-date: 2004-09-29 12:14:25 GMT
New-files: modules/src/ffmpegoutmodule/.arch-ids/=id
modules/src/ffmpegoutmodule/.arch-ids/Makefile.am.id
modules/src/ffmpegoutmodule/.arch-ids/ffmpegoutmodule.cpp.id
modules/src/ffmpegoutmodule/.arch-ids/ffmpegoutmodule.spec.id
modules/src/ffmpegoutmodule/.arch-ids/ffmpegoutmodule.xpm.id
modules/src/ffmpegoutmodule/.arch-ids/ffmpegwriter.cpp.id
modules/src/ffmpegoutmodule/.arch-ids/ffmpegwriter.h.id
modules/src/ffmpegoutmodule/Makefile.am
modules/src/ffmpegoutmodule/ffmpegoutmodule.cpp
modules/src/ffmpegoutmodule/ffmpegoutmodule.spec
modules/src/ffmpegoutmodule/ffmpegoutmodule.xpm
modules/src/ffmpegoutmodule/ffmpegwriter.cpp
modules/src/ffmpegoutmodule/ffmpegwriter.h
New-directories: modules/src/ffmpegoutmodule
modules/src/ffmpegoutmodule/.arch-ids
Modified-files: NEWS configure.ac modules/src/Makefile.am
modules/src/yuv4mpeg2module/y4moutputmodule.cpp
New-patches: [email protected]/gephex--main--0.4--patch-1796
[email protected]/gephex--ffmpegout--0.4--patch-2
[email protected]/gephex--ffmpegout--0.4--patch-3
[email protected]/gephex--ffmpegout--0.4--patch-4
[email protected]/gephex--ffmpegout--0.4--patch-5
[email protected]/gephex--ffmpegout--0.4--base-0
[email protected]/gephex--ffmpegout--0.4--patch-1
[email protected]/gephex--ffmpegout--0.4--patch-2
[email protected]/gephex--ffmpegout--0.4--patch-3
Summary: experimental version of ffmpeg output (from Michael Mandl)
Keywords:
Patches applied:
* [email protected]/gephex--ffmpegout--0.4--patch-2
* [email protected]/gephex--ffmpegout--0.4--patch-3
* [email protected]/gephex--ffmpegout--0.4--patch-4
ffmpegout works but sux
* [email protected]/gephex--ffmpegout--0.4--patch-5
ffmpegout: filename == "null" -> speichern
* [email protected]/gephex--ffmpegout--0.4--base-0
tag of [email protected]/gephex--main--0.4--patch-1794
* [email protected]/gephex--ffmpegout--0.4--patch-1
merge ffmpeg output module from Michael Mandl
* [email protected]/gephex--ffmpegout--0.4--patch-2
add ffmpeg output module to the NEWS file
* [email protected]/gephex--ffmpegout--0.4--patch-3
add copyright header
* added directories
modules/src/ffmpegoutmodule
modules/src/ffmpegoutmodule/.arch-ids
{arch}/gephex/gephex--ffmpegout
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]/patch-log
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]/patch-log
* added files
modules/src/ffmpegoutmodule/.arch-ids/=id
modules/src/ffmpegoutmodule/.arch-ids/Makefile.am.id
modules/src/ffmpegoutmodule/.arch-ids/ffmpegoutmodule.cpp.id
modules/src/ffmpegoutmodule/.arch-ids/ffmpegoutmodule.spec.id
modules/src/ffmpegoutmodule/.arch-ids/ffmpegoutmodule.xpm.id
modules/src/ffmpegoutmodule/.arch-ids/ffmpegwriter.cpp.id
modules/src/ffmpegoutmodule/.arch-ids/ffmpegwriter.h.id
modules/src/ffmpegoutmodule/Makefile.am
modules/src/ffmpegoutmodule/ffmpegoutmodule.cpp
modules/src/ffmpegoutmodule/ffmpegoutmodule.spec
modules/src/ffmpegoutmodule/ffmpegoutmodule.xpm
modules/src/ffmpegoutmodule/ffmpegwriter.cpp
modules/src/ffmpegoutmodule/ffmpegwriter.h
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]/patch-log/patch-2
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]/patch-log/patch-3
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]/patch-log/patch-4
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]/patch-log/patch-5
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]/patch-log/base-0
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]/patch-log/patch-1
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]/patch-log/patch-2
{arch}/gephex/gephex--ffmpegout/gephex--ffmpegout--0.4/[email protected]/patch-log/patch-3
{arch}/gephex/gephex--main/gephex--main--0.4/[email protected]/patch-log/patch-1796
* modified files
--- orig/NEWS
+++ mod/NEWS
@@ -10,6 +10,7 @@
* chroma key module
* noise module
* yuv4mpeg2 output module
+ * ffmpeg output module
* updated modules:
* audioadd module : translated property names to english
--- orig/configure.ac
+++ mod/configure.ac
@@ -419,6 +419,7 @@
modules/src/diffmodule/Makefile
modules/src/doepfermodule/Makefile
modules/src/dplmodule/Makefile
+modules/src/ffmpegoutmodule/Makefile
modules/src/flashmodule/Makefile
modules/src/flipflopmodule/Makefile
modules/src/font3Dmodule/Makefile
--- orig/modules/src/Makefile.am
+++ mod/modules/src/Makefile.am
@@ -43,6 +43,7 @@
diffmodule \
doepfermodule \
dplmodule \
+ ffmpegoutmodule \
flashmodule \
flipflopmodule \
font3Dmodule \
--- orig/modules/src/yuv4mpeg2module/y4moutputmodule.cpp
+++ mod/modules/src/yuv4mpeg2module/y4moutputmodule.cpp
@@ -1,3 +1,23 @@
+/* This source file is a part of the GePhex Project.
+
+ Copyright (C) 2004
+
+ Martin Bayer <[email protected]>
+
+ 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 "y4moutputmodule.h"
#include <sys/types.h>
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.