Roberto Togni | 1 May 2004 01:07
Picon
Favicon

Re: RealMedia playing broken with demux_real.c 1.58

On 2004.05.01 00:24, Dominik 'Rathann' Mierzejewski wrote:
> On Friday, 30 April 2004 at 23:58, Roberto Togni wrote:
> > On 2004.04.30 23:18, Dominik 'Rathann' Mierzejewski wrote:
> > > Hi.
> > >
> > > The CVS change below breaks plaing all RealMedia files I have.
[...]
> > > for example), which results in sig11.
> > >
> > >  <at>  <at>  -1190,6 +1193,10  <at>  <at> 
> > >                    sh->wf->cbSize = 0;
> > >                    sh->format = MKTAG(buf[0], buf[1], buf[2],
> > > buf[3]);
> > >
> > > +                   if ((version != 3) && (hdr_size != 0x4e)) {
> > > +                       mp_msg(MSGT_DEMUX,MSGL_V,"skipping %d
> extra
> > > header bytes\n", hdr_size-0x4e);
> > > +                       stream_skip(demuxer->stream,
> hdr_size-0x4e);
> > > +                   }
> > > #if 0
> > >                    switch (sh->format){
> > > 			case MKTAG('d', 'n', 'e', 't'):
> > >
[...]
> Recompiling now. I'll keep you posted.
You can remove that code completely. it serves no purpose :)
The other part of the fix (don't try to get extradata for 28_8 codec)  
is enough to fix the problem it was intended to fix. 100l to me for not  
(Continue reading)

Re: RealMedia playing broken with demux_real.c 1.58

On Friday, 30 April 2004 at 23:58, Roberto Togni wrote:
> On 2004.04.30 23:18, Dominik 'Rathann' Mierzejewski wrote:
> > Hi.
> > 
> > The CVS change below breaks plaing all RealMedia files I have.
> > Reversing
> > it fixes the problem. Interestingly, all these files have hdr_size
> > less
> > than 0x4e, so stream_skip is actually called with negative argument
> > (-8
> > for example), which results in sig11.
> > 
> >  <at>  <at>  -1190,6 +1193,10  <at>  <at> 
> >                    sh->wf->cbSize = 0;
> >                    sh->format = MKTAG(buf[0], buf[1], buf[2],
> > buf[3]);
> > 
> > +                   if ((version != 3) && (hdr_size != 0x4e)) {
> > +                       mp_msg(MSGT_DEMUX,MSGL_V,"skipping %d extra
> > header bytes\n", hdr_size-0x4e);
> > +                       stream_skip(demuxer->stream, hdr_size-0x4e);
> > +                   }
> > #if 0
> >                    switch (sh->format){
> > 			case MKTAG('d', 'n', 'e', 't'):
> > 
> > Shall I provide more info?
> Yes, thanks. I think i understood the problem, but i'd loke to test it
> before doing any change.
> Is some sample available somewhere (i'll test with all my samples
(Continue reading)

Re: RealMedia playing broken with demux_real.c 1.58

On Saturday, 01 May 2004 at 01:07, Roberto Togni wrote:
[...]
> I'll check your samples anyway when you upload them.

Two samples uploaded. One non-working (demux-real-sig11.rm) and one
working (demux-real-working.rm).

--

-- 
MPlayer RPMs maintainer: http://greysector.rangers.eu.org/mplayer.html
"I am Grey. I stand between the candle and the star. We are Grey.
 We stand between the darkness ... and the light."
        -- Delenn in Grey Council in Babylon 5:"Babylon Squared"
John Earl | 1 May 2004 02:07
Picon
Picon
Favicon

lost patches

A couple of patches that seem to have got lost. Perhaps someone would 
like to apply or reject?

http://zebra.fh-weingarten.de/~maxi/html/mplayer-dev-eng/2004-01/msg00687.html

http://zebra.fh-weingarten.de/~maxi/html/mplayer-dev-eng/2004-02/msg00426.html
Roberto Togni | 1 May 2004 02:16
Picon
Favicon

Re: RealMedia playing broken with demux_real.c 1.58

On 2004.05.01 01:18, Dominik 'Rathann' Mierzejewski wrote:
> On Friday, 30 April 2004 at 23:58, Roberto Togni wrote:
> > On 2004.04.30 23:18, Dominik 'Rathann' Mierzejewski wrote:
> > > Hi.
> > >
> > > The CVS change below breaks plaing all RealMedia files I have.
> > > Reversing
> > > it fixes the problem. Interestingly, all these files have  
> hdr_size
> > > less
> > > than 0x4e, so stream_skip is actually called with negative
> argument
> > > (-8
> > > for example), which results in sig11.
> > >
> > >  <at>  <at>  -1190,6 +1193,10  <at>  <at> 
> > >                    sh->wf->cbSize = 0;
> > >                    sh->format = MKTAG(buf[0], buf[1], buf[2],
> > > buf[3]);
> > >
> > > +                   if ((version != 3) && (hdr_size != 0x4e)) {
> > > +                       mp_msg(MSGT_DEMUX,MSGL_V,"skipping %d
> extra
> > > header bytes\n", hdr_size-0x4e);
> > > +                       stream_skip(demuxer->stream,
> hdr_size-0x4e);
> > > +                   }
> > > #if 0
> > >                    switch (sh->format){
> > > 			case MKTAG('d', 'n', 'e', 't'):
(Continue reading)

Wang WenRui | 1 May 2004 03:20

Re: lost patches

Around 01 o'clock on 01 May, John Earl wrote:
> A couple of patches that seem to have got lost. Perhaps someone would 
> like to apply or reject?
and this one:
http://www1.mplayerhq.hu/pipermail/mplayer-dev-eng/2004-April/025454.html

thanks
> 
> http://zebra.fh-weingarten.de/~maxi/html/mplayer-dev-eng/2004-01/msg00687.html
> 
> http://zebra.fh-weingarten.de/~maxi/html/mplayer-dev-eng/2004-02/msg00426.html
> 
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng <at> mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
adland | 1 May 2004 03:39
Picon
Favicon

[PATCH] fix url escape issue - try 3

This is a updated patch
for the url escape issue which you requested.

please consider
thanks

	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 
Attachment (url_patch_3): text/x-diff, 8 KiB
_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng <at> mplayerhq.hu
http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
Krzysztof Rusocki | 1 May 2004 04:05
Picon

Re: lost patches

On Sat, May 01, 2004 at 09:20:33AM +0800, Wang WenRui wrote:
> Around 01 o'clock on 01 May, John Earl wrote:
> > A couple of patches that seem to have got lost. Perhaps someone would 
> > like to apply or reject?
> and this one:
> http://www1.mplayerhq.hu/pipermail/mplayer-dev-eng/2004-April/025454.html

I'll join you then...
http://www1.mplayerhq.hu/pipermail/mplayer-dev-eng/2004-February/024150.html

Cheers,
Krzysztof
Timothy Lee | 1 May 2004 05:53
Favicon

Re: [PATCH] vidix driver for VIA CLE266 Unichrome

I haven't tested the patch using vesa:vidix.  I could give it a try and report back.

Regards,
Timothy


Benjamin Zores wrote:
Hi, This patch adds a vidix driver for VIA's CLE266 Unichrome graphics chip, used in EPIA-M motherboards. The source code is derived from X.org's via driver. This patch has been tested with xvidix and cvidix video output on a EPIA-M10000 motherboard.
Hi, I'm wondering if this patch provides support for -vo vesa:vidix ? I have to add it to MPlayer for some project but have unfortunately no EPIA M to test it on. Best regards, Benjamin Zores _______________________________________________ MPlayer-dev-eng mailing list MPlayer-dev-eng <at> mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng

_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng <at> mplayerhq.hu
http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
adland | 1 May 2004 11:11
Picon
Favicon

[PATCH] minor small updates

here are some small updates
please consider
thanks

libmpdvdkit2/dvd_input.c
dvd_input.c: In function `DVDInputSetup':
dvd_input.c:129: warning: assignment from incompatible
pointer type
libfaad2/sbr_syntax.c
sbr_syntax.c:813:21: warning: no newline at end of
file
libfaad2/sbr_qmf_c.h
In file included from sbr_qmf.c:38:
sbr_qmf_c.h:364:7: warning: no newline at end of file
libfaad2/sbr_noise.h
In file included from sbr_hfadj.c:38:
sbr_noise.h:560:7: warning: no newline at end of file
libfaad2/sbr_hfgen.h
libfaad2/sbr_hfgen.c
sbr_dec.c: In function `sbrDecodeFrame':
sbr_dec.c:270: warning: passing arg 2 of
`hf_generation' from incompatible pointer type
ilbfaad2/rvlc.c
rvlc.c:514:7: warning: no newline at end of file
libfaad2/output.c
output.c: In function `dither_output':
output.c:203: warning: integer constant is too large
for "long" type
output.c:203: warning: integer constant is too large
for "long" type
output.c:208: warning: integer constant is too large
for "long" type
output.c:208: warning: integer constant is too large
for "long" type
output.c:214: warning: integer constant is too large
for "long" type
output.c:214: warning: integer constant is too large
for "long" type
libfaad2/error.c
error.c:31: warning: `err_msg' initialized and
declared `extern'
error.c:49:3: warning: no newline at end of file
libaf/af_export.c
af_export.c: In function `uninit':
af_export.c:166: warning: unused variable `i'
libaf/af_resample.c
af_resample.c: In function `control':
af_resample.c:202: warning: unsigned int format,
different type arg (arg 3)
libaf/af_format.c
af_format.c: In function `uninit':
af_format.c:237: warning: use of cast expressions as
lvalues is deprecated
libvo/vo_gl.c
vo_gl.c:373: warning: initialization discards
qualifiers from pointer target type
libvo/vo_directfb2.c
vo_directfb2.c: In function `config':
vo_directfb2.c:595: warning: passing arg 2 of pointer
to function from incompatible pointer type
postproc/rgb2rgb_template.c
rgb2rgb_template.c: In function `rgb32to16_3DNOW':
rgb2rgb_template.c:391: warning: use of cast
expressions as lvalues is deprecated
rgb2rgb_template.c: In function `rgb32tobgr16_3DNOW':
rgb2rgb_template.c:453: warning: use of cast
expressions as lvalues is deprecated
rgb2rgb_template.c: In function `rgb32to15_3DNOW':
rgb2rgb_template.c:549: warning: use of cast
expressions as lvalues is deprecated
rgb2rgb_template.c: In function `rgb32tobgr15_3DNOW':
rgb2rgb_template.c:610: warning: use of cast
expressions as lvalues is deprecated
libvo/aclib_template.c
aclib_template.c: In function `fast_memcpy_MMX2':     

     aclib_template.c:252: warning: use of cast
expressions as lvalues is deprecated
aclib_template.c:253: warning: use of cast expressions
as lvalues is deprecated                              
     aclib_template.c:341: warning: use of cast
expressions as lvalues is deprecated                  
                 aclib_template.c:342: warning: use of
cast expressions as lvalues is deprecated
aclib_template.c: In function `mem2agpcpy_MMX2':      

     aclib_template.c:427: warning: use of cast
expressions as lvalues is deprecated                  
                 aclib_template.c:428: warning: use of
cast expressions as lvalues is deprecated
mp3lib/decod386.c
In file included from layer3.c:1164,
from sr1.c:378:
decod386.c:120: warning: static declaration for
`synth_1to1_MMX' follows non-static
decod386.c:135: warning: `synth_1to1' was declared
implicitly `extern' and later `static'
decod386.c:105: warning: previous declaration of
`synth_1to1'
libao2/ao_oss.c
ao_oss.c: In function `control':
ao_oss.c:49: warning: use of cast expressions as
lvalues is deprecated
libmpcodecs/vd_qtvideo.c
vd_qtvideo.c: In function `init':
vd_qtvideo.c:238: warning: assignment makes pointer
from integer without a cast
vd_qtvideo.c:278: warning: assignment makes pointer
from integer without a cast
vd_qtvideo.c: In function `decode':
vd_qtvideo.c:322: warning: passing arg 2 of pointer to
function makes integer from pointer without a cast
libmpdemux/demuxer.c
demuxer.c: In function `demux_open_stream':
demuxer.c:1346: warning: assignment makes pointer from
integer without a cast
libmpdemux/tvi_dummy.c
tvi_dummy.c: In function `control':
tvi_dummy.c:76: warning: use of cast expressions as
lvalues is deprecated
tvi_dummy.c:82: warning: use of cast expressions as
lvalues is deprecated

	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 
Attachment (small_issues): text/x-diff, 12 KiB
_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng <at> mplayerhq.hu
http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng

Gmane