[issue2060] Smacker interlaced videos do not play interlaced

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Both sample files have the interlaced flag set and the frame height has to be doubled to look correctly. Audio and video duration fit correctly together. I wonder what the difference between the Y-interlaced and Y-doubled

[issue2076] Crash in VC-1 decoder (double free)

2010-07-07 Thread Tomas Härdin
New submission from Tomas Härdin tomas.har...@codemill.se: While hacking with MainConcept's VC-1 encoder I managed to generate several files which crashes the vc1 decoder. I started with the following sample: http://samples.mplayerhq.hu/V-codecs/WVC1/Test_1440x576_WVC1_6Mbps.wmv I transcoded it

[issue2076] Crash in VC-1 decoder (double free)

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Both samples are interlaced, afaict. Crashes are important. -- priority: normal - important status: new - open substatus: new - reproduced FFmpeg issue tracker

[issue2077] ffmpeg 0.6 segfault when using in pair with ffserver

2010-07-07 Thread solarw
New submission from solarw solarw.m...@gmail.com: version 0.6 step 1. start ffserver step 2. send any stream to ffserver. (ffmpeg -i 1.avi http://localhost:8090/feed1.ffm) step 3. ffmpeg segfault! it's not media file problem problem is uncorrect init of some encoder structures (call function

[issue2077] ffmpeg 0.6 segfault when using in pair with ffserver

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Sorry, only latest svn is supported on this bug-tracker. Please re-open if you can reproduce your problem with current svn. -- status: new - closed substatus: new - invalid

[issue870] ffmpeg (SVNr-17552) fails to identify video codec for dvr-ms files

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

[issue2078] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread UGeorge
New submission from UGeorge netbe...@gatworks.com: ./ffplay -stats -loglevel debug /home/gat/DIESEL/TEST_FP24/PF24_01Seconds.MTS -- files: a messages: 11125 priority: normal status: new substatus: new title: ffplay: munmap_chunk(): invalid pointer type: bug

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread UGeorge
New submission from UGeorge netbe...@gatworks.com: ./ffplay -stats -loglevel debug /home/gat/DIESEL/TEST_FP24/PF24_01Seconds.MTS -- files: a messages: 11126 priority: normal status: new substatus: new title: ffplay: munmap_chunk(): invalid pointer type: bug

[issue457] aspect ratio support in the asf muxer

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Unfortunately, I am unable to find the sample. -- substatus: open - needs_more_info FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread UGeorge
UGeorge netbe...@gatworks.com added the comment: [...@mylaptop ffmpeg]$ gdb ffplay_g GNU gdb (GDB) Fedora (7.0-3.fc12) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and

[issue683] Some dvr-ms (asf) files do not work (w/ samples)

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: While I still believe it was possible to decode these samples before (probably using -s), it has significantly improved with r24082 (Michael). FFmpeg issue tracker

[issue2078] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Not a valid issue -- status: new - closed substatus: new - invalid FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2078

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: When reporting an issue with ffplay, please confirm that it is unreproducible with ffmpeg (or report with ffmpeg). Please do not use git, but only svn versions on this bug tracker. And please upload the sample as explained

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread UGeorge
UGeorge netbe...@gatworks.com added the comment: AVCHD camcorder file from canon vixia hfs100. Its just a 1 second clip of a rotating fan. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2079

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread UGeorge
UGeorge netbe...@gatworks.com added the comment: love to try ffmpeg. What would be the command? FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2079

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread UGeorge
UGeorge netbe...@gatworks.com added the comment: BTW: as per on-line page: GIT and SVN are in sync ( the same ?? ) There are Git repositories of FFmpeg and libswscale. Both are kept in sync with SVN automatically. To allow building FFmpeg with libswscale, the libswscale directory must be

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread UGeorge
UGeorge netbe...@gatworks.com added the comment: As per reporting bugs page: The developers may ask you to provide a sample media file illustrating your problem. In this case, please follow these steps: I will try one more time to ship file via this bug report File 'PF24_01Seconds.MTS' not

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Concerning git: If you want to report issues on this bug tracker, you have to provide svn-output. If you don't want to provide svn-output, the issue is invalid - sorry! Concerning reproducing the issue with ffmpeg (prior

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread Vitor
Vitor vitor1...@gmail.com added the comment: I get unreproducible valgrind errors with this sample (got them only once). Stack smashing? ==5342== Use of uninitialised value of size 4 ==5342==at 0x8233A32: pred16x16_plane_c (h264pred.c:584) ==5342==by 0x81FB383: hl_decode_mb_complex

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread UGeorge
UGeorge netbe...@gatworks.com added the comment: Like most folks who follow pre-recorded written Instructions, I have no idea what this means or requires: Concerning git: If you want to report issues on this bug tracker, you have to provide svn-output. If you don't want to provide svn-output,

[issue2060] Smacker interlaced videos do not play interlaced

2010-07-07 Thread Reimar Döffinger
Reimar Döffinger b...@reimardoeffinger.de added the comment: On Wed, Jul 07, 2010 at 08:31:21AM +, Carl Eugen Hoyos wrote: I wonder what the difference between the Y-interlaced and Y-doubled flag is. Maybe for interlaced those aren't frames but fields? In this case you should see the

[issue2060] Smacker interlaced videos do not play interlaced

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: The reason for my question was that there are no typical half-line up-down jitter effects visible for both samples (that both show some horizontal movement). I suspect Y-interlaced might mean something like telecined and

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: No ffmpeg output for latest svn provided, no crash for ffmoeg. (And works for me.) Note that the sample can't be easily played in real-time using ffplay, so maybe there is an issue if ffplay starts to drop frames (but

[issue2079] ffplay: munmap_chunk(): invalid pointer

2010-07-07 Thread UGeorge
UGeorge netbe...@gatworks.com added the comment: I'm not sure why you state this, but what you specifically requested is in the bug report/log. If there was something else u needed, you could have made that request, But I suppose it was more important to quickly close ( less that 6 hours on

[issue2071] AC3 audio is not detected in MPEG TS stream

2010-07-07 Thread Vlad Seryakov
Vlad Seryakov vserya...@gmail.com added the comment: I was able to go back and revision 19067 detects and process this stream fine FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2071

[issue1022] H264 bug with lowres option

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Error message implemented in r24098. -- status: open - closed substatus: open - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue1091] Codecs do not warn if an unsupported value for lowres is passed

2010-07-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Error message implemented in r24098. -- status: open - closed substatus: reproduced - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2071] AC3 audio is not detected in MPEG TS stream

2010-07-07 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: Baptiste Coudurier wrote: Baptiste Coudurier baptiste.coudur...@gmail.com added the comment: On 7/5/10 1:20 AM, Carl Eugen Hoyos wrote: Carl Eugen Hoyosceho...@rainbow.studorg.tuwien.ac.at added the comment: [mpegts @ 0x11bf470]

[issue2022] Dependent substream eac3 samples are not autodetected as E-AC-3

2010-07-07 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: fixed in r24103 -- status: open - closed substatus: open - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2022