[issue2398] fade-in freeze with libtheora and OGG container

2010-12-04 Thread Baptiste Coudurier
Baptiste Coudurier added the comment: On 12/4/10 5:20 AM, Deyan wrote: > > Deyan added the comment: > >> Can you generate a file with ffmpeg2theora ? > > I am attaching video generated with ffmpeg2theora. Where there is no hang. > > The command line used to produce the movie is: > > ffmpeg

[issue2311] libvorbis init_encoder failures are unspecific

2010-12-04 Thread David Tombs
David Tombs added the comment: Thanks for the fix, but are you even testing your patched before submitting them? That patch produces the exact same output as svn trunk--the error return is ignored higher up on the call stack. Do we need to patch avcodec_open too? ___

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-04 Thread Reimar Döffinger
Reimar Döffinger added the comment: On Sat, Dec 04, 2010 at 12:52:57PM +, Baptiste Coudurier wrote: > > Baptiste Coudurier added the comment: > > On 12/4/10 4:45 AM, Deyan wrote: > > > > Deyan added the comment: > > > >> 1. Your video starts out with digital black. Theora responds by

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-04 Thread Reimar Döffinger
Reimar Döffinger added the comment: On Sat, Dec 04, 2010 at 12:30:10PM +, Baptiste Coudurier wrote: > Baptiste Coudurier added the comment: > On 12/4/10 2:40 AM, Reimar Döffinger wrote: > > Reimar Döffinger added the comment: > > On Sat, Dec 04, 2010 at 12:52:30AM +, Deyan wrote: > >>

[issue2373] NEC N-02B MPEG-4 ASP decoding

2010-12-04 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Fixed by Michael in r25875. -- status: open -> closed substatus: open -> fixed FFmpeg issue tracker

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-04 Thread Deyan
Deyan added the comment: > Can you generate a file with ffmpeg2theora ? I am attaching video generated with ffmpeg2theora. Where there is no hang. The command line used to produce the movie is: ffmpeg2theora 2012-tlr2_h.640.mov --noaudio --endtime 30 --videobitrate 1024k --output ffmpeg2theor

[issue2403] rmvb seek has some question in ffplay and ffmepg

2010-12-04 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Does not look valid to me (one problem per issue, please). In any case, I opened issue 2404. -- status: new -> closed substatus: new -> invalid FFmpeg issue tracker

[issue2404] Bigasoft violates the GPL

2010-12-04 Thread Carl Eugen Hoyos
New submission from Carl Eugen Hoyos : bigasoft.com sells Bigasoft Total Video Converter for $31.50. The installer (b-total-video-converter.exe, size 8092765, md5sum b928a300895fc20b7991ceabfd7ee9b3, will upload to samples/ffmpeg-bugs/roundup/issue) shows attached EULA, and contains a GPL'd c

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-04 Thread Baptiste Coudurier
Baptiste Coudurier added the comment: On 12/4/10 4:45 AM, Deyan wrote: > > Deyan added the comment: > >> 1. Your video starts out with digital black. Theora responds by >> producing a single frame of black, and then zero-byte "dup frames" >> indicating that nothing has changed. Some player

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-04 Thread Deyan
Deyan added the comment: > 1. Your video starts out with digital black. Theora responds by > producing a single frame of black, and then zero-byte "dup frames" > indicating that nothing has changed. Some players are broken and don't > handle these frames correctly. Correctly working players,

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-04 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Seems to be a regression. -- priority: normal -> important substatus: needs_more_info -> open FFmpeg issue tracker __

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-04 Thread Deyan
Deyan added the comment: Hi, If that helps I want to share: If I checkout the latest SVN version of ffmpeg, and replace the file libavformat/oggenc.c with the one from revision 23230 the problem does not happen. But I have to admit, that I dont see the hang with mkv, as 'reimar' says. Regar

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-04 Thread Baptiste Coudurier
Baptiste Coudurier added the comment: On 12/4/10 2:40 AM, Reimar Döffinger wrote: > > Reimar Döffinger added the comment: > > On Sat, Dec 04, 2010 at 12:52:30AM +, Deyan wrote: >> I tested with: mplayer, windows medial player, Firefox. > > Playback issue confirmed with ffplay, too. > Usi

[issue2401] idct_put_altivec illegal instruction on OS X 10.4/ppc

2010-12-04 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Are you testing with or without gas-preprocessor.pl? On 10.5, I can confirm that the dylib_compatibility_version problem does not exist (it links fine), but --enable-shared incorrectly enables pic (there is a post on ffmpeg-devel explaining that this is not n

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-04 Thread Reimar Döffinger
Reimar Döffinger added the comment: On Sat, Dec 04, 2010 at 12:52:30AM +, Deyan wrote: > I tested with: mplayer, windows medial player, Firefox. Playback issue confirmed with ffplay, too. Using FFmpeg to transcode to a different format also keeps the "hang". Useing "-vcodec copy -f framecrc

[issue2399] inconsistent ipod presets

2010-12-04 Thread Christian Ebert
Christian Ebert added the comment: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2010-December/101376.html -- substatus: open -> wont_fix FFmpeg issue tracker ___