[issue2471] ffmpeg crashes on mkv files with invalid time stamps

2011-01-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Sample moved to /samples/ffmpeg-bugs/roundup/issue2471. -- substatus: needs_more_info - reproduced FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2476] ffmpeg binary not created with --disable-swscale

2011-01-02 Thread Eric Akkerman
New submission from Eric Akkerman eric.akker...@gmail.com: when configuring ffmpeg on Red Hat Fedora Core 7, when --disable-swscale flag is added, it wont create the ffmpeg binary in /usr/local/bin Config command: ./configure --prefix=/usr/local --enable-shared --disable-mmx

[issue2476] ffmpeg binary not created with --disable-swscale

2011-01-02 Thread Eric Akkerman
Eric Akkerman eric.akker...@gmail.com added the comment: When compiling from latest svn with same configuration command, exits with error: libavfilter/vf_scale.c:138: warning: 'sws_getContext' is deprecated (declared at ./libswscale/swscale.h:194) CC libavfilter/vf_setpts.o CC

[issue2476] ffmpeg binary not created with --disable-swscale

2011-01-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: While I don't understand what you are trying to achieve and I severely doubt it is supported, I fixed the compilation error in r26200. -- status: new - closed substatus: needs_more_info - invalid

[issue2476] ffmpeg binary not created with --disable-swscale

2011-01-02 Thread Eric Akkerman
Eric Akkerman eric.akker...@gmail.com added the comment: Ok, to fill in situation, for some reason my ffmpeg/ffmpeg-php stopped working. I can sucessully install ffmpeg and execute from command line. However to use ffmpeg-php I keep getting ffmpeg.so: undefined symbol: img_resample, which for

[issue2476] ffmpeg binary not created with --disable-swscale

2011-01-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: I fear you will have to ask on ffmpeg-php mailing lists: The ffmpeg executable requires libswscale. And please note that we do not provide anything called ffmpeg.so. -- status: open - closed

[issue2477] MMSH shows full metadata, RTSP does not

2011-01-02 Thread Dennis
New submission from Dennis dfrati...@hotmail.com: ffmpeg -i rtsp://djxmmx.net/Rap-RnB FFmpeg version SVN-r26188, Copyright (c) 2000-2011 the FFmpeg developers built on Jan 2 2011 04:10:51 with gcc 4.4.2 configuration: --enable-gpl --enable-version3 -- enable-libgsm --enable-libvorb is

[issue2478] MMSH shows full metadata, RTSP does not

2011-01-02 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: Metadata from the ASF layer isn't forwarded to the RTSP layer, this should be relatively easy to fix... FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2478

[issue2477] MMSH shows full metadata, RTSP does not

2011-01-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Is it possible that this is the second time in a week that you open two identical issues? -- status: new - closed substatus: new - duplicate superseder: +MMSH shows full metadata, RTSP does not

[issue2475] ffmpeg fails assertion on audio files with invalid sample rates

2011-01-02 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: ffmpeg also fails the assertion with an aiff file with invalid sample rates. The patch fixes it. I have uploaded the file to /MPlayer/incoming/roundup_2475_aiff_invalid_sample_rate and changed the title to audio files in general.

[issue2477] MMSH shows full metadata, RTSP does not

2011-01-02 Thread Dennis
Dennis dfrati...@hotmail.com added the comment: Yeah, seems to be a small bug, not really my fault, I don't think. What happens is: - I go to roundup.ffmpeg.org in Internet Explorer - I submit a report. - I get the certificate error and it asks me if I want to continue to the site. - I click

[issue1670] Crash when decoding wmv8 file

2011-01-02 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: I have examined this issue. It occurs because when init_get_bits is called, s-avctx-extradata_size4 is checked, but s-avctx-extradata_size*8 is not checked for overflow. I have attached a patch that fixes this issue. The run with the patch

[issue1670] Crash when decoding wmv8 file

2011-01-02 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: The first patch is incorrect. s-avctx-extradata_size*8 should be checked if it is = 32, not 4, since it is multiplied times 8. I have uploaded a new patch and deleted the first patch. FFmpeg

[issue2477] MMSH shows full metadata, RTSP does not

2011-01-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Sorry if I sounded offensive, thank you for explaining. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2477

[issue2475] ffmpeg fails assertion on audio files with invalid sample rates

2011-01-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Moved to first 1024 bytes of aiff_invalid_samplerate_small.aiff to samples/ffmpeg-bugs/roundup/issue2475 FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2479] ffmpeg crashes on mp4 file with invalid headers

2011-01-02 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: I have uploaded a sample to: /MPlayer/incoming/mp4_crash_roundup_2479 FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2479

[issue2480] ffmpeg crashes on ape files large framerates

2011-01-02 Thread Daniel Kang
New submission from Daniel Kang daniel.d.k...@gmail.com: I believe the issue is related to issue2479. Once again, I am not sure if this bug is unique to my box. ffmpeg crashes for ape files with invalid headers (i.e. the header has a value of totalframes greater than there are frames). ffmpeg

[issue2480] ffmpeg crashes on ape files large framerates

2011-01-02 Thread Daniel Kang
Daniel Kang daniel.d.k...@gmail.com added the comment: I have uploaded the sample to /MPlayer/incoming/ape_invalid_malloc_issue2480 FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2480