[MPlayer-cvslog] CVS: main/libmpeg2 uyvy.c,NONE,1.1

Diego Biurrun diego at biurrun.de
Mon Nov 22 14:39:32 CET 2004


Jindrich Makovicka writes:
> Arpi wrote:
> > 
> >>Log Message:
> >>libmpeg2 4:2:2 decoding
> > 
> >>int mpeg2convert_uyvy (int stage, void * _id, const mpeg2_sequence_t * seq,
> >>		       int stride, uint32_t accel, void * arg,
> >>		       mpeg2_convert_init_t * result)
> > 
> > why the f. hell are you adding/importing a colorspace conversion function ?
> > we have great and optimized swscaler for it, and anyway many overlays
> > support planar 4:2:2 so no need to convert at all... just export the
> > buffers and set IMGFMT_422P instead of _YV12
> 
> Sorry for the mess, I hope it's slightly better now.

Hmm, I have two samples here that worked with yesterday's version but
not with the changes you made today:

http://mplayerhq.hu/~diego/test-ebu-422.40000.pakets.ts
http://mplayerhq.hu/~diego/test-ebu-422.40000.pakets.ts.output
http://mplayerhq.hu/~diego/test422.m2v
http://mplayerhq.hu/~diego/test422.m2v.output

The output of mplayer -v is in the .output files.

Here is another sample that has problems with libmpeg2, causing a
crash in uninit_vcodec:

http://mplayerhq.hu/~diego/libmpeg2bug.ts
http://mplayerhq.hu/~diego/libmpeg2bug.ts.output

If you need a gdb backtrace, just tell me and I'll create it.

Diego




More information about the MPlayer-cvslog mailing list