Re: [mpeg2-dev] general doubt about PES packetization.

2008-09-16 Thread Michel Lespinasse
On Mon, Sep 15, 2008 at 07:21:46PM +0200, Michael Niedermayer wrote: I believe mplayer violates this - it seems to mostly get away with it, though. Iam pretty sure mplayers demuxer does not violate this. Besides mplayer can use libavformat for demuxing (-demuxer lavf) which does also not

[mpeg2-dev] patch - compile code samples as part of the build

2008-10-06 Thread Michel Lespinasse
The attached patch makes sure code samples will get compiled when typing 'make'. This is both to test that they do compile, and to give easy access to the binaries for running them. -- Michel Walken Lespinasse A program is never fully debugged until the last user dies. Index: Makefile.am

[mpeg2-dev] patch - code samples

2008-10-07 Thread Michel Lespinasse
The attached diff modifies the code samples as follows: * Allocate aligned buffers using mpeg2_malloc(), to avoid reimplementing this in the samples (and demonstrate usage - mpeg2_malloc() is public just so people can do this) * In a few places, remove the local 'sequence' variable and

Re: [mpeg2-dev] Buffer Queues and libmpeg2

2008-11-20 Thread Michel Lespinasse
On Wed, Nov 19, 2008 at 09:29:07AM +0100, Martin Hering wrote: I am currently experimenting with libmpeg2 for use in a video player project. I am currently using it straight out of the box and it works fine. When the decoder is finished and gives me back a display picture I just copy the

Re: [mpeg2-dev] mmxext acceleration

2009-12-06 Thread Michel Lespinasse
On Sat, Nov 28, 2009 at 03:58:00PM +0100, Gour wrote: The solution to this particular problem is to fix the following bug in libmpeg2: #if defined(ARCH_X86) || defined(ARCH_X86_64) static inline uint32_t arch_accel (uint32_t accel) { [...] if (accel (MPEG2_ACCEL_X86_SSE2 |