[chromium-bugs] Issue 16020 in chromium: FFmpegDemuxer should be duplicating every packet of encoded data

2009-08-18 Thread codesite-noreply
Comment #17 on issue 16020 by ffmpeg: FFmpegDemuxer should be duplicating every packet of encoded data http://code.google.com/p/chromium/issues/detail?id=16020 Hi, scherkus. I found the reason of "different packet data is mapped to the same pointer" Please check my patch : http://codereview.c

[chromium-bugs] Issue 16020 in chromium: FFmpegDemuxer should be duplicating every packet of encoded data

2009-08-17 Thread codesite-noreply
Comment #16 on issue 16020 by scher...@chromium.org: FFmpegDemuxer should be duplicating every packet of encoded data http://code.google.com/p/chromium/issues/detail?id=16020 Hey ffmpeg, I originally found the bug when playing MP3 files. Most of the time the data was malloc'd, but then aro

[chromium-bugs] Issue 16020 in chromium: FFmpegDemuxer should be duplicating every packet of encoded data

2009-08-15 Thread codesite-noreply
Comment #15 on issue 16020 by ffmpeg: FFmpegDemuxer should be duplicating every packet of encoded data http://code.google.com/p/chromium/issues/detail?id=16020 Hi,I found the real reason which cause issue 16020, I will post a patch to fix it -- You received this message because you are list

[chromium-bugs] Issue 16020 in chromium: FFmpegDemuxer should be duplicating every packet of encoded data

2009-08-15 Thread codesite-noreply
Comment #14 on issue 16020 by ffmpeg: FFmpegDemuxer should be duplicating every packet of encoded data http://code.google.com/p/chromium/issues/detail?id=16020 Firstly, thanks for the commit, it really fixed the crupt bug when I play MKV files by media_player.exe but I am very curious on th

[chromium-bugs] Issue 16020 in chromium: FFmpegDemuxer should be duplicating every packet of encoded data

2009-08-14 Thread codesite-noreply
Updates: Status: Fixed Comment #13 on issue 16020 by fbarch...@chromium.org: FFmpegDemuxer should be duplicating every packet of encoded data http://code.google.com/p/chromium/issues/detail?id=16020 (No comment was entered for this change.) -- You received this message because you are

[chromium-bugs] Issue 16020 in chromium: FFmpegDemuxer should be duplicating every packet of encoded data

2009-08-14 Thread codesite-noreply
Comment #12 on issue 16020 by bugdro...@chromium.org: FFmpegDemuxer should be duplicating every packet of encoded data http://code.google.com/p/chromium/issues/detail?id=16020 The following revision refers to this bug: http://src.chromium.org/viewvc/chrome?view=rev&revision=23455 ---

[chromium-bugs] Issue 16020 in chromium: FFmpegDemuxer should be duplicating every packet of encoded data

2009-07-28 Thread codesite-noreply
Comment #6 on issue 16020 by fbarch...@chromium.org: FFmpegDemuxer should be duplicating every packet of encoded data http://code.google.com/p/chromium/issues/detail?id=16020 started by making code not do MP3 as special case. initial impact is unittest failure. -- You received this message be