[issue226] Support MPEG2 video

2007-10-22 Thread Luca Abeni
New submission from Luca Abeni [EMAIL PROTECTED]: Add support for MPEG2 video in RTP. The packetizer is the same as for MPEG1 video, we just need to enable it for MPEG2 video too. -- messages: 869 nosy: lucabe72 priority: normal status: new substatus: new title: Support MPEG2 video

[issue226] Support MPEG2 video

2007-10-22 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: The attached patch implements the requested feature, but I am not sure if it is ok for being committed (it should be split in two patches, but roundup allows to attach only one file). I'll look at this issue as soon as I find some time. --

[issue226] Support MPEG2 video

2007-10-22 Thread Luca Barbato
Luca Barbato [EMAIL PROTECTED] added the comment: You should be able to attach more files but just one per message __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue226

[issue226] Support MPEG2 video

2007-10-22 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: I'll take care of this -- assignedto: - lucabe72 __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue226

[issue229] Green output using swscaler

2007-10-22 Thread Dennis Meuwissen
New submission from Dennis Meuwissen [EMAIL PROTECTED]: When using a cmdline as such: ffmpeg -i ..\samples\mov.mov -s 720x360 -padtop 60 -r 29.97 -vcodec mpeg2video -bufsize 1835008 -packetsize 2048 -muxrate 1008 -minrate 8000k -maxrate 8000k -b 8000k -sws_flags +bilinear -an -threads 2

[issue222] libswscaler: 64-bit MMX accurate rounding bug

2007-10-22 Thread Reimar Döffinger
Reimar Döffinger [EMAIL PROTECTED] added the comment: For Linux at least this can be fixed in a very hackish way by using mmap with MAP_32BIT instead of av_malloc(z) in swscale.c, line 2387: for (i=0; ic-vLumBufSize; i++) c-lumPixBuf[i]= c-lumPixBuf[i+c-vLumBufSize]=

[issue230] Problem building windows libraries

2007-10-22 Thread KevinP
New submission from KevinP [EMAIL PROTECTED]: I'm running MinGW and also Visual Studio .NET on windoze and I can compile the ffmpeg libraries and the program tutorial01.c that I found on the web (I downloaded the latest snapshot minutes ago). It compiles and runs fine using MINGW, but when I try