[issue847] paycheck_paramount_1m.rmvb segfaults at end of transcoding

2009-02-12 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: Due to slice header error decoder tried to perform motion compensation for I-frame. Fixed in r17201. -- status: new - closed substatus: new - fixed FFmpeg issue tracker

[issue814] choppy playback of rv30 and rv40 video

2009-02-01 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: Hmm, I'd like crashing sample instead. FFmpeg issue tracker ffmpeg_iss...@live.polito.it https://roundup.ffmpeg.org/roundup/ffmpeg/issue814

[issue816] RV40 decoder segmentation fault

2009-02-01 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: FFmpeg RM demuxer is known to feed audio frames to video decoder with -an option, hence those errors. FFmpeg issue tracker ffmpeg_iss...@live.polito.it https://roundup.ffmpeg.org

[issue813] png file that ffpng cant handle

2009-01-31 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: Don't think so. It's in RGB48 format, so all it requires is an extremely simple patch and RGB48 suppport. FFmpeg issue tracker ffmpeg_iss...@live.polito.it https

[issue466] support hybrid mode in wavpack

2009-01-16 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: Implemented in r16643. Hybrid samples from MPHQ are decoded fine (except for 24-bit ones). -- nosy: +compn substatus: open - implemented FFmpeg issue tracker ffmpeg_iss

[issue744] Cinepak decodes to partial garbage

2009-01-12 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: This file features data coded in chunks with IDs 3001 and 3101 that are not supported by current decoder. Will check if they can be handled with current code or RE is needed. -- substatus: new - analyzed

[issue744] Cinepak decodes to partial garbage

2009-01-12 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: Chunk sizes were read as 16-bit integers instead of 24-bit ones, so large chunk sizes caused out of data decoding errors. Also since high byte of size was treated as low byte of chunk ID, some chunks were not treated at all because

[issue779] Some RV30 files have different dimensions than declared by container

2009-01-11 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: Fixed in r16529. While there are still some issues with rv30_cmsg24_test.rmvb at the beginning, both files can be played now. -- status: new - closed substatus: open - fixed

[issue779] Some RV30 files have different dimensions than declared by container

2009-01-10 Thread Kostya Shishkov
New submission from Kostya Shishkov kostya.shish...@gmail.com: http://samples.mplayerhq.hu/real/VC-RV30/BQOBD- Vindicator_RM01.rm declares 640x480 but really is 320x480 http://samples.mplayerhq.hu/real/VC-RV30/rv30_cmsg24_test.rmvb is 352x288 instead of 516x384 Those incorrect sizes make RV30

[issue750] support tiff format (bpp=1)

2009-01-08 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: Done by Michael Niedermayer in r16349 -- substatus: open - fixed FFmpeg issue tracker ffmpeg_iss...@live.polito.it https://roundup.ffmpeg.org/roundup/ffmpeg/issue750

[issue768] rv40 Need DQUANT ? crash.

2008-12-23 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: Caused by incorrect slice header reading. Fixed in r16293 -- substatus: open - fixed FFmpeg issue tracker ffmpeg_iss...@live.polito.it https://roundup.ffmpeg.org/roundup

[issue753] [tiff @ 0xa70000]Tag referencing position outside the image

2008-12-17 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: Fixed with unimportant patch in r16189 -- substatus: open - fixed __ FFmpeg issue tracker ffmpeg_iss...@live.polito.it https://roundup.mplayerhq.hu/roundup/ffmpeg/issue753 __

[issue739] RV40 segfault on spygames-2MB.rmvb

2008-12-02 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Fixed in r15981 -- substatus: open - fixed __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue739 __

[issue739] RV40 segfault on spygames-2MB.rmvb

2008-12-01 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Hmm, decodes without segfault here with the same revision on PPC. Will try with x86_64. -- assignedto: - kostya nosy: +kostya __ FFmpeg issue tracker [EMAIL PROTECTED] https

[issue734] libavcodec cannot decode VC-1 (interlaced?)

2008-11-26 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: It is interlaced VC-1 indeed. Looks like somebody should add interlaced video support to VC-1. -- dependson: +support field-interlaced VC-1 video __ FFmpeg issue tracker [EMAIL

[issue257] mplayer fails to decode an ape stream

2008-09-24 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Should be fixed in r15396 -- substatus: reproduced - fixed __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue257 __

[issue626] Support BMP 8 bits

2008-09-23 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Raw 1-32bpp BMPs are supported since r15389 -- status: open - closed substatus: analyzed - fixed __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup

[issue42] Support BMP RLE4 RLE8

2008-09-23 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Implemented in r15390. -- status: open - closed substatus: open - implemented _ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue42 _

[issue466] support hybrid mode in wavpack

2008-09-23 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Unless Compn convinces David Bryant, probably it would be me who will implement that. -- assignedto: - kostya nosy: +kostya __ FFmpeg issue tracker [EMAIL PROTECTED] https

[issue626] Support BMP 8 bits

2008-09-07 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Writing a patch to support it takes 15 minutes for unskilled developer. Patch is available at http://shishkov.homeunix.net/bmp- 8bpp.patch (could not attach here for some reason), tested on http://samples.mplayerhq.hu/bmp-files/test8.bmp

[issue255] Colour artifacts in wmv3

2008-07-23 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Implemented loop filter (r14344), while it's active, it had virtually no effect on that artifact. -- assignedto: kostya - title: Colour artifacts in wmv3 (probably missing loop filter impl.) - Colour artifacts in wmv3

[issue255] Colour artifacts in wmv3 (probably missing loop filter impl.)

2008-07-19 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: My bad - missed 8.6 part of SMPTE S421m completely. Will try to add loop filter support ASAP (and for RV4 as well). -- assignedto: - kostya nosy: +kostya __ FFmpeg issue tracker

[issue485] Can't play an WMV file with 4CC: WVP2

2008-06-14 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: No wonder, WVP2 is a special WMV3 variant optimized for slideshows with some features not yet REd. __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg

[issue437] APE - demuxer shouldn't log an error if there is no valid APE tag

2008-04-26 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Fixed in r12977 -- substatus: open - fixed __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue437 __

[issue414] m2ts file with VC-1 encoded video, video decoding errors

2008-04-05 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: It is field-interlaced VC-1 video currently not supported by lavc decoder __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue414 __

[issue255] Colour artifacts in wmv3

2008-03-08 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: I believe it is caused by the lack of postprocessing, which I don't plan to implement at all. Sorry. -- status: open - closed substatus: reproduced - wont_fix __ FFmpeg issue

[issue257] mplayer fails to decode an ape stream

2008-03-08 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Now I'm aware of it and will investigate. Thanks for the committed fixes. -- assignedto: - kostya nosy: +kostya __ FFmpeg issue tracker [EMAIL PROTECTED] https

[issue276] tiff decoder showing grey (blank) frames on image sequence encode to movie

2007-12-01 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Fixed in r11121 -- status: new - closed substatus: new - fixed __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue276 __

[issue272] ConvertXtoDVD license violation

2007-11-22 Thread Kostya Shishkov
New submission from Kostya Shishkov [EMAIL PROTECTED]: As reported on IRC, ConvertXtoDVD (http://convertxtodvd.software-com.com/) uses ffmpeg libraries without giving credit. -- messages: 1114 nosy: kostya priority: normal status: new substatus: new title: ConvertXtoDVD license

[issue162] swscaler swaps colors on certain 4XM files

2007-10-26 Thread Kostya Shishkov
Kostya Shishkov [EMAIL PROTECTED] added the comment: Patch here: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007- October/037276.html __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue162 __