[issue757] invalid packet pts readed from mpeg4 stream

2008-12-21 Thread Michael Niedermayer
Michael Niedermayer michae...@gmx.at added the comment: Fixed in r16256. -- status: open - closed substatus: open - fixed __ FFmpeg issue tracker ffmpeg_iss...@live.polito.it https://roundup.mplayerhq.hu/roundup/ffmpeg/issue757

[issue757] invalid packet pts readed from mpeg4 stream

2008-12-21 Thread Michael Niedermayer
Michael Niedermayer michae...@gmx.at added the comment: bug not patch -- type: patch - bug __ FFmpeg issue tracker ffmpeg_iss...@live.polito.it https://roundup.mplayerhq.hu/roundup/ffmpeg/issue757

[issue757] invalid packet pts readed from mpeg4 stream

2008-12-19 Thread flicker
flicker greend...@mail.ru added the comment: may be it is buggy... like all ffmpeg library, and like all open source. But this patch solve my problem. I trying to read all packets from the stream and after that try to decode this packets. Don't ask me why, but i realy need this. When i

[issue757] invalid packet pts readed from mpeg4 stream

2008-12-19 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Please upload your uncut sample to ftp://ffmpeg.org/MPlayer/incoming/ -- status: new - open substatus: open - needs_more_info __ FFmpeg issue tracker

[issue757] invalid packet pts readed from mpeg4 stream

2008-12-18 Thread flicker
New submission from flicker greend...@mail.ru: av_read_frame produce invalid packet pts value when reading AVI with some mpeg streams. av_mpeg4_decode_header in mpeg4video_parse not set has_b_frames in codec context according to low_delay member in MpegEncContext. This member will be set only

[issue757] invalid packet pts readed from mpeg4 stream

2008-12-18 Thread Michael Niedermayer
Michael Niedermayer michae...@gmx.at added the comment: Your patch is buggy, it sets has_b_frames to a variable that may or may not be initialzed at that point, you provide no sample and no hint on how the pts are invalid. -- substatus: new - needs_more_info