Re: [Mesa-dev] [PATCH 7/7] g3dvl: Rewrite the mpeg 12 bitstream parser

2011-09-02 Thread Christian König
Am Donnerstag, den 01.09.2011, 19:54 +0100 schrieb Andy Furniss: Christian König wrote: Looks like there is some garbage at the end of the stream, mplayer is also complaining nicely about TS_PARSE: COULDN'T SYNC. I played around a bit more, it seems that rather than garbage it's

Re: [Mesa-dev] [PATCH 7/7] g3dvl: Rewrite the mpeg 12 bitstream parser

2011-09-02 Thread Andy Furniss
Christian König wrote: MPlayer 1.0rc4-4.5.2 works flawless with the snooker-short.ts video. So it is definitely some difference between this version and svn version. I agree - 1.0rc4 (4.2.3) also works for me. The difference between sound/-nosound is probably just some different memory

Re: [Mesa-dev] [PATCH 7/7] g3dvl: Rewrite the mpeg 12 bitstream parser

2011-09-01 Thread Christian König
Am Montag, den 29.08.2011, 23:29 +0100 schrieb Andy Furniss: Ironically your question made me search to see if I had any other mpeg2 HD not from w6rz - I found one and it has issues with -vf ffmpeg12vdpau :-) Looks like there is some garbage at the end of the stream, mplayer is also complaining

Re: [Mesa-dev] [PATCH 7/7] g3dvl: Rewrite the mpeg 12 bitstream parser

2011-09-01 Thread Andy Furniss
Christian König wrote: Looks like there is some garbage at the end of the stream, mplayer is also complaining nicely about TS_PARSE: COULDN'T SYNC. I played around a bit more, it seems that rather than garbage it's because the TS stream just ends. I now have a bit of a SD TV stream that I

Re: [Mesa-dev] [PATCH 7/7] g3dvl: Rewrite the mpeg 12 bitstream parser

2011-08-30 Thread Andy Furniss
Andy Furniss wrote: I've never tested with this before so don't know if it's a regression, It is a regression since Rewrite the mpeg 12 bitstream parser Maybe the stream is faulty - http://www.andyqos.ukfsn.org/swan.mpg It's not just this stream - I've since found one that is encoded

Re: [Mesa-dev] [PATCH 7/7] g3dvl: Rewrite the mpeg 12 bitstream parser

2011-08-29 Thread Christian König
Am Sonntag, den 28.08.2011, 18:55 +0100 schrieb Andy Furniss: deathsim...@vodafone.de wrote: From: Christian Königdeathsim...@vodafone.de Based on work of Maarten Lankhorst this time. I am getting new artifacts on r600 and softpipe (ignoring all the other issues it has) when using -vc

Re: [Mesa-dev] [PATCH 7/7] g3dvl: Rewrite the mpeg 12 bitstream parser

2011-08-29 Thread Andy Furniss
Christian König wrote: Thanks to you once more, it was just looking at the bytes left in the buffer, but not the bits! So we ended up not decoding the last 32 bits of a buffer. That seems to have fixed it. I just pushed a fix, and I'm really wondering where the heck do you get all those

Re: [Mesa-dev] [PATCH 7/7] g3dvl: Rewrite the mpeg 12 bitstream parser

2011-08-28 Thread Andy Furniss
deathsim...@vodafone.de wrote: From: Christian Königdeathsim...@vodafone.de Based on work of Maarten Lankhorst this time. I am getting new artifacts on r600 and softpipe (ignoring all the other issues it has) when using -vc ffmpeg12vdpau, -vo vdpau alone or xvmc are unaffected. Some

Re: [Mesa-dev] [PATCH 7/7] g3dvl: Rewrite the mpeg 12 bitstream parser

2011-08-28 Thread Andy Furniss
Andy Furniss wrote: deathsim...@vodafone.de wrote: From: Christian Königdeathsim...@vodafone.de Based on work of Maarten Lankhorst this time. I am getting new artifacts on r600 and softpipe Forgot to say - I don't get them if I reset git to 6/7 so it does seem to be specifically Rewrite