Archive: [email protected]
New revision: gephex--main--0.4--patch-1809
--
Revision: gephex--main--0.4--patch-1809
Archive: [email protected]
Creator: GePhex <[email protected]>
Date: Wed Oct 20 14:43:30 CEST 2004
Standard-date: 2004-10-20 12:43:30 GMT
New-files: modules/src/libcolorconv/.arch-ids/libcolorconv.dsp.id
modules/src/libcolorconv/libcolorconv.dsp
Modified-files: configs/release.arch
modules/src/tunnelmodule/tunnelmodule.spec
modules/src/yuv4mpeg2module/y4moutputmodule.cpp
New-patches: [email protected]/gephex--georg--0.4--patch-334
[email protected]/gephex--georg--0.4--patch-335
[email protected]/gephex--georg--0.4--patch-336
[email protected]/gephex--georg--0.4--patch-337
[email protected]/gephex--georg--0.4--patch-338
[email protected]/gephex--main--0.4--patch-1809
Summary: add missing libcolorconv.dsp, small stuff
Keywords:
Patches applied:
* [email protected]/gephex--georg--0.4--patch-334
Added missing libcolorconv.dsp
* [email protected]/gephex--georg--0.4--patch-335
Improved wait_cycle handling in y4m2 output
* [email protected]/gephex--georg--0.4--patch-336
open file write-only in y4m2 output
* [email protected]/gephex--georg--0.4--patch-337
Set tunnel default radius to 10
* [email protected]/gephex--georg--0.4--patch-338
Set ffmpeg version for the release
* added files
modules/src/libcolorconv/.arch-ids/libcolorconv.dsp.id
modules/src/libcolorconv/libcolorconv.dsp
{arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-334
{arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-335
{arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-336
{arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-337
{arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-338
{arch}/gephex/gephex--main/gephex--main--0.4/[email protected]/patch-log/patch-1809
* modified files
--- orig/configs/release.arch
+++ mod/configs/release.arch
@@ -1 +1 @@
-./contrib/ffmpeg [email protected]/ffmpeg--cvs--1.0--base-0
+./contrib/ffmpeg [email protected]/ffmpeg--cvs--1.0--patch-3
--- orig/modules/src/tunnelmodule/tunnelmodule.spec
+++ mod/modules/src/tunnelmodule/tunnelmodule.spec
@@ -95,7 +95,7 @@
lower_bound = 1
higher_bound = 100
step_size = 1
- default = 50
+ default = 10
hidden = true
}
--- orig/modules/src/yuv4mpeg2module/y4moutputmodule.cpp
+++ mod/modules/src/yuv4mpeg2module/y4moutputmodule.cpp
@@ -150,11 +150,13 @@
if (stream.fd != 0)
{
close(stream.fd);
+ stream.fd = 0;
// wait some time to give the reader process enough time
// to reopen the stream
if (filename == stream.filename)
my.wait_cycles = WAIT_CYCLES_AFTER_REOPEN;
+ return;
}
// new stream
@@ -164,7 +166,7 @@
// open new file
- stream.fd= open(filename.c_str(),O_RDWR|O_CREAT|O_TRUNC,00666);
+ stream.fd= open(filename.c_str(),O_WRONLY|O_CREAT|O_TRUNC,00666);
if (stream.fd == -1)
{
stream.fd = 0;
@@ -201,9 +203,6 @@
stream.wrote_header=false;
}
- if (my.wait_cycles > 0)
- return;
-
// the framebuffer
uint32_t* fb;
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.