[issue247] Add ALSA support

2009-01-30 Thread Luca Abeni
Luca Abeni lucab...@email.it added the comment: Ops... I forgot about this issue! Closing it right now -- status: open - closed substatus: needs_changes - applied FFmpeg issue tracker ffmpeg_iss...@live.polito.it https

[issue797] ffserver round audioBitRate to int value, but amr_nb audio codec users only fractional bit_rates

2009-01-24 Thread Luca Abeni
Luca Abeni lucab...@email.it added the comment: I do not think this would work anyway, as live 3gp streams are RTP streams, and AMR in RTP is currently not supported in libavformat FFmpeg issue tracker ffmpeg_iss...@live.polito.it https

[issue598] New AAC decoder underdocumented?

2008-08-25 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: I think it expects the config information (sorry, I do not remember the mpeg4 name for it). It is the same data that faad is supposed to receive with the NeAACDecInit2() function. If you are receiving RTP data, this information is in the config

[issue481] Problem playing two SDP streams at the same time

2008-06-10 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: Now I am confused... You verified that moving the join before the bind works correctly on windows, right? So, why did you change your mind about it? Where did you read that join must be performed after bind? Maybe you should change the title

[issue481] Problem playing two SDP streams at the same time

2008-06-09 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: Looks like the patched ffmpeg.exe works well with wine... I am correctly receiving streams using different mc groups and the same ports. Maybe wine is too forgiving, or maybe you are hitting a windows bug. Unfortunately, I cannot help here, because

[issue481] Problem playing two SDP streams at the same time

2008-06-06 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: Looks like udp.c is trying to bind to INADDR_ANY, instead of using the destination multicast address... Something like this should fix the problem: diff --git a/libavformat/udp.c b/libavformat/udp.c index effe699..08de8be 100644 --- a/libavformat

[issue306] H.264 support for the RTP muxer

2008-01-11 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: New patch, hopefully addressing the previous comments __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue306

[issue306] H.264 support for the RTP muxer

2008-01-11 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: BTW, how can I remove the old versions of the patches from the Files list? When I click on remove I get Edit Error: Please describe the change., even if I enter some text in Change Note __ FFmpeg

[issue306] H.264 support for the RTP muxer

2008-01-09 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: update the patch __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue306 __Index: ffmpeg/libavformat

[issue227] Too many RTCP packets

2007-11-05 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: The previous patch seems to implement the correct behaviour, so I committed it -- status: open - closed substatus: analyzed - fixed __ FFmpeg issue tracker [EMAIL PROTECTED] https

[issue247] Add ALSA support

2007-11-05 Thread Luca Abeni
New submission from Luca Abeni [EMAIL PROTECTED]: It would be good to directly support for ALSA (without OSS emulation) for capturing/reproducing audio. I have a patch for basic ALSA support, and I'll post it as a follow-up to this feature request. -- messages: 1003 nosy: lucabe72

[issue247] Add ALSA support

2007-11-05 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: Alsa support: common functions -- status: new - open substatus: new - needs_changes __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue247

[issue247] Add ALSA support

2007-11-05 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: Alsa support: internal header (to be placed in libavformat) __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue247

[issue247] Add ALSA support

2007-11-05 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: Alsa support: demuxer __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue247 __#include avformat.h

[issue247] Add ALSA support

2007-11-05 Thread Luca Abeni
Luca Abeni [EMAIL PROTECTED] added the comment: I forgot to mention: the patches incorporate some contributions from Benoit Fouet __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue247 __

[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 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 __