[issue2677] daud regression psnr mismatch

2011-04-07 Thread Alex Converse
New submission from Alex Converse alex.conve...@gmail.com: The fate-acodec-pcm test for daud runs a tiny_psnr comparison of a 5.1 channel file at 96000 Hz and a 2 channel file at 44100 Hz. This is obviously wrong. -- messages: 13930 priority: normal status: new substatus: new title

[issue2224] Bad sample duration when remuxing aac from adts to mp4

2010-09-10 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fixed r25091 -- status: new - closed substatus: new - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2224

[issue1733] cannot decode aac with aac: channel element 1.2 is not allocated, works with faad

2010-09-10 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fixed r25098. -- status: open - closed substatus: reproduced - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue1733

[issue2224] Bad sample duration when remuxing aac from adts to mp4

2010-09-09 Thread Alex Converse
New submission from Alex Converse alex.conve...@gmail.com: The sample duration when remuxing aac from adts to mp4 appears to get set wrong. $ ffmpeg -i /tmp/bad_concat.aac -acodec copy -absf aac_adtstoasc /tmp/bad_concat.mp4 FFmpeg version SVN-r25083, Copyright (c) 2000-2010 the FFmpeg

[issue2224] Bad sample duration when remuxing aac from adts to mp4

2010-09-09 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: attaching input file FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2224

[issue2224] Bad sample duration when remuxing aac from adts to mp4

2010-09-09 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Input uploaded to /incoming/bad_concat.aac FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2224

[issue1260] ffserver on Solaris NetBSD: Address family not supported by Protocol Family

2010-08-12 Thread Alex
Alex deep.alexan...@gmail.com added the comment: I'm experiencing the same problem on NetBSD (x86 and amd64). Patch did not solve it for me however. -- title: ffserver on Solaris: Address family not supported by Protocol Family - ffserver on Solaris NetBSD: Address family

[issue1874] RTMP stream_open() url parsing is incorrect (enforced format)

2010-07-20 Thread alex
alex zimin.a...@gmail.com added the comment: Looks like filename portion will be properly handled, if the following two lines are updated in rtmpproto.c file Line 839 FROM: char *p = strchr(path + 1, '/'); TO: char *p = strrchr(path + 1, '/'); Line 845 FROM: fname = strchr(p + 1

[issue2053] Failed to detect AAC codec parameters

2010-07-01 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: regressions are important -- priority: normal - important FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2053

[issue2053] Failed to detect AAC codec parameters

2010-06-30 Thread Alex Converse
New submission from Alex Converse alex.conve...@gmail.com: http://roundup.ffmpeg.org/file615/yzerman.zip $ ./ffmpeg -vn -i ../yzerman.mov -f null /dev/null FFmpeg version git-svn-r23871, Copyright (c) 2000-2010 the FFmpeg developers built on Jul 1 2010 00:23:09 with gcc 4.4.3

[issue210] AAC+ decoder

2010-06-21 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fixed r23647 -- status: open - closed substatus: open - implemented FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue210

[issue2025] Make things assignable to me

2010-06-21 Thread Alex Converse
New submission from Alex Converse alex.conve...@gmail.com: Is it possible for me to make me a person listed in the Assigned To drop down? Thanks, Alex -- messages: 10903 nosy: aconverse priority: normal status: new substatus: new title: Make things assignable to me topic: roundup type

[issue2005] FFplay displays random data for audio in mono files.

2010-06-14 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: It isn't valgrind clean either. $ valgrind ./ffplay_g ../ref/compressedMp4/al00_44.mp4 ==15414== Memcheck, a memory error detector ==15414== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al. ==15414== Using Valgrind-3.6.0

[issue1991] WebM http livestream does not work

2010-06-08 Thread Alex Converse
New submission from Alex Converse alex.conve...@gmail.com: $ ./ffmpeg -i http://195.10.10.75:8800/live.webm -f null /dev/null FFmpeg version SVN-r23536, Copyright (c) 2000-2010 the FFmpeg developers built on Jun 8 2010 10:52:24 with gcc 4.4.3 configuration: --enable-gpl libavutil

[issue1238] Invalid reads when decoding aac due to corrupt MP4 file

2010-06-05 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fine grained checks could be added to PCE and DRC decoding. We still wouldn't have full buffer coverage across the decoder. Alternatively the flexible padding scenario discussed earlier this year would make these reads legal and out

[issue1882] aac channel element 3.0 is not allocated

2010-06-02 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fixed r23439 -- status: open - closed substatus: reproduced - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue1882

[issue1882] aac channel element 3.0 is not allocated

2010-04-20 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: The patch submitted winds up decoding 5.1 streams to 3.1 by overwriting the first CPE with the second. A better solution would map from the nominal instance tag space to some sort of space defined by the instance tag and the number

[issue1872] Thrashed mpeg-2 files segfaults

2010-04-07 Thread Alex Converse
New submission from Alex Converse alex.conve...@gmail.com: SVN r22815 $ gdb --args ./ffmpeg_g -i lol-mpeg2.mp4 -f null /dev/null GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free

[issue1872] Thrashed mpeg-2 files segfaults

2010-04-07 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: file uploaded to incoming/issue1872/lol-mpeg2.mp4 -- priority: normal - important FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue1872

[issue1805] Regression with AAC-SBR file: no audible sound

2010-03-10 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: I'm having trouble reproducing this behavior. My initial thought that was that it is related to ff_float_to_int16_interleave_c() but after hardcoding the use of that function I still can't reproduce. Can you paste the output of cpuid

[issue1733] cannot decode aac with aac: channel element 1.2 is not allocated, works with faad

2010-03-09 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: The stream isn't valid AAC and there is no crash so I'm changing this from a bug to a feature request. -- type: bug - feature_request FFmpeg issue tracker iss

[issue1295] AAC decoder crashes on illegal bitstream

2010-03-07 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fixed in r21886 and r22288. -- status: open - closed substatus: reproduced - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue1295

[issue1785] AAC decoder lacking compared to libfaad: handling concatenated packets

2010-03-04 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Does the attached patch fix the problem? FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue1785 diff --git

[issue1785] AAC decoder lacking compared to libfaad: handling concatenated packets

2010-03-04 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fixed in r22206 -- status: new - closed substatus: new - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue1785

[issue1785] AAC decoder lacking compared to libfaad: handling concatenated packets

2010-03-02 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Is this the same thing as multiple RDBs per frame or does this have nothing to do with ADTS? -- nosy: +aconverse FFmpeg issue tracker iss...@roundup.ffmpeg.org https

[issue1401] Length of decoded aac stream is not identical to the original wav

2010-02-10 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Decoded file is 5/100 longer than original. So what? The encoder is allowed to do pretty much whatever it wants including add delay. output.mp4 not matching input.wav is not and will never be a decoder bug. Now if there are gapless

[issue1267] iPhone videos in portrait mode are not recognized as such

2010-01-20 Thread alex
alex alex.ifri...@gmail.com added the comment: UPDATE: there is an error in the previous code, and quicktime won't see the video stream because of it. Here's the correct code: (in movenc.c) if(st-codec-codec_type == CODEC_TYPE_VIDEO){ /* Matrix structure

[issue1610] Poor audio quality with adpcm_ima_qt

2009-12-16 Thread Alex Shaykevich
Alex Shaykevich asha...@yahoo.com added the comment: I am not reporting issues with unplayable files. I'm reporting issues with poor audio quality as per the bug title. But for completeness, here is the uncut output: http://www.yownmedia.com/downloads/nunca.aiff

[issue1610] Poor audio quality with adpcm_ima_qt

2009-12-16 Thread Alex Shaykevich
Alex Shaykevich asha...@yahoo.com added the comment: - -ab makes no difference - I do not have tests/data/rotozoom.ref.wav, am looking under the ffmpeg directory and just did an SVN update. - I have uploaded both files to ftp://upload.ffmpeg.org/MPlayer/incoming/ADPCM_IMA_QT_BUG as per

[issue1610] Buzz when encoding adpcm_ima_qt

2009-12-16 Thread Alex Shaykevich
Alex Shaykevich asha...@yahoo.com added the comment: Thanks guys. I'm glad another set of ears has now picked it up and look forward to a resolution. My hunch, take it for what it's worth, is that the issue may be with the actual writing of the AIFC file rather than with the adpcm_ima_qt

[issue1610] Poor audio quality with adpcm_ima_qt

2009-12-10 Thread Alex Shaykevich
New submission from Alex Shaykevich asha...@yahoo.com: Encoding WAV to AIFC with adpcm_ima_qt produces poor audio quality. Note the fuzz in the encoded file, especially in the beginning. An original WAV file can be found at: http://www.yownmedia.com/downloads/nunca.wav The converted file can

[issue1562] AAC misinterpreting 32kHz mono as 16-channel 16kHz

2009-11-21 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: (Actually update the bug status) -- status: open - closed substatus: reproduced - fixed _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup

[issue999] AAC ADTS parser misparses when a false syncword occurs before a real syncword

2009-11-03 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fixed in r20448 -- status: open - closed substatus: analyzed - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue999

[issue1406] streaming lc aac sbr with faad is not being decoded

2009-10-04 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: I would say patches welcome. The native decoder handles this fine. The libfaad wrapper is largely considered legacy. Especially now that (unfinished) SBR code is in the soc repo

[issue1406] streaming lc aac sbr with faad is not being decoded

2009-09-24 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Attaching a version of hey.aac with the garbage cut off the begining File 'hey2.aac' not attached - you can download it from https://roundup.ffmpeg.org/roundup/ffmpeg/file514. -- nosy: +aconverse

[issue1267] iPhone videos in portrait mode are not recognized as such

2009-09-14 Thread alex
alex alex.ifri...@gmail.com added the comment: srry, forgot what was most important, the auxMatrix must be copied to the resulting video in order to keep it's angle. _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org

[issue1267] iPhone videos in portrait mode are not recognized as such

2009-09-11 Thread alex
alex alex.ifri...@gmail.com added the comment: Display matrix of the initial movie: (from mov.c:mov_read_tkhd) 0 65536 -655360 31457280 0 Display matrix of the resulting video: 65536 0 0 65536 0 0 I believe this is the matrix that lets know the video must be rotated

[issue1372] 3GS - ffmpeg bug (video still rotates on last svn)

2009-09-10 Thread alex
New submission from alex alex.ifri...@gmail.com: Commands used: ffplay IMG_0059.MOV (this one will play the video rotated - unlike quicktime where it plays ok) ffmpeg -i IMG_0059.MOV -an o.mov (the resulting video will play rotated even in quicktime) What I'm actually trying to do is get frames

[issue1372] 3GS - ffmpeg bug (video still rotates on last svn)

2009-09-10 Thread alex
alex alex.ifri...@gmail.com added the comment: FFmpeg version SVN-r19807, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: libavutil 50. 3. 0 / 50. 3. 0 libavcodec52.35. 0 / 52.35. 0 libavformat 52.38. 0 / 52.38. 0 libavdevice 52. 2. 0 / 52. 2. 0 libswscale

Can't compile ffmpeg

2009-09-10 Thread Alex
Hi, I have been trying to install ffmpeg on our server and been having trouble getting it to compile. I have used both the 0.5 release on the downloads page of the website, and the latest svn copy and it still doesn't compile. It should be noted that I am logged in as root when attempting to

[issue820] Kang Media Player violates FFmpeg's license

2009-08-25 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: You are quoting from (L)GPL version 3, this is not the version that applies here... Dumb question. Why can't he choose to use version 3? Isn't that what the --enable-version3 configure flag is all about? Is there something in this mess

[issue1287] ADTS to MP4 AAC bitstream filter

2009-08-08 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: I'm closing this for now. LionelHutz, feel free to reopen if you are using -absf aac_adtstoasc and still have the problem. -- status: open - closed substatus: open - works_for_me

[issue1295] AAC decoder crashes on illegal bitstream

2009-07-29 Thread Alex Converse
New submission from Alex Converse alex.conve...@gmail.com: $ gdb --args ./ffmpeg_g -i out0.m4a -f null - GNU gdb 6.8-debian Copyright (C) 2008 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

[issue1272] getting changes from google

2009-07-16 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Just a thought... Now that they openly use FFmpeg in Chrome/Chromium perhaps their YouTube stance has changes. Has anyone tried asking them nicely post since chrome launched video support? -- nosy: +aconverse

[issue1254] AAC files with multiple PCEs are crash prone

2009-07-10 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fixed r19399. -- priority: normal - important status: new - closed substatus: new - fixed _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup

[issue1254] AAC files with multiple PCEs are crash prone

2009-07-06 Thread Alex Converse
New submission from Alex Converse alex.conve...@gmail.com: a...@barcelona:~/Projects/ffmpeg/ffmpeg/x64$ gdb ./ffmpeg_g # -i lol-pce.m4a -f null - GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html

[issue1248] ogg files with broken continutations don't play

2009-07-02 Thread Alex Converse
New submission from Alex Converse alex.conve...@gmail.com: These files play fine with xiph libs and are proliferated in the wild. Examples: http://ftp.heanet.ie/mirrors/fosdem-video/2008/maintracks/FOSDEM2008-swpat.ogg Rejected Patch: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009

[issue763] ViO mobile video converter violates the GPL

2009-06-30 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Any update on this? The fact that they licensed this from MediaCell doesn't give them the right to distribute it without following the licensing requirements. The Pirate Bay is now owned by Global Gaming Factory X AB. Perhaps we should

[issue763] ViO mobile video converter violates the GPL

2009-06-30 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: As far as the vio site being down, it's just you. http://downforeveryoneorjustme.com/vio.thepiratebay.org VioVideoConverterSetup.exe opens just fine for me in 7-Zip 4.64. FFmpeg issue

[issue999] AAC ADTS parser misparses when a false syncword occurs before a real syncword

2009-06-12 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: update title, mark analyzed -- nosy: +aconverse substatus: open - analyzed title: Decoding of ADTS AAC file not working - AAC ADTS parser misparses when a false syncword occurs before a real syncword

[issue998] qtrle encoding introduces severe artifacting

2009-05-26 Thread Alex
Alex a...@acatysmoof.com added the comment: fix verified. works great. Thank you (do you have a wishlist?)! FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue998

[issue1072] AAC in MP4 wrong sample rate

2009-05-26 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fixed r18957. -- status: open - closed substatus: reproduced - fixed _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue1072 _

[issue1072] AAC in MP4 wrong sample rate

2009-05-13 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: The problem is that the AudioSpecificConfig sampling index is 5 (32kHz) but the Program Configuration Element sampling index is 0 (96kHz). Did QuickTime create this file? _ FFmpeg issue

[issue998] qtrle encoding introduces severe artifacting

2009-05-13 Thread Alex
Alex a...@acatysmoof.com added the comment: am I allowed to assign this bug now that its been reproduced? I see I -can- do it, but I don't know if I -should- do it. I'm not sure what the next steps are. I would assign it to Mike Melanson if its okay, since he has handled qtrle problems in past

[issue998] qtrle encoding introduces severe artifacting

2009-04-29 Thread Alex
Alex a...@acatysmoof.com added the comment: is this good enough now, or do I need to do something else? FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue998

[issue998] qtrle encoding introduces severe artifacting

2009-04-21 Thread Alex
New submission from Alex a...@acatysmoof.com: Hello, I have encountered a bug when encoding an mov in the qtrle codec from a sequence of still frames. The encoding introduces severe artifacting. I have posted 3 sets of frames (png, sgi, tga - a checkerboard zoom), with text files detailing

[issue800] AAC: Decoder assumes elem_id must begin with zero and count up.

2009-03-06 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fixed r17856. -- status: open - closed substatus: analyzed - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue800

[issue761] aac audio issues (can't play, wrong number of channels) in out_of_box.asf

2009-02-19 Thread Alex Converse
Alex Converse alex.conve...@gmail.com added the comment: Fixed as of r17466. -- status: open - closed substatus: reproduced - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue761