[issue807] codec = copy causes problems on some files

2010-02-01 Thread nano
nano c.c...@gmx.de added the comment: I have further analysed the problem of my VOB-TS conversion. The VOB file is a copy of an unprotected commercial Video-DVD I own. The video stream only contains PTS/DTS information (DTSPTS) for PES-packets (startcode: 0x01e0)that contain an I-Frame at

[issue1717] Patch for pgssubdec to support RLE data over multiple packets

2010-02-01 Thread hugohuetzel
hugohuetzel hugo.huet...@noid-project.de added the comment: sounds like a seperate bugfix belonging to a seperate patch It is not possible to append data to a too big buffer. So the 2 patches belongs together. these names are poor, its quite unlcear what they represent I have choosen a name

[issue814] choppy playback of rv30 and rv40 video

2010-02-01 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Not specific to ffplay, also reproducible with ffmpeg and mplayer -demuxer lavf. ffmpeg -i choppy-playback-sample.rm FFmpeg version SVN-r21587, Copyright (c) 2000-2010 Fabrice Bellard, et al. built on Feb 1 2010

[issue381] Audio starts late on a wmv file

2010-02-01 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Fixed by Michael in r21590. -- status: open - closed substatus: reproduced - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue1477] RTP/VC1 payload parser

2010-02-01 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Fix Topics. -- priority: normal - wish topic: +avformat -ffmpeg, ffplay _ FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue1717] Patch for pgssubdec to support RLE data over multiple packets

2010-02-01 Thread Michael Niedermayer
Michael Niedermayer michae...@gmx.at added the comment: On Mon, Feb 01, 2010 at 09:16:34AM +, hugohuetzel wrote: hugohuetzel hugo.huet...@noid-project.de added the comment: sounds like a seperate bugfix belonging to a seperate patch It is not possible to append data to a too big

[issue1717] Patch for pgssubdec to support RLE data over multiple packets

2010-02-01 Thread Michael Niedermayer
Michael Niedermayer michae...@gmx.at added the comment: On Mon, Feb 01, 2010 at 01:39:12PM +, Michael Niedermayer wrote: Michael Niedermayer michae...@gmx.at added the comment: On Mon, Feb 01, 2010 at 09:16:34AM +, hugohuetzel wrote: hugohuetzel hugo.huet...@noid-project.de

[issue1688] ffmpeg should allow a registered callback to accept or reject network packets

2010-02-01 Thread Jeremy Morton
Jeremy Morton ffm...@game-point.net added the comment: ffmpeg is no firewall I don't think this is really firewall functionality. also your patch would require changes to every single user application to have any effect. No it wouldn't, existing apps would be unaffected, because as you say

[issue246] support for CONFIG_MPEGAUDIO_HP in mpegaudioenc.c

2010-02-01 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: USE_HIGHPRECISION went away in r16594 in favor of using CONFIG_MPEGAUDIO_HP directly. Part of the issue you mentioned was fixed, in that other files that include mpegaudio.h no longer need an extra definition, only mpegaudioenc.c.

[issue1688] ffmpeg should allow a registered callback to accept or reject network packets

2010-02-01 Thread Michael Niedermayer
Michael Niedermayer michae...@gmx.at added the comment: inOn Mon, Feb 01, 2010 at 01:47:17PM +, Jeremy Morton wrote: Jeremy Morton ffm...@game-point.net added the comment: ffmpeg is no firewall I don't think this is really firewall functionality. no? which other application has a

[issue1599] playback stutters in ffplay/vlc/mplayer using avformat demuxer, works in mplayer using the native demuxer

2010-02-01 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Duplicate of issue 814. -- status: open - closed substatus: reproduced - duplicate superseder: +choppy playback of rv30 and rv40 video _ FFmpeg issue tracker

[issue814] choppy playback of rv30 and rv40 video

2010-02-01 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Additional samples in incoming/issue1599. The patch(es) in this thread do fix the fps output, but don't change the actual behaviour (dropping frames) for ffmpeg, ffplay and mplayer -demuxer lavf:

[issue1688] ffmpeg should allow a registered callback to accept or reject network packets

2010-02-01 Thread Luca Barbato
Luca Barbato lu_z...@gentoo.org added the comment: On 02/01/2010 04:04 PM, Michael Niedermayer wrote: Michael Niedermayer michae...@gmx.at added the comment: inOn Mon, Feb 01, 2010 at 01:47:17PM +, Jeremy Morton wrote: Jeremy Morton ffm...@game-point.net added the comment: ffmpeg

[issue491] g726 encoder generates invalid files

2010-02-01 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: That is not exactly true. I have been able to generate files that play with the acm codec that are not 32kbps. ffmpeg -i test.wav -acodec g726 -ac 1 -ab 128k -ar 32000 test_g726.wav mplayer -ac g726 test_g726.wav But FFmpeg can

[issue1688] ffmpeg should allow a registered callback to accept or reject network packets

2010-02-01 Thread Jeremy Morton
Jeremy Morton ffm...@game-point.net added the comment: also ive spend much more time on this already than i wanted so as far as iam concerned i dont have more time to spend on this Well whatever, if you can't be bothered to keep discussing so be it, but I'll address the points made anyway.

[issue668] ffmpeg cannot remux ac3 from mkv into mp4

2010-02-01 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: The data needs to be run through the AC-3 parser to get the required codec parameters. Patch attached. -- topic: +avformat FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue1721] Output redirection causes silence

2010-02-01 Thread Daniel G. Taylor
Daniel G. Taylor d...@programmer-art.org added the comment: It seems that passing the file through wavstreamer allows the piped files to be played. Source can be found here: http://trac.fireflymediaserver.org/browser/trunk/src/wavstreamer.c Leaving ticket open as this is just a workaround.

[issue1688] ffmpeg should allow a registered callback to accept or reject network packets

2010-02-01 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: I think the relevant section is 8.2: Although the probability of SSRC identifier collision is low, all RTP implementations MUST be prepared to detect collisions and take the appropriate actions to resolve them. If a source

[issue1722] H.264 B-frame first frame after IDR broken decoding

2010-02-01 Thread Jeff Downs
Jeff Downs heydo...@borg.com added the comment: That check was added to prevent misuse of MPV_frame_start resulting in extra allocation of frames (see issue 216); MPV_frame_start has since changed. It now no longer seems to require needing last_picture_ptr on B frames in h264 -- see r20672 --

[issue1721] Output redirection causes silence

2010-02-01 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: I suspect that the issue is invalid because wav files' headers (which are at the start of the file) are updated after encoding and this update is impossible through a pipe. -- status: new - closed substatus: new -

[issue1688] ffmpeg should allow a registered callback to accept or reject network packets

2010-02-01 Thread Michael Niedermayer
Michael Niedermayer michae...@gmx.at added the comment: [...] which other application has a callback to let the user analize low level packets to then reject them. This is a spurious question because identifying invalid incoming packets is something I see as crucial to the integrity of

[issue1726] Add DTS in MOV support

2010-02-01 Thread gnif
New submission from gnif ge...@spacevs.com: This patch adds support to MOV files with DTS streams in them -- files: movdtsfix.diff messages: 9203 priority: normal status: new substatus: new title: Add DTS in MOV support type: patch _

[issue1726] Add DTS in MOV support

2010-02-01 Thread Baptiste Coudurier
Baptiste Coudurier baptiste.coudur...@gmail.com added the comment: Hi, On 02/01/2010 04:49 PM, gnif wrote: New submission from gnifge...@spacevs.com: This patch adds support to MOV files with DTS streams in them Can you please quote some specification that mention it ? Also can you please

[issue1726] Add DTS in MOV support

2010-02-01 Thread gnif
gnif ge...@spacevs.com added the comment: Attached file that has this issue. I have not seen a specification that notes this as I am not familiar with the format. File 'dts-sample.mov' not attached - you can download it from https://roundup.ffmpeg.org/roundup/ffmpeg/file766. -- nosy: