[Mjpeg-users] Re: Color / No color [DC30 SVHS]

2005-08-18 Thread Hans
-1.667 My setup can capture up to 768x576 PAL S-Video in color with DC30 16bit 44100MHz sound using the new driver for Adobe Premiere in XP, so the HW is ok. Hans From: Ronald S. Bultje <[EMAIL PROTECTED]> Re: Color / No color 2005-01-26 14:44 On Wed, 2005-01-26 at 19:59, Be

RE: [Mjpeg-users] Re: Color / No color [DC30 SVHS]

2005-08-19 Thread Hans
s... Alternately, you can use this setting in .xawtv: [defaults] norm = PAL input = S-Video capture = over $ xawtv -c /dev/video0 GIVEMECOLORNOW TV norm and Video source is then reported correctly by xawtv, but command reaction time is very slow... I'm using xawtv 3.93 pre-compiled for FC3

RE: [Mjpeg-users] Re: Color / No color [DC30 SVHS]

2005-08-19 Thread Hans
at is wrong in the zoran driver and/or lavrec program. > I think the error is in vpx3220.c after line 313 function > vpx3220_command(), if you want to dig a bit deeper. > > I use the mjpeg cvs version of the zoran driver so the lines > may differ. Hardcoding

RE: [Mjpeg-users] Re: Color / No color [DC30 SVHS]

2005-08-21 Thread Hans
d be perfect :-) Hans --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing

RE: [Mjpeg-users] Re: Color / No color [DC30 SVHS]

2005-08-21 Thread Hans
Linux driver are decimated to half height when played in Windows (looks fine in lavplay and mplayer), while 768x576 caps made with the Windows driver works both in Windows and Linux. I have to investigate some more on this, and I have not searche

[Mjpeg-users] Re: Natomi bug DC10 only? - Was: Color / No color [DC30 SVHS]

2005-08-22 Thread Hans
could not be enabled Recording time : 0.00.00:01 Lost frames : 000 A/V sync ins/del: 000/000 Audio errors: 000 -rw-r--r-- 1 hans users 116692 Aug 22 15:27 d1_1f_b128.avi VirtualDub 1.6.8 reports: Frame size, fps (us per frame): 768x576, 25.000 fps (40 us) Length: 1 frames (0:00

Re: [Mjpeg-users] [patch] [media] zoran: remove duplicate ZR050_MO_COMP define

2014-06-27 Thread Hans Verkuil
es, I have zoran hardware, so even if it is blocking new developments I should be able to fix it. Regards, Hans > > Dan Carpenter wrote: >> The ZR050_MO_COMP define is cut and pasted twice so we can delete the >> second instance. >> >> Signed-off-by: Dan Carp

Re: [Mjpeg-users] [patch] [media] zoran: remove duplicate ZR050_MO_COMP define

2014-07-05 Thread Hans Verkuil
d card's on a regular base. To know > if You and all the other people spend the time for something that is > active used. Or you are just taking care of a empty shell. I haven't seen any requests f

Re: [Mjpeg-users] [PATCH 09/14] zoran: fix indent

2015-04-30 Thread Hans Verkuil
ered from git logs. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Hans Verkuil > > diff --git a/drivers/media/pci/zoran/zoran_device.c > b/drivers/media/pci/zoran/zoran_device.c > index b6801e035ea4..40119b3c52c1 100644 > --- a/drivers/media/pci/zoran/zoran_d

Re: [Mjpeg-users] [PATCH] media: zoran: move to dma-mapping interface

2018-05-07 Thread Hans Verkuil
es people do, but >>> most often no one does. >> >> Let's start with this one (zoran) then, as Mauro is keen on having >> all media drivers compile-testable on x86-64 and arm. >> >> Trent Piepho and Hans Verkuil both worked on this driver in the >>

[Mjpeg-users] [PATCH] zoran: move to staging in preparation for removal

2018-05-11 Thread Hans Verkuil
l. If someone is interested in working on this driver to prevent its removal, then please contact the linux-media mailinglist. Signed-off-by: Hans Verkuil --- MAINTAINERS | 2 +- drivers/media/pci/Kconfig | 1 - drivers/

Re: [Mjpeg-users] [PATCH] staging: media: zoran: fix trailing whitespaces

2019-04-10 Thread Hans Verkuil
--- >> */ >> - >> + >> > > Checkpatch also complains if you have two consecutive blank lines so > really we should just delete the lines entirely... But this driver is > scheduled for deletion in May. Let's not bot

Re: [Mjpeg-users] bringing back media/zoran driver

2019-09-23 Thread Hans Verkuil
that you join the #v4l irc channel on freenode.org. Most core devs that can help with advice are there during office hours (and often outside of office hours as well). That's for the European timezones since most devs are based in Europe. Regards, Hans __

Re: [Mjpeg-users] [PATCH 4/8] staging: media: zoran: add debugfs

2021-09-06 Thread Hans Verkuil
def CONFIG_VIDEO_ZORAN_DEBUG > +static int zoran_debugfs_show(struct seq_file *seq, void *v) > +{ > + struct zoran *zr = seq->private; > + > + seq_printf(seq, "Running mode %x\n", zr->running); > + seq_printf(seq, "Codec mode %x\n", zr->codec_m

Re: [Mjpeg-users] [PATCH 0/8] staging: media: zoran: fusion in one module

2021-09-06 Thread Hans Verkuil
On 06/09/2021 16:56, LABBE Corentin wrote: > Le Mon, Sep 06, 2021 at 04:11:16PM +0200, Hans Verkuil a écrit : >> On 06/09/2021 15:49, LABBE Corentin wrote: >>> Le Mon, Sep 06, 2021 at 01:03:56PM +0200, Hans Verkuil a écrit : >>>> Hi Corentin, >>>> >

Re: [Mjpeg-users] [PATCH 0/8] staging: media: zoran: fusion in one module

2021-09-06 Thread Hans Verkuil
deo device node. And that's really something that has to be done before the zoran driver can be moved out of staging. It shouldn't be that hard to implement, I think. Right now it is impossible to run the compliance test for the output, since it doesn't even see it as an output. Re

Re: [Mjpeg-users] [PATCH 6/8] staging: media: zoran: fusion all modules

2021-09-06 Thread Hans Verkuil
e. After applying this patch I am no longer able to rmmod the module: it will always report that it is in use. This is with a Miro DC30. So something is wrong with refcounting. I do like the idea of merging all these modules, but it needs a bit more testing. Regards, Hans > > Signe

Re: [Mjpeg-users] [PATCH 0/8] staging: media: zoran: fusion in one module

2021-09-06 Thread Hans Verkuil
On 06/09/2021 15:49, LABBE Corentin wrote: > Le Mon, Sep 06, 2021 at 01:03:56PM +0200, Hans Verkuil a écrit : >> Hi Corentin, >> >> I finally had the opportunity to test the staging zoran driver. >> >> I found several issues when running v4l2-compliance -s (I post

Re: [Mjpeg-users] [PATCH v2 00/10] staging: media: zoran: fusion in one module

2021-10-18 Thread Hans Verkuil
bugfs' config option. It's not worth the additional complexity. Instead, just #ifdef CONFIG_DEBUG_FS where necessary (in most cases you shouldn't even have to do that since the since you have dummy debug_fs_* functions if CONFIG_DEBUG_FS isn't set). Regards, Hans On 13/10/2

Re: [Mjpeg-users] [PATCH v2 00/10] staging: media: zoran: fusion in one module

2021-10-25 Thread Hans Verkuil
On 25/10/2021 16:21, LABBE Corentin wrote: > Le Mon, Oct 25, 2021 at 02:45:02PM +0200, Hans Verkuil a écrit : >> Hi Corentin, >> >> On 13/10/2021 20:58, Corentin Labbe wrote: >>> Hello >>> >>> The main change of this serie is to fusion all zoran rel

Re: [Mjpeg-users] [PATCH v2 00/10] staging: media: zoran: fusion in one module

2021-10-25 Thread Hans Verkuil
e a DC30. If I test with 'card=0' then the rmmod issue is now solved. Regards, Hans > > Corentin Labbe (10): > staging: media: zoran: move module parameter checks to zoran_probe > staging: media: zoran: use module_pci_driver > staging: media: zoran: rename

Re: [Mjpeg-users] [PATCH v3 00/14] staging: media: zoran: fusion in one module

2021-11-03 Thread Hans Verkuil
On 03/11/2021 16:57, LABBE Corentin wrote: > Le Wed, Nov 03, 2021 at 04:21:02PM +0100, Hans Verkuil a écrit : >> Hi Corentin, >> >> On 26/10/2021 21:34, Corentin Labbe wrote: >>> Hello >>> >>> The main change of this serie is to fusion all zoran rel

Re: [Mjpeg-users] [PATCH v3 00/14] staging: media: zoran: fusion in one module

2021-11-03 Thread Hans Verkuil
? I would feel much happier if this is fixed. Note that the same problem is present without this patch series, so it's been there for some time. Regards, Hans > > Regards > > Changes since v2: > - added the 4 latest patchs > - removed DEBUGFS kconfig option > -

Re: [Mjpeg-users] [PATCH v3 00/14] staging: media: zoran: fusion in one module

2021-11-08 Thread Hans Verkuil
On 07/11/2021 17:35, LABBE Corentin wrote: > Le Wed, Nov 03, 2021 at 05:29:46PM +0100, Hans Verkuil a écrit : >> On 03/11/2021 16:57, LABBE Corentin wrote: >>> Le Wed, Nov 03, 2021 at 04:21:02PM +0100, Hans Verkuil a écrit : >>>> Hi Corentin, >>>> >

Re: [Mjpeg-users] [PATCH v2 4/4] staging: media: zoran: replace dprintk with new debugging macros

2022-04-28 Thread Hans Verkuil
ng when checking the kerneldoc: zoran/zoran.h:307: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst Can you fix this and post a v3? Thanks! Hans > > Signed-off-by: Ian Cowan > --- &

Re: [Mjpeg-users] [PATCH] media: staging: media: zoran: Removed braces for single statement block

2022-08-24 Thread Hans Verkuil
ur patches Obsoleted in patchwork. Regards, Hans On 21/07/2022 17:00, Abhijeet Srivastava wrote: > Warning found by checkpatch.pl script. > > Signed-off-by: Abhijeet Srivastava > --- > drivers/staging/media/zoran/zoran_card.c | 4 ++-- > 1 file changed, 2 insertions(

[Mjpeg-users] Strange mplex problem

2004-01-08 Thread Hans van der Made
plex] Audio c0: buf= 1986 frame=001099 sector=0353 ++ WARN: [mplex] Padding : sector=0012 [...] **ERROR: [mplex] Too many frame drops -exiting Any ideas? Thanks in advance! Regards, Hans --- This SF.net email is sponsored by:

Re: [Fwd: Re: [Mjpeg-users] [Fwd: yuv4mpeg export feature refinement]]

2004-01-08 Thread Hans van der Made
f you want a real editor, vim might handle these large files correctly. Regards, Hans --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabi

Re: [Mjpeg-users] Where to get 'toolame'

2004-01-08 Thread Hans van der Made
owfiles.php?group_id=19022 Regards, Hans --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms

Re: [Fwd: Re: [Mjpeg-users] [Fwd: yuv4mpeg export feature refinement]]

2004-01-08 Thread Hans van der Made
> I can see that using sed would be quite simple. However, I don't want > to wait for a 30 GB file to be re-written. Looking at the man page, I I never work with these large files, but rather use pipes (|) of fifo's. Putting an extra pipe in between is no problem then.

Re: [Mjpeg-users] Strange mplex problem

2004-01-08 Thread Hans van der Made
y the video buffer size. For > normal VCD that is 46 but for higher rates raising that might be > needed. I will try this one as well, thanks for your help! Regards, Hans --- This SF.net email is sponsored by: Perforce Soft