From trac at avcodec.org Fri Jul 1 00:02:34 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 Jun 2011 22:02:34 -0000 Subject: [FFmpeg-trac] #321(undetermined:closed): Ffmpeg fails to detect format of piped input on some mp3 files In-Reply-To: <032.8f87aabcb96d751ad6f6c3abf70ca4f4@avcodec.org> References: <032.8f87aabcb96d751ad6f6c3abf70ca4f4@avcodec.org> Message-ID: <047.c60ede8900a2dcc35582e72ff3cb13fa@avcodec.org> #321: Ffmpeg fails to detect format of piped input on some mp3 files ------------------------+--------------------------- Reporter: gwg | Owner: Type: defect | Status: closed Priority: normal | Component: undetermined Version: unspecified | Resolution: worksforme Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): Could you provide complete, uncut output? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 1 00:22:14 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 Jun 2011 22:22:14 -0000 Subject: [FFmpeg-trac] #321(undetermined:closed): Ffmpeg fails to detect format of piped input on some mp3 files In-Reply-To: <032.8f87aabcb96d751ad6f6c3abf70ca4f4@avcodec.org> References: <032.8f87aabcb96d751ad6f6c3abf70ca4f4@avcodec.org> Message-ID: <047.6e968166ac7f197e23abb76ee97270a5@avcodec.org> #321: Ffmpeg fails to detect format of piped input on some mp3 files ------------------------+--------------------------- Reporter: gwg | Owner: Type: defect | Status: closed Priority: normal | Component: undetermined Version: unspecified | Resolution: worksforme Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by gwg): I wasn't sure if you meant output of the build or output of the ffmpeg invocation. If you meant the invocation, here it is (using the git clone): {{{ $ cat ffmpeg_unpipeable.mp3 | ffmpeg -v 10 -i - testout.wav FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1.1, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --extra-version=4:0.5.1-1ubuntu1.1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable- libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable- stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static libavutil 49.15. 0 / 49.15. 0 libavcodec 52.20. 1 / 52.20. 1 libavformat 52.31. 0 / 52.31. 0 libavdevice 52. 1. 0 / 52. 1. 0 libavfilter 0. 4. 0 / 0. 4. 0 libswscale 0. 7. 1 / 0. 7. 1 libpostproc 51. 2. 0 / 51. 2. 0 built on Mar 31 2011 18:59:37, gcc: 4.4.3 pipe:: Unknown format $ }}} If you want the output from the build, please reply, and I'll rebuild it and put the build log up on pastebin or something (I don't have the log at hand or I would put it up now). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 1 00:31:47 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 Jun 2011 22:31:47 -0000 Subject: [FFmpeg-trac] #321(undetermined:closed): Ffmpeg fails to detect format of piped input on some mp3 files In-Reply-To: <032.8f87aabcb96d751ad6f6c3abf70ca4f4@avcodec.org> References: <032.8f87aabcb96d751ad6f6c3abf70ca4f4@avcodec.org> Message-ID: <047.df7a4164b2cdbbe078924670d6c17973@avcodec.org> #321: Ffmpeg fails to detect format of piped input on some mp3 files ------------------------+--------------------------- Reporter: gwg | Owner: Type: defect | Status: closed Priority: normal | Component: undetermined Version: unspecified | Resolution: worksforme Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): The output you provided is from a (at least!) two year old version of FFmpeg. As said, only 0.7.1, 0.8 and git HEAD are supported. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 1 00:38:06 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 Jun 2011 22:38:06 -0000 Subject: [FFmpeg-trac] #321(undetermined:closed): Ffmpeg fails to detect format of piped input on some mp3 files In-Reply-To: <032.8f87aabcb96d751ad6f6c3abf70ca4f4@avcodec.org> References: <032.8f87aabcb96d751ad6f6c3abf70ca4f4@avcodec.org> Message-ID: <047.d1d899121dbe09ed37f4236a07386b27@avcodec.org> #321: Ffmpeg fails to detect format of piped input on some mp3 files ------------------------+--------------------------- Reporter: gwg | Owner: Type: defect | Status: closed Priority: normal | Component: undetermined Version: unspecified | Resolution: worksforme Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by gwg): You're totally right. The build had failed and I didn't realize, so I was using my installed (old) ffmpeg in the above post. The new version (git head) succeeds. Sorry for the mistake. Thank you so much for your time! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 1 02:52:40 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 01 Jul 2011 00:52:40 -0000 Subject: [FFmpeg-trac] #302(avcodec:closed): no padding bugs detection conflicts with mpeg4 stream which contains resync_markers In-Reply-To: <036.90cb4c712c2bde917fef804caa39e587@avcodec.org> References: <036.90cb4c712c2bde917fef804caa39e587@avcodec.org> Message-ID: <051.4d5740bc0aa941142359f44baa40025e@avcodec.org> #302: no padding bugs detection conflicts with mpeg4 stream which contains resync_markers -----------------------+---------------------- Reporter: anatoly | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+---------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed locally -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 1 05:02:06 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 01 Jul 2011 03:02:06 -0000 Subject: [FFmpeg-trac] #326(undetermined:new): ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped Message-ID: <036.074239c528345882d6b219512ea57883@avcodec.org> #326: ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped --------------------------+-------------------------- Reporter: yxmline | Type: defect Status: new | Priority: normal Component: undetermined | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------+-------------------------- make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency drd.pe make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/endency dropped. make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mimic.o <- libavcodec/ dependency dropped make: Circular libavcodec/mjpeg.o <- libavcodec/ dependency dropped make: Circular libavcodec/mjpeg.o <- libavcodec/ dependency dropped make: Circular libavcodec/mjpeg.o <- libavcodec/ dependency dropped make distclean too slow -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 1 05:37:24 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 01 Jul 2011 03:37:24 -0000 Subject: [FFmpeg-trac] #326(undetermined:new): ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped In-Reply-To: <036.074239c528345882d6b219512ea57883@avcodec.org> References: <036.074239c528345882d6b219512ea57883@avcodec.org> Message-ID: <051.c8a2f2f7ba9ef4eeccdd44e0d52a481b@avcodec.org> #326: ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped ------------------------+--------------------------- Reporter: yxmline | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by yxmline): ps Only the dynamic libraries at compile this information appears Using msys + mingw + gcc-4.5.2 This information and make / make install / make distclean is abnormal slow to appear in the update to g8c0cbb0 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 2 12:48:26 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 02 Jul 2011 10:48:26 -0000 Subject: [FFmpeg-trac] #323(avfilter:open): [patch] properly detect and compile with opencv 2.2+ In-Reply-To: <031.ae5a808b80a3287753ffa68ccdccd492@avcodec.org> References: <031.ae5a808b80a3287753ffa68ccdccd492@avcodec.org> Message-ID: <046.11e70457b67e04cdc15ac9a80b2e7fd5@avcodec.org> #323: [patch] properly detect and compile with opencv 2.2+ ------------------------+----------------------- Reporter: mm | Owner: Type: enhancement | Status: open Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: opencv | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+----------------------- Changes (by cehoyos): * status: new => open Comment: Could you explain which problem your patch fixes? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 2 13:24:44 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 02 Jul 2011 11:24:44 -0000 Subject: [FFmpeg-trac] #326(undetermined:new): ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped In-Reply-To: <036.074239c528345882d6b219512ea57883@avcodec.org> References: <036.074239c528345882d6b219512ea57883@avcodec.org> Message-ID: <051.37d5a288e0336b00161afef7bac64db0@avcodec.org> #326: ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped ------------------------+--------------------------- Reporter: yxmline | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by heleppkes): I'm seeing the same issue with a mingw compilation here. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 2 13:27:17 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 02 Jul 2011 11:27:17 -0000 Subject: [FFmpeg-trac] #326(undetermined:new): ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped In-Reply-To: <036.074239c528345882d6b219512ea57883@avcodec.org> References: <036.074239c528345882d6b219512ea57883@avcodec.org> Message-ID: <051.7bedd5ca19bb1b4f4b88c79870e05303@avcodec.org> #326: ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped ------------------------+--------------------------- Reporter: yxmline | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): Could you explain what the issue is and how to reproduce? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 2 16:36:06 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 02 Jul 2011 14:36:06 -0000 Subject: [FFmpeg-trac] #326(undetermined:new): ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped In-Reply-To: <036.074239c528345882d6b219512ea57883@avcodec.org> References: <036.074239c528345882d6b219512ea57883@avcodec.org> Message-ID: <051.bb244c1d0c4c4a4623b23eb1234be662@avcodec.org> #326: ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped ------------------------+--------------------------- Reporter: yxmline | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by heleppkes): The issue is that builds take ages to complete on mingw now (even a "make distclean" takes minutes now), and loads of the errors shown by the OP are spammed during build. I tracked it down to following commit: 5e27ec28f0aa263fc6af60ea88677e2c40631920 Reverting this one fixes it for me. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 3 04:19:37 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 03 Jul 2011 02:19:37 -0000 Subject: [FFmpeg-trac] #327(avformat:new): artifacts when seeking in mpeg4 avi (regression) Message-ID: <036.79eda55ca105a0feb21e4a35b20d6964@avcodec.org> #327: artifacts when seeking in mpeg4 avi (regression) ----------------------+------------------------- Reporter: exobuzz | Type: defect Status: new | Priority: normal Component: avformat | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ----------------------+------------------------- Since the patch: commit 187528441ab936c102b8e72f38925cc10fc14abc Author: Michael Niedermayer Date: Fri May 6 03:52:16 2011 +0200 avidec: correct frame_offset for seeking I have artifacts when seeking on an avi file. the file is mpeg4 avi encoded with mencoder and is 5713978482 bytes in length. if i chop (with dd) the first 20 or 200mb of the file, the piece seeks correctly. (testing with ffplay) playing (and seeking) the full file with the problem {{{ $ ./ffplay artifacts_when_seeking.avi ffplay version N-30884-g54dd50d, Copyright (c) 2003-2011 the FFmpeg developers built on Jun 20 2011 23:10:06 with gcc 4.5.2 configuration: libavutil 51. 9. 1 / 51. 9. 1 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 4. 0 / 53. 4. 0 libavdevice 53. 1. 1 / 53. 1. 1 libavfilter 2. 23. 0 / 2. 23. 0 libswscale 0. 14. 1 / 0. 14. 1 [avi @ 0x13b01c0] non-interleaved AVI Input #0, avi, from 'artifacts_when_seeking.avi': Metadata: encoder : MEncoder 1.0rc4-4.5.2 Duration: 02:13:54.16, start: 0.000000, bitrate: 5689 kb/s Stream #0.0: Video: mpeg4, yuv420p, 1280x544 [PAR 1:1 DAR 40:17], 24 tbr, 24 tbn, 24 tbc Stream #0.1: Audio: dca (DTS), 48000 Hz, 5.1, s16, 1536 kb/s [dca @ 0x13af5e0] Not a valid DCA frame= 43KB sq= 0B f=0/0 f=0/0 [mpeg4 @ 0x13675c0] warning: first frame is no keyframe0B f=0/0 [dca @ 0x13af5e0] Not a valid DCA frame= 27KB sq= 0B f=0/0 [mpeg4 @ 0x13675c0] warning: first frame is no keyframe [dca @ 0x13af5e0] Not a valid DCA frame= 285KB sq= 0B f=0/0 [mpeg4 @ 0x13675c0] warning: first frame is no keyframe0B f=0/0 [dca @ 0x13af5e0] Not a valid DCA frame= 575KB sq= 0B f=0/0 [mpeg4 @ 0x13675c0] warning: first frame is no keyframe0B f=0/0 [dca @ 0x13af5e0] Not a valid DCA frame= 682KB sq= 0B f=0/0 [mpeg4 @ 0x13675c0] warning: first frame is no keyframe0B f=0/0 [dca @ 0x13af5e0] Not a valid DCA frame= 627KB sq= 0B f=0/0 [mpeg4 @ 0x13675c0] warning: first frame is no keyframe0B f=0/0 [dca @ 0x13af5e0] Not a valid DCA frame= 674KB sq= 0B f=0/0 [mpeg4 @ 0x13675c0] warning: first frame is no keyframe0B f=0/0 [dca @ 0x13af5e0] Not a valid DCA frame= 378KB sq= 0B f=0/0 [mpeg4 @ 0x13675c0] warning: first frame is no keyframe0B f=0/0 [dca @ 0x13af5e0] Not a valid DCA frame= 423KB sq= 0B f=0/0 [mpeg4 @ 0x13675c0] warning: first frame is no keyframe0B f=0/0 188.34 A-V: 0.008 s:0.0 aq= 321KB vq= 392KB sq= 0B f=0/0 }}} revert two commits - the one mentioned and a update from ticket #271 {{{ $ git revert -n a7e4342fc1a0e962b829a9a194d034fa38590951 $ git revert -n 187528441ab936c102b8e72f38925cc10fc14abc }}} i am then able to seek ok without the artifacts {{{ $ ./ffplay artifacts_when_seeking.avi ffplay version N-30884-g54dd50d, Copyright (c) 2003-2011 the FFmpeg developers built on Jun 20 2011 23:10:06 with gcc 4.5.2 configuration: libavutil 51. 9. 1 / 51. 9. 1 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 4. 0 / 53. 4. 0 libavdevice 53. 1. 1 / 53. 1. 1 libavfilter 2. 23. 0 / 2. 23. 0 libswscale 0. 14. 1 / 0. 14. 1 [avi @ 0x2d850c0] non-interleaved AVI Input #0, avi, from 'artifacts_when_seeking.avi': Metadata: encoder : MEncoder 1.0rc4-4.5.2 Duration: 02:13:54.16, start: 0.000000, bitrate: 5689 kb/s Stream #0.0: Video: mpeg4, yuv420p, 1280x544 [PAR 1:1 DAR 40:17], 24 tbr, 24 tbn, 24 tbc Stream #0.1: Audio: dca (DTS), 48000 Hz, 5.1, s16, 1536 kb/s [dca @ 0x2d844c0] Not a valid DCA frame= 19KB sq= 0B f=0/0 f=0/0 364.79 A-V: -0.002 s:0.0 aq= 319KB vq= 840KB sq= 0B f=0/0 Last message repeated 8 times }}} here is a snippet from the beginning of the file (20mb). if you need anything else please let me know. http://www.datafilehost.com/download-a1793e98.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 3 04:21:20 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 03 Jul 2011 02:21:20 -0000 Subject: [FFmpeg-trac] #271(undetermined:reopened): regression with seeking in avi In-Reply-To: <038.1cdb11d6eed898f03881dcd5a8862bf0@avcodec.org> References: <038.1cdb11d6eed898f03881dcd5a8862bf0@avcodec.org> Message-ID: <053.e26c6c097d6f1663a9a10fea6b22914a@avcodec.org> #271: regression with seeking in avi ------------------------+--------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: reopened Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by exobuzz): have moved my issue to separate bug as requested by michael. Issue is now reported on #327. I don't have permission to close this again. Sorry for any inconvenience. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 3 11:33:58 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 03 Jul 2011 09:33:58 -0000 Subject: [FFmpeg-trac] #271(undetermined:closed): regression with seeking in avi In-Reply-To: <038.1cdb11d6eed898f03881dcd5a8862bf0@avcodec.org> References: <038.1cdb11d6eed898f03881dcd5a8862bf0@avcodec.org> Message-ID: <053.cb44f1f45b3302f8dff320316e87b82b@avcodec.org> #271: regression with seeking in avi ------------------------+--------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: undetermined Version: unspecified | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Changes (by cehoyos): * status: reopened => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 3 18:59:36 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 03 Jul 2011 16:59:36 -0000 Subject: [FFmpeg-trac] #266(avcodec:new): ARM: "size of array is negative" in mpegvideo_arm.c In-Reply-To: <040.b113749b15893d7a9cae7088f4efb2f0@avcodec.org> References: <040.b113749b15893d7a9cae7088f4efb2f0@avcodec.org> Message-ID: <055.704985ea07e9518ef155f0e3b1187620@avcodec.org> #266: ARM: "size of array is negative" in mpegvideo_arm.c ------------------------+---------------------- Reporter: adfernandes | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+---------------------- Comment (by adfernandes): Uhhhmm... I have '''no idea''' if the originally-reported problem is fixed or not. Whether you mark it as fixed or not in the tracker is your call. Personally, this should be a meta-bug saying "ffmpeg will not compile on iPhone". I'm a little confused here as to whether this is an ffmpeg or libav problem. I know that there is some sort of politics going on here, but I have no idea what they are. I emailed M?ns Rullg?rd since he committed all the ARM stuff, and he told me to submit a bug to libav since that was where "all the development was happening, anyway". So I submitted that bug, and it was subsequently frozen as they changed bug-trackers. I love ffmpeg and think that it and its forks are frantastic, and I'm very grateful for the work that has gone into them. However, if the iphone is not a supported target, it is simply not supported. I will likely just rip out the parts of arm assembly that I need (appropriately licensed, of course) and leave it at that. (All I really need is the fft and rdft stuff, anyway). I wish I could do more, but I simply do not have the time. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 3 20:37:39 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 03 Jul 2011 18:37:39 -0000 Subject: [FFmpeg-trac] #266(avcodec:open): ARM: "size of array is negative" in mpegvideo_arm.c In-Reply-To: <040.b113749b15893d7a9cae7088f4efb2f0@avcodec.org> References: <040.b113749b15893d7a9cae7088f4efb2f0@avcodec.org> Message-ID: <055.b4990c8ea79ad837b8b102f605a32d49@avcodec.org> #266: ARM: "size of array is negative" in mpegvideo_arm.c ------------------------+---------------------- Reporter: adfernandes | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+---------------------- Changes (by cehoyos): * status: new => open Comment: You reported a problem (here, on the FFmpeg bug tracker) that the compilation of mpegvideo_arm.c fails. From a later report I conclude that this problem was fixed (the line "CC libavcodec/arm/mpegvideo_arm.o" is not followed by problems, but you can type "make libavcodec/arm/mpegvideo_arm.o" to make sure). It seems that now, the compilation of libavcodec/arm/simple_idct_armv5te.S fails. I can assure you we want to support the iPhone SDK, but that probably will also need a bit of your time. Could you test with latest FFmpeg git HEAD, confirm that compilation of mpegvideo_arm.c succeeds and compilation of simple_idct_armv5te.S fails? (You could also try "touch libavcodec/arm/simple_idct_armv5te.o && make" to find out if compilation fails for any other files.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 3 20:45:44 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 03 Jul 2011 18:45:44 -0000 Subject: [FFmpeg-trac] #262(avcodec:closed): 0 channels in aac stream In-Reply-To: <036.f1885335ef9f0e12d700ef5fe1c5c134@avcodec.org> References: <036.f1885335ef9f0e12d700ef5fe1c5c134@avcodec.org> Message-ID: <051.866fd6e94a9459d1cd9de5c1661b87f9@avcodec.org> #262: 0 channels in aac stream ---------------------------+---------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: aac regression | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ---------------------------+---------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Fixed by Benjamin. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 4 04:46:53 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 04 Jul 2011 02:46:53 -0000 Subject: [FFmpeg-trac] #328(FFmpeg:new): PGM to JPEG-LS identify error Message-ID: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> #328: PGM to JPEG-LS identify error --------------------------+--------------------- Reporter: sebastian0 | Owner: michael Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Keywords: Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 --------------------------+--------------------- Hello dear mailinglist, I've got a problem with the convertion from PGM to JPEG-LS. $ file barbara-pgm.pgm barbara-pgm.pgm: Netpbm PGM "rawbits" image data $ identify barbara-pgm.pgm barbara-pgm.pgm PNM 720x576 720x576+0+0 8-bit Grayscale DirectClass 405KiB 0.000u 0:00.000 $ ffmpeg -f image2 -vcodec pgm -pix_fmt gray16be -i barbara-pgm.pgm -f image2 -vcodec jpegls -pix_fmt gray16le barbara-ffmpeg-tojpegls.jls $ file barbara-ffmpeg-tojpegls.jls barbara-ffmpeg-tojpegls.jls: JPEG image data $ identify barbara-ffmpeg-tojpegls.jls identify: Unsupported marker type 0xf7 `barbara-ffmpeg-tojpegls.jls' @ jpeg.c/EmitMessage/232. But it should look like (it's also JPEG-LS but not created with ffmpeg): $ identify barbara-compressed.pgm identify: Improper image header `barbara-compressed.pgm' @ pnm.c/ReadPNMImage/297. $ file barbara-compressed.pgm barbara-compressed.pgm: data I also played around with "gray16be" and "gray16le" but this doesn't work out. --- FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1.1, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --extra-version=4:0.5.1-1ubuntu1.1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable- libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static libavutil 49.15. 0 / 49.15. 0 libavcodec 52.20. 1 / 52.20. 1 libavformat 52.31. 0 / 52.31. 0 libavdevice 52. 1. 0 / 52. 1. 0 libavfilter 0. 4. 0 / 0. 4. 0 libswscale 0. 7. 1 / 0. 7. 1 libpostproc 51. 2. 0 / 51. 2. 0 built on Mar 31 2011 18:53:20, gcc: 4.4.3 --- What should I do to get valid JPEG-LS data? Best regards, Sebastian Wieseler -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 4 09:49:57 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 04 Jul 2011 07:49:57 -0000 Subject: [FFmpeg-trac] #328(undetermined:open): PGM to JPEG-LS identify error In-Reply-To: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> References: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> Message-ID: <054.4ce6e34551e0857996883f56c8ff950c@avcodec.org> #328: PGM to JPEG-LS identify error ------------------------+--------------------------- Reporter: sebastian0 | Owner: michael Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Changes (by cehoyos): * status: new => open * component: FFmpeg => undetermined Comment: Your version of FFmpeg is several years old. Unfortunately, we do not have the manpower to support such old versions. Please test latest git head and if the problem is still reproducible for you, please post complete, uncut output of your encoding command (including the command line) here and please explain what is wrong with the resulting file. (Or are you simply worried by the output of identify?) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 4 09:56:06 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 04 Jul 2011 07:56:06 -0000 Subject: [FFmpeg-trac] #328(undetermined:open): PGM to JPEG-LS identify error In-Reply-To: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> References: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> Message-ID: <054.021853146504e60178eacc517640e2f3@avcodec.org> #328: PGM to JPEG-LS identify error ------------------------+--------------------------- Reporter: sebastian0 | Owner: michael Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by sebastian0): Yes, tested it with very latest HEAD-git-version this morning, and... it still failes. I am worry about the identify output. I have an university project with a JPEG-LS implementation (en/decrypt) which is only able to work with gray (pgm) images. So I tried to interchange with ffmpeg, but it seems incompatible at all. Encode a pgm to jpeg-ls with ffmpeg and tried to decode it back with my source code from university, it failed all the time. So my current tasks was actually, to implement color images (ppm), but I do not know how. ;( So is this actually a ffmpeg bug, or simply the "they do not work together" note? :/ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 4 10:23:19 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 04 Jul 2011 08:23:19 -0000 Subject: [FFmpeg-trac] #328(undetermined:open): PGM to JPEG-LS identify error In-Reply-To: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> References: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> Message-ID: <054.2235af63f3ac07c4deebb63a2e2419e8@avcodec.org> #328: PGM to JPEG-LS identify error ------------------------+--------------------------- Reporter: sebastian0 | Owner: michael Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): Could you post complete, uncut output and the command line you used? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 4 10:29:26 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 04 Jul 2011 08:29:26 -0000 Subject: [FFmpeg-trac] #328(undetermined:open): PGM to JPEG-LS identify error In-Reply-To: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> References: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> Message-ID: <054.18a9894b868b18c64cc82f692db1b563@avcodec.org> #328: PGM to JPEG-LS identify error ------------------------+--------------------------- Reporter: sebastian0 | Owner: michael Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by sebastian0): sebastian at sebastian-desktop:~/Documents$ ffmpeg -f image2 -vcodec pgm -i barbara-pgm.pgm -f image2 -pix_fmt gray16le -vcodec jpegls barbara- from_pgm_to_jls.jls ffmpeg version 0.7, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 4 2011 10:40:30 with gcc 4.4.3 configuration: libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 1 / 2. 24. 1 libswscale 2. 0. 0 / 2. 0. 0 Input #0, image2, from 'barbara-pgm.pgm': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0.0: Video: pgm, gray, 720x576, 25 tbr, 25 tbn, 25 tbc [buffer @ 0x984c4a0] w:720 h:576 pixfmt:gray tb:1/1000000 sar:0/1 sws_param: [buffersink @ 0x984bde0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out' [scale @ 0x984d0c0] w:720 h:576 fmt:gray -> w:720 h:576 fmt:gray16le flags:0x4 Output #0, image2, to 'barbara-from_pgm_to_jls.jls': Metadata: encoder : Lavf53.5.0 Stream #0.0: Video: jpegls, gray16le, 720x576, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help frame= 1 fps= 0 q=0.0 Lsize= -0kB time=00:00:00.04 bitrate= -4.4kbits/s video:660kB audio:0kB global headers:0kB muxing overhead -100.003254% sebastian at sebastian-desktop:~/Documents$ JPEG-LS2fast/d_locom -i barbara- from_pgm_to_jls.jls -o barbara-from_jls_to_pgm.pgm Decoding, image decoder JPEG-LS v05/2001 Input (d_JPEG-LS): barbara-from_pgm_to_jls.jls Output (d_JPEG-LS): barbara-from_jls_to_pgm.pgmNot a JPEG-LSm- Stream! T1=127, T2=224, T3=945 LIMIT=32298123 RESET=128 Dauer 0.000 Sekunden ready. sebastian at sebastian-desktop:~/Documents$ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 4 11:27:59 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 04 Jul 2011 09:27:59 -0000 Subject: [FFmpeg-trac] #328(undetermined:open): PGM to JPEG-LS identify error In-Reply-To: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> References: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> Message-ID: <054.04da4005563be7f7a72ec8c9c76aab91@avcodec.org> #328: PGM to JPEG-LS identify error ------------------------+--------------------------- Reporter: sebastian0 | Owner: michael Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): (Please note that you are not using latest git head and, unfortunately, the version you are using is not supported, only the branches master and oldabi and currently the releases 0.7.1 and 0.8 are.) I tested the following: {{{ ./ffmpeg -i tests/lena.pnm -f image2 -pix_fmt gray16le -vcodec jpegls out.jls ffmpeg version N-31202-g976a8b2, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 4 2011 10:37:33 with gcc 4.5.3 configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc --enable-gpl --enable- libopencore-amrnb --enable-version3 libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 1 / 2. 24. 1 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 Input #0, image2, from 'tests/lena.pnm': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0.0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc [buffer @ 0x12cbd60] w:256 h:256 pixfmt:rgb24 tb:1/1000000 sar:0/1 sws_param: [buffersink @ 0x12cb1e0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out' [scale @ 0x12c4720] w:256 h:256 fmt:rgb24 -> w:256 h:256 fmt:gray16le flags:0x4 Output #0, image2, to 'out.jls': Metadata: encoder : Lavf53.5.0 Stream #0.0: Video: jpegls, gray16le, 256x256, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help frame= 1 fps= 0 q=0.0 Lsize= -0kB time=00:00:00.04 bitrate= -4.4kbits/s video:99kB audio:0kB global headers:0kB muxing overhead -100.021595% }}} The resulting file out.jls decodes fine with ffmpeg and the UBC implementation of jpeg-ls, V.2.2 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 4 13:47:58 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 04 Jul 2011 11:47:58 -0000 Subject: [FFmpeg-trac] #325(avfilter:new): Aspect Ratio of input Video required to e.g. automatically add correct letterbox/pillarbox when rescaling video In-Reply-To: <037.5809a4754d1eb9fb209d7caef037373b@avcodec.org> References: <037.5809a4754d1eb9fb209d7caef037373b@avcodec.org> Message-ID: <052.5f785b3c8dd2df65b73abf6f259295cf@avcodec.org> #325: Aspect Ratio of input Video required to e.g. automatically add correct letterbox/pillarbox when rescaling video ------------------------+----------------------- Reporter: Pae8uuW5 | Owner: Type: enhancement | Status: new Priority: normal | Component: avfilter Version: 0.8 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 1 | ------------------------+----------------------- Changes (by saste): * analyzed: 0 => 1 Comment: Hi, I committed a variant of your patches in: {{{ commit 0bf02fb1ea57962b97fb3ffc7c827d4b12e439f3 Author: Stefano Sabatini Date: Sat Jul 2 17:31:18 2011 +0200 vf_pad: add support for a "sar" variable Also add a "dar" alias for "a", for avoiding confusion with sar/dar. commit 01151a26c03c5df85509150d393e039f574d005f Author: Stefano Sabatini Date: Sat Jul 2 17:27:31 2011 +0200 vf_scale: add a "sar" variable Also create a "dar" alias for the "a" variable, for avoiding possible confusion between dar/sar. }}} And I'm planning to do the same to the crop filter. Please test and report if it works fine for you. Also state if you want this change to be included in 0.7/0.8, and I'll see what I can do for it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 4 17:43:55 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 04 Jul 2011 15:43:55 -0000 Subject: [FFmpeg-trac] #325(avfilter:new): Aspect Ratio of input Video required to e.g. automatically add correct letterbox/pillarbox when rescaling video In-Reply-To: <037.5809a4754d1eb9fb209d7caef037373b@avcodec.org> References: <037.5809a4754d1eb9fb209d7caef037373b@avcodec.org> Message-ID: <052.085f9fde4bfe2cfb8c4146136e23deb1@avcodec.org> #325: Aspect Ratio of input Video required to e.g. automatically add correct letterbox/pillarbox when rescaling video ------------------------+----------------------- Reporter: Pae8uuW5 | Owner: Type: enhancement | Status: new Priority: normal | Component: avfilter Version: 0.8 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 1 | ------------------------+----------------------- Comment (by Pae8uuW5): Tested and working as intended for my test cases. I've just started the switch to ffmpeg 0.8, so including this in just the 0.8 branch would be sufficient for me. I'm quite confused as to what dar and sar are actually supposed to mean, the common usage appears to be different from your implementation, see e.g. the output of ffmpeg 0.8 below: {{{ Stream #0.0(und): Video: h264 (Constrained Baseline), yuv420p, 512x1080 [PAR 135:64 DAR 1:1], 72 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 4 18:27:38 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 04 Jul 2011 16:27:38 -0000 Subject: [FFmpeg-trac] #213(undetermined:reopened): aac codec regression In-Reply-To: <038.78dfafab4a1ca4aa43a99a5b51d5fab1@avcodec.org> References: <038.78dfafab4a1ca4aa43a99a5b51d5fab1@avcodec.org> Message-ID: <053.37d692c88aa4bbcfb7cd830756086951@avcodec.org> #213: aac codec regression ------------------------+--------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: reopened Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): ffplay playback is broken for me since dafaef2fe1e1af7c40adc1855547fd4cba9862a9 (Benjamin's fix for ticket #262). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 5 04:05:30 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 05 Jul 2011 02:05:30 -0000 Subject: [FFmpeg-trac] #328(undetermined:open): PGM to JPEG-LS identify error In-Reply-To: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> References: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> Message-ID: <054.47f932c38c42256b5c8795a962b23d42@avcodec.org> #328: PGM to JPEG-LS identify error ------------------------+--------------------------- Reporter: sebastian0 | Owner: michael Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by sebastian0): http://www.ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2: ffmpeg version 0.7, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 5 2011 09:51:41 with gcc 4.4.3 Dunno. This is the git-HEAD-snapshot, right? O.o But, anyway, let's have a look on the hexdumps: $ most xxx.jls # created with ffmpeg from pgm 0x00000000: FFD8FFF7 00110802 4002D003 01110002 ........ at ....... 0x00000010: 11000311 00FFDA00 0C030100 02000300 ................ 0x00000020: 00010001 E57FFF69 FF7FFF7F FF7FF4F9 .......i........ 0x00000030: 3FFF7FFF 7FFF7FEC FF7FFF7A 7FD3FF69 ?..........z...i 0x00000040: E9FF7FFF 7FFF727F FF13E9FF 7FF4FE4F ......r........O 0x00000050: FF508601 000001EB 00003F9C F19FA70C .P........?..... 0x00000060: 6ED6AC95 535B377B 953BA8B8 ABC0401C n...S[7{.;.... at . ... $ most xxx.jls # created by the university project JPEG-LS2FAST 0x00000000: 4C530002 D0024000 FFFA8079 5FFFF4FF LS.... at ....y_... 0x00000010: FFFFFFFF FFD3E4FF FFFFFFFF FFFD9FFF ................ 0x00000020: FFFD3FE9 FFE9E9FF FFFFFFFF 93FFF93E ..?............> 0x00000030: 9FFFFE9F C9FFF421 80400000 76002FCE .......!. at ..v./. ... Do you see the "LS" at the beginning on the second hexdump? I think that's why the identify on the last one works, and on the ffmpeg one fails. So isn't this a bad behaviour? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 5 09:57:05 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 05 Jul 2011 07:57:05 -0000 Subject: [FFmpeg-trac] #328(undetermined:open): PGM to JPEG-LS identify error In-Reply-To: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> References: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> Message-ID: <054.5695d8064af4b216dfdb7debaad3da0e@avcodec.org> #328: PGM to JPEG-LS identify error ------------------------+--------------------------- Reporter: sebastian0 | Owner: michael Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): Both the samples that come with the UBC implementation of jpeg-ls and the samples from CharLS start with "ff dx", but I suspect you can quote the specification (which is much better than using ImageMagick as a reference - perhaps you should tell them they do not support the sample files from those projects)? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 5 16:43:52 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 05 Jul 2011 14:43:52 -0000 Subject: [FFmpeg-trac] #329(FFmpeg:new): Transcoding (including copy) from mpeg2ps to MP4 fails in 0.7 & 0.8 but works in 0.6.3 Message-ID: <037.1c88a48e17062e987c3c71841ac02bfd@avcodec.org> #329: Transcoding (including copy) from mpeg2ps to MP4 fails in 0.7 & 0.8 but works in 0.6.3 ------------------------+--------------------- Reporter: ralexand | Owner: michael Type: defect | Status: new Priority: important | Component: FFmpeg Version: 0.8 | Keywords: Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 ------------------------+--------------------- The input file is a DVD rip from Blade Runner Final Cut. I was trying to recode it with just the main english audio track. I've had a bit of a look around and it seems somewhere the number of input streams gets increased during the packet decoding, so it thinks there are more input streams then actually exist (and are allocated for in memory) so it causes a segfault. I time limited to two minutes and the problem always happens at the end of the copy. However doing this on another DVD rip (LAW & ORDER, simple single video + audio streams) works okay. mig27 15:26:23$ ./ffprobe /vobs/BRFC/vob/001/BRFC-001.vob ffprobe version 0.8, Copyright (c) 2007-2011 the FFmpeg developers built on Jul 5 2011 15:06:24 with gcc 4.6.1 configuration: --prefix=/usr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libx264 --enable-gpl --enable-shared --enable- postproc --enable-libxvid --enable-pthreads --enable-nonfree --enable- libfaac --enable-libschroedinger --enable-libmp3lame libavutil 51. 9. 1 / 51. 9. 1 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 4. 0 / 53. 4. 0 libavdevice 53. 1. 1 / 53. 1. 1 libavfilter 2. 23. 0 / 2. 23. 0 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [mpeg @ 0x9b53360] max_analyze_duration 5000000 reached at 5000000 Input #0, mpeg, from '/vobs/BRFC/vob/001/BRFC-001.vob': Duration: 00:18:14.92, start: 0.287267, bitrate: 7845 kb/s Stream #0.0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 64:45 DAR 16:9], 9800 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0.1[0x80]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.2[0x81]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.3[0x82]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.4[0x83]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.5[0x84]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s Stream #0.6[0x85]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s Stream #0.7[0x86]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s mig27 15:26:26$ gdb ffmpeg_g GNU gdb (GDB) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /vobs/build/32/ffmpeg-0.8/ffmpeg_g...done. (gdb) run -i /vobs/BRFC/vob/001/BRFC-001.vob -acodec copy -vcodec copy -t 00:02:00 -f mp4 -y brfc.mp4 Starting program: /vobs/build/32/ffmpeg-0.8/ffmpeg_g -i /vobs/BRFC/vob/001/BRFC-001.vob -acodec copy -vcodec copy -t 00:02:00 -f mp4 -y brfc.mp4 [Thread debugging using libthread_db enabled] ffmpeg version 0.8, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 5 2011 15:06:24 with gcc 4.6.1 configuration: --prefix=/usr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libx264 --enable-gpl --enable-shared --enable- postproc --enable-libxvid --enable-pthreads --enable-nonfree --enable- libfaac --enable-libschroedinger --enable-libmp3lame libavutil 51. 9. 1 / 51. 9. 1 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 4. 0 / 53. 4. 0 libavdevice 53. 1. 1 / 53. 1. 1 libavfilter 2. 23. 0 / 2. 23. 0 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [mpeg @ 0x8068360] max_analyze_duration 5000000 reached at 5000000 Input #0, mpeg, from '/vobs/BRFC/vob/001/BRFC-001.vob': Duration: 00:18:14.92, start: 0.287267, bitrate: 7845 kb/s Stream #0.0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 64:45 DAR 16:9], 9800 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0.1[0x80]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.2[0x81]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.3[0x82]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.4[0x83]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.5[0x84]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s Stream #0.6[0x85]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s Stream #0.7[0x86]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s Output #0, mp4, to 'brfc.mp4': Metadata: encoder : Lavf53.4.0 Stream #0.0: Video: mpeg2video, yuv420p, 720x576 [PAR 64:45 DAR 16:9], q=2-31, 9800 kb/s, 25 tbn, 25 tbc Stream #0.1: Audio: ac3, 48000 Hz, stereo, 192 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.5 -> #0.1 Press [q] to stop, [?] for help [mp4 @ 0x80690c0] pts has no value Last message repeated 254 times Program received signal SIGSEGV, Segmentation fault. 0x08053b49 in transcode (nb_output_files=1, input_files=0x8062028, nb_input_files=1, stream_maps=0x0, nb_stream_maps=0, output_files=0x8060d00) at ffmpeg.c:2739 2739 pkt.dts += av_rescale_q(input_files_ts_offset[ist->file_index], AV_TIME_BASE_Q, ist->st->time_base); (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0x8053b29 to 0x8053b69: 0x08053b29 : test %esi,-0x74fffffc(%eax) 0x08053b2f : mov $0xd4024,%esp 0x08053b34 : add %cl,0xd3c24b4(%ebx) 0x08053b3a : add %al,(%eax) 0x08053b3c : lea -0x80000000(%edi),%eax 0x08053b42 : or %esi,%eax 0x08053b44 : je 0x8053b95 0x08053b46 : mov 0x4(%ebx),%eax => 0x08053b49 : mov 0x3c(%eax),%edx 0x08053b4c : mov 0x38(%eax),%eax 0x08053b4f : movl $0x1,0x8(%esp) 0x08053b57 : movl $0xf4240,0xc(%esp) 0x08053b5f : mov %edx,0x14(%esp) 0x08053b63 : mov %eax,0x10(%esp) 0x08053b67 : mov (%ebx),%eax End of assembler dump. (gdb) info all-registers eax 0x5dc0 24000 ecx 0x9 9 edx 0x0 0 ebx 0x806f3c4 134673348 esp 0xffffbf50 0xffffbf50 ebp 0x0 0x0 esi 0x38f95e 3733854 edi 0x0 0 eip 0x8053b49 0x8053b49 eflags 0x210282 [ SF IF RF ID ] cs 0x23 35 ss 0x2b 43 ds 0x2b 43 es 0x2b 43 fs 0x0 0 gs 0x63 99 st0 -nan(0x8080808080808080) (raw 0xffff8080808080808080) st1 -nan(0x80008000800080) (raw 0xffff0080008000800080) st2 -nan(0x8080808080808080) (raw 0xffff8080808080808080) st3 -1 (raw 0xbfff8000000000000000) st4 -1 (raw 0xbfff8000000000000000) st5 1 (raw 0x3fff8000000000000000) st6 1 (raw 0x3fff8000000000000000) st7 1 (raw 0x3fff8000000000000000) fctrl 0x37f 895 fstat 0x21 33 ftag 0xffff 65535 fiseg 0x0 0 fioff 0x0 0 foseg 0x0 0 fooff 0x0 0 fop 0x0 0 xmm0 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm1 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0xff, 0x0 }, v8_int16 = {0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0xff, 0x0, 0x0}, v2_int64 = {0xff00000000, 0x0}, uint128 = 0x0000000000000000000000ff00000000} xmm2 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm3 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { ---Type to continue, or q to quit--- 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm4 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm5 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm6 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm7 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = { 0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} mxcsr 0x1f80 [ IM DM ZM OM UM PM ] mm0 {uint64 = 0x8080808080808080, v2_int32 = {0x80808080, 0x80808080}, v4_int16 = { 0x8080, 0x8080, 0x8080, 0x8080}, v8_int8 = {0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80}} mm1 {uint64 = 0x80008000800080, v2_int32 = {0x800080, 0x800080}, v4_int16 = {0x80, 0x80, 0x80, 0x80}, v8_int8 = {0x80, 0x0, 0x80, 0x0, 0x80, 0x0, 0x80, 0x0}} mm2 {uint64 = 0x8080808080808080, v2_int32 = {0x80808080, 0x80808080}, v4_int16 = { 0x8080, 0x8080, 0x8080, 0x8080}, v8_int8 = {0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80}} mm3 {uint64 = 0x8000000000000000, v2_int32 = {0x0, 0x80000000}, v4_int16 = {0x0, 0x0, 0x0, 0x8000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80}} mm4 {uint64 = 0x8000000000000000, v2_int32 = {0x0, 0x80000000}, v4_int16 = {0x0, 0x0, 0x0, 0x8000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80}} mm5 {uint64 = 0x8000000000000000, v2_int32 = {0x0, 0x80000000}, v4_int16 = {0x0, 0x0, 0x0, 0x8000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80}} mm6 {uint64 = 0x8000000000000000, v2_int32 = {0x0, 0x80000000}, v4_int16 = {0x0, 0x0, 0x0, 0x8000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80}} mm7 {uint64 = 0x8000000000000000, v2_int32 = {0x0, 0x80000000}, v4_int16 = {0x0, 0x0, 0x0, 0x8000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80}} (gdb) bt #0 0x08053b49 in transcode (nb_output_files=1, input_files=0x8062028, nb_input_files=1, stream_maps=0x0, nb_stream_maps=0, output_files=0x8060d00) at ffmpeg.c:2739 #1 0x0804f6b7 in main (argc=, argv=) at ffmpeg.c:4576 (gdb) print ist->file_index $1 = 0 (gdb) print input_files_ts_offset[0] $2 = -287267 (gdb) print ist->st $3 = (AVStream *) 0x5dc0 (gdb) list 2734 ist = &input_streams[ist_index]; 2735 if (ist->discard) 2736 goto discard_packet; 2737 2738 if (pkt.dts != AV_NOPTS_VALUE) 2739 pkt.dts += av_rescale_q(input_files_ts_offset[ist->file_index], AV_TIME_BASE_Q, ist->st->time_base); 2740 if (pkt.pts != AV_NOPTS_VALUE) 2741 pkt.pts += av_rescale_q(input_files_ts_offset[ist->file_index], AV_TIME_BASE_Q, ist->st->time_base); 2742 2743 if (pkt.stream_index < nb_input_files_ts_scale[file_index] (gdb) print ist_index $6 = 9 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 5 17:11:30 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 05 Jul 2011 15:11:30 -0000 Subject: [FFmpeg-trac] #330(FFplay:new): Some instabilities while playing ffplay on beagleboard + angstrom Message-ID: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> #330: Some instabilities while playing ffplay on beagleboard + angstrom -----------------------------+--------------------- Reporter: luckynarang123 | Owner: michael Type: defect | Status: new Priority: normal | Component: FFplay Version: unspecified | Keywords: Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 -----------------------------+--------------------- Hi, When i play m4v file,then ffplay play it well. But When i play a wmv,avi file it shows black screen 1) When avi file is played: Input #0, avi, from 'Sachin-Tendulkar.avi': Metadata: ISFT : Lavf52.64.2 Duration: 00:01:15.41, start: 0.000000, bitrate: 466 kb/s Stream #0.0: Video: mpeg4, yuv420p, 320x238 [PAR 1:1 DAR 160:119], 30 tbr, 30 tbn, 30 tbc Stream #0.1: Audio: mp2, 44100 Hz, 1 channels, s16, 128 kb/s 2) when another avi file is played,the player just hangs at some frame. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Mahi-Ve.avi': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt Duration: 00:04:30.08, start: 0.000000, bitrate: 1580 kb/s Stream #0.0(eng): Video: h264, yuv420p, 720x420, 1446 kb/s, 25 fps, 25 tbr, 2500 tbn, 5k tbc Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 128 kb/s Stream #0.2(eng): Data: tmcd / 0x64636D74 3) When wmv file is played Again it displays black screen. asf @ 0xbf6050]max_analyze_duration reached Input #0, asf, from 'WLAN_Bluetooth_demo.wmv': Metadata: title : test2 author : copyright : comment : WMFSDKVersion : 11.0.5721.5265 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 Duration: 00:02:01.11, start: 10.000000, bitrate: 300 kb/s Stream #0.0: Audio: wmav2, 44100 Hz, 1 channels, s16, 32 kb/s Stream #0.1: Video: wmv3, yuv420p, 640x480, 10 tbr, 1k tbn, 1k tbc [wmv3 @ 0xbfc8c0]Extra data: 8 bits left, value: 0 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 5 17:29:04 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 05 Jul 2011 15:29:04 -0000 Subject: [FFmpeg-trac] #330(FFplay:new): Some instabilities while playing ffplay on beagleboard + angstrom In-Reply-To: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> References: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> Message-ID: <058.b6190e7e45e64dfcc38234e400ec7622@avcodec.org> #330: Some instabilities while playing ffplay on beagleboard + angstrom ---------------------------+---------------------- Reporter: luckynarang123 | Owner: michael Type: defect | Status: new Priority: normal | Component: FFplay Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+---------------------- Comment (by cehoyos): Please always provide complete, uncut output (as opposed to the partial output you provided). Since it is likely you are facing a performance problem, could you test if the following works on your beagleboard (if out1.avi and out2.avi are playable output files)? $ ffmpeg -i Sachin-Tendulkar.avi out1.avi $ ffmpeg -i WLAN_Bluetooth_demo.wmv out2.avi -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 5 17:29:19 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 05 Jul 2011 15:29:19 -0000 Subject: [FFmpeg-trac] #329(FFmpeg:new): Transcoding (including copy) from mpeg2ps to MP4 fails in 0.7 & 0.8 but works in 0.6.3 In-Reply-To: <037.1c88a48e17062e987c3c71841ac02bfd@avcodec.org> References: <037.1c88a48e17062e987c3c71841ac02bfd@avcodec.org> Message-ID: <052.20945cbebf3a031fe87ba8025ac52585@avcodec.org> #329: Transcoding (including copy) from mpeg2ps to MP4 fails in 0.7 & 0.8 but works in 0.6.3 ----------------------+---------------------- Reporter: ralexand | Owner: michael Type: defect | Status: new Priority: important | Component: FFmpeg Version: 0.8 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ----------------------+---------------------- Comment (by ralexand): I can get it to segfault around 00:00:41 (so if I limit the time to 00:00:40 don't get fault). If make a copy of the streams using ffmpeg 0.6.3 (same format ie mpeg, same streams and stream order) then I don't get these problems. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 5 17:44:12 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 05 Jul 2011 15:44:12 -0000 Subject: [FFmpeg-trac] #329(FFmpeg:open): Transcoding (including copy) from mpeg2ps to MP4 fails in 0.7 & 0.8 but works in 0.6.3 In-Reply-To: <037.1c88a48e17062e987c3c71841ac02bfd@avcodec.org> References: <037.1c88a48e17062e987c3c71841ac02bfd@avcodec.org> Message-ID: <052.9c35449c3d5a9ddf04b766b85756aa7e@avcodec.org> #329: Transcoding (including copy) from mpeg2ps to MP4 fails in 0.7 & 0.8 but works in 0.6.3 ----------------------+---------------------- Reporter: ralexand | Owner: michael Type: defect | Status: open Priority: important | Component: FFmpeg Version: 0.8 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ----------------------+---------------------- Changes (by cehoyos): * status: new => open Comment: Please provide a sample on http://www.datafilehost.com/ and/or find the revision introducing the problem. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 07:45:03 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 05:45:03 -0000 Subject: [FFmpeg-trac] #328(undetermined:open): PGM to JPEG-LS identify error In-Reply-To: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> References: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> Message-ID: <054.e4632be6228745f2aaaae6f144d772ac@avcodec.org> #328: PGM to JPEG-LS identify error ------------------------+--------------------------- Reporter: sebastian0 | Owner: michael Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by sebastian0): Okay. Finally. My teacher told me, that the jpeg-ls2fast does not follow the "normal" JPEG-LS guidlines. So, please, I am so sorry. Close this bug report. :( I am now on my own. :( -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 10:16:07 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 08:16:07 -0000 Subject: [FFmpeg-trac] #328(undetermined:closed): PGM to JPEG-LS identify error In-Reply-To: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> References: <039.afd28f58ae8e35a8b55c64099d0f49ae@avcodec.org> Message-ID: <054.4755a9567a192fbd66ce4beee5740274@avcodec.org> #328: PGM to JPEG-LS identify error ------------------------+--------------------------- Reporter: sebastian0 | Owner: michael Type: defect | Status: closed Priority: normal | Component: undetermined Version: unspecified | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Changes (by cehoyos): * status: open => closed * resolution: => invalid Comment: Thank you for the clarification. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 10:25:37 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 08:25:37 -0000 Subject: [FFmpeg-trac] #306(undetermined:closed): Add support for AVI RAW (YV24) In-Reply-To: <038.d837040307e14aa26402913626acac5a@avcodec.org> References: <038.d837040307e14aa26402913626acac5a@avcodec.org> Message-ID: <053.e2c39d72eb5dc42d69f2497dc8f8e604@avcodec.org> #306: Add support for AVI RAW (YV24) ------------------------+--------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: undetermined Version: unspecified | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Patch pushed, thank you! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 10:27:23 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 08:27:23 -0000 Subject: [FFmpeg-trac] #330(FFplay:new): Some instabilities while playing ffplay on beagleboard + angstrom In-Reply-To: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> References: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> Message-ID: <058.798e7f6cdd12ac84354c623386e01abe@avcodec.org> #330: Some instabilities while playing ffplay on beagleboard + angstrom ---------------------------+---------------------- Reporter: luckynarang123 | Owner: michael Type: defect | Status: new Priority: normal | Component: FFplay Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+---------------------- Comment (by luckynarang123): when i execute ffplay with out1.avi and out2.avi,still it displays blackscreen. The output is as follows: 1) when out1.avi is played: FFplay version SVN-r23556, Copyright (c) 2003-2010 the FFmpeg developers built on Jul 5 2011 15:27:35 with gcc 4.5.1 configuration: --arch=arm --target-os=linux --enable-cross-compile --cross-prefix=arm-none-linux-gnueabi- --cc=arm-none-li' libavutil 50.18. 0 / 50.18. 0 libavcodec 52.75. 1 / 52.75. 1 libavformat 52.68. 0 / 52.68. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 1.20. 0 / 1.20. 0 libswscale 0.11. 0 / 0.11. 0 libpostproc 51. 2. 0 / 51. 2. 0 [:]Before av_probe_input_format(); [:]After av_probe_input_format(); Input #0, avi, from 'out1.avi': Metadata: ISFT : Lavf52.68.0 Duration: 00:01:15.41, start: 0.000000, bitrate: 294 kb/s Stream #0.0: Video: mpeg4, yuv420p, 320x238 [PAR 1:1 DAR 160:119], 30 tbr, 30 tbn, 30 tbc Stream #0.1: Audio: mp2, 44100 Hz, 1 channels, s16, 64 kb/s 2) when out2.avi is played: FFplay version SVN-r23556, Copyright (c) 2003-2010 the FFmpeg developers built on Jul 5 2011 15:27:35 with gcc 4.5.1 configuration: --arch=arm --target-os=linux --enable-cross-compile --cross-prefix=arm-none-linux-gnueabi- --cc=arm-none-li' libavutil 50.18. 0 / 50.18. 0 libavcodec 52.75. 1 / 52.75. 1 libavformat 52.68. 0 / 52.68. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 1.20. 0 / 1.20. 0 libswscale 0.11. 0 / 0.11. 0 libpostproc 51. 2. 0 / 51. 2. 0 [:]Before av_probe_input_format(); [:]After av_probe_input_format(); Input #0, avi, from 'out2.avi': Metadata: ISFT : Lavf52.68.0 Duration: 00:02:01.20, start: 0.000000, bitrate: 297 kb/s Stream #0.0: Video: mpeg4, yuv420p, 640x480 [PAR 1:1 DAR 4:3], 10 tbr, 10 tbn, 10 tbc Stream #0.1: Audio: mp2, 44100 Hz, 1 channels, s16, 64 kb/s The media file contains audio and video data and is a valid file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 10:28:50 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 08:28:50 -0000 Subject: [FFmpeg-trac] #331(avcodec:new): Endless loop when reading jpeg-ls sample Message-ID: <036.02a07fb19d78a1df49f2ed1a44dfdb0e@avcodec.org> #331: Endless loop when reading jpeg-ls sample -------------------------+--------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 -------------------------+--------------------- When reading one of the samples provided with the source of David A. Clunie's jpeg-ls implementation, ffmpeg loops endlessly. {{{ (gdb) r -i CT2.noruns.jls Starting program: ffmpeg_g -i CT2.noruns.jls ffmpeg version N-31266-g3950376, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 6 2011 10:20:08 with gcc 4.5.3 configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 ^C Program received signal SIGINT, Interrupt. 0x000000000065f133 in ls_get_code_regular (Q=, state=0x1282a40, gb=0x1277cc8) at libavcodec/jpeglsdec.c:93 93 for(k = 0; (state->N[Q] << k) < state->A[Q]; k++); #0 0x000000000065f133 in ls_get_code_regular (Q=, state=0x1282a40, gb=0x1277cc8) at libavcodec/jpeglsdec.c:93 #1 ls_decode_line (Q=, state=0x1282a40, gb=0x1277cc8) at libavcodec/jpeglsdec.c:239 #2 0x00000000006602ab in ff_jpegls_decode_picture (s=0x1277cc0, near=, point_transform=, ilv=) at libavcodec/jpeglsdec.c:298 #3 0x0000000000675fba in ff_mjpeg_decode_sos (s=0x1277cc0, mb_bitmask=, reference=) at libavcodec/mjpegdec.c:1035 #4 ff_mjpeg_decode_frame (s=0x1277cc0, mb_bitmask=, reference=) at libavcodec/mjpegdec.c:1533 #5 0x000000000078e208 in avcodec_decode_video2 (avctx=0x1277800, picture=0x7fffffffd7c0, got_picture_ptr=0x7fffffffdaec, avpkt=0x127a340) at libavcodec/utils.c:747 #6 0x00000000004c1e3d in try_decode_frame (avpkt=, st=) at libavformat/utils.c:2136 #7 av_find_stream_info (avpkt=, st=) at libavformat/utils.c:2426 #8 0x000000000040cec9 in opt_input_file (opt=, filename=0x7fffffffe277 "CT2.noruns.jls") at ffmpeg.c:3368 #9 0x0000000000411641 in parse_options (argc=3, argv=0x7fffffffddf8, options=0x94f360, parse_arg_function=0x40f4c0 ) at cmdutils.c:283 #10 0x0000000000410896 in main (argc=3, argv=0x7fffffffddf8) at ffmpeg.c:4563 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 10:33:10 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 08:33:10 -0000 Subject: [FFmpeg-trac] #330(FFplay:new): Some instabilities while playing ffplay on beagleboard + angstrom In-Reply-To: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> References: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> Message-ID: <058.72141820849cec47338cc3c5d7607bab@avcodec.org> #330: Some instabilities while playing ffplay on beagleboard + angstrom ---------------------------+---------------------- Reporter: luckynarang123 | Owner: michael Type: defect | Status: new Priority: normal | Component: FFplay Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+---------------------- Comment (by cehoyos): Only latest git HEAD (master or oldabi) is supported on this tracker, your version is too old! What I meant was: Do out1.avi and out2.avi (created on the beagleboard) play on a PC, using ffplay, mplayer or vlc? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 10:36:56 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 08:36:56 -0000 Subject: [FFmpeg-trac] #329(FFmpeg:open): Transcoding (including copy) from mpeg2ps to MP4 fails in 0.7 & 0.8 but works in 0.6.3 In-Reply-To: <037.1c88a48e17062e987c3c71841ac02bfd@avcodec.org> References: <037.1c88a48e17062e987c3c71841ac02bfd@avcodec.org> Message-ID: <052.b0f6efaf59caa0b85509a16c6f80427d@avcodec.org> #329: Transcoding (including copy) from mpeg2ps to MP4 fails in 0.7 & 0.8 but works in 0.6.3 ----------------------+---------------------- Reporter: ralexand | Owner: michael Type: defect | Status: open Priority: important | Component: FFmpeg Version: 0.8 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ----------------------+---------------------- Comment (by ralexand): I've cut enough to get the segfault (about 43s). The link is http://www.datafilehost.com/download-0a2a0a66.html If you can page showing me how I can do a revision bisect I can try to hunt down the revision. I was using the daily snapshots but they don't seem to be available now. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 10:58:24 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 08:58:24 -0000 Subject: [FFmpeg-trac] #329(FFmpeg:open): Crash when decoding vob file (was: Transcoding (including copy) from mpeg2ps to MP4 fails in 0.7 & 0.8 but works in 0.6.3) In-Reply-To: <037.1c88a48e17062e987c3c71841ac02bfd@avcodec.org> References: <037.1c88a48e17062e987c3c71841ac02bfd@avcodec.org> Message-ID: <052.eadd962348e0e4627d5adc69beff0593@avcodec.org> #329: Crash when decoding vob file -----------------------+---------------------- Reporter: ralexand | Owner: michael Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+---------------------- Changes (by cehoyos): * keywords: => regression * version: 0.8 => git-master * reproduced: 0 => 1 Comment: {{{ (gdb) r -i test.vob -f null - ffmpeg version N-31266-g3950376, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 6 2011 10:20:08 with gcc 4.5.3 configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 [mpeg @ 0x1275400] max_analyze_duration 5000000 reached at 5000000 Input #0, mpeg, from 'test.vob': Duration: 00:00:06.69, start: 35.391267, bitrate: 3058 kb/s Stream #0.0[0x85]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s Stream #0.1[0x86]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s Stream #0.2[0x80]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.3[0x81]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.4[0x82]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.5[0x83]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Stream #0.6[0x84]: Audio: ac3, 48000 Hz, stereo, s16, 192 kb/s Stream #0.7[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 64:45 DAR 16:9], 9800 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc [buffer @ 0x1279520] w:720 h:576 pixfmt:yuv420p tb:1/1000000 sar:64/45 sws_param: Output #0, null, to 'pipe:': Metadata: encoder : Lavf53.5.0 Stream #0.0: Video: rawvideo, yuv420p, 720x576 [PAR 64:45 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream #0.1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Stream mapping: Stream #0.7 -> #0.0 Stream #0.0 -> #0.1 Press [q] to stop, [?] for help [ac3 @ 0x1277520] frame sync error Error while decoding stream #0.0 Program received signal SIGSEGV, Segmentation fault. 0x000000000040b32f in transcode (nb_output_files=1, input_files=0x127bd80, nb_input_files=1, stream_maps=0x0, nb_stream_maps=, output_files=0xd11fa0) at ffmpeg.c:2742 2742 pkt.dts += av_rescale_q(input_files_ts_offset[ist->file_index], AV_TIME_BASE_Q, ist->st->time_base); (gdb) bt #0 0x000000000040b32f in transcode (nb_output_files=1, input_files=0x127bd80, nb_input_files=1, stream_maps=0x0, nb_stream_maps=, output_files=0xd11fa0) at ffmpeg.c:2742 #1 0x00000000004108eb in main (argc=, argv=) at ffmpeg.c:4583 (gdb) disass $pc-32 $pc+32 Dump of assembler code from 0x40b30f to 0x40b34f: 0x000000000040b30f : test %ecx,0x4c000007(%rcx) 0x000000000040b315 : mov 0xd48(%rsp),%esp 0x000000000040b31c : cmp %rbx,%r12 0x000000000040b31f : je 0x40b350 0x000000000040b321 : mov 0x8(%rbp),%rax 0x000000000040b325 : mov $0xf424000000001,%rsi 0x000000000040b32f : mov 0x40(%rax),%rdx 0x000000000040b333 : movslq 0x0(%rbp),%rax 0x000000000040b337 : mov 0xd12e40(,%rax,8),%rdi 0x000000000040b33f : callq 0x943190 0x000000000040b344 : lea (%rax,%r12,1),%r12 0x000000000040b348 : mov %r12,0xd48(%rsp) End of assembler dump. (gdb) info register rax 0x0 0 rbx 0x8000000000000000 -9223372036854775808 rcx 0x0 0 rdx 0x0 0 rsi 0xf424000000001 4294967296000001 rdi 0x7fffffffdaa4 140737488345764 rbp 0x127c1d8 0x127c1d8 rsp 0x7fffffffcd70 0x7fffffffcd70 r8 0x38f95e 3733854 r9 0x12789a0 19368352 r10 0x0 0 r11 0x0 0 r12 0x38f95e 3733854 r13 0x1275400 19354624 r14 0x0 0 r15 0x9 9 rip 0x40b32f 0x40b32f eflags 0x10a83 [ CF SF IF OF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 fctrl 0x37f 895 fstat 0x0 0 ftag 0xffff 65535 fiseg 0x0 0 fioff 0x0 0 foseg 0x0 0 fooff 0x0 0 fop 0x0 0 mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ] }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 14:18:42 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 12:18:42 -0000 Subject: [FFmpeg-trac] #330(FFplay:new): Some instabilities while playing ffplay on beagleboard + angstrom In-Reply-To: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> References: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> Message-ID: <058.a3a86e9c09ac257d510d2bd9b5308509@avcodec.org> #330: Some instabilities while playing ffplay on beagleboard + angstrom ---------------------------+---------------------- Reporter: luckynarang123 | Owner: michael Type: defect | Status: new Priority: normal | Component: FFplay Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+---------------------- Comment (by luckynarang123): Converted the file Mahi.avi into out1.avi Converted the file WLAN_Bluetooth_demo.wmv into out2.avi The conversion was done successfully but still displaying the black screen when played on beagleboard,on pc the converted files are played properly.[Tried with ffmpeg-0.8(Love) as well on board]. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 15:36:58 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 13:36:58 -0000 Subject: [FFmpeg-trac] #293(undetermined:new): FFplay running on beagleboard xm, unable to listen any sound ..why? In-Reply-To: <043.9d85590e696eaca369cc2d64d8d42f15@avcodec.org> References: <043.9d85590e696eaca369cc2d64d8d42f15@avcodec.org> Message-ID: <058.f1e5877a33594af7d4354a941c236c16@avcodec.org> #293: FFplay running on beagleboard xm,unable to listen any sound ..why? ---------------------------+--------------------------- Reporter: luckynarang123 | Owner: Type: task | Status: new Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+--------------------------- Comment (by luckynarang123): Solved,was an uimage issue. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 15:39:55 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 13:39:55 -0000 Subject: [FFmpeg-trac] #276(FFplay:closed): FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom gives segmentation fault In-Reply-To: <043.9c9c896f913302cb548bd5700c4c5ad8@avcodec.org> References: <043.9c9c896f913302cb548bd5700c4c5ad8@avcodec.org> Message-ID: <058.cdcf198d0a5e6ad5cae52b31b260ba05@avcodec.org> #276: FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom gives segmentation fault ---------------------------+---------------------- Reporter: luckynarang123 | Owner: michael Type: defect | Status: closed Priority: normal | Component: FFplay Version: unspecified | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+---------------------- Comment (by luckynarang123): Finally it works the only reason was i have to export DISPLAY=:0.0,after that it works fine. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 23:25:44 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 21:25:44 -0000 Subject: [FFmpeg-trac] #293(undetermined:closed): FFplay running on beagleboard xm, unable to listen any sound ..why? In-Reply-To: <043.9d85590e696eaca369cc2d64d8d42f15@avcodec.org> References: <043.9d85590e696eaca369cc2d64d8d42f15@avcodec.org> Message-ID: <058.f96a2006635a52b13174b761f118e2ef@avcodec.org> #293: FFplay running on beagleboard xm,unable to listen any sound ..why? ---------------------------+--------------------------- Reporter: luckynarang123 | Owner: Type: task | Status: closed Priority: normal | Component: undetermined Version: unspecified | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+--------------------------- Changes (by cehoyos): * status: new => closed * resolution: => invalid -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 23:29:33 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 21:29:33 -0000 Subject: [FFmpeg-trac] #330(FFplay:new): Some instabilities while playing ffplay on beagleboard + angstrom In-Reply-To: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> References: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> Message-ID: <058.c41f4a93ea11f1a29112ac2cf383bdcf@avcodec.org> #330: Some instabilities while playing ffplay on beagleboard + angstrom ---------------------------+---------------------- Reporter: luckynarang123 | Owner: michael Type: defect | Status: new Priority: normal | Component: FFplay Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+---------------------- Comment (by cehoyos): Since I (still) suspect a performance problem, please try the following: $ ffmpeg -i Sachin-Tendulkar.avi -r 10 out1.avi $ ffmpeg -i WLAN_Bluetooth_demo.wmv -r 10 out2.avi Do the resulting files play on the beagleboard? You could also try $ ffplay -vlowres 1 Mahi-Ve.avi or $ ffplay -vlowres 2 Mahi-Ve.avi -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 6 23:32:09 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 21:32:09 -0000 Subject: [FFmpeg-trac] #276(FFplay:closed): FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom gives segmentation fault In-Reply-To: <043.9c9c896f913302cb548bd5700c4c5ad8@avcodec.org> References: <043.9c9c896f913302cb548bd5700c4c5ad8@avcodec.org> Message-ID: <058.3b5b3122a9d1b44747ce3e20375e36dc@avcodec.org> #276: FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom gives segmentation fault ---------------------------+---------------------- Reporter: luckynarang123 | Owner: michael Type: defect | Status: closed Priority: normal | Component: FFplay Version: unspecified | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+---------------------- Comment (by cehoyos): Thank you for explaining this, I sent a patch giving users a hint to the developer mailing list! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 7 00:24:03 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 06 Jul 2011 22:24:03 -0000 Subject: [FFmpeg-trac] #329(FFmpeg:open): Crash when decoding vob file In-Reply-To: <037.1c88a48e17062e987c3c71841ac02bfd@avcodec.org> References: <037.1c88a48e17062e987c3c71841ac02bfd@avcodec.org> Message-ID: <052.221d0f2b7f4d575782d985eca14a35e6@avcodec.org> #329: Crash when decoding vob file -----------------------+---------------------- Reporter: ralexand | Owner: michael Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+---------------------- Comment (by cehoyos): This is a regression since 07633154add3cf59f281ba0c9eb689df4284e2cb -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 7 05:54:57 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 07 Jul 2011 03:54:57 -0000 Subject: [FFmpeg-trac] #332(FFmpeg:new): Can't use frei0r filter in windows Message-ID: <034.2e849e553bc51dfbeea1338d9d23212a@avcodec.org> #332: Can't use frei0r filter in windows --------------------------+--------------------- Reporter: uidab | Owner: michael Type: defect | Status: new Priority: important | Component: FFmpeg Version: unspecified | Keywords: frei0r Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 --------------------------+--------------------- I just try frei0r ,when I use it in Ubuntu, that is ok. But there are some mistakes in windows. The ffmpeg is downloaded from http://ffmpeg.zeranoe.com/builds/ {{{#!python F:\ffmpeg-git-a304071-win32-shared\bin>ffmpeg.exe -i d:\aaaaaa.avi -vf frei0r=contrast0r:0.5 d:\bbb. avi FFmpeg version git-N-29181-ga304071, Copyright (c) 2000-2011 the FFmpeg developers built on Apr 18 2011 21:32:50 with gcc 4.5.2 configuration: --disable-static --enable-shared --enable-gpl --enable- version3 --enable-runtime-cp udetect --enable-memalign-hack --enable-avisynth --enable-bzlib --enable- frei0r --enable-libopencore -amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable- libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable- libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable- libxvid --enable-zlib --cross-p refix=i686-w64-mingw32- --target-os=mingw32 --arch=x86_32 --extra- cflags=-I/home/kyle/software/ffmpe g/external-libraries/win32/include --extra- ldflags=-L/home/kyle/software/ffmpeg/external-libraries/w in32/lib --pkg-config=pkg-config libavutil 50. 40. 1 / 50. 40. 1 libavcodec 52.120. 0 / 52.120. 0 libavformat 52.108. 0 / 52.108. 0 libavdevice 52. 4. 0 / 52. 4. 0 libavfilter 1. 79. 0 / 1. 79. 0 libswscale 0. 13. 0 / 0. 13. 0 Seems stream 0 codec frame rate differs from container frame rate: 30000.00 (30000/1) -> 29.97 (3000 0/1001) Input #0, avi, from 'd:\aaaaaa.avi': Metadata: encoder : Lavf52.64.2 Duration: 00:04:52.79, start: 0.000000, bitrate: 280 kb/s Stream #0.0: Video: mpeg4, yuv420p, 272x288 [PAR 171:121 DAR 323:242], 29.97 fps, 29.97 tbr, 29. 97 tbn, 30k tbc Stream #0.1: Audio: mp2, 44100 Hz, stereo, s16, 64 kb/s [buffer @ 00B9AC60] w:272 h:288 pixfmt:yuv420p No such filter: 'frei0r' }}} I am sure that ffmpeg build with frei0r !! But I can't use it in windows? What should I do? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 7 07:05:33 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 07 Jul 2011 05:05:33 -0000 Subject: [FFmpeg-trac] #330(FFplay:new): Some instabilities while playing ffplay on beagleboard + angstrom In-Reply-To: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> References: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> Message-ID: <058.395b5f83616b9c68171297678179ffd2@avcodec.org> #330: Some instabilities while playing ffplay on beagleboard + angstrom ---------------------------+---------------------- Reporter: luckynarang123 | Owner: michael Type: defect | Status: new Priority: normal | Component: FFplay Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+---------------------- Comment (by luckynarang123): 1) When i used these commands, $ ffplay -vlowres 1 Mahi-Ve.avi or $ ffplay -vlowres 2 Mahi-Ve.avi Following is the output: ffplay version 0.8, Copyright (c) 2003-2011 the FFmpeg developers built on Jul 6 2011 12:41:29 with gcc 4.5.1 configuration: --arch=arm --target-os=linux --enable-cross-compile --cross-prefix=arm-none-linux-gnueabi- --cc=arm-none-li' libavutil 51. 9. 1 / 51. 9. 1 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 4. 0 / 53. 4. 0 libavdevice 53. 1. 1 / 53. 1. 1 libavfilter 2. 23. 0 / 2. 23. 0 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0xe16250] max_analyze_duration 5000000 reached at 5013333 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Mahi-Ve.avi': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2009-07-22 02:21:00 Duration: 00:04:30.08, start: 0.000000, bitrate: 1580 kb/s Stream #0.0(eng): Video: h264 (Main), yuv420p, 720x420, 1446 kb/s, 25 fps, 25 tbr, 2500 tbn, 5k tbc Metadata: creation_time : 2009-07-22 02:21:00 Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 128 kb/s Metadata: creation_time : 2009-07-22 02:21:00 Stream #0.2(eng): Data: tmcd / 0x64636D74 Metadata: creation_time : 2009-07-22 02:21:00 [h264 @ 0xe18300] The maximum value for lowres supported by the decoder is 0 Still screen is black. 2) But when i converted $ ffmpeg -i Mahi-Ve.avi -r 10 out1.avi $ ffmpeg -i WLAN_Bluetooth_demo.wmv out2.avi and played using these commands $ ffplay -vlowres 1 Mahi-Ve.avi or $ ffplay -vlowres 2 Mahi-Ve.avi it plays well. What could be possible reasons for this ? Why is that the file plays well with low bitrate and low resolution,and not with the actual resolution and bitrate ? Thanks for your precious inputs. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 7 09:20:55 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 07 Jul 2011 07:20:55 -0000 Subject: [FFmpeg-trac] #330(FFplay:closed): Some instabilities while playing ffplay on beagleboard + angstrom In-Reply-To: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> References: <043.5f9b6bf265402a3bfa93e185cb161aff@avcodec.org> Message-ID: <058.b153e13aaa7f34499c9d8e0c24b5833a@avcodec.org> #330: Some instabilities while playing ffplay on beagleboard + angstrom ---------------------------+---------------------- Reporter: luckynarang123 | Owner: michael Type: defect | Status: closed Priority: normal | Component: FFplay Version: unspecified | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+---------------------- Changes (by cehoyos): * status: new => closed * resolution: => invalid Comment: You are seeing a performance problem that cannot be easily fixed. (Iirc, ffplay is not a very "fast" application.) You can also try $ ffplay -framedrop Mahi-Ve.avi $ ffplay -framedrop Sachin-Tendulkar.avi -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 7 11:05:45 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 07 Jul 2011 09:05:45 -0000 Subject: [FFmpeg-trac] #332(build system:open): configure accepts --enable-frei0r even if the dependencies are not met (was: Can't use frei0r filter in windows) In-Reply-To: <034.2e849e553bc51dfbeea1338d9d23212a@avcodec.org> References: <034.2e849e553bc51dfbeea1338d9d23212a@avcodec.org> Message-ID: <049.52a1a914c27ba7e0b0593045a3b4bd0d@avcodec.org> #332: configure accepts --enable-frei0r even if the dependencies are not met -----------------------+--------------------------- Reporter: uidab | Owner: michael Type: defect | Status: open Priority: minor | Component: build system Version: git-master | Resolution: Keywords: frei0r | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+--------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: FFmpeg => build system * priority: important => minor * version: unspecified => git-master Comment: frei0r has two dependencies in FFmpeg: dlopen and strtok_r. Since mingw fails on both, the frei0r filter is not compiled (look at the "Enabled filters:" section of configure's output). I believe configure should reject --enable-frei0r if the filter cannot be compiled due to missing dependencies. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 7 11:07:03 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 07 Jul 2011 09:07:03 -0000 Subject: [FFmpeg-trac] #326(build system:open): ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped In-Reply-To: <036.074239c528345882d6b219512ea57883@avcodec.org> References: <036.074239c528345882d6b219512ea57883@avcodec.org> Message-ID: <051.79574e24e6223723bad96d0ff4929a32@avcodec.org> #326: ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped ------------------------+--------------------------- Reporter: yxmline | Owner: Type: defect | Status: open Priority: normal | Component: build system Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Changes (by cehoyos): * status: new => open * component: undetermined => build system Comment: I do not see the messages with current git head (and ./configure && make), but every call to make has a large initial delay (especially noticeable with make distclean). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 7 12:29:09 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 07 Jul 2011 10:29:09 -0000 Subject: [FFmpeg-trac] #333(avformat:new): Badly interleaved AVI file not handled Message-ID: <035.e7a60a2c8843b25b6512065fc4cdad76@avcodec.org> #333: Badly interleaved AVI file not handled -----------------------------+-------------------------- Reporter: ubitux | Type: defect Status: new | Priority: normal Component: avformat | Version: unspecified Keywords: avi,interleaved | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------------+-------------------------- The broken file is available at streams.videolan.org/issues/ffmpeg/yet- another-broken-interleaved-avi.avi. The file seems correctly interleaved, but around 01:08, only video packets seems to be decoded. While MPlayer AVI demuxer is able to handle it ("Badly interleaved AVI file detected - switching to -ni mode..."), FFmpeg AVI demuxer doesn't. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 7 16:18:57 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 07 Jul 2011 14:18:57 -0000 Subject: [FFmpeg-trac] #333(undetermined:open): Badly interleaved AVI file not handled In-Reply-To: <035.e7a60a2c8843b25b6512065fc4cdad76@avcodec.org> References: <035.e7a60a2c8843b25b6512065fc4cdad76@avcodec.org> Message-ID: <050.944ae9f2e50420a8d1844a53d0cc17c9@avcodec.org> #333: Badly interleaved AVI file not handled ----------------------------+--------------------------- Reporter: ubitux | Owner: Type: defect | Status: open Priority: normal | Component: undetermined Version: git-master | Resolution: Keywords: avi,interleaved | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ----------------------------+--------------------------- Changes (by cehoyos): * status: new => open * version: unspecified => git-master * component: avformat => undetermined * reproduced: 0 => 1 Comment: Works fine with ffmpeg and mplayer -demuxer avi, fails with ffplay and mplayer -demuxer lavf. {{{ $ ffplay yet-another-broken-interleaved-avi.avi ffplay version N-31287-gc3b6cc6, Copyright (c) 2003-2011 the FFmpeg developers built on Jul 7 2011 00:26:57 with gcc 4.5.3 configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 Input #0, avi, from 'yet-another-broken-interleaved-avi.avi': Duration: 00:23:29.35, start: 0.000000, bitrate: 1247 kb/s Stream #0.0: Video: mpeg4, yuv420p, 640x480, 29.97 fps, 29.97 tbr, 29.97 tbn, 30k tbc Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 128 kb/s [mpeg4 @ 0x12e56e0] looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag 50.14 A-V: -1.450 s:0.0 aq= 0KB vq=15365KB sq= 0B f=0/0 f=0/0 }}} {{{ $ mplayer yet-another-broken-interleaved-avi.avi MPlayer SVN-r33805-4.5.3 (C) 2000-2011 MPlayer Team Playing yet-another-broken-interleaved-avi.avi. AVI file format detected. [aviheader] Video stream found, -vid 0 [aviheader] Audio stream found, -aid 1 VIDEO: [DIVX] 640x480 24bpp 29.970 fps 1105.7 kbps (135.0 kbyte/s) Load subtitles in ./ ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Unsupported PixelFormat 61 Unsupported PixelFormat 53 Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== ========================================================================== Requested audio codec family [mpg123] (afm=mpg123) not available. Enable it at compilation. Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders AUDIO: 48000 Hz, 2 ch, floatle, 128.0 kbit/4.17% (ratio: 15999->384000) Selected audio codec: [ffmp3float] afm: ffmpeg (FFmpeg MPEG layer-3 audio) ========================================================================== AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample) Starting playback... [mpeg4 @ 0xd839c0]looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag Movie-Aspect is undefined - no prescaling applied. VO: [vdpau] 640x480 => 640x480 Planar YV12 A: 68.6 V: 68.6 A-V: 0.000 ct: 0.000 2057/2057 3% 2% 0.4% 0 0 Badly interleaved AVI file detected - switching to -ni mode... A: 69.7 V: 69.7 A-V: 0.000 ct: 0.000 2091/2091 3% 2% 0.4% 0 0 Exiting... (Quit) }}} {{{ $ mplayer yet-another-broken-interleaved-avi.avi -demuxer lavf MPlayer SVN-r33805-4.5.3 (C) 2000-2011 MPlayer Team Playing yet-another-broken-interleaved-avi.avi. libavformat file format detected. [lavf] stream 0: video (mpeg4), -vid 0 [lavf] stream 1: audio (mp3), -aid 0 VIDEO: [MP4V] 640x480 24bpp 29.970 fps 0.0 kbps ( 0.0 kbyte/s) Load subtitles in ./ ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Unsupported PixelFormat 61 Unsupported PixelFormat 53 Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== ========================================================================== Requested audio codec family [mpg123] (afm=mpg123) not available. Enable it at compilation. Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders AUDIO: 48000 Hz, 2 ch, floatle, 128.0 kbit/4.17% (ratio: 16000->384000) Selected audio codec: [ffmp3float] afm: ffmpeg (FFmpeg MPEG layer-3 audio) ========================================================================== AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample) Starting playback... [mpeg4 @ 0xd839c0]looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag Movie-Aspect is undefined - no prescaling applied. VO: [vdpau] 640x480 => 640x480 Planar YV12 A: 68.6 V: 68.6 A-V: 0.000 ct: 0.000 0/ 0 3% 2% 0.4% 0 0 Too many video packets in the buffer: (4096 in 21598698 bytes). Maybe you are playing a non-interleaved stream/file or the codec failed? For AVI files, try to force non-interleaved mode with the -ni option. A: 69.0 V: 71.4 A-V: -2.453 ct: -0.245 0/ 0 3% 2% 0.4% 0 0 Exiting... (Quit) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 7 21:41:18 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 07 Jul 2011 19:41:18 -0000 Subject: [FFmpeg-trac] #334(FFplay:new): c3b6cc6 breaks AAC playback Message-ID: <035.d6daecc8f7e67ffa933de907d8527420@avcodec.org> #334: c3b6cc6 breaks AAC playback -------------------------+--------------------- Reporter: llogan | Owner: michael Type: defect | Status: new Priority: normal | Component: FFplay Version: git-master | Keywords: Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 -------------------------+--------------------- FFplay will not play back AAC audio (raw AAC seems to play fine) resulting in no audio and gives message "Invalid sample rate or channel count". Arch Linux x86_64. [http://git.videolan.org/?p=ffmpeg.git;a=commit;h=c3b6cc61e502b8df0d5bc6b9058dfc482a08d42a c3b6cc61e502b8df0d5bc6b9058dfc482a08d42a] bad [http://git.videolan.org/?p=ffmpeg.git;a=commit;h=f02f745e4aa070e5fabf1156b75c340171304933 f02f745e4aa070e5fabf1156b75c340171304933] good sample: http://mirror05.x264.nl/Dark/x264clips/IronMan.mkv {{{ $ ffplay -loglevel 99 IronMan.mkv ffplay version N-31290-gebd1edf, Copyright (c) 2003-2011 the FFmpeg developers built on Jul 7 2011 11:14:21 with gcc 4.6.1 configuration: --prefix=/usr libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 socket(): Address family not supported by protocol [matroska,webm @ 0x188f340] Format matroska,webm probed with size=2048 and score=100 st:0 removing common factor 1000000 from timebase st:1 removing common factor 1000000 from timebase [h264 @ 0x18bf9e0] Unsupported bit depth: 0 [h264 @ 0x18bf9e0] no picture Last message repeated 1 times [matroska,webm @ 0x188f340] All info found [matroska,webm @ 0x188f340] Estimating duration from bitrate, this may be inaccurate Input #0, matroska,webm, from 'IronMan.mkv': Duration: 00:01:48.50, start: 0.000000, bitrate: N/A Stream #0.0, 43, 1/1000: Video: h264 (High), yuv420p, 1280x720, 208541/10000000, PAR 115:87 DAR 1840:783, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default) Stream #0.1, 88, 1/1000: Audio: aac, 48000 Hz, stereo, s16 (default) Invalid sample rate or channel count [h264 @ 0x18bf9e0] no picture 1.54 A-V: 0.000 s:0.0 aq= 0KB vq= 91KB sq= 0B f=0/0 0/0 Last message repeated 1 times }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 7 22:34:07 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 07 Jul 2011 20:34:07 -0000 Subject: [FFmpeg-trac] #334(FFplay:closed): c3b6cc6 breaks AAC playback In-Reply-To: <035.d6daecc8f7e67ffa933de907d8527420@avcodec.org> References: <035.d6daecc8f7e67ffa933de907d8527420@avcodec.org> Message-ID: <050.5c338eb941f270c40afb01d5d4a7a6b1@avcodec.org> #334: c3b6cc6 breaks AAC playback -----------------------+------------------------ Reporter: llogan | Owner: michael Type: defect | Status: closed Priority: normal | Component: FFplay Version: git-master | Resolution: duplicate Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------+------------------------ Changes (by cehoyos): * status: new => closed * resolution: => duplicate Comment: Duplicate of ticket #213. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 8 04:12:31 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 08 Jul 2011 02:12:31 -0000 Subject: [FFmpeg-trac] #332(build system:open): configure accepts --enable-frei0r even if the dependencies are not met In-Reply-To: <034.2e849e553bc51dfbeea1338d9d23212a@avcodec.org> References: <034.2e849e553bc51dfbeea1338d9d23212a@avcodec.org> Message-ID: <049.20bb50af1e6832b480e546637c8fca41@avcodec.org> #332: configure accepts --enable-frei0r even if the dependencies are not met -----------------------+--------------------------- Reporter: uidab | Owner: michael Type: defect | Status: open Priority: minor | Component: build system Version: git-master | Resolution: Keywords: frei0r | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+--------------------------- Comment (by uidab): Configure don't reject --enable-frei0r When I configure ffmpeg with --enable-frei0r it shows frei0r enabled yes But I can't find frei0r in "Enabled filters:" Enabled filters: anull format pixdesctest anullsink gradfun scale anullsrc hflip setdar blackframe hqdn3d setpts buffer movie setsar color mp settb copy noformat slicify crop null transpose cropdetect nullsink unsharp drawbox nullsrc vflip fade overlay yadif fifo pad Where are dlopen and strtok_r?? Can you tell me? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 8 05:44:50 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 08 Jul 2011 03:44:50 -0000 Subject: [FFmpeg-trac] #332(build system:open): configure accepts --enable-frei0r even if the dependencies are not met In-Reply-To: <034.2e849e553bc51dfbeea1338d9d23212a@avcodec.org> References: <034.2e849e553bc51dfbeea1338d9d23212a@avcodec.org> Message-ID: <049.59e3241b0c38b3077300da030ab583cd@avcodec.org> #332: configure accepts --enable-frei0r even if the dependencies are not met -----------------------+--------------------------- Reporter: uidab | Owner: michael Type: defect | Status: open Priority: minor | Component: build system Version: git-master | Resolution: Keywords: frei0r | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+--------------------------- Comment (by KSHawkEye): frei0r didn't have any issues building, they could have somehow been silent, but it seemed to build just fine for both win32 and win64. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 8 06:12:11 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 08 Jul 2011 04:12:11 -0000 Subject: [FFmpeg-trac] #332(build system:open): configure accepts --enable-frei0r even if the dependencies are not met In-Reply-To: <034.2e849e553bc51dfbeea1338d9d23212a@avcodec.org> References: <034.2e849e553bc51dfbeea1338d9d23212a@avcodec.org> Message-ID: <049.f4e41fe8b31aadf01aab8b9c62e5da6b@avcodec.org> #332: configure accepts --enable-frei0r even if the dependencies are not met -----------------------+--------------------------- Reporter: uidab | Owner: michael Type: defect | Status: open Priority: minor | Component: build system Version: git-master | Resolution: Keywords: frei0r | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+--------------------------- Comment (by uidab): Replying to [comment:3 KSHawkEye]: > frei0r didn't have any issues building, they could have somehow been silent, but it seemed to build just fine for both win32 and win64. It's so odd!!! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 8 09:22:00 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 08 Jul 2011 07:22:00 -0000 Subject: [FFmpeg-trac] #332(build system:open): configure accepts --enable-frei0r even if the dependencies are not met In-Reply-To: <034.2e849e553bc51dfbeea1338d9d23212a@avcodec.org> References: <034.2e849e553bc51dfbeea1338d9d23212a@avcodec.org> Message-ID: <049.9d3f13a0ff85f67e1c469a79e7c1ed01@avcodec.org> #332: configure accepts --enable-frei0r even if the dependencies are not met -----------------------+--------------------------- Reporter: uidab | Owner: michael Type: defect | Status: open Priority: minor | Component: build system Version: git-master | Resolution: Keywords: frei0r | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+--------------------------- Comment (by cehoyos): Replying to [comment:2 uidab]: > Where are dlopen and strtok_r?? Can you tell me? > Sure: http://www.google.com/#q=mingw+dlopen http://www.google.com/#q=mingw+strtok_r -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 8 10:33:55 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 08 Jul 2011 08:33:55 -0000 Subject: [FFmpeg-trac] #335(swscale:new): segmentation fault in av_rescale_q? Message-ID: <036.bfca77807796e7dfac37493036b8c92d@avcodec.org> #335: segmentation fault in av_rescale_q? -------------------------+-------------------------- Reporter: taeuber | Owner: michael Type: defect | Status: new Priority: important | Component: swscale Version: git-master | Keywords: av_rescale_q Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 -------------------------+-------------------------- hit a segmentation fault. Please have a look at the attached file. BTW: My gdb needs a different syntax than you tell on your website: (gdb) disass $pc-32, $pc+32 watchaout for the comma between the positions Thanks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 8 10:41:04 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 08 Jul 2011 08:41:04 -0000 Subject: [FFmpeg-trac] #335(swscale:new): segmentation fault in av_rescale_q? In-Reply-To: <036.bfca77807796e7dfac37493036b8c92d@avcodec.org> References: <036.bfca77807796e7dfac37493036b8c92d@avcodec.org> Message-ID: <051.2bd4cf629498d9751db644208d1c7a2d@avcodec.org> #335: segmentation fault in av_rescale_q? -------------------------+---------------------- Reporter: taeuber | Owner: michael Type: defect | Status: new Priority: important | Component: swscale Version: git-master | Resolution: Keywords: av_rescale_q | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------+---------------------- Comment (by taeuber): It seems not swscale related. My fault. Sorry -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 8 11:03:10 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 08 Jul 2011 09:03:10 -0000 Subject: [FFmpeg-trac] #335(swscale:closed): segmentation fault in av_rescale_q? In-Reply-To: <036.bfca77807796e7dfac37493036b8c92d@avcodec.org> References: <036.bfca77807796e7dfac37493036b8c92d@avcodec.org> Message-ID: <051.2c46c628f23829eb47aa61c3839e7dee@avcodec.org> #335: segmentation fault in av_rescale_q? -------------------------+------------------------ Reporter: taeuber | Owner: michael Type: defect | Status: closed Priority: important | Component: swscale Version: git-master | Resolution: duplicate Keywords: av_rescale_q | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------+------------------------ Changes (by cehoyos): * status: new => closed * resolution: => duplicate Comment: Duplicate of ticket #329 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 8 12:06:52 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 08 Jul 2011 10:06:52 -0000 Subject: [FFmpeg-trac] #336(undetermined:new): Problem identifying mp3 file with large ID3 tag Message-ID: <035.60095dee7195e1e38158a744aa0dff8a@avcodec.org> #336: Problem identifying mp3 file with large ID3 tag --------------------------+------------------------- Reporter: Orphis | Type: defect Status: new | Priority: normal Component: undetermined | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------+------------------------- FFmpeg doesn't recognize mp3 files with large ID3 tags at the beginning. To reproduce it, create a big image (in my test case I have a 1.8MB picture) and insert it in the tags as a cover. A test file (with a click track instead of copyrighted music) can be downloaded there : http://orphis.free.fr/large_id3_tag.mp3 {{{ ffmpeg -v 9 -loglevel 99 -i large_id3_tag.mp3 ffmpeg version N-31299-ga953577, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 8 2011 11:31:18 with gcc 4.6.0 20110530 (Red Hat 4.6.0-9) configuration: --enable-gpl --enable-nonfree --enable-postproc --enable- libmp3lame --enable-runtime-cpudetect --enable-libx264 --enable- libfreetype libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 large_id3_tag.mp3: Invalid data found when processing input }}} FFmpeg recognizes and reads the file properly when the type is forced : {{{ ffmpeg -v 9 -loglevel 99 -f mp3 -i large_id3_tag.mp3 ffmpeg version N-31299-ga953577, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 8 2011 11:31:18 with gcc 4.6.0 20110530 (Red Hat 4.6.0-9) configuration: --enable-gpl --enable-nonfree --enable-postproc --enable- libmp3lame --enable-runtime-cpudetect --enable-libx264 --enable- libfreetype libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [mp3 @ 0x20b4400] max_analyze_duration 5000000 reached at 5015510 Input #0, mp3, from 'large_id3_tag.mp3': Metadata: title : Je m'suis fait tout p'tit publisher : Universal genre : Chanson Francaise Classique album : Je me suis fait tout petit album_artist : Georges Brassens track : 1 artist : Georges Brassens composer : Georges Brassens date : 1957 Duration: 00:00:32.02, start: 0.000000, bitrate: 580 kb/s Stream #0.0, 194, 1/14112000: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 9 01:11:41 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 08 Jul 2011 23:11:41 -0000 Subject: [FFmpeg-trac] #337(FFmpeg:new): FFmpeg's isaTTY check makes programatically parsing stderr impossible Message-ID: <038.027b7a35e1dbaed3cbc22cdd847117f4@avcodec.org> #337: FFmpeg's isaTTY check makes programatically parsing stderr impossible -------------------------+------------------------------------------------- Reporter: tommedema | Owner: michael Type: defect | Status: new Priority: normal | Component: FFmpeg Version: git-master | Keywords: console tty loglevel programming Blocked By: | interaction debug progress Reproduced: 1 | Blocking: | Analyzed: 0 -------------------------+------------------------------------------------- '''What you were trying to accomplish (e.g., "I am trying to transcode from this format to that format...")''' I am programatically spawning FFmpeg, trying to parse "progress" info from stderr using the following regular expression: /size=[\b]*([0-9]+)kB/ An example entry: 52kB time=00:00:11.43 bitrate= 37.4kbits/s These entries are displayed just fine when I run ffmpeg in the console (TTY). '''The problem you encountered (e.g., "ffmpeg crashed" or "The output video was all green")''' When I spawn a ffmpeg process programatically, ffmpeg refuces to listen to the -loglevel command because it performs a is-a-tty check and seems to not provide as much debug information when it is not a TTY (which is the case when spawning programatically and piping stderr data to certain streams). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 9 23:55:09 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 09 Jul 2011 21:55:09 -0000 Subject: [FFmpeg-trac] #338(undetermined:new): problem with qt msrle 1bpp with odd width Message-ID: <038.1b53d35d4a246b75d25a22eefbf478c3@avcodec.org> #338: problem with qt msrle 1bpp with odd width --------------------------+-------------------------- Reporter: ami_stuff | Type: defect Status: new | Priority: normal Component: undetermined | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------+-------------------------- there is a white bar at the right side of the video {{{ C:\>ffmpeg -i msrle_1bpp.mov ffmpeg version N-31329-g58257ea, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 8 2011 22:27:48 with gcc 4.6.1 configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable- runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libo pencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable- libgsm -- enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enabl e-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'msrle_1bpp.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2011-07-09 22:44:17 Duration: 00:00:01.86, start: 0.000000, bitrate: 370 kb/s Stream #0.0(eng): Video: msrle, monow, 191x127, 365 kb/s, 15 fps, 15 tbr, 15 tbn, 15 tbc Metadata: creation_time : 2011-07-09 22:44:17 At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 10 00:05:14 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 09 Jul 2011 22:05:14 -0000 Subject: [FFmpeg-trac] #339(undetermined:new): ffmpeg fails to decode qt rawvideo with odd width Message-ID: <038.c32fb2c51c97113a543f3184a233bcf5@avcodec.org> #339: ffmpeg fails to decode qt rawvideo with odd width --------------------------+-------------------------- Reporter: ami_stuff | Type: defect Status: new | Priority: normal Component: undetermined | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------+-------------------------- ffmpeg fails to decode qt rawvideo with odd width the qt codec used to create the video comes from: http://www.unthinkable.com/products/freeware/yv12qtcodec.html {{{ C:\>ffmpeg -i YV12.mov out.avi ffmpeg version N-31329-g58257ea, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 8 2011 22:27:48 with gcc 4.6.1 configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable- runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libo pencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable- libgsm -- enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enabl e-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'YV12.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2011-05-12 00:39:04 Duration: 00:00:01.86, start: 0.000000, bitrate: 4370 kb/s Stream #0.0(eng): Video: rawvideo, yuv420p, 191x127, 4366 kb/s, 15 fps, 15 t br, 15 tbn, 15 tbc Metadata: creation_time : 2011-05-12 00:39:04 [buffer @ 01E71640] w:191 h:127 pixfmt:yuv420p tb:1/1000000 sar:0/1 sws_param: Output #0, avi, to 'out.avi': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2011-05-12 00:39:04 ISFT : Lavf53.5.0 Stream #0.0(eng): Video: mpeg4, yuv420p, 191x127, q=2-31, 200 kb/s, 15 tbn, 15 tbc Metadata: creation_time : 2011-05-12 00:39:04 Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 frame= 0 fps= 0 q=0.0 Lsize= 6kB time=00:00:00.00 bitrate= 0.0kbits/s video:0kB audio:0kB global headers:0kB muxing overhead 1.#INF00% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 10 01:40:21 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 09 Jul 2011 23:40:21 -0000 Subject: [FFmpeg-trac] #340(undetermined:new): VAAPI and VDPAU are enabled by default Message-ID: <035.933fa1726091cce21af72a56accc7fef@avcodec.org> #340: VAAPI and VDPAU are enabled by default -------------------------+-------------------------- Reporter: llogan | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: git-master | Keywords: Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 -------------------------+-------------------------- With current Git head [http://git.videolan.org/?p=ffmpeg.git;a=commit;h=a7d3a51dd1efa3073cc9d419a73f709f784ce267 a7d3a51] VAAPI and VDPAU appear to be enabled by default. I assumed they were disabled by default due to the existence of ''--enable-vaapi'' and ''--enable-vdpau'' (which make the same configure output if enabled) and because of [http://git.videolan.org/?p=ffmpeg.git;a=commit;h=e8f6bd4b88405526dea26daaf86e94509e7144df e8f6bd4]. {{{ $ ./configure install prefix /usr/local source path . C compiler gcc ARCH x86 (generic) big-endian no runtime cpu detection no yasm yes MMX enabled yes MMX2 enabled yes 3DNow! enabled yes 3DNow! extended enabled yes SSE enabled yes SSSE3 enabled yes AVX enabled yes CMOV enabled yes CMOV is fast yes EBX available yes EBP available yes debug symbols yes strip symbols yes optimize for size no optimizations yes static yes shared no postprocessing support no new filter support yes network support yes threading support pthreads SDL support yes Sun medialib support no libdxva2 enabled no libva enabled yes libvdpau enabled yes AVISynth enabled no libcelt enabled no frei0r enabled no libdc1394 support no libdirac enabled no libfaac enabled no libgsm enabled no libmp3lame enabled no libnut enabled no libopencore-amrnb support no libopencore-amrwb support no libopencv support no libopenjpeg enabled no librtmp enabled no libschroedinger enabled no libspeex enabled no libtheora enabled no libvo-aacenc support no libvo-amrwbenc support no libvorbis enabled no libvpx enabled no libx264 enabled no libxavs enabled no libxvid enabled no openal enabled no zlib enabled yes bzlib enabled yes Enabled decoders: aac dpx mp3adu aac_latm dsicinaudio mp3adufloat aasc dsicinvideo mp3float ac3 dvbsub mp3on4 adpcm_4xm dvdsub mp3on4float adpcm_adx dvvideo mpc7 adpcm_ct dxa mpc8 adpcm_ea eac3 mpeg1_vdpau adpcm_ea_maxis_xa eacmv mpeg1video adpcm_ea_r1 eamad mpeg2video adpcm_ea_r2 eatgq mpeg4 adpcm_ea_r3 eatgv mpeg4_vdpau adpcm_ea_xas eatqi mpeg_vdpau adpcm_g722 eightbps mpeg_xvmc adpcm_g726 eightsvx_exp mpegvideo adpcm_ima_amv eightsvx_fib msmpeg4v1 adpcm_ima_dk3 eightsvx_raw msmpeg4v2 adpcm_ima_dk4 escape124 msmpeg4v3 adpcm_ima_ea_eacs ffv1 msrle adpcm_ima_ea_sead ffvhuff msvideo1 adpcm_ima_iss flac mszh adpcm_ima_qt flashsv mxpeg adpcm_ima_smjpeg flic nellymoser adpcm_ima_wav flv nuv adpcm_ima_ws fourxm pam adpcm_ms fraps pbm adpcm_sbpro_2 frwu pcm_alaw adpcm_sbpro_3 gif pcm_bluray adpcm_sbpro_4 gsm pcm_dvd adpcm_swf gsm_ms pcm_f32be adpcm_thp h261 pcm_f32le adpcm_xa h263 pcm_f64be adpcm_yamaha h263i pcm_f64le alac h264 pcm_lxf als h264_vdpau pcm_mulaw amrnb huffyuv pcm_s16be amrwb idcin pcm_s16le amv iff_byterun1 pcm_s16le_planar anm iff_ilbm pcm_s24be ansi imc pcm_s24daud ape indeo2 pcm_s24le ass indeo3 pcm_s32be asv1 indeo5 pcm_s32le asv2 interplay_dpcm pcm_s8 atrac1 interplay_video pcm_u16be atrac3 jpeg2000 pcm_u16le aura jpegls pcm_u24be aura2 jv pcm_u24le avs kgv1 pcm_u32be bethsoftvid kmvc pcm_u32le bfi lagarith pcm_u8 bink loco pcm_zork binkaudio_dct mace3 pcx binkaudio_rdft mace6 pgm bmp mdec pgmyuv c93 mimic pgssub cavs mjpeg pictor cdgraphics mjpegb png cinepak mlp ppm cljr mmvideo ptx cook motionpixels qcelp cscd mp1 qdm2 cyuv mp1float qdraw dca mp2 qpeg dfa mp2float qtrle dnxhd mp3 r10k r210 svq3 vp3 ra_144 targa vp5 ra_288 theora vp6 rawvideo thp vp6a rl2 tiertexseqvideo vp6f roq tiff vp8 roq_dpcm tmv vqa rpza truehd wavpack rv10 truemotion1 wmapro rv20 truemotion2 wmav1 rv30 truespeech wmav2 rv40 tscc wmavoice s302m tta wmv1 sgi twinvq wmv2 shorten txd wmv3 sipr ulti wmv3_vdpau smackaud v210 wnv1 smacker v210x ws_snd1 smc vb xan_dpcm snow vc1 xan_wc3 sol_dpcm vc1_vdpau xan_wc4 sonic vcr1 xl sp5x vmdaudio xsub srt vmdvideo yop sunrast vmnc zlib svq1 vorbis zmbv Enabled encoders: a64multi h263 pcm_u32be a64multi5 h263p pcm_u32le aac huffyuv pcm_u8 ac3 jpegls pcm_zork ac3_fixed ljpeg pcx ac3_float mjpeg pgm adpcm_adx mp2 pgmyuv adpcm_g722 mpeg1video png adpcm_g726 mpeg2video ppm adpcm_ima_qt mpeg4 qtrle adpcm_ima_wav msmpeg4v2 ra_144 adpcm_ms msmpeg4v3 rawvideo adpcm_swf msvideo1 roq adpcm_yamaha nellymoser roq_dpcm alac pam rv10 ass pbm rv20 asv1 pcm_alaw sgi asv2 pcm_f32be snow bmp pcm_f32le sonic dca pcm_f64be sonic_ls dnxhd pcm_f64le srt dpx pcm_mulaw svq1 dvbsub pcm_s16be targa dvdsub pcm_s16le tiff dvvideo pcm_s24be v210 eac3 pcm_s24daud vorbis ffv1 pcm_s24le wmav1 ffvhuff pcm_s32be wmav2 flac pcm_s32le wmv1 flashsv pcm_s8 wmv2 flashsv2 pcm_u16be xsub flv pcm_u16le zlib gif pcm_u24be zmbv h261 pcm_u24le Enabled hwaccels: h263_vaapi mpeg2_vaapi vc1_vaapi h264_vaapi mpeg2_vdpau wmv3_vaapi mpeg1_vdpau mpeg4_vaapi Enabled parsers: aac dvdsub mpeg4video aac_latm flac mpegaudio ac3 h261 mpegvideo cavsvideo h263 pnm dca h264 vc1 dirac mjpeg vp3 dnxhd mlp vp8 dvbsub Enabled demuxers: aac ipmovie pcm_u32be ac3 iss pcm_u32le aea iv8 pcm_u8 aiff ivf pmp amr jv pva anm lmlm4 qcp apc lxf r3d ape m4v rawvideo applehttp matroska rl2 asf microdvd rm ass mjpeg roq au mlp rpl avi mm rso avs mmf rtp bethsoftvid mov rtsp bfi mp3 sap bink mpc sdp c93 mpc8 segafilm caf mpegps shorten cavsvideo mpegts siff cdg mpegtsraw smacker daud mpegvideo sol dfa msnwc_tcp sox dirac mtv spdif dnxhd mvi srt dsicin mxf str dts mxg swf dv nc thp dxa nsv tiertexseq ea nut tmv ea_cdata nuv truehd eac3 ogg tta ffm oma tty ffmetadata pcm_alaw txd filmstrip pcm_f32be vc1 flac pcm_f32le vc1t flic pcm_f64be vmd flv pcm_f64le voc fourxm pcm_mulaw vqf g722 pcm_s16be w64 gsm pcm_s16le wav gxf pcm_s24be wc3 h261 pcm_s24le wsaud h263 pcm_s32be wsvqa h264 pcm_s32le wtv idcin pcm_s8 wv iff pcm_u16be xa image2 pcm_u16le xwma image2pipe pcm_u24be yop ingenient pcm_u24le yuv4mpegpipe Enabled muxers: a64 ipod pcm_s16be ac3 ivf pcm_s16le adts m4v pcm_s24be aiff matroska pcm_s24le amr matroska_audio pcm_s32be asf md5 pcm_s32le asf_stream microdvd pcm_s8 ass mjpeg pcm_u16be au mlp pcm_u16le avi mmf pcm_u24be avm2 mov pcm_u24le caf mp2 pcm_u32be cavsvideo mp3 pcm_u32le crc mp4 pcm_u8 daud mpeg1system psp dirac mpeg1vcd rawvideo dnxhd mpeg1video rm dts mpeg2dvd roq dv mpeg2svcd rso eac3 mpeg2video rtp ffm mpeg2vob rtsp ffmetadata mpegts sap filmstrip mpjpeg sox flac mxf spdif flv mxf_d10 srt framecrc null swf framemd5 nut tg2 g722 ogg tgp gif pcm_alaw truehd gxf pcm_f32be vc1t h261 pcm_f32le voc h263 pcm_f64be wav h264 pcm_f64le webm image2 pcm_mulaw yuv4mpegpipe image2pipe Enabled protocols: applehttp md5 rtmps concat mmsh rtmpt crypto mmst rtmpte file pipe rtp gopher rtmp tcp http rtmpe udp Enabled filters: anull hflip scale anullsink lut select anullsrc lutrgb setdar buffer lutyuv setpts buffersink movie setsar color negate settb copy noformat showinfo crop null slicify drawbox nullsink split fade nullsrc testsrc fieldorder overlay transpose fifo pad unsharp format pixdesctest vflip gradfun Enabled bsfs: aac_adtstoasc mjpeg2jpeg mp3_header_decompress chomp mjpega_dump_header noise dump_extradata mov2textsub remove_extradata h264_mp4toannexb mp3_header_compress text2movsub imx_dump_header Enabled indevs: alsa fbdev oss dv1394 jack v4l2 Enabled outdevs: alsa oss sdl License: LGPL version 2.1 or later }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 10 11:00:49 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 10 Jul 2011 09:00:49 -0000 Subject: [FFmpeg-trac] #339(undetermined:open): ffmpeg fails to decode qt rawvideo with odd width In-Reply-To: <038.c32fb2c51c97113a543f3184a233bcf5@avcodec.org> References: <038.c32fb2c51c97113a543f3184a233bcf5@avcodec.org> Message-ID: <053.31d0bbc2b616359c920376fba78aef40@avcodec.org> #339: ffmpeg fails to decode qt rawvideo with odd width -----------------------+--------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: undetermined Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+--------------------------- Changes (by cehoyos): * status: new => open * version: unspecified => git-master * reproduced: 0 => 1 Comment: Only even widths are encoded, afaict. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 10 21:13:35 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 10 Jul 2011 19:13:35 -0000 Subject: [FFmpeg-trac] #340(build system:closed): VAAPI and VDPAU are enabled by default In-Reply-To: <035.933fa1726091cce21af72a56accc7fef@avcodec.org> References: <035.933fa1726091cce21af72a56accc7fef@avcodec.org> Message-ID: <050.2c0b4cd6a9df13275891c5de393a0d6a@avcodec.org> #340: VAAPI and VDPAU are enabled by default -----------------------+--------------------------- Reporter: llogan | Owner: Type: defect | Status: closed Priority: normal | Component: build system Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------+--------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed * component: undetermined => build system Comment: I tested the 0.6, 0.7 and 0.8 release branches and both VA-API and VDPAU were always auto-detected. The reason is that they are system libraries like zlib and bzlib (which are also auto-detected). If you have strong reasons why this behaviour should be changed, I suggest you send a patch to ffmpeg-devel. (I believe I was originally against auto-detecting VDPAU, but I am also against changing behaviour.) I tried to fix configure --help output (for VA-API and VDPAU, it now looks identical to zlib and bzlib documentation). If you find it completely uncomprehensive, please say so. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 10 21:21:12 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 10 Jul 2011 19:21:12 -0000 Subject: [FFmpeg-trac] #341(FFplay:new): AAC ffplay invalid sample rate Message-ID: <032.7c558e920adc3b3385d85236e416cf94@avcodec.org> #341: AAC ffplay invalid sample rate ---------------------+------------------------------ Reporter: cus | Owner: michael Type: defect | Status: new Priority: normal | Component: FFplay Version: git | Keywords: aac, sample rate Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 ---------------------+------------------------------ Since commit http://git.videolan.org/?p=ffmpeg.git;a=commit;h=dafaef2fe1e1af7c40adc1855547fd4cba9862a9 ffplay thinks the sample rate is 0 and hence does not play the audio. This issue only affects ffmpeg, not libav. Outut of a slightly modified version of ffplay to dump the channels number and sample rate if any of these are invalid: {{{ ./ffplay 'http://samples.mplayerhq.hu/A-codecs/AAC/file.avi' ffplay version N-31363-g5817429, Copyright (c) 2003-2011 the FFmpeg developers built on Jul 10 2011 18:20:06 with gcc 4.5.1 20101208 [gcc-4_5-branch revision 167585] configuration: --disable-vaapi libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 4 / 2. 24. 4 libswscale 2. 0. 0 / 2. 0. 0 [http @ 0x12ba8c0] HTTP error 416 Requested Range Not Satisfiable [wmv3 @ 0x12de100] WMV3 Complex Profile is not fully supported Input #0, avi, from 'http://samples.mplayerhq.hu/A-codecs/AAC/file.avi': Duration: 00:23:53.53, start: 0.000000, bitrate: N/A Stream #0.0: Video: wmv3 (Complex), yuv420p, 640x480, 29.97 tbr, 29.97 tbn, 29.97 tbc Stream #0.1: Audio: aac, 48000 Hz, stereo, s16, 147 kb/s Metadata: title : gs1 AC3 T01 2_0ch 448Kbps DELAY 0ms Invalid sample rate or channel Sample Rate: 0 Channels: 2 [wmv3 @ 0x12de100] WMV3 Complex Profile is not fully supported 2.77 A-V: 0.000 s:0.0 aq= 0KB vq= 20KB sq= 0B f=0/0 0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 10 21:39:25 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 10 Jul 2011 19:39:25 -0000 Subject: [FFmpeg-trac] #341(FFplay:closed): AAC ffplay invalid sample rate In-Reply-To: <032.7c558e920adc3b3385d85236e416cf94@avcodec.org> References: <032.7c558e920adc3b3385d85236e416cf94@avcodec.org> Message-ID: <047.b92b365dfd9bd841e1db7d250f2e9336@avcodec.org> #341: AAC ffplay invalid sample rate -----------------------------+------------------------ Reporter: cus | Owner: michael Type: defect | Status: closed Priority: normal | Component: FFplay Version: git | Resolution: duplicate Keywords: aac, sample rate | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------------+------------------------ Changes (by cehoyos): * status: new => closed * resolution: => duplicate Comment: (Third) Duplicate of ticket #213 - I know this probably was originally another issue, but it was the first sample for which I discovered the problem. (And so far, for all samples, it also failed for me with the fork, I informed the author of the patch before anybody else had reported the problem. If you have a sample that works with the fork, but fails with FFmpeg, please share.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 10 22:06:57 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 10 Jul 2011 20:06:57 -0000 Subject: [FFmpeg-trac] #340(build system:closed): VAAPI and VDPAU are enabled by default In-Reply-To: <035.933fa1726091cce21af72a56accc7fef@avcodec.org> References: <035.933fa1726091cce21af72a56accc7fef@avcodec.org> Message-ID: <050.653e3731add86b942074c079fb67c620@avcodec.org> #340: VAAPI and VDPAU are enabled by default -----------------------+--------------------------- Reporter: llogan | Owner: Type: defect | Status: closed Priority: normal | Component: build system Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------+--------------------------- Comment (by llogan): Thanks. Your commit clarifies this behavior. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 10 23:05:46 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 10 Jul 2011 21:05:46 -0000 Subject: [FFmpeg-trac] #340(build system:closed): VAAPI and VDPAU are enabled by default In-Reply-To: <035.933fa1726091cce21af72a56accc7fef@avcodec.org> References: <035.933fa1726091cce21af72a56accc7fef@avcodec.org> Message-ID: <050.dbb25f81e6790b2732cd860c8e389c98@avcodec.org> #340: VAAPI and VDPAU are enabled by default -----------------------+--------------------------- Reporter: llogan | Owner: Type: defect | Status: closed Priority: normal | Component: build system Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------+--------------------------- Comment (by reimar): Note that I think your explanation is not quite correct. To my knowledge FFmpeg does not use any libvdpa/libva code, in only needs the struct definitions from the headers. Thus enabling it does not cause any extra runtime dependencies, and the amount of extra code is quite minimal. As such there is no good reason at all to not enable them if possible (i.e. headers are available). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 11 10:29:20 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 11 Jul 2011 08:29:20 -0000 Subject: [FFmpeg-trac] #338(swscale:open): problem with qt msrle 1bpp with odd width In-Reply-To: <038.1b53d35d4a246b75d25a22eefbf478c3@avcodec.org> References: <038.1b53d35d4a246b75d25a22eefbf478c3@avcodec.org> Message-ID: <053.662b8c3dfefd8526f07c361101e952f9@avcodec.org> #338: problem with qt msrle 1bpp with odd width -----------------------+---------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: swscale Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+---------------------- Changes (by cehoyos): * status: new => open * version: unspecified => git-master * component: undetermined => swscale * reproduced: 0 => 1 Comment: This used to look better before 15b4f6449ddb1f52ae82dee3f94a5b56b636cbea (the fix for ticket #193) and looks better with QuickTime. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 11 22:03:53 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 11 Jul 2011 20:03:53 -0000 Subject: [FFmpeg-trac] #342(undetermined:new): Crash when retrying with TCP Message-ID: <036.2b31253c2a06c56202ce3836d0345468@avcodec.org> #342: Crash when retrying with TCP -------------------------+-------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: git-master | Keywords: Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 -------------------------+-------------------------- {{{ ffmpeg version N-31404-ga8c2ff2, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 11 2011 16:02:09 with gcc 4.5.3 configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc --enable-gpl libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 4 / 2. 24. 4 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [New Thread 0x7ffff5185910 (LWP 7077)] [New Thread 0x7ffff445f910 (LWP 7078)] [New Thread 0x7ffff3739910 (LWP 7079)] [New Thread 0x7ffff2a13910 (LWP 7080)] [rtsp @ 0x12cf420] UDP timeout, retrying with TCP Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff445f910 (LWP 7078)] 0x00000000004f2ffe in circular_buffer_task (_URLContext=0x12d1180) at libavformat/udp.c:333 333 FD_SET(s->udp_fd, &rfds); (gdb) bt #0 0x00000000004f2ffe in circular_buffer_task (_URLContext=0x12d1180) at libavformat/udp.c:333 #1 0x00007ffff721565d in start_thread () from /lib64/libpthread.so.0 #2 0x00007ffff690aecd in clone () from /lib64/libc.so.6 #3 0x0000000000000000 in ?? () (gdb) disass $pc-32 $pc+32 Dump of assembler code from 0x4f2fde to 0x4f301e: 0x00000000004f2fde : add %al,-0x167af040(%rbp) 0x00000000004f2fe4 : add %al,(%rax) 0x00000000004f2fe6 : add %cl,-0x17(%rcx,%rcx,4) 0x00000000004f2fea : mov %rbp,%rdi 0x00000000004f2fed : cld 0x00000000004f2fee : rep stos %rax,%es:(%rdi) 0x00000000004f2ff1 : movslq (%rbx),%rax 0x00000000004f2ff4 : mov %rax,%rdx 0x00000000004f2ff7 : and $0x3f,%eax 0x00000000004f2ffa : shr $0x6,%rdx 0x00000000004f2ffe : bts %rax,(%rsp,%rdx,8) 0x00000000004f3003 : mov (%rbx),%edi 0x00000000004f3005 : xor %ecx,%ecx 0x00000000004f3007 : xor %edx,%edx 0x00000000004f3009 : mov %r12,%r8 0x00000000004f300c : mov %rsp,%rsi 0x00000000004f300f : movq $0x1,0x80(%rsp) 0x00000000004f301b : movq $0x0,0x88(%rsp) End of assembler dump. (gdb) info register rax 0x1 1 rbx 0x12d6140 19751232 rcx 0x0 0 rdx 0x84d108 8704264 rsi 0x7ffff445ef90 140737291612048 rdi 0x7ffff445f0c0 140737291612352 rbp 0x7ffff445f040 0x7ffff445f040 rsp 0x7ffff445f040 0x7ffff445f040 r8 0x7ffff445f010 140737291612176 r9 0x0 0 r10 0x0 0 r11 0x206 518 r12 0x7ffff445f0c0 140737291612352 r13 0x10 16 r14 0x12d1180 19730816 r15 0x1c 28 rip 0x4f2ffe 0x4f2ffe eflags 0x10202 [ IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 fctrl 0x37f 895 fstat 0x0 0 ftag 0xffff 65535 fiseg 0x0 0 fioff 0x0 0 foseg 0x0 0 fooff 0x0 0 fop 0x0 0 mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ] }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 12 12:38:49 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 12 Jul 2011 10:38:49 -0000 Subject: [FFmpeg-trac] #343(undetermined:new): wrong duration with voc files Message-ID: <038.cae8ef069d9672b76189373851460b6c@avcodec.org> #343: wrong duration with voc files --------------------------+-------------------------- Reporter: ami_stuff | Type: defect Status: new | Priority: normal Component: undetermined | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------+-------------------------- seems like voc demuxer lacks duration calcalation, so it's calculated incorrectly and as a result seeking doesn't work as expected (issue 1082) VLC/WinAMP reports correct duration (0:17) http://samples.mplayerhq.hu/voc/pcm_s16_2/nem.voc {{{ C:\>ffmpeg -i nem.voc ffmpeg version N-31329-g58257ea, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 8 2011 22:27:48 with gcc 4.6.1 configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable- runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libo pencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable- libgsm -- enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enabl e-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [voc @ 01E6A600] max_analyze_duration 5000000 reached at 5011200 [voc @ 01E6A600] Estimating duration from bitrate, this may be inaccurate Input #0, voc, from 'nem.voc': Duration: 00:00:34.56, bitrate: 705 kb/s Stream #0.0: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 12 16:27:10 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 12 Jul 2011 14:27:10 -0000 Subject: [FFmpeg-trac] #344(FFmpeg:new): FFProbe does not provide PTS, DTS info present in MPEG file. Message-ID: <041.930a49c41f5c4b1206acd25a1028ebea@avcodec.org> #344: FFProbe does not provide PTS, DTS info present in MPEG file. ---------------------------+-------------------------------------------- Reporter: darrenhudson | Owner: michael Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Keywords: FFProbe Time Timestamp PTS DTS Blocked By: | Blocking: Reproduced: 1 | Analyzed: 0 ---------------------------+-------------------------------------------- Hi, I'm trying to use FFProbe to extract PTS time data for each frame in a number of MPEG4 files. Mostly it works great but I have come across one that consitently fails. The video that fails was streamed to file (using VLC) from a UDP 4100 Dome Camera and I have an example file I can provide if necessary. Other tools I have used such as Elecard Stream Analyzer show (as far as I can tell) that the video file contains correctly formatted PTS, DTS data but FFProbe just returns N/A for these times when I specify the -show_packets option. Any help at all would be very much appreciated. I'm running FFProbe on Windows and have tried a number of builds, all displaying the same problem. Regards Darren -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 12 17:16:46 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 12 Jul 2011 15:16:46 -0000 Subject: [FFmpeg-trac] #344(FFmpeg:new): FFProbe does not provide PTS, DTS info present in MPEG file. In-Reply-To: <041.930a49c41f5c4b1206acd25a1028ebea@avcodec.org> References: <041.930a49c41f5c4b1206acd25a1028ebea@avcodec.org> Message-ID: <056.32847c2024fc890bb1af74a15fd49bb6@avcodec.org> #344: FFProbe does not provide PTS, DTS info present in MPEG file. -------------------------------------------+---------------------- Reporter: darrenhudson | Owner: michael Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Resolution: Keywords: FFProbe Time Timestamp PTS DTS | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -------------------------------------------+---------------------- Comment (by darrenhudson): I am calling: [[br]] ffprobe -show_packets filename.mpg [[br]][[br]] Output for the attached example is as follows: [[br]] ffprobe version N-31329-g58257ea, Copyright (c) 2007-2011 the FFmpeg developers built on Jul 8 2011 22:27:48 with gcc 4.6.1 configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable-runtime-cpudetect --enable-avisynth --en able-bzlib --enable-frei0r --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libfreetype --enable-libgsm -- enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable- libschroedinger --enable-libspeex --enable-libtheora -- enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [NULL @ 002FBE20] start time is not set in av_estimate_timings_from_pts Input #0, mpeg, from '5.mpg': Duration: N/A, bitrate: N/A Stream #0.0[0x1e0]: Video: mpeg4, yuv420p, 720x576 [PAR 1:1 DAR 5:4], 60k tbr, 90k tbn, 60k tbc -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 12 17:31:31 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 12 Jul 2011 15:31:31 -0000 Subject: [FFmpeg-trac] #344(FFprobe:open): FFProbe does not provide PTS, DTS info present in MPEG file. In-Reply-To: <041.930a49c41f5c4b1206acd25a1028ebea@avcodec.org> References: <041.930a49c41f5c4b1206acd25a1028ebea@avcodec.org> Message-ID: <056.3ec595bc2c270209e2ebd299cceacffb@avcodec.org> #344: FFProbe does not provide PTS, DTS info present in MPEG file. -------------------------------------------+---------------------- Reporter: darrenhudson | Owner: michael Type: defect | Status: open Priority: normal | Component: FFprobe Version: git-master | Resolution: Keywords: FFProbe Time Timestamp PTS DTS | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------------------+---------------------- Changes (by cehoyos): * status: new => open * version: unspecified => git-master * component: FFmpeg => FFprobe * reproduced: 1 => 0 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 12 17:31:56 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 12 Jul 2011 15:31:56 -0000 Subject: [FFmpeg-trac] #343(avformat:open): wrong duration with voc files In-Reply-To: <038.cae8ef069d9672b76189373851460b6c@avcodec.org> References: <038.cae8ef069d9672b76189373851460b6c@avcodec.org> Message-ID: <053.37ce6609c6f22d379dc3a239b9a887c7@avcodec.org> #343: wrong duration with voc files -----------------------+----------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+----------------------- Changes (by cehoyos): * status: new => open * version: unspecified => git-master * component: undetermined => avformat * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 12 20:31:54 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 12 Jul 2011 18:31:54 -0000 Subject: [FFmpeg-trac] #334(FFplay:closed): c3b6cc6 breaks AAC playback In-Reply-To: <035.d6daecc8f7e67ffa933de907d8527420@avcodec.org> References: <035.d6daecc8f7e67ffa933de907d8527420@avcodec.org> Message-ID: <050.93152e08fd7621b3487a23470e8a1bbd@avcodec.org> #334: c3b6cc6 breaks AAC playback -----------------------+------------------------ Reporter: llogan | Owner: michael Type: defect | Status: closed Priority: normal | Component: FFplay Version: git-master | Resolution: duplicate Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------+------------------------ Comment (by cehoyos): This should be fixed in latest git HEAD, please test. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 12 20:32:04 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 12 Jul 2011 18:32:04 -0000 Subject: [FFmpeg-trac] #341(FFplay:closed): AAC ffplay invalid sample rate In-Reply-To: <032.7c558e920adc3b3385d85236e416cf94@avcodec.org> References: <032.7c558e920adc3b3385d85236e416cf94@avcodec.org> Message-ID: <047.bbd52d16fdd21bbc6dfa4b4250c3c3fa@avcodec.org> #341: AAC ffplay invalid sample rate -----------------------------+------------------------ Reporter: cus | Owner: michael Type: defect | Status: closed Priority: normal | Component: FFplay Version: git | Resolution: duplicate Keywords: aac, sample rate | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------------+------------------------ Comment (by cehoyos): This should be fixed in latest git HEAD, please test. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 12 20:32:27 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 12 Jul 2011 18:32:27 -0000 Subject: [FFmpeg-trac] #213(undetermined:closed): aac codec regression In-Reply-To: <038.78dfafab4a1ca4aa43a99a5b51d5fab1@avcodec.org> References: <038.78dfafab4a1ca4aa43a99a5b51d5fab1@avcodec.org> Message-ID: <053.823a553907eeb7565150495efd8b4ec9@avcodec.org> #213: aac codec regression ------------------------+--------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: undetermined Version: unspecified | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Changes (by cehoyos): * status: reopened => closed * resolution: => fixed Comment: Fixed by Reimar. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 12 20:54:51 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 12 Jul 2011 18:54:51 -0000 Subject: [FFmpeg-trac] #334(FFplay:closed): c3b6cc6 breaks AAC playback In-Reply-To: <035.d6daecc8f7e67ffa933de907d8527420@avcodec.org> References: <035.d6daecc8f7e67ffa933de907d8527420@avcodec.org> Message-ID: <050.844c9daeae034c86ce30fd16b0e812b1@avcodec.org> #334: c3b6cc6 breaks AAC playback -----------------------+------------------------ Reporter: llogan | Owner: michael Type: defect | Status: closed Priority: normal | Component: FFplay Version: git-master | Resolution: duplicate Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------+------------------------ Comment (by llogan): Confirmed. It is working as expected now. Thanks for the feedback. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 12 21:52:45 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 12 Jul 2011 19:52:45 -0000 Subject: [FFmpeg-trac] #341(FFplay:closed): AAC ffplay invalid sample rate In-Reply-To: <032.7c558e920adc3b3385d85236e416cf94@avcodec.org> References: <032.7c558e920adc3b3385d85236e416cf94@avcodec.org> Message-ID: <047.7c6422a325270d3893157cac726352e4@avcodec.org> #341: AAC ffplay invalid sample rate -----------------------------+------------------------ Reporter: cus | Owner: michael Type: defect | Status: closed Priority: normal | Component: FFplay Version: git | Resolution: duplicate Keywords: aac, sample rate | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------------+------------------------ Comment (by cus): Yes, indeed. Thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 13 15:28:12 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 13 Jul 2011 13:28:12 -0000 Subject: [FFmpeg-trac] #345(build system:new): Issues with 0.7.1 release on Windows Message-ID: <034.3644eef2df9c1304fed4cc4e6128ec89@avcodec.org> #345: Issues with 0.7.1 release on Windows --------------------------+--------------------- Reporter: linga | Type: defect Status: new | Priority: normal Component: build system | Version: 0.7.1 Keywords: 0.7.1 | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------+--------------------- I am facing 2 issues with '0.7.1' release on Windows. I didnt face these issues with 0.6.3 release. '''Issue1''' When I try to build 0.7.1 using './configure --prefix=/d/projects/ffmpeg/build_temp/ --enable-memalign-hack --enable- shared --disable-static' option, the build stops displaying '''yasm not found, use --disable-yasm for a crippled build''' '''Issue2''' When I proceed with an extra --disable-yasm option, the build is successful. But runtime '''The program can't start because pthreadGC2.dll is missing from your computer. Try reinstalling the program to fix this problem''' error message is displayed and the execution stops. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 13 16:27:40 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 13 Jul 2011 14:27:40 -0000 Subject: [FFmpeg-trac] #346(FFserver:new): FFserver passing on rtp stream freezes Message-ID: <036.aa88b53390387158a0e37d6fab5d6be4@avcodec.org> #346: FFserver passing on rtp stream freezes ----------------------+-------------------------- Reporter: schanda | Owner: baptiste Type: defect | Status: new Priority: normal | Component: FFserver Version: git | Keywords: stream error Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 ----------------------+-------------------------- I have the following situation: FFserver on Host 1, which takes input from FFmpeg and offers an rtp stream. Config is reproduced below under the heading mainserver.conf. FFmpeg is invoked as ffmpeg -i inputfile http://127.0.0.1:8090/f.ffm on this computer. FFServer on Host 2 (can be the same one for testing purposes, effect is the same) which reads the stream from FFserver on Host 1 and offers it again. Config file is reproduced below under the heading ffserver.conf. I start both servers with ffserver -d -f config_file. When watching the stream offered by FFserver on Host 2 it aborts after a few seconds. This happens regardless of whether I watch from the same or a different computer, and also regardless of whether the two ffservers are run from the same or different hosts. The time it takes to abort is always exactly the same, with the same video and settings. For example with these configs and this [http://downloads.xiph.org/video /A_Digital_Media_Primer_For_Geeks-360p.webm input video] it's always 4.5 seconds. The effect is independent of which player is used, vlc, mplayer, ffplay all show the same result, the stream freezes. Watching the stream offered by Host 1 directly works fine. FFplay reports no error when this happens, the video simply freezes. The counter / timer on the console continues to increase though. == mainserver.conf == {{{ Port 8090 RTSPPort 8554 BindAddress 0.0.0.0 MaxHTTPConnections 1000 MaxClients 200 MaxBandwidth 10000 CustomLog - File /tmp/f.ffm FileMaxSize 2000M Format rtp Feed f.ffm NoLoop VideoCodec libx264 VideoFrameRate 24 VideoBitRate 400 VideoSize 640x368 # AVPresetVideo default AVPresetVideo medium # AVPresetVideo libx264-ultrafast # AVOptionVideo flags +global_header NoAudio VideoBufferSize 500 VideoGopSize 5 AVOptionVideo flags global_header vpre hq crf 15 maxrate 400k Format status }}} == ffserver.conf == {{{ Port 8091 RTSPPort 8555 BindAddress 0.0.0.0 MaxHTTPConnections 10 MaxClients 5 MaxBandwidth 10000 CustomLog - Format rtp File "rtsp://127.0.0.1:8554/1.sdp?tcp" Format status }}} == Log of FFserver on Host 2 == {{{ ffserver version 0.7, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 6 2011 11:29:30 with gcc 4.6.0 20110530 (Red Hat 4.6.0-9) configuration: --enable-gpl --enable-libx264 --enable-static --disable- shared --extra-cflags='-Lx264/lib/ -Ix264/inc' --extra- ldflags='-Lx264/lib/ -Ix264/inc/.' libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 Wed Jul 13 15:59:34 2011 Opening file 'rtsp://127.0.0.1:8554/1.sdp?tcp' Wed Jul 13 15:59:34 2011 [rtsp @ 0x25ec740]SDP: v=0 o=- 0 0 IN IP4 127.0.0.1 s=No Title c=IN IP4 0.0.0.0 t=0 0 a=tool:libavformat 53.5.0 m=video 0 RTP/AVP 96 b=AS:400 a=rtpmap:96 H264/90000 a=fmtp:96 profile-level-id=64001F;packetization-mode=1; sprop-parameter- sets=Z2QAH6zZQKAvsBEAAAMAkgAANrIPGDGW,aOvssiw= a=control:streamid=0 Wed Jul 13 15:59:34 2011 [rtsp @ 0x25ec740]video codec set to: h264 Wed Jul 13 15:59:34 2011 [NULL @ 0x25f0600]RTP Profile IDC: 64 Profile IOP: 0 Level: 1f Wed Jul 13 15:59:34 2011 [NULL @ 0x25f0600]RTP Packetization Mode: 1 Wed Jul 13 15:59:34 2011 [NULL @ 0x25f0600]Extradata set to 0x25ec000 (size: 35)!hello state=0 Wed Jul 13 15:59:34 2011 [h264 @ 0x25f0600]Unsupported bit depth: 0 Wed Jul 13 15:59:34 2011 [h264 @ 0x25f0600]Missing reference picture Wed Jul 13 15:59:34 2011 [h264 @ 0x25f0600]decode_slice_header error Wed Jul 13 15:59:34 2011 [h264 @ 0x25f0600]concealing 920 DC, 920 AC, 920 MV errors Wed Jul 13 15:59:34 2011 [h264 @ 0x25f0600]no picture Wed Jul 13 15:59:34 2011 [h264 @ 0x25f0600]no picture Wed Jul 13 15:59:35 2011 [rtsp @ 0x25ec740]All info found Wed Jul 13 15:59:35 2011 [rtsp @ 0x25ec740]Estimating duration from bitrate, this may be inaccurate Wed Jul 13 15:59:35 2011 FFserver started. Wed Jul 13 15:59:40 2011 127.0.0.1 - - [DESCRIBE] "rtsp://127.0.0.1:8555/1.sdp RTSP/1.0" 200 529 Wed Jul 13 15:59:40 2011 [rtsp @ 0x25f0600]SDP: v=0 o=- 0 0 IN IP4 127.0.0.1 s=No Title c=IN IP4 0.0.0.0 t=0 0 a=tool:libavformat 53.5.0 m=video 0 RTP/AVP 96 b=AS:400 a=rtpmap:96 H264/90000 a=fmtp:96 profile-level-id=64001F;packetization-mode=1; sprop-parameter- sets=Z2QAH6zZQKAvsBEAAAMAkgAANrIPGDGW,aOvssiw= a=control:streamid=0 Wed Jul 13 15:59:40 2011 [rtsp @ 0x25f0600]video codec set to: h264 Wed Jul 13 15:59:40 2011 [NULL @ 0x2717040]RTP Profile IDC: 64 Profile IOP: 0 Level: 1f Wed Jul 13 15:59:40 2011 [NULL @ 0x2717040]RTP Packetization Mode: 1 Wed Jul 13 15:59:40 2011 [NULL @ 0x2717040]Extradata set to 0x25ec000 (size: 35)!hello state=0 Wed Jul 13 15:59:40 2011 [h264 @ 0x2717040]Unsupported bit depth: 0 Wed Jul 13 15:59:40 2011 [h264 @ 0x2717040]Frame num gap 3 0 Wed Jul 13 15:59:40 2011 [h264 @ 0x2717040]Frame num gap 3 1 Wed Jul 13 15:59:40 2011 [h264 @ 0x2717040]reference picture missing during reorder Wed Jul 13 15:59:40 2011 [h264 @ 0x2717040]Missing reference picture Wed Jul 13 15:59:40 2011 [h264 @ 0x2717040]no picture Wed Jul 13 15:59:40 2011 [h264 @ 0x2717040]no picture Wed Jul 13 15:59:41 2011 [rtsp @ 0x25f0600]All info found Wed Jul 13 15:59:41 2011 [rtsp @ 0x25f0600]Estimating duration from bitrate, this may be inaccurate Wed Jul 13 15:59:41 2011 [rtsp @ 0x25f0600]hello state=3 Wed Jul 13 15:59:41 2011 127.0.0.1:60088 - - "PLAY 1.sdp/streamid=0 RTP/UDP" Wed Jul 13 15:59:41 2011 [rtp @ 0x2715940]Sending NAL 1 of len 304 M=1 Wed Jul 13 15:59:41 2011 [rtp @ 0x2715940]Sending NAL 1 of len 51 M=1 Wed Jul 13 15:59:41 2011 [rtp @ 0x2715940]Sending NAL 5 of len 12195 M=1 Wed Jul 13 15:59:41 2011 [rtp @ 0x2715940]NAL size 12195 > 1460 Wed Jul 13 15:59:41 2011 [rtp @ 0x2715940]Sending NAL 1 of len 62 M=1 Wed Jul 13 15:59:41 2011 [rtp @ 0x2715940]Sending NAL 1 of len 174 M=1 Wed Jul 13 15:59:41 2011 [rtp @ 0x2715940]Sending NAL 1 of len 28 M=1 Wed Jul 13 15:59:41 2011 [rtp @ 0x2715940]Sending NAL 1 of len 176 M=1 Wed Jul 13 15:59:41 2011 [rtp @ 0x2715940]Sending NAL 5 of len 11706 M=1 ... Lots more like this ... Wed Jul 13 15:59:50 2011 [rtp @ 0x2715940]NAL size 5433 > 1460 Wed Jul 13 15:59:50 2011 [rtp @ 0x2715940]Sending NAL 1 of len 91 M=1 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 14 10:45:57 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 14 Jul 2011 08:45:57 -0000 Subject: [FFmpeg-trac] #347(FFplay:new): ffplay -s stopped working Message-ID: <036.2b1323687c5406795751092efed3a0f5@avcodec.org> #347: ffplay -s stopped working -------------------------+--------------------- Reporter: cehoyos | Owner: michael Type: defect | Status: new Priority: critical | Component: FFplay Version: git-master | Keywords: Blocked By: | Blocking: Reproduced: 1 | Analyzed: 0 -------------------------+--------------------- I consider this critical. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 14 14:24:29 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 14 Jul 2011 12:24:29 -0000 Subject: [FFmpeg-trac] #348(avcodec:new): Disable cropping for large values Message-ID: <036.25dbb924337a506c8c2059072fc9cfde@avcodec.org> #348: Disable cropping for large values -------------------------+--------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: Blocked By: | Blocking: Reproduced: 1 | Analyzed: 0 -------------------------+--------------------- http://thread.gmane.org/gmane.comp.video.ffmpeg.libav.user/6639 Attached file contains both parts of a 1280x720 3D frame in one 1920x1088 frame ("Sisvel 3D"). Cropping values are set to produce a 2D 720p frame, but current FFmpeg crops a few columns and lines (so an application could not recreate the whole 3D frame). Attached patch disables cropping for the "brainfart" case. {{{ $ ffmpeg -i sisvel3D.ts ffmpeg version N-31438-g6b61920, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 14 2011 00:39:27 with gcc 4.5.3 configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc --enable-gpl --enable- libopencore-amrnb --enable-version3 libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 25. 0 / 2. 25. 0 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [h264 @ 0x12d6540] brainfart cropping not supported, this could look slightly wrong ... Last message repeated 1 times [h264 @ 0x12d4420] Estimating duration from bitrate, this may be inaccurate Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -> 25.00 (50/2) Input #0, h264, from 'sisvel3D.ts': Duration: N/A, bitrate: N/A Stream #0.0: Video: h264 (High), yuv420p, 1906x1074, 25 fps, 25 tbr, 1200k tbn, 50 tbc At least one output file must be specified }}} {{{ $ ffmpeg -i sisvel3D.ts ffmpeg version N-31438-g6b61920, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 14 2011 00:39:27 with gcc 4.5.3 configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc --enable-gpl --enable- libopencore-amrnb --enable-version3 libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 25. 0 / 2. 25. 0 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [h264 @ 0x12d6540] brainfart cropping (right: 320, bottom: 184) not supported, disabling cropping. Last message repeated 1 times [h264 @ 0x12d4420] Estimating duration from bitrate, this may be inaccurate Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -> 25.00 (50/2) Input #0, h264, from 'sisvel3D.ts': Duration: N/A, bitrate: N/A Stream #0.0: Video: h264 (High), yuv420p, 1920x1088, 25 fps, 25 tbr, 1200k tbn, 50 tbc At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 14 22:59:21 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 14 Jul 2011 20:59:21 -0000 Subject: [FFmpeg-trac] #285(FFmpeg:new): RTSP h264 video stream always reports corrupted macroblock In-Reply-To: <035.8c073264c2ab9a1a8255fb6edca19e23@avcodec.org> References: <035.8c073264c2ab9a1a8255fb6edca19e23@avcodec.org> Message-ID: <050.3f79a6bf2e692b021100ee6b4ff01bce@avcodec.org> #285: RTSP h264 video stream always reports corrupted macroblock ------------------------+---------------------- Reporter: bovine | Owner: michael Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+---------------------- Comment (by uscgraphics): I got the same problem using Axis P1311/P5534-E/Q1755 latest v5.2 firmware ffplay rtsp://xxx.xxx.xxx.xxx/axis-media/media.amp will see lots of errors (see below), the display image is partially corrupt. This happens even in the same sub-net without UDP blocking. But if I use ffplay rtsp://xxx.xxx.xxx.xxx/axis-media/media.amp?http ffplay rtsp://xxx.xxx.xxx.xxx/axis-media/media.amp?tcp it works fine. Worst of all, my program will crash at av_close_input_file(ic); whenever the error occurs. Try to catch the crash with _set_se_translator fail either. If you need login to reproduce the bug please send me email. ---------------------------------------------- ffplay version N-31329-g58257ea, Copyright (c) 2003-2011 the FFmpeg developers built on Jul 8 2011 22:29:12 with gcc 4.6.1 configuration: --disable-static --enable-shared --disable-outdev=sdl --enable- gpl --enable-version3 --enable-memalign-hack --enable-runtime-cpudetect --enable -avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-lib opencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable -libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enabl e-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs --enable-libxvid --enable-zlib libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [h264 @ 01F8F5A0] negative number of zero coeffs at 16 12 [h264 @ 01F8F5A0] error while decoding MB 16 12 [h264 @ 01F8F5A0] concealing 753 DC, 753 AC, 753 MV errors [h264 @ 01F8F5A0] Invalid level prefix [h264 @ 01F8F5A0] error while decoding MB 10 2 [h264 @ 01F8F5A0] concealing 1159 DC, 1159 AC, 1159 MV errors [h264 @ 01F8F5A0] cbp too large (4294967295) at 3 3 [h264 @ 01F8F5A0] error while decoding MB 3 3 [h264 @ 01F8F5A0] concealing 1126 DC, 1126 AC, 1126 MV errors [h264 @ 01F8F5A0] Invalid level prefix [h264 @ 01F8F5A0] error while decoding MB 2 4 [h264 @ 01F8F5A0] concealing 1087 DC, 1087 AC, 1087 MV errors [h264 @ 01F8F5A0] out of range intra chroma pred mode at 9 5 [h264 @ 01F8F5A0] error while decoding MB 9 5 [h264 @ 01F8F5A0] concealing 1040 DC, 1040 AC, 1040 MV errors [h264 @ 01F8F5A0] cbp too large (4294967295) at 8 5 [h264 @ 01F8F5A0] error while decoding MB 8 5 [h264 @ 01F8F5A0] concealing 1041 DC, 1041 AC, 1041 MV errors [rtsp @ 01F8A780] Estimating duration from bitrate, this may be inaccurate Input #0, rtsp, from 'rtsp://xxx.xxx.xxx.xxx/axis-media/media.amp': Metadata: title : Media Presentation Duration: N/A, start: 1.026878, bitrate: N/A Stream #0.0: Video: h264 (Baseline), yuvj420p, 640x480 [PAR 1:1 DAR 4:3], 90 k tbr, 90k tbn, 180k tbc [buffersink @ 0204FF80] auto-inserting filter 'auto-inserted scaler 0' between t he filter 'src' and the filter 'out' [scale @ 01F8F2A0] w:640 h:480 fmt:yuvj420p -> w:640 h:480 fmt:yuv420p flags:0x4 [h264 @ 01F8F5A0] negative number of zero coeffs at 16 12 [h264 @ 01F8F5A0] error while decoding MB 16 12 [h264 @ 01F8F5A0] concealing 753 DC, 753 AC, 753 MV errors [h264 @ 01F8F5A0] Invalid level prefix 0KB vq= 16KB sq= 0B f=0/0 [h264 @ 01F8F5A0] error while decoding MB 10 2 [h264 @ 01F8F5A0] concealing 1159 DC, 1159 AC, 1159 MV errors [h264 @ 01F8F5A0] cbp too large (4294967295) at 3 3 [h264 @ 01F8F5A0] error while decoding MB 3 3 [h264 @ 01F8F5A0] concealing 1126 DC, 1126 AC, 1126 MV errors [h264 @ 01F8F5A0] Invalid level prefix [h264 @ 01F8F5A0] error while decoding MB 2 4 [h264 @ 01F8F5A0] concealing 1087 DC, 1087 AC, 1087 MV errors [h264 @ 01F8F5A0] out of range intra chroma pred mode at 9 50/0 [h264 @ 01F8F5A0] error while decoding MB 9 5 [h264 @ 01F8F5A0] concealing 1040 DC, 1040 AC, 1040 MV errors [h264 @ 01F8F5A0] cbp too large (4294967295) at 8 5 0B f=0/0 [h264 @ 01F8F5A0] error while decoding MB 8 5 [h264 @ 01F8F5A0] concealing 1041 DC, 1041 AC, 1041 MV errors [h264 @ 01F8F5A0] Invalid level prefixq= 138KB sq= 0B f=0/0 [h264 @ 01F8F5A0] error while decoding MB 1 5 [h264 @ 01F8F5A0] concealing 1048 DC, 1048 AC, 1048 MV errors [h264 @ 01F8F5A0] out of range intra chroma pred mode at 37 160 [h264 @ 01F8F5A0] error while decoding MB 37 16 [h264 @ 01F8F5A0] concealing 572 DC, 572 AC, 572 MV errors [h264 @ 01F8F5A0] P sub_mb_type 4 out of range at 32 4 0B f=0/0 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 14 23:29:52 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 14 Jul 2011 21:29:52 -0000 Subject: [FFmpeg-trac] #349(undetermined:new): MingW32 Cross Compile of FFMPEG Fails Message-ID: <040.92549f0d76c13c04b9400a8d0d7eeb38@avcodec.org> #349: MingW32 Cross Compile of FFMPEG Fails --------------------------+-------------------------- Reporter: jlsantiago0 | Type: defect Status: new | Priority: normal Component: undetermined | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------+-------------------------- I have a MingW32 cross toolchain for Win32 that used to work to cross- compile the GIT Head Through at least 20110621. I am not sure when it broke. The HOST is an OSX 10.6 and the target is MingW32. I am following the instructions to cross-compile for MingW32 under Linux and have been able to use this technique in the past to cross-compile for MingW32 under both Linux and MacOS. I checked out the GIT HEAD today and found that now the build is calling LIB.EXE in cross-compile mode for instance: lib.exe /machine:i386 /def:libavcodec/avcodec-53.def /out:libavcodec/avcodec.lib I think this is a Microsoft Windows Application that is part of MSVC++. Is the intent now for cross-compiling for Windows to be dependent on LIB.EXE? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 07:58:30 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 05:58:30 -0000 Subject: [FFmpeg-trac] #350(FFmpeg:new): Invalid value 'strict' for option 'strict' Message-ID: <038.2af4e737f6e388dc58ee6919d034d546@avcodec.org> #350: Invalid value 'strict' for option 'strict' ------------------------+--------------------- Reporter: KSHawkEye | Owner: michael Type: defect | Status: new Priority: important | Component: FFmpeg Version: git | Keywords: -strict Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 ------------------------+--------------------- When trying to use strict for option -strict on a Windows FFmpeg build, I'm getting: {{{ [NULL @ 00000000004A5A60] [Eval @ 000000000022F800] Undefined constant or missin g '(' in 'strict' [NULL @ 00000000004A5A60] Unable to parse option value "strict" Invalid value 'strict' for option 'strict' }}} The input file does not matter, but I tested with h264, aac, and flac to name a few. This bug should be repeatable with a simple command line: {{{ ffmpeg -i "infile.mp4" -vcodec mpeg4 -an -strict strict "outfile.avi" }}} using the git-371888c build found here: http://ffmpeg.zeranoe.com/builds/ I believe {{{ Undefined constant or missing '(' in 'strict' }}} is the key to this issue, but I could be wrong. Other values '''do''' work, such as "very". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 09:25:18 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 07:25:18 -0000 Subject: [FFmpeg-trac] #326(build system:open): ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped In-Reply-To: <036.074239c528345882d6b219512ea57883@avcodec.org> References: <036.074239c528345882d6b219512ea57883@avcodec.org> Message-ID: <051.86deb4e8d9de289f22bbb19659458f67@avcodec.org> #326: ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped ------------------------+--------------------------- Reporter: yxmline | Owner: Type: defect | Status: open Priority: normal | Component: build system Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by yxmline): Thank you Able to generate dynamic libraries make / make distclean / make install is not a serious delay -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 10:17:27 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 08:17:27 -0000 Subject: [FFmpeg-trac] #349(undetermined:open): MingW32 Cross Compile of FFMPEG Fails In-Reply-To: <040.92549f0d76c13c04b9400a8d0d7eeb38@avcodec.org> References: <040.92549f0d76c13c04b9400a8d0d7eeb38@avcodec.org> Message-ID: <055.68c8bfc17cd55f5325b1ff0110546f50@avcodec.org> #349: MingW32 Cross Compile of FFMPEG Fails ------------------------+--------------------------- Reporter: jlsantiago0 | Owner: Type: defect | Status: open Priority: important | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Changes (by cehoyos): * priority: normal => important * status: new => open Comment: This looks important. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 10:32:41 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 08:32:41 -0000 Subject: [FFmpeg-trac] #350(avcodec:open): Invalid value 'strict' for option 'strict' In-Reply-To: <038.2af4e737f6e388dc58ee6919d034d546@avcodec.org> References: <038.2af4e737f6e388dc58ee6919d034d546@avcodec.org> Message-ID: <053.a81280f9fc65512bc9d62b51127213e1@avcodec.org> #350: Invalid value 'strict' for option 'strict' -----------------------+---------------------- Reporter: KSHawkEye | Owner: michael Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: -strict | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+---------------------- Changes (by cehoyos): * priority: important => normal * status: new => open * version: git => git-master * component: FFmpeg => avcodec * reproduced: 0 => 1 Comment: I believe this is broken since a very long time (or forever), workaround is to use -strict 1. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 10:33:19 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 08:33:19 -0000 Subject: [FFmpeg-trac] #349(undetermined:open): MingW32 Cross Compile of FFMPEG Fails In-Reply-To: <040.92549f0d76c13c04b9400a8d0d7eeb38@avcodec.org> References: <040.92549f0d76c13c04b9400a8d0d7eeb38@avcodec.org> Message-ID: <055.07a1d10df31b7434fad988c24b4d9ef3@avcodec.org> #349: MingW32 Cross Compile of FFMPEG Fails ------------------------+--------------------------- Reporter: jlsantiago0 | Owner: Type: defect | Status: open Priority: important | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): Please add your configure line. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 16:18:03 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 14:18:03 -0000 Subject: [FFmpeg-trac] #351(undetermined:new): ffv1 frames are not marked as keyframes in mkv Message-ID: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> #351: ffv1 frames are not marked as keyframes in mkv -------------------------------------------+-------------------------- Reporter: dericed | Type: defect Status: new | Priority: normal Component: undetermined | Version: unspecified Keywords: ffv1 mkv matroska mkvalidator | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------------------+-------------------------- When using '-vcodec ffv1 outfile.mkv', I use mkvalidator to check the resulting file which lists warnings for every cluster. Making a ffv1 in mkv: http://pastebin.com/dhAHLpvc Warnings from mkvalidator that first frame is cluster is not keyframe: http://pastebin.com/TJHtaAvY (aren't all ffv1 frames keyframes) Same file in mkvtree: http://pastebin.com/cZ3bjF7M -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 16:21:31 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 14:21:31 -0000 Subject: [FFmpeg-trac] #351(undetermined:new): ffv1 frames are not marked as keyframes in mkv In-Reply-To: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> References: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> Message-ID: <051.c99658c435bd1ebf2e25db9b61465dd8@avcodec.org> #351: ffv1 frames are not marked as keyframes in mkv ------------------------------------------+--------------------------- Reporter: dericed | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: ffv1 mkv matroska mkvalidator | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------------------------+--------------------------- Comment (by dericed): {{{ mkvalidator 0011TS.mkv WRN0C0: First Block for video track #1 in Cluster at 5663321 is not a keyframe WRN0C0: First Block for video track #1 in Cluster at 14063747 is not a keyframe WRN0C0: First Block for video track #1 in Cluster at 22504112 is not a keyframe WRN0C0: First Block for video track #1 in Cluster at 31003740 is not a keyframe WRN0C0: First Block for video track #1 in Cluster at 39367787 is not a keyframe WRN0C0: First Block for video track #1 in Cluster at 48174775 is not a keyframe mkvalidator 0.3.4: the file appears to be valid file created with Lavf53.2.0 / Lavf53.2.0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 16:21:51 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 14:21:51 -0000 Subject: [FFmpeg-trac] #351(undetermined:new): ffv1 frames are not marked as keyframes in mkv In-Reply-To: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> References: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> Message-ID: <051.d091160a6bf24d67b2824582d38630b0@avcodec.org> #351: ffv1 frames are not marked as keyframes in mkv ------------------------------------------+--------------------------- Reporter: dericed | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: ffv1 mkv matroska mkvalidator | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------------------------+--------------------------- Comment (by dericed): {{{ ffmpeg -i 0011TS.mov -vcodec ffv1 -an 0011TS.mkv ffmpeg version git-N-30446-g06a9da7, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 14 2011 17:46:08 with gcc 4.2.1 (Apple Inc. build 5666) (dot 3) configuration: --prefix=/packages/ffmpeg-head/runtime --enable-static --disable-shared --enable-postproc --enable-nonfree --enable-libx264 --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libvpx --enable-avfilter --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfreetype --disable-ffplay --disable-ffserver --disable-ffprobe --disable-network --disable-devices --disable-doc --extra-cflags=--static --extra-ldflags= --bindir=/packages/ffmpeg- head/dist/bin --incdir=/packages/ffmpeg-head/dist/include --libdir=/packages/ffmpeg-head/dist/lib --prefix=/usr/local --enable- runtime-cpudetect libavutil 51. 3. 0 / 51. 3. 0 libavcodec 53. 6. 1 / 53. 6. 1 libavformat 53. 2. 0 / 53. 2. 0 libavdevice 53. 1. 0 / 53. 1. 0 libavfilter 2. 11. 0 / 2. 11. 0 libswscale 0. 14. 0 / 0. 14. 0 libpostproc 51. 2. 0 / 51. 2. 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101807c00] Unimplemented container channel layout. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101807c00] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101807c00] Unimplemented container channel layout. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101807c00] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101807c00] Unimplemented container channel layout. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101807c00] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101807c00] Unimplemented container channel layout. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101807c00] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/1001) -> 29.97 (2997/100) Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '0011TS.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2009-06-10 22:51:08 Duration: 00:00:02.60, start: 0.000000, bitrate: 118341 kb/s Stream #0.0(eng): Video: dvvideo, yuv422p, 1280x1080 [PAR 3:2 DAR 16:9], 115084 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 29.97 tbc Metadata: creation_time : 2009-06-10 22:51:08 Stream #0.1(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s Metadata: creation_time : 2009-06-10 22:51:08 Stream #0.2(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s Metadata: creation_time : 2009-06-10 22:51:08 Stream #0.3(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s Metadata: creation_time : 2009-06-10 22:51:08 Stream #0.4(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s Metadata: creation_time : 2009-06-10 22:51:08 Stream #0.5(eng): Data: tmcd / 0x64636D74, 0 kb/s Metadata: creation_time : 2009-06-10 22:51:08 [buffer @ 0x101505a80] w:1280 h:1080 pixfmt:yuv422p tb:1/1000000 sar:3/2 sws_param: Output #0, matroska, to '0011TS.mkv': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2009-06-10 22:51:08 encoder : Lavf53.2.0 Stream #0.0(eng): Video: ffv1, yuv422p, 1280x1080 [PAR 3:2 DAR 16:9], q=2-31, 200 kb/s, 1k tbn, 29.97 tbc Metadata: creation_time : 2009-06-10 22:51:08 Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help frame= 78 fps= 5 q=0.0 Lsize= 54037kB time=2.60 bitrate=170061.7kbits/s video:54035kB audio:0kB global headers:0kB muxing overhead 0.003204% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 16:57:27 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 14:57:27 -0000 Subject: [FFmpeg-trac] #349(undetermined:open): MingW32 Cross Compile of FFMPEG Fails In-Reply-To: <040.92549f0d76c13c04b9400a8d0d7eeb38@avcodec.org> References: <040.92549f0d76c13c04b9400a8d0d7eeb38@avcodec.org> Message-ID: <055.b8f62ebea7f5b3521d7483ec8f9fc86c@avcodec.org> #349: MingW32 Cross Compile of FFMPEG Fails ------------------------+--------------------------- Reporter: jlsantiago0 | Owner: Type: defect | Status: open Priority: important | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by jlsantiago0): Replying to [comment:2 cehoyos]: > Please add your configure line. See the attached logs: build-log-20110714.txt - Failure calling lib.exe build-log-20110621.txt - Doesnt call lib.exe -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 17:18:41 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 15:18:41 -0000 Subject: [FFmpeg-trac] #351(undetermined:open): ffv1 frames are not marked as keyframes in mkv In-Reply-To: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> References: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> Message-ID: <051.1766927b4f723b794327f9889fdf79d7@avcodec.org> #351: ffv1 frames are not marked as keyframes in mkv ------------------------------------------+--------------------------- Reporter: dericed | Owner: Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: ffv1 mkv matroska mkvalidator | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------------------------+--------------------------- Changes (by cehoyos): * status: new => open Comment: Could you make 0011TS.mov available? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 17:22:50 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 15:22:50 -0000 Subject: [FFmpeg-trac] #351(undetermined:open): ffv1 frames are not marked as keyframes in mkv In-Reply-To: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> References: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> Message-ID: <051.530f99c76303b9156fdfaa042e96997e@avcodec.org> #351: ffv1 frames are not marked as keyframes in mkv ------------------------------------------+--------------------------- Reporter: dericed | Owner: Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: ffv1 mkv matroska mkvalidator | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------------------------+--------------------------- Comment (by dericed): I probably shouldn't (not my file), but I think this occurs on any file. Perhaps I can produce one with the new testsrc filter. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 19:51:11 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 17:51:11 -0000 Subject: [FFmpeg-trac] #352(avcodec:new): Bink file shows color-inverted blocks Message-ID: <036.2337e3e6c7facf8cd6174e9fcb0a14e4@avcodec.org> #352: Bink file shows color-inverted blocks ---------------------+------------------------- Reporter: DrMcCoy | Type: defect Status: new | Priority: normal Component: avcodec | Version: git-master Keywords: bink | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------+------------------------- Trying to play/decode the Hasbro/WotC logo found in the game Neverwinter Nights 2, several block are apparently color-inverted in the "Licensed by:" text after it finished fading in (This does not happen when running the game's EXE) Since upload.ffmpeg.org seems to be down, I've uploaded the file to my own server here: http://drmccoy.de/zeugs/WOTCLogo.bik Still of the first frame with the broken behaviour: http://drmccoy.de/zeugs/WOTCLogo-031.png Console output: {{{ $ ffmpeg -v 9 -loglevel 99 -i WOTCLogo.bik "foo-%03d.tga" ffmpeg version N-31502-g32aef7d, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 15 2011 19:20:28 with gcc 4.6.1 configuration: --disable-decoder=h264_crystalhd --disable- decoder=vc1_crystalhd --disable-decoder=mpeg2_crystalhd --disable- decoder=mpeg4_crystalhd --disable-decoder=msmpeg4_crystalhd --disable- decoder=wmv3_crystalhd libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 8. 0 / 53. 8. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 26. 0 / 2. 26. 0 libswscale 2. 0. 0 / 2. 0. 0 [bink @ 0x2888420] Format bink probed with size=2048 and score=100 [bink @ 0x2888420] All info found Input #0, bink, from 'WOTCLogo.bik': Duration: 00:00:08.00, start: 0.000000, bitrate: 2919 kb/s Stream #0.0, 1, 100/2997: Video: binkvideo, yuv420p, 1280x720, 100/2997, 29.97 tbr, 29.97 tbn, 29.97 tbc Stream #0.1, 1, 1/44100: Audio: binkaudio_dct, 44100 Hz, 2 channels, s16 Incompatible pixel format 'yuv420p' for codec 'targa', auto-selecting format 'bgr24' [buffer @ 0x2890980] w:1280 h:720 pixfmt:yuv420p tb:1/1000000 sar:0/1 sws_param: [buffersink @ 0x288c200] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out' [scale @ 0x2886f40] w:1280 h:720 fmt:yuv420p -> w:1280 h:720 fmt:bgr24 flags:0x4 Output #0, image2, to 'foo-%03d.tga': Metadata: encoder : Lavf53.6.0 Stream #0.0, 0, 1/90000: Video: targa, bgr24, 1280x720, 100/2997, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help frame= 240 fps= 74 q=0.0 Lsize= -0kB time=00:00:08.00 bitrate= -0.0kbits/s video:41886kB audio:0kB global headers:0kB muxing overhead -100.000051% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 15 23:35:32 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 15 Jul 2011 21:35:32 -0000 Subject: [FFmpeg-trac] #349(undetermined:open): MingW32 Cross Compile of FFMPEG Fails In-Reply-To: <040.92549f0d76c13c04b9400a8d0d7eeb38@avcodec.org> References: <040.92549f0d76c13c04b9400a8d0d7eeb38@avcodec.org> Message-ID: <055.c41f4e874667117eff4129744bcb7cb1@avcodec.org> #349: MingW32 Cross Compile of FFMPEG Fails ------------------------+--------------------------- Reporter: jlsantiago0 | Owner: Type: defect | Status: open Priority: important | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by KSHawkEye): I ran into this issue after updating as well. I worked around it by creating the libs, and then make install (where previously I could make the libs after I make install). It seems that FFmpeg won't install if it can not find the lib files, I'm not sure if it's only related to the shared aspect though. Even if the lib.exe can not be found, and the lib files can not be created, I suggest that it does not break the make install. I also suggest that if the .lib files are made, that the .def files are not installed and only the .lib files are. You only need one or the other. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 17 11:36:16 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 17 Jul 2011 09:36:16 -0000 Subject: [FFmpeg-trac] #351(undetermined:open): ffv1 frames are not marked as keyframes in mkv In-Reply-To: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> References: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> Message-ID: <051.1f70b19a18b1c2185590a9bb89564a4a@avcodec.org> #351: ffv1 frames are not marked as keyframes in mkv ------------------------------------------+--------------------------- Reporter: dericed | Owner: Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: ffv1 mkv matroska mkvalidator | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------------------------+--------------------------- Comment (by reimar): > aren't all ffv1 frames keyframes No, they depend on the arithmetic coding state of previous frames unless you use -g 1. The matroska encoder opens a new cluster at the latest after 5 MB of data. Since your ffv1 frames are very large it can't do that without creating some clusters without keyframes. This could probably be improved/made configurable in the muxer, but those are only warnings after all. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 17 22:38:18 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 17 Jul 2011 20:38:18 -0000 Subject: [FFmpeg-trac] #353(build system:new): Failed compiling FFmpeg in OS X 10.6.8 Message-ID: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> #353: Failed compiling FFmpeg in OS X 10.6.8 --------------------------+--------------------- Reporter: joao | Type: defect Status: new | Priority: normal Component: build system | Version: 0.8 Keywords: compile | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------+--------------------- Hi guys, Over at the Homebrew project (OS X package manager) we're running into issues compiling and installing FFmpeg on OS X. You can see our ticket here: https://github.com/mxcl/homebrew/issues/6278 The compilation error is seen here: https://gist.github.com/1059859 Someone managed to make it fail a bit later by doing this: https://gist.github.com/1072836 Can you provide us any help in getting this to compile? Thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 18 06:18:20 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 18 Jul 2011 04:18:20 -0000 Subject: [FFmpeg-trac] #282(build system:open): undefined reference to `_avdevice_register_all' In-Reply-To: <038.2fdbd05d5535c7ff5781dbb88b5a6377@avcodec.org> References: <038.2fdbd05d5535c7ff5781dbb88b5a6377@avcodec.org> Message-ID: <053.f60a5adacf6954df913598e1bcd2112a@avcodec.org> #282: undefined reference to `_avdevice_register_all' -------------------------------------------------+------------------------- Reporter: KSHawkEye | Owner: michael Type: defect | Status: open Priority: critical | Component: build Version: git | system Keywords: undefined reference | Resolution: avdevice_register_all | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------------------------+------------------------- Comment (by KSHawkEye): In that case it might be a MinGW-w64 issue. In any case, I have experienced many more issues with mingw32 then I ever have with MinGW-w64, and the issue can be fixed through FFmpeg seeing that it used to work before. I would really like to get this bug resolved, and am open to any suggestions that might fix it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 18 18:00:28 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 18 Jul 2011 16:00:28 -0000 Subject: [FFmpeg-trac] #353(build system:open): Failed compiling FFmpeg in OS X 10.6.8 In-Reply-To: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> References: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> Message-ID: <048.5731f8bcf7bc100b7de4289381042c3d@avcodec.org> #353: Failed compiling FFmpeg in OS X 10.6.8 --------------------+--------------------------- Reporter: joao | Owner: Type: defect | Status: open Priority: normal | Component: build system Version: 0.8 | Resolution: Keywords: compile | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------+--------------------------- Changes (by cehoyos): * status: new => open Comment: Please post all information necessary to reproduce your problem here, thank you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 18 19:46:21 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 18 Jul 2011 17:46:21 -0000 Subject: [FFmpeg-trac] #353(build system:open): Failed compiling FFmpeg in OS X 10.6.8 In-Reply-To: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> References: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> Message-ID: <048.864b13c34baa473e0d9117d79dbf90b0@avcodec.org> #353: Failed compiling FFmpeg in OS X 10.6.8 --------------------+--------------------------- Reporter: joao | Owner: Type: defect | Status: open Priority: normal | Component: build system Version: 0.8 | Resolution: Keywords: compile | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------+--------------------------- Comment (by reimar): Just removing the "static" should have worked fine (and makes sense anyway). But this error probably means that you are compiling in a way that will give bad performance. Or compiling for 64 bit? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 19 00:17:54 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 18 Jul 2011 22:17:54 -0000 Subject: [FFmpeg-trac] #353(build system:open): Failed compiling FFmpeg in OS X 10.6.8 In-Reply-To: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> References: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> Message-ID: <048.641b43b1967bf67fb93c10607e8dde65@avcodec.org> #353: Failed compiling FFmpeg in OS X 10.6.8 --------------------+--------------------------- Reporter: joao | Owner: Type: defect | Status: open Priority: normal | Component: build system Version: 0.8 | Resolution: Keywords: compile | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------+--------------------------- Comment (by joao): '''@cehoyos''' 1. get the 0.8 tarball 2. extract it 3. ./configure --prefix=/usr/local/Cellar/ffmpeg/0.8 --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable- libx264 --enable-libfaac --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libvpx --enable-libxvid 3. make install 4. '''''fails with the error mentioned above''''' -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 19 00:26:16 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 18 Jul 2011 22:26:16 -0000 Subject: [FFmpeg-trac] #353(build system:open): Failed compiling FFmpeg in OS X 10.6.8 In-Reply-To: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> References: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> Message-ID: <048.5b4b4af45398fd265c189e9d753f2d80@avcodec.org> #353: Failed compiling FFmpeg in OS X 10.6.8 --------------------+--------------------------- Reporter: joao | Owner: Type: defect | Status: open Priority: normal | Component: build system Version: 0.8 | Resolution: Keywords: compile | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------+--------------------------- Comment (by joao): '''@reimar''', removing ''static'' works great, but the compiling process fails later on like so: {{{ INSTALL libavcodec/libavcodec.a Undefined symbols for architecture x86_64: "_MM_FIX_0_707106781", referenced from: _filter in libavfilter.a(vf_fspp.o) "_MM_FIX_0_541196100", referenced from: _filter in libavfilter.a(vf_fspp.o) ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 19 03:38:50 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 19 Jul 2011 01:38:50 -0000 Subject: [FFmpeg-trac] #190(undetermined:new): QT - add support for QT TIFF 2bpp color mode In-Reply-To: <038.f07e16dac6414337fb218fea0bf989f8@avcodec.org> References: <038.f07e16dac6414337fb218fea0bf989f8@avcodec.org> Message-ID: <053.9cf3273c441d2fd9d719d51d3f924035@avcodec.org> #190: QT - add support for QT TIFF 2bpp color mode ------------------------+--------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by ami_stuff): I have tried to support TIFF 2/4bpp without compression, but I don't know what to do with files with inverted FillOrder (I have no 2/4bpp samples) and it seems I would need to multiply with a different value to compute grayscale for 2bpp/4bpp as well. {{{ /* make default grayscale pal */ pal = (uint32_t *) s->picture.data[1]; for (i = 0; i < 256; i++) pal[i] = i * 0x010101; }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 19 15:09:46 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 19 Jul 2011 13:09:46 -0000 Subject: [FFmpeg-trac] #353(build system:open): Failed compiling FFmpeg in OS X 10.6.8 In-Reply-To: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> References: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> Message-ID: <048.ffd6698440d4575d6761c836f16bd104@avcodec.org> #353: Failed compiling FFmpeg in OS X 10.6.8 --------------------+--------------------------- Reporter: joao | Owner: Type: defect | Status: open Priority: normal | Component: build system Version: 0.8 | Resolution: Keywords: compile | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------+--------------------------- Comment (by cehoyos): > 3. ./configure --prefix=/usr/local/Cellar/ffmpeg/0.8 --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable- libx264 --enable-libfaac --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libvpx --enable-libxvid Is the problem not reproducible if you remove any of the enable-switches? If it is still reproducible, please remove as many as possible (to get the shortest possible configure line that allows to reproduce the error). > 3. make install > 4. '''''fails with the error mentioned above''''' Which error? Is "make" sufficient to trigger the error? If yes, please run make multiple times and provide complete, uncut output of an additional "make V=1". (Please do not provide complete, uncut output of running make only once!) If not, please run "make", then provide complete, uncut output of "make V=1 install". (Please do not provide complete, uncut output of only running "make install"!) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 19 15:18:10 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 19 Jul 2011 13:18:10 -0000 Subject: [FFmpeg-trac] #353(build system:open): Failed compiling FFmpeg in OS X 10.6.8 In-Reply-To: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> References: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> Message-ID: <048.1a8b7c51f2e652603bedd8e2c8612f26@avcodec.org> #353: Failed compiling FFmpeg in OS X 10.6.8 --------------------+--------------------------- Reporter: joao | Owner: Type: defect | Status: open Priority: normal | Component: build system Version: 0.8 | Resolution: Keywords: compile | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------+--------------------------- Comment (by cehoyos): And since this was probably fixed today: Please test latest git head. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 19 19:50:26 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 19 Jul 2011 17:50:26 -0000 Subject: [FFmpeg-trac] #353(build system:open): Failed compiling FFmpeg in OS X 10.6.8 In-Reply-To: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> References: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> Message-ID: <048.0aa4105698794153586971289d0ffbf2@avcodec.org> #353: Failed compiling FFmpeg in OS X 10.6.8 --------------------+--------------------------- Reporter: joao | Owner: Type: defect | Status: open Priority: normal | Component: build system Version: 0.8 | Resolution: Keywords: compile | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------+--------------------------- Comment (by joao): Thanks for the help man. I managed to isolate the --enable-gpl flag as the one that will cause the issue. Here's what I did, after editing the libavcodec/motionpixels_tablegen.h file, removing the '''static''' keyword: {{{ $ ./configure --prefix=/usr/local/Cellar/ffmpeg/0.8 --enable-gpl $ make ... $ make V=1 # a couple of times $ make V=1 gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavutil -Llibpostproc -Llibswscale -Wl,-dynamic,-search_paths_first -o ffmpeg_g ffmpeg.o cmdutils.o -lavdevice -lavfilter -lavformat -lavcodec -lpostproc -lswscale -lavutil -lm -lbz2 -lz Undefined symbols for architecture x86_64: "_MM_FIX_0_707106781", referenced from: _filter in libavfilter.a(vf_fspp.o) "_MM_FIX_0_541196100", referenced from: _filter in libavfilter.a(vf_fspp.o) ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make: *** [ffmpeg_g] Error 1 $ }}} And I get exactly the same behavior by doing the same steps (except editing motionpixels_tablegen.h beforehand), on the current repo HEAD. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 19 20:38:59 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 19 Jul 2011 18:38:59 -0000 Subject: [FFmpeg-trac] #354(avcodec:new): h264 interlaced decoding failure - alot of artifacts and error log messages Message-ID: <038.09d952c88a9d9cabd484dcf2aed06493@avcodec.org> #354: h264 interlaced decoding failure - alot of artifacts and error log messages -----------------------+------------------------- Reporter: heleppkes | Type: defect Status: new | Priority: normal Component: avcodec | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------+------------------------- Following file fails to decode properly: http://files.1f0.de/samples/20100812_1635_-_TVNorge_HD_-_Gossip Girl.ts The file is a DVB-S2 recording. The problem can easily be reproduced with ffplay. Seeking in the file sometimes fixes the problem, which strikes me as odd. I realize the file is problably just broken, however since seeking sometimes fixes the problem, maybe the error can somehow be concealed while decoding? Attached is ffplay output when decoding. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 19 20:40:21 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 19 Jul 2011 18:40:21 -0000 Subject: [FFmpeg-trac] #354(avcodec:new): h264 interlaced decoding failure - alot of artifacts and error log messages In-Reply-To: <038.09d952c88a9d9cabd484dcf2aed06493@avcodec.org> References: <038.09d952c88a9d9cabd484dcf2aed06493@avcodec.org> Message-ID: <053.6920f006bc6891938bc3baaff78b83d5@avcodec.org> #354: h264 interlaced decoding failure - alot of artifacts and error log messages -----------------------+---------------------- Reporter: heleppkes | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------+---------------------- Comment (by heleppkes): Correct link to the sample: http://files.1f0.de/samples/20100812_1635_-_TVNorge_HD_-_Gossip_Girl.ts Sorry about that. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 19 23:58:01 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 19 Jul 2011 21:58:01 -0000 Subject: [FFmpeg-trac] #354(undetermined:open): h264 interlaced decoding failure - alot of artifacts and error log messages In-Reply-To: <038.09d952c88a9d9cabd484dcf2aed06493@avcodec.org> References: <038.09d952c88a9d9cabd484dcf2aed06493@avcodec.org> Message-ID: <053.e8838207f55f4795486ef30ea66a0fa9@avcodec.org> #354: h264 interlaced decoding failure - alot of artifacts and error log messages -----------------------+--------------------------- Reporter: heleppkes | Owner: Type: defect | Status: open Priority: normal | Component: undetermined Version: git-master | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+--------------------------- Changes (by cehoyos): * keywords: => h264 * status: new => open * component: avcodec => undetermined * reproduced: 0 => 1 Comment: Works fine with the reference decoder and mplayer -demuxer h264es, fails with mplayer -demuxer lavf {{{ $ ffmpeg -i test.264 out.avi ffmpeg version N-31558-g47b71ee, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 19 2011 23:34:00 with gcc 4.5.3 configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc --enable-gpl libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 8. 0 / 53. 8. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 27. 0 / 2. 27. 0 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [h264 @ 0x12d5540] non-existing SPS 0 referenced in buffering period [h264 @ 0x12d5540] non-existing PPS referenced [h264 @ 0x12d5540] non-existing SPS 0 referenced in buffering period [h264 @ 0x12d5540] non-existing PPS 0 referenced [h264 @ 0x12d5540] decode_slice_header error [h264 @ 0x12d5540] no frame! [h264 @ 0x12d5540] non-existing SPS 0 referenced in buffering period [h264 @ 0x12d5540] non-existing PPS referenced [h264 @ 0x12d5540] non-existing SPS 0 referenced in buffering period [h264 @ 0x12d5540] non-existing PPS 0 referenced [h264 @ 0x12d5540] decode_slice_header error [h264 @ 0x12d5540] no frame! ... [h264 @ 0x12d5540] non-existing SPS 0 referenced in buffering period [h264 @ 0x12d5540] non-existing PPS referenced [h264 @ 0x12d5540] non-existing SPS 0 referenced in buffering period [h264 @ 0x12d5540] non-existing PPS 0 referenced [h264 @ 0x12d5540] decode_slice_header error [h264 @ 0x12d5540] no frame! [h264 @ 0x12d5540] mmco: unref short failure [h264 @ 0x12d3420] Estimating duration from bitrate, this may be inaccurate Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -> 25.00 (50/2) Input #0, h264, from 'test.264': Duration: N/A, bitrate: N/A Stream #0.0: Video: h264 (High), yuvj420p, 1920x1080 [PAR 1:1 DAR 16:9], 50 fps, 25 tbr, 1200k tbn, 50 tbc Incompatible pixel format 'yuvj420p' for codec 'mpeg4', auto-selecting format 'yuv420p' [buffer @ 0x130e020] w:1920 h:1080 pixfmt:yuvj420p tb:1/1000000 sar:1/1 sws_param: [buffersink @ 0x12d3360] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out' [scale @ 0x12d1840] w:1920 h:1080 fmt:yuvj420p -> w:1920 h:1080 fmt:yuv420p flags:0x4 [mpeg4 @ 0x12d2720] removing common factors from framerate Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf53.6.0 Stream #0.0: Video: mpeg4, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 25 tbn, 25 tbc Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help [h264 @ 0x12d5540] illegal short term buffer state detected Last message repeated 3 times [h264 @ 0x12d5540] mmco: unref short failure Last message repeated 1 times [h264 @ 0x12d5540] illegal short term buffer state detected Last message repeated 1 times [h264 @ 0x12d5540] mmco: unref short failure Last message repeated 1 times [h264 @ 0x12d5540] illegal short term buffer state detected frame= 6 fps= 0 q=5.2 size= 836kB time=00:00:00.24 bitrate=28520.3kbits/s dup=0 drop=5 ^M Last message repeated 1 times [h264 @ 0x12d5540] mmco: unref short failure Last message repeated 1 times [h264 @ 0x12d5540] illegal short term buffer state detected Last message repeated 1 times [h264 @ 0x12d5540] mmco: unref short failure Last message repeated 1 times [h264 @ 0x12d5540] illegal short term buffer state detected Last message repeated 1 times [h264 @ 0x12d5540] mmco: unref short failure Last message repeated 1 times [h264 @ 0x12d5540] illegal short term buffer state detected frame= 12 fps= 11 q=17.2 size= 1574kB time=00:00:00.48 bitrate=26856.7kbits/s dup=0 drop=10 ^M Last message repeated 1 times [h264 @ 0x12d5540] mmco: unref short failure Last message repeated 1 times [h264 @ 0x12d5540] illegal short term buffer state detected Last message repeated 1 times [h264 @ 0x12d5540] mmco: unref short failure Last message repeated 1 times [h264 @ 0x12d5540] illegal short term buffer state detected Last message repeated 1 times [h264 @ 0x12d5540] error while decoding MB 22 22, bytestream (-13) [h264 @ 0x12d5540] mmco: unref short failure Last message repeated 1 times [h264 @ 0x12d5540] illegal short term buffer state detected frame= 16 fps= 11 q=30.6 Lsize= 1864kB time=00:00:00.64 bitrate=23863.8kbits/s dup=0 drop=14 ^M video:1858kB audio:0kB global headers:0kB muxing overhead 0.323024% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 20 00:24:35 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 19 Jul 2011 22:24:35 -0000 Subject: [FFmpeg-trac] #355(undetermined:new): ALLPlayer.org and Artur Majtczak violate the GPL Message-ID: <036.3217ada9046c4027504b6512483666bd@avcodec.org> #355: ALLPlayer.org and Artur Majtczak violate the GPL --------------------------------+-------------------------- Reporter: cehoyos | Owner: Type: license violation | Status: new Priority: normal | Component: undetermined Version: unspecified | Keywords: Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 --------------------------------+-------------------------- (issue 2099) AllPlayer shows attached EULA on installation. No sources visible, the EULA is completely incompatible with the (L)GPL. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 20 00:28:19 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 19 Jul 2011 22:28:19 -0000 Subject: [FFmpeg-trac] #355(undetermined:open): ALLPlayer.org and Artur Majtczak violate the GPL In-Reply-To: <036.3217ada9046c4027504b6512483666bd@avcodec.org> References: <036.3217ada9046c4027504b6512483666bd@avcodec.org> Message-ID: <051.e2a41fe16015a8a1e67ea1db822bfac5@avcodec.org> #355: ALLPlayer.org and Artur Majtczak violate the GPL ------------------------------+--------------------------- Reporter: cehoyos | Owner: Type: license violation | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------------+--------------------------- Changes (by cehoyos): * status: new => open Comment: whois information: Registrant Name:Rafal Majtczak Registrant Organization:MarBit Computers Registrant Street1:ul. Wierzbowa 46/48 p.21 Registrant City:Lodz Registrant Postal Code:90-133 Registrant Country:PL Registrant Phone:+48.426780919 Registrant Email:majtczak at marbit.com.pl -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 20 06:20:05 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 20 Jul 2011 04:20:05 -0000 Subject: [FFmpeg-trac] #356(avcodec:new): -profile aac_low option sets also the profile for the video codec Message-ID: <035.f1dda556b0135401dfedb83d204b51d7@avcodec.org> #356: -profile aac_low option sets also the profile for the video codec ---------------------+------------------------- Reporter: tfoucu | Type: defect Status: new | Priority: normal Component: avcodec | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------+------------------------- ex: ./ffmpeg -i trailer_720p.20.flv -b 56000 -vf scale=176:144 -level 8 -vcodec mpeg4 -ab 24000 -ar 22050 -ac 1 -profile aac_low -acodec libfaac -f mp4 -y /tmp/test.mp4 will generate a mp4 file with the video codec profile/level to be 24 output from mp4info: Track Type Info 1 video '''MPEG-4 Unknown Profile(24)''', 211.085 secs, 63 kbps, 176x144 @ 23.976123 fps 2 audio MPEG-4 AAC LC, 211.162 secs, 24 kbps, 22050 Hz if you remove the profile option from the command line, output of mp4info Track Type Info 1 video MPEG-4 Simple @ L0, 211.085 secs, 63 kbps, 176x144 @ 23.976123 fps 2 audio MPEG-4 AAC LC, 211.162 secs, 24 kbps, 22050 Hz So, it seems that -profile aac_low does set the profile of the video encoder context to be 1 as well as the audio encoder context. The exact output of the command line with -profile aac_low ./ffmpeg -i trailer_720p.20.flv -b 56000 -vf scale=176:144 -level 8 -vcodec mpeg4 -ab 24000 -ar 22050 -ac 1 -profile aac_low -acodec libfaac -f mp4 -y /tmp/test.mp4 ffmpeg version N-31566-gd303e0a, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 19 2011 20:35:45 with gcc 4.4.3 configuration: --enable-gpl --enable-version3 --enable-nonfree --enable- libfaac libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 8. 0 / 53. 8. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 27. 0 / 2. 27. 0 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [flv @ 0x260d420] Estimating duration from bitrate, this may be inaccurate Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 23.98 (24000/1001) Input #0, flv, from 'trailer_720p.20.flv': Duration: 00:03:31.06, start: 0.000000, bitrate: 256 kb/s Stream #0.0: Video: flv, yuv420p, 1280x720, 23.98 tbr, 1k tbn, 1k tbc Stream #0.1: Audio: mp3, 44100 Hz, stereo, s16, 256 kb/s [buffer @ 0x260d360] w:1280 h:720 pixfmt:yuv420p tb:1/1000000 sar:0/1 sws_param: [scale @ 0x2610d40] w:1280 h:720 fmt:yuv420p -> w:176 h:144 fmt:yuv420p flags:0x4 Output #0, mp4, to '/tmp/test.mp4': Metadata: encoder : Lavf53.6.0 Stream #0.0: Video: mpeg4, yuv420p, 176x144, q=2-31, 56 kb/s, 24k tbn, 23.98 tbc Stream #0.1: Audio: libfaac (LC), 22050 Hz, 1 channels, s16, 24 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Press [q] to stop, [?] for help frame= 5061 fps=141 q=2.0 Lsize= 2320kB time=00:03:31.08 bitrate= 90.0kbits/s video:1623kB audio:619kB global headers:0kB muxing overhead 3.477867% -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 20 18:21:20 2011 From: trac at avcodec.org (FFmpeg) Date: Wed, 20 Jul 2011 16:21:20 -0000 Subject: [FFmpeg-trac] #351(undetermined:open): ffv1 frames are not marked as keyframes in mkv In-Reply-To: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> References: <036.3c9a366cc9276e7193946dbbd70258e1@avcodec.org> Message-ID: <051.fa765a899c85da77de05ac321e3709c4@avcodec.org> #351: ffv1 frames are not marked as keyframes in mkv ------------------------------------------+--------------------------- Reporter: dericed | Owner: Type: defect | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: ffv1 mkv matroska mkvalidator | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------------------------+--------------------------- Comment (by dericed): Replying to [comment:5 reimar]: > > aren't all ffv1 frames keyframes > > No, they depend on the arithmetic coding state of previous frames unless you use -g 1. > The matroska encoder opens a new cluster at the latest after 5 MB of data. Since your ffv1 frames are very large it can't do that without creating some clusters without keyframes. > This could probably be improved/made configurable in the muxer, but those are only warnings after all. Thanks for the explanation of the 5MB limit. For now, I'll looking into using '-g 1' or 'mkclean --remux' on the result. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 21 02:43:40 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 21 Jul 2011 00:43:40 -0000 Subject: [FFmpeg-trac] #317(undetermined:new): mpeg4 (geov & geox fouccs) needs to be flipped In-Reply-To: <038.55dd4e0be0e81908630d186a119f6a77@avcodec.org> References: <038.55dd4e0be0e81908630d186a119f6a77@avcodec.org> Message-ID: <053.f83e345a0562a6c314bcffa211d5e014@avcodec.org> #317: mpeg4 (geov & geox fouccs) needs to be flipped ------------------------+--------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by ami_stuff): old thread about the problem: http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/109896 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 21 08:52:42 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 21 Jul 2011 06:52:42 -0000 Subject: [FFmpeg-trac] #357(FFmpeg:new): Trying to transcode a vbk file to wav Message-ID: <037.bdde7b88f11482037930d0716827b725@avcodec.org> #357: Trying to transcode a vbk file to wav --------------------------+--------------------- Reporter: himanshu | Owner: michael Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Keywords: VBK WAV Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 --------------------------+--------------------- Hi Team, I was trying to transcode a vbk file to a wav file. But I encoutered an error log pasted below. Also I verified that the file is not corrupt by playing the same in CallPilot Player and it plays fine. C:\Users\himanshu.bhardwaj\Desktop\FFMpegTest>ffmpeg -y -i C:\Users\himanshu.bhardwaj\Desktop\FFMpegTest\v060102.vbk -acodec pcm_mulaw C:\Users\himanshu.bhardwaj\Desktop\FFMpegTest\output.wav ffmpeg version N-31548-g78accb8, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 17 2011 22:41:27 with gcc 4.6.1 configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable- runtime- cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable- libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable- libxvid --enable-zlib libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 8. 0 / 53. 8. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 27. 0 / 2. 27. 0 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 C:\Users\himanshu.bhardwaj\Desktop\FFMpegTest\v060102.vbk: Invalid data found when processing input -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 21 08:54:51 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 21 Jul 2011 06:54:51 -0000 Subject: [FFmpeg-trac] #357(FFmpeg:new): Trying to transcode a vbk file to wav In-Reply-To: <037.bdde7b88f11482037930d0716827b725@avcodec.org> References: <037.bdde7b88f11482037930d0716827b725@avcodec.org> Message-ID: <052.c547863ed0088de4ea6db3a5c4c22dba@avcodec.org> #357: Trying to transcode a vbk file to wav ------------------------+---------------------- Reporter: himanshu | Owner: michael Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Resolution: Keywords: VBK WAV | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+---------------------- Comment (by himanshu): Forgot to mention the version: ffmpeg-git-78accb8-win64-static -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 21 11:07:36 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 21 Jul 2011 09:07:36 -0000 Subject: [FFmpeg-trac] #357(undetermined:open): Trying to transcode a vbk file to wav In-Reply-To: <037.bdde7b88f11482037930d0716827b725@avcodec.org> References: <037.bdde7b88f11482037930d0716827b725@avcodec.org> Message-ID: <052.95d5a83d3a54977a6093765764782a07@avcodec.org> #357: Trying to transcode a vbk file to wav ------------------------+--------------------------- Reporter: himanshu | Owner: michael Type: enhancement | Status: open Priority: wish | Component: undetermined Version: git-master | Resolution: Keywords: VBK | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ------------------------+--------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: FFmpeg => undetermined * priority: normal => wish * version: unspecified => git-master * keywords: VBK WAV => VBK * type: defect => enhancement Comment: Is the Nortel CallPilot able to convert the vbk file to wav? If yes, could you upload the wav file? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 21 11:25:03 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 21 Jul 2011 09:25:03 -0000 Subject: [FFmpeg-trac] #357(undetermined:open): Trying to transcode a vbk file to wav In-Reply-To: <037.bdde7b88f11482037930d0716827b725@avcodec.org> References: <037.bdde7b88f11482037930d0716827b725@avcodec.org> Message-ID: <052.c428ce111aae2cc791e8608816b70f6f@avcodec.org> #357: Trying to transcode a vbk file to wav ------------------------+--------------------------- Reporter: himanshu | Owner: michael Type: enhancement | Status: open Priority: wish | Component: undetermined Version: git-master | Resolution: Keywords: VBK | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): See also: http://forum.videolan.org/viewtopic.php?f=7&t=46452 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 21 12:33:36 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 21 Jul 2011 10:33:36 -0000 Subject: [FFmpeg-trac] #357(undetermined:open): Trying to transcode a vbk file to wav In-Reply-To: <037.bdde7b88f11482037930d0716827b725@avcodec.org> References: <037.bdde7b88f11482037930d0716827b725@avcodec.org> Message-ID: <052.6d9d1bf5e2e890a8ce4d93769328da6d@avcodec.org> #357: Trying to transcode a vbk file to wav ------------------------+--------------------------- Reporter: himanshu | Owner: michael Type: enhancement | Status: open Priority: wish | Component: undetermined Version: git-master | Resolution: Keywords: VBK | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ------------------------+--------------------------- Comment (by himanshu): This file (v060102.wav) is converted using Nortel Callpilot -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 21 12:53:47 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 21 Jul 2011 10:53:47 -0000 Subject: [FFmpeg-trac] #357(undetermined:open): Trying to transcode a vbk file to wav In-Reply-To: <037.bdde7b88f11482037930d0716827b725@avcodec.org> References: <037.bdde7b88f11482037930d0716827b725@avcodec.org> Message-ID: <052.427d5373f7ae07754b5ab88da345e76b@avcodec.org> #357: Trying to transcode a vbk file to wav ------------------------+--------------------------- Reporter: himanshu | Owner: michael Type: enhancement | Status: open Priority: wish | Component: undetermined Version: git-master | Resolution: Keywords: VBK | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): vbk files use a ~17kb/s voice codec. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 21 13:57:32 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 21 Jul 2011 11:57:32 -0000 Subject: [FFmpeg-trac] #357(undetermined:open): Trying to transcode a vbk file to wav In-Reply-To: <037.bdde7b88f11482037930d0716827b725@avcodec.org> References: <037.bdde7b88f11482037930d0716827b725@avcodec.org> Message-ID: <052.95312e8e6323cd189dbe278700db75c4@avcodec.org> #357: Trying to transcode a vbk file to wav ------------------------+--------------------------- Reporter: himanshu | Owner: michael Type: enhancement | Status: open Priority: wish | Component: undetermined Version: git-master | Resolution: Keywords: VBK | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ------------------------+--------------------------- Comment (by himanshu): I am very new to media processing. So what I understand from the last statement is that, I would be needing a voice codec which supports 17 kbps. This needs to be integrated in ffmpeg which can do the processing then. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 22 02:25:23 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 22 Jul 2011 00:25:23 -0000 Subject: [FFmpeg-trac] #285(FFmpeg:new): RTSP h264 video stream always reports corrupted macroblock In-Reply-To: <035.8c073264c2ab9a1a8255fb6edca19e23@avcodec.org> References: <035.8c073264c2ab9a1a8255fb6edca19e23@avcodec.org> Message-ID: <050.78fe8905d8b7f4121c607eb30bf5e651@avcodec.org> #285: RTSP h264 video stream always reports corrupted macroblock ------------------------+---------------------- Reporter: bovine | Owner: michael Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+---------------------- Comment (by Ph0t0n): Hey I'm pretty sure I figured out why these RTP streams are getting corrupted when in UDP mode (which is the way RTP was intended to function!). If you set the loglevel to debug, and then set the queue size (max_delay), and do a very simple loop like: while (1) { av_read_frame(ctx, pkt); } then you'll see errors like: [mpeg4 @ 0037b6a0] RTP: missed 3 packets [pcm_mulaw @ 0037d980] RTP: missed 5 packets [mpeg4 @ 0037b6a0] RTP: missed 1 packets [mpeg4 @ 0037b6a0] RTP: missed 1 packets [mpeg4 @ 0037b6a0] RTP: missed 2 packets [mpeg4 @ 0037b6a0] RTP: missed 1 packets [mpeg4 @ 0037b6a0] RTP: missed 3 packets [mpeg4 @ 0037b6a0] RTP: missed 1 packets [pcm_mulaw @ 0037d980] RTP: missed 3 packets [mpeg4 @ 0037b6a0] RTP: missed 1 packets [mpeg4 @ 0037b6a0] RTP: missed 1 packets [mpeg4 @ 0037b6a0] RTP: missed 4 packets You can also get the above errors plus the mpeg4 decoding errors that you guys are seeing by using ffplay. The mpeg4 errors will be red, and the rtp missed packets will be yellow. Here's an example using a camera in Boston: ffplay -max_delay 50000 -sync video -loglevel debug rtsp://128.197.178.104/mpeg4/media.amp Much older version of ffmpeg didn't have this problem, however they instead had a different problem where they would timeout after a couple of minutes because they weren't responding to a ping or something. Ok so now for the "solution"... The problem is in libavformat/udp.c . Someone added code that uses a pthread and a circular buffer when reading from a udp socket. There is a bug in that code - I don't know exactly where. The circular buffer/thread code is only executed if pthreads are enabled. So if pthreads are disabled, then the "backup" code runs. If you comment out the sections within HAVE_PTHREADS, magic happens... no more mpeg4 macroblock/missing packet errors!!! I don't know how important that circular buffer/thread code is. Most of us probably don't want to disable pthreads for everything just to fix this one problem. Do we really need this circular buffer code since it seems to work fine without it? Or should we try and fix it? I'm a noob when it comes to the code in udp.c, so fixing it would be a lot easier for someone more familiar with it. --luke -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 22 02:28:48 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 22 Jul 2011 00:28:48 -0000 Subject: [FFmpeg-trac] #258(avformat:new): RTP over UDP: doesn't reorder packets In-Reply-To: <035.50c44bf7c4088c27553fa9d3b2a18088@avcodec.org> References: <035.50c44bf7c4088c27553fa9d3b2a18088@avcodec.org> Message-ID: <050.251f0617c1c0b63234c911e882c9c5b0@avcodec.org> #258: RTP over UDP: doesn't reorder packets ------------------------+----------------------- Reporter: Andrew | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: RTP reorder | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+----------------------- Comment (by Ph0t0n): hey guys, I think this problem is related to the same bug described in ticket 285. I have made some progress on it and have come up with at least a temporary "solution". Go to https://ffmpeg.org/trac/ffmpeg/ticket/285#comment:12 for the info. --luke -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 22 09:14:18 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 22 Jul 2011 07:14:18 -0000 Subject: [FFmpeg-trac] #358(undetermined:new): MMS(MMSH) seeking/skipping freezes video Message-ID: <035.36d22d6ddffcab1aa131f136e794ae98@avcodec.org> #358: MMS(MMSH) seeking/skipping freezes video --------------------------+-------------------------- Reporter: arnova | Type: defect Status: new | Priority: normal Component: undetermined | Version: unspecified Keywords: mms | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------+-------------------------- When trying to seek/skip through a streamed video using the MMS/MMSH protocols, FFmpeg/FFPlay freezes. I first encountered this problem in XBMC but FFPlay experiences the same behaviour. I've tested it with several Dutch streams, which all show the problem. It works fine when I use an older version of XBMC which uses libmms so it seems to be a problem FFmpeg's implementation. The commandline/output from ffplay looks like this: (1000 ~/ffmpeg)% ./ffplay "mmsh://bolt01.omroep.nl/public/ug- od/wm/50/media/wm50c1/ceres/1/kro/rest/2009/KRO_1336806/bb.20090611.asf?wmt=4e292053&wmhash=15605a15" ffplay version N-31601-gba99474, Copyright (c) 2003-2011 the FFmpeg developers built on Jul 22 2011 08:56:44 with gcc 4.4.3 configuration: libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 8. 0 / 53. 8. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 27. 2 / 2. 27. 2 libswscale 2. 0. 0 / 2. 0. 0 Input #0, asf, from 'mmsh://bolt01.omroep.nl/public/ug- od/wm/50/media/wm50c1/ceres/1/kro/rest/2009/KRO_1336806/bb.20090611.asf?wmt=4e292053&wmhash=15605a15': Metadata: WMFSDKVersion : 10.00.00.4001 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 Duration: 00:10:09.14, start: 0.000000, bitrate: N/A Stream #0.0(eng): Video: wmv3 (Main), yuv420p, 320x180, 452 kb/s, 25 tbr, 1k tbn, 1k tbc Stream #0.1(eng): Audio: wmav2, 44100 Hz, 2 channels, s16, 48 kb/s ALSA lib pcm.c:7245:(snd_pcm_recover) underrun occuredB sq= 0B f=0/0 Read data packet header failed! 0KB vq= 0KB sq= 0B f=0/0 f=0/0 Recv other type packet -5 Read data packet header failed! Recv other type packet -5 [asf @ 0x8f3a120] asf_read_pts failed mmsh://bolt01.omroep.nl/public/ug- od/wm/50/media/wm50c1/ceres/1/kro/rest/2009/KRO_1336806/bb.20090611.asf?wmt=4e292053&wmhash=15605a15: error while seeking Read data packet header failed! Recv other type packet -5 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 22 15:08:51 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 22 Jul 2011 13:08:51 -0000 Subject: [FFmpeg-trac] #359(undetermined:new): SIGABRT when playing RTSP stream Message-ID: <035.522e66b2395e4d45ec3fa35e386abbaf@avcodec.org> #359: SIGABRT when playing RTSP stream --------------------------+--------------------- Reporter: naoliv | Type: defect Status: new | Priority: normal Component: undetermined | Version: 0.8 Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------+--------------------- Hi! I was trying to play a RTSP stream and was getting a SIGABRT. It's not always reproducible (but when trying more or less 3 to 5 times, I can get one abort). gdb backtrace is attached. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 22 15:15:54 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 22 Jul 2011 13:15:54 -0000 Subject: [FFmpeg-trac] #360(avformat:new): Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files Message-ID: <032.3480a0f77c6f8ee707cbd9f039881f6a@avcodec.org> #360: Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files ----------------------+-------------------------- Reporter: rmk | Type: defect Status: new | Priority: normal Component: avformat | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ----------------------+-------------------------- The attached AVCHD file is from a Panasonic Lumix GH2 in 720p50 mode. These files used to be decodable by old ffmpeg versions (the last I checked was SVN-r26108, roughly from the beginning of this year). With current git the video packets' timestamps are completely broken (we noticed when we upgraded our libraries for an application that uses libavformat/libavcodec) and also ffprobe displays N/A for the video packets' PTS values. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 22 22:32:41 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 22 Jul 2011 20:32:41 -0000 Subject: [FFmpeg-trac] #361(avcodec:new): avcodec_decode_audio3 SEGFAULT while decoding certain codec types Message-ID: <036.2afc98db1649b7a865a9cd08a0954054@avcodec.org> #361: avcodec_decode_audio3 SEGFAULT while decoding certain codec types -------------------------------------------------+------------------------- Reporter: danijel | Type: defect Status: new | Priority: important Component: avcodec | Version: git Keywords: avcodec decode segfault float int | Blocked By: conversion | Reproduced: 0 Blocking: | Analyzed: 0 | -------------------------------------------------+------------------------- I am using libavcodec as a dynamically linked library under Linux loaded at runtime to decode audio from various codec/format combinations into raw 16-bit slinear 16kHz audio signal. I downloaded the latest ffmpeg from git today and compiled it using the following configuration: {{{ ./configure --pkg-config=pkg-config --enable-shared --disable-static --enable-memalign-hack --enable-runtime-cpudetect --enable-debug=3 --disable-optimizations --disable-stripping }}} However, the same error happens with stock debian (wheezy) version of the library! The versions I am using: {{{ libavcodec.so.53 libavformat.so.53 libavutil.so.51 }}} I try and decode a WMA encoded file like so: {{{ Converting: input/test.asf.wav => output/test.asf.wav.raw Format: WAV format Codec: Windows Media Audio 2 }}} And gdb displays the crash like so: {{{ Program received signal SIGSEGV, Segmentation fault. 0xb7598400 in float_to_int16_interleave_sse2 (dst=0xb6f8b008, src=0xbffff3c8, len=2048, channels=2) at libavcodec/x86/fmtconvert_mmx.c:219 219 FLOAT_TO_INT16_INTERLEAVE(sse2, (gdb) bt #0 0xb7598400 in float_to_int16_interleave_sse2 (dst=0xb6f8b008, src=0xbffff3c8, len=2048, channels=2) at libavcodec/x86/fmtconvert_mmx.c:219 #1 0xb755108d in wma_decode_frame (s=0xb6f34020, samples=0xb6f8b008) at libavcodec/wmadec.c:800 #2 0xb75513eb in wma_decode_superframe (avctx=0x805fb40, data=0xb6f8b008, data_size=0xbffff4b0, avpkt=0x8058118) at libavcodec/wmadec.c:887 #3 0xb74fc302 in avcodec_decode_audio3 (avctx=0x805fb40, samples=0xb6f8b008, frame_size_ptr=0xbffff4b0, avpkt=0x8058118) at libavcodec/utils.c:822 #4 0x08050e58 in FFmpegConverter::process (this=0x80580a8) at src/ffmpeg_converter.cpp:171 #5 0x0804ead9 in ConverterThread::Execute (this=0xbffff6bc) at src/converter_thread.cpp:91 #6 0x08052ddc in main (argc=2, argv=0xbffff7d4) at src/main.cpp:57 (gdb) }}} Curiously, the ffmpeg program doesn't seem to be affected by this bug, so maybe I am doing something wrong with the library in my program? In any case, this exact same program works fine when using the library on my Windows machine. The library is cross-compiled under Linux using mingw. I'm guessing it has something to do with CPU detection? Here is cpuinfo on my Linux machine: {{{ processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Pentium(R) Dual-Core CPU E5200 @ 2.50GHz stepping : 10 cpu MHz : 2499.623 cache size : 2048 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arc h_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm dts bogomips : 4999.24 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: processor : 1 (... and the rest of the file is similar as above ...) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 25 12:50:20 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 25 Jul 2011 10:50:20 -0000 Subject: [FFmpeg-trac] #362(avcodec:new): Interlaced mjpeg fails to decode Message-ID: <036.ab442c242e155247324bb00e094db745@avcodec.org> #362: Interlaced mjpeg fails to decode -------------------------+--------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: Blocked By: | Blocking: Reproduced: 1 | Analyzed: 0 -------------------------+--------------------- Attached file plays fine with mplayer -vc m3jpeg (24 frames), ffmpeg fails to decode most of the frames. {{{ ffmpeg -i test.avi -an -qscale 2 out.avi ffmpeg version N-31630-g88084ee, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 25 2011 00:08:39 with gcc 4.5.3 configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 9. 0 / 53. 9. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 27. 3 / 2. 27. 3 libswscale 2. 0. 0 / 2. 0. 0 Input #0, avi, from 'test.avi': Duration: 00:00:09.60, start: 0.000000, bitrate: 2126 kb/s Stream #0.0: Video: mjpeg, yuvj422p, 608x464, 29.97 fps, 29.97 tbr, 29.97 tbn, 29.97 tbc Stream #0.1: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s Incompatible pixel format 'yuvj422p' for codec 'mpeg4', auto-selecting format 'yuv420p' [buffer @ 0x128a7c0] w:608 h:464 pixfmt:yuvj422p tb:1/1000000 sar:0/1 sws_param: [buffersink @ 0x12843c0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out' [scale @ 0x1285d00] w:608 h:464 fmt:yuvj422p -> w:608 h:464 fmt:yuv420p flags:0x4 Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf53.6.0 Stream #0.0: Video: mpeg4, yuv420p, 608x464, q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help [mjpeg @ 0x1284440] EOI missing, emulating Last message repeated 3 times frame= 4 fps= 0 q=2.0 Lsize= 154kB time=00:00:00.76 bitrate=1643.8kbits/s video:148kB audio:0kB global headers:0kB muxing overhead 4.115993% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 25 12:53:33 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 25 Jul 2011 10:53:33 -0000 Subject: [FFmpeg-trac] #360(avformat:open): Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files In-Reply-To: <032.3480a0f77c6f8ee707cbd9f039881f6a@avcodec.org> References: <032.3480a0f77c6f8ee707cbd9f039881f6a@avcodec.org> Message-ID: <047.bc2c2cb2936ee8fa5bb277683347faf7@avcodec.org> #360: Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files ------------------------+----------------------- Reporter: rmk | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+----------------------- Changes (by cehoyos): * status: new => open Comment: If you believe this is a regression, please find the version introducing the problem using git bisect. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 25 19:36:49 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 25 Jul 2011 17:36:49 -0000 Subject: [FFmpeg-trac] #353(build system:open): Failed compiling FFmpeg in OS X 10.6.8 In-Reply-To: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> References: <033.52b2e889de637e59b768786a1312cfc0@avcodec.org> Message-ID: <048.85aa25ed70d15bc3ee6d8c8c71505412@avcodec.org> #353: Failed compiling FFmpeg in OS X 10.6.8 --------------------+--------------------------- Reporter: joao | Owner: Type: defect | Status: open Priority: normal | Component: build system Version: 0.8 | Resolution: Keywords: compile | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------+--------------------------- Comment (by joao): Fixed. It works if the following flag is added to the configure script: --cc=clang -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jul 25 23:59:23 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 25 Jul 2011 21:59:23 -0000 Subject: [FFmpeg-trac] #360(avformat:open): Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files In-Reply-To: <032.3480a0f77c6f8ee707cbd9f039881f6a@avcodec.org> References: <032.3480a0f77c6f8ee707cbd9f039881f6a@avcodec.org> Message-ID: <047.7899e8812071f20865066de541af23e5@avcodec.org> #360: Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files ------------------------+----------------------- Reporter: rmk | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+----------------------- Comment (by rmk): it appears that after commit 512f973eac9a8c38ca33f089b6f3bb433ffc6a2e the timestamps were broken. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 00:06:42 2011 From: trac at avcodec.org (FFmpeg) Date: Mon, 25 Jul 2011 22:06:42 -0000 Subject: [FFmpeg-trac] #363(avcodec:new): libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) Message-ID: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> #363: libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) -------------------------------------------------+------------------------- Reporter: piru | Type: defect Status: new | Priority: important Component: avcodec | Version: 0.7.1 Keywords: libavcodec alsa a52 ac3 | Blocked By: libasound2-plugins | Reproduced: 0 Blocking: | Analyzed: 0 | -------------------------------------------------+------------------------- It appears that the libavcodec 0.7.1 broke alsa AC-3 encoding. After the upgrade a setup that was working just fine before became silent. Debugging it I ran into this: {{{ $ aplay /home/user/music/5_DRAX_-_Resolution_R3\&R4AR.wav Playing WAVE '/home/user/music/5_DRAX_-_Resolution_R3&R4AR.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo [ac3 @ 0x1a72360] Specified sample_fmt is not supported. aplay: set_params:1116: Unable to install hw params: ACCESS: RW_INTERLEAVED FORMAT: S16_LE SUBFORMAT: STD SAMPLE_BITS: 16 FRAME_BITS: 32 CHANNELS: 2 RATE: 48000 PERIOD_TIME: 32000 PERIOD_SIZE: 1536 PERIOD_BYTES: 6144 PERIODS: 10 BUFFER_TIME: 320000 BUFFER_SIZE: 15360 BUFFER_BYTES: 61440 TICK_TIME: 0 }}} {{{ $ sudo dpkg -i libavcodec52_0.6.3-0.0_amd64.deb dpkg: warning: downgrading libavcodec52 from 5:0.7.1-0.0 to 5:0.6.3-0.0. (Reading database ... 218630 files and directories currently installed.) Preparing to replace libavcodec52 5:0.7.1-0.0 (using libavcodec52_0.6.3-0.0_amd64.deb) ... Unpacking replacement libavcodec52 ... Setting up libavcodec52 (5:0.6.3-0.0) ... }}} {{{ $ aplay /home/user/music/5_DRAX_-_Resolution_R3\&R4AR.wav Playing WAVE '/home/user/music/5_DRAX_-_Resolution_R3&R4AR.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo }}} ...and the audio plays ok now. I'm using debian unstable and kernel 2.6.39.3 and packages from debian- multimedia.org. I have audio routed via HDMI, and thus I've set up alsa so that all non-AC-3 audio goes thru the a52 encoding: {{{ pcm.Filter_A52Encode { type a52 bitrate 448 card 0 } ...etc... }}} I presume something is wrong with libavcodec52 0.7.1 AC-3 encoding since it fails with "[ac3 @ 0x1a72360] Specified sample_fmt is not supported." I haven't done any further analysis of the issue and it could well be something unrelated to ffmpeg. Some related package versions: {{{ alsa-utils 1.0.23-5+b1 libasound2 1.0.24.1-2 libasound2-plugins 1.0.24-2 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 09:10:39 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 07:10:39 -0000 Subject: [FFmpeg-trac] #360(avformat:open): Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files In-Reply-To: <032.3480a0f77c6f8ee707cbd9f039881f6a@avcodec.org> References: <032.3480a0f77c6f8ee707cbd9f039881f6a@avcodec.org> Message-ID: <047.79d3ee36cff9190a920298d747a5b74c@avcodec.org> #360: Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files ------------------------+----------------------- Reporter: rmk | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+----------------------- Comment (by rmk): I don't know if that is of interest but it's broken in current libav as well. In ffmbc it's not. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 10:13:27 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 08:13:27 -0000 Subject: [FFmpeg-trac] #364(avformat:new): Workaround for RV40 timestamps Message-ID: <036.a3bb46d62a07fe42542fee6b724ad592@avcodec.org> #364: Workaround for RV40 timestamps -------------------------------+------------------------- Reporter: roytam1 | Type: defect Status: new | Priority: normal Component: avformat | Version: git-master Keywords: rm rmvb timestamp | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------+------------------------- The timestamps in RV40 stream (especially B-frames) is messy which need to be workarounded for a smooth playback. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 12:12:42 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 10:12:42 -0000 Subject: [FFmpeg-trac] #360(avformat:open): Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files In-Reply-To: <032.3480a0f77c6f8ee707cbd9f039881f6a@avcodec.org> References: <032.3480a0f77c6f8ee707cbd9f039881f6a@avcodec.org> Message-ID: <047.3010dc32944adbe87216b4739ad80f7d@avcodec.org> #360: Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files ------------------------+----------------------- Reporter: rmk | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+----------------------- Comment (by cehoyos): Could you make a sample similar to this one? http://samples.mplayerhq.hu/V-codecs/h264/sony-hdr-cx6-avchd-interlaced- decoding-problem/ and upload it to http://www.datafilehost.com/ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 12:14:31 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 10:14:31 -0000 Subject: [FFmpeg-trac] #285(FFmpeg:new): RTSP h264 video stream always reports corrupted macroblock In-Reply-To: <035.8c073264c2ab9a1a8255fb6edca19e23@avcodec.org> References: <035.8c073264c2ab9a1a8255fb6edca19e23@avcodec.org> Message-ID: <050.8cb3a05d2478281d372e42a3c9ef23bd@avcodec.org> #285: RTSP h264 video stream always reports corrupted macroblock ------------------------+---------------------- Reporter: bovine | Owner: michael Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+---------------------- Comment (by cehoyos): Could you test if this problem is still reproducible with latest git head? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 12:21:35 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 10:21:35 -0000 Subject: [FFmpeg-trac] #352(avcodec:closed): Bink file shows color-inverted blocks In-Reply-To: <036.2337e3e6c7facf8cd6174e9fcb0a14e4@avcodec.org> References: <036.2337e3e6c7facf8cd6174e9fcb0a14e4@avcodec.org> Message-ID: <051.b5c8eaef98942d4bba9635b2adbffcc0@avcodec.org> #352: Bink file shows color-inverted blocks -----------------------+---------------------- Reporter: DrMcCoy | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: bink | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+---------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed * reproduced: 0 => 1 Comment: I believe this was fixed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 12:24:16 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 10:24:16 -0000 Subject: [FFmpeg-trac] #363(undetermined:open): libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) In-Reply-To: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> References: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> Message-ID: <048.14d1f3e68d757f91d851828c5794917c@avcodec.org> #363: libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) -------------------------------------------------+------------------------- Reporter: piru | Owner: Type: defect | Status: open Priority: normal | Component: Version: 0.7.1 | undetermined Keywords: libavcodec alsa a52 ac3 | Resolution: libasound2-plugins | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------------------------+------------------------- Changes (by cehoyos): * priority: important => normal * status: new => open * component: avcodec => undetermined Comment: Does it work if the provided wav file was encoded with pcm_f32le? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 12:38:43 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 10:38:43 -0000 Subject: [FFmpeg-trac] #360(avformat:open): Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files In-Reply-To: <032.3480a0f77c6f8ee707cbd9f039881f6a@avcodec.org> References: <032.3480a0f77c6f8ee707cbd9f039881f6a@avcodec.org> Message-ID: <047.1c1a4eb5f3c5d762886cbd48c56d276b@avcodec.org> #360: Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files ------------------------+----------------------- Reporter: rmk | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+----------------------- Comment (by rmk): Done. http://www.datafilehost.com/download-cd558d0a.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 17:36:15 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 15:36:15 -0000 Subject: [FFmpeg-trac] #365(avformat:new): trp/ts file w/o PAT/PMT is not supported Message-ID: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported --------------------------------------+-------------------------- Reporter: Superb | Type: defect Status: new | Priority: normal Component: avformat | Version: unspecified Keywords: trp ts aac pat pmt sound | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------------------+-------------------------- See: http://code.google.com/p/lavfilters/issues/detail?id=39 When trying to render this trp file, the sound is recognized as mp1 instead of AAC. Developer of LAV Filters commented: "Files without a PAT/PMT are not properly supported by ffmpeg, this is a upstream problem, and you should take it to ffmpeg/libav for better hopes of getting it fixed properly." Sample: http://www.sendspace.com/file/8v77k3 MediaInfo: http://pastebin.com/nBtREGvX -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 17:58:49 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 15:58:49 -0000 Subject: [FFmpeg-trac] #365(avformat:open): trp/ts file w/o PAT/PMT is not supported In-Reply-To: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> References: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> Message-ID: <050.45b0cb1f76a6e94c82fd84e88346648d@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported -------------------------------------+----------------------- Reporter: Superb | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: trp ts aac pat pmt sound | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------------+----------------------- Changes (by cehoyos): * status: new => open Comment: Complete, uncut output of ffmpeg missing. Which player does play your sample? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 17:59:45 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 15:59:45 -0000 Subject: [FFmpeg-trac] #365(avformat:open): trp/ts file w/o PAT/PMT is not supported In-Reply-To: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> References: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> Message-ID: <050.b9c80992120e7d458fc95ba9cc9a2f88@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported --------------------------------+----------------------- Reporter: Superb | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: ts aac pat pmt latm | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------------+----------------------- Changes (by cehoyos): * keywords: trp ts aac pat pmt sound => ts aac pat pmt latm -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 19:00:06 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 17:00:06 -0000 Subject: [FFmpeg-trac] #365(avformat:open): trp/ts file w/o PAT/PMT is not supported In-Reply-To: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> References: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> Message-ID: <050.953484624fdcf61720fc7545728c2ca5@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported --------------------------------+----------------------- Reporter: Superb | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: ts aac pat pmt latm | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------------+----------------------- Comment (by Superb): {{{ C:\ffmpeg-git-9c2651a-win32-static\bin>ffprobe.exe rec_00000000.trp ffprobe version N-31627-g9c2651a, Copyright (c) 2007-2011 the FFmpeg developers built on Jul 23 2011 15:02:13 with gcc 4.6.1 configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable- runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libo pencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable- libgsm -- enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enabl e-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 9. 0 / 53. 9. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 27. 3 / 2. 27. 3 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [NULL @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [mp3 @ 002CA820] Header missing [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [mp3 @ 002CA820] Header missing [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] non-existing PPS referenced [h264 @ 0270B840] non-existing PPS 0 referenced [h264 @ 0270B840] decode_slice_header error [h264 @ 0270B840] no frame! [h264 @ 0270B840] mmco: unref short failure [mp3 @ 002CA820] Header missing [mpegts @ 002C9A80] max_analyze_duration 5000000 reached at 5000000 Input #0, mpegts, from 'rec_00000000.trp': Duration: 00:01:08.61, start: 28650.598189, bitrate: 2513 kb/s Stream #0.0[0xa21]: Video: h264 (Main), yuv420p, 720x576 [PAR 12:11 DAR 15:1 1], 62 fps, 50 tbr, 90k tbn, 50 tbc Stream #0.1[0xa22]: Audio: mp1, 0 channels, s16 C:\ffmpeg-git-9c2651a-win32-static\bin> }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 19:31:27 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 17:31:27 -0000 Subject: [FFmpeg-trac] #363(undetermined:open): libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) In-Reply-To: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> References: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> Message-ID: <048.ecd7953d17806c11944a02b8a399c703@avcodec.org> #363: libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) -------------------------------------------------+------------------------- Reporter: piru | Owner: Type: defect | Status: open Priority: normal | Component: Version: 0.7.1 | undetermined Keywords: libavcodec alsa a52 ac3 | Resolution: libasound2-plugins | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------------------------+------------------------- Comment (by reimar): This is the wrong bug tracker, Debian now packages releases from libav.org, not FFmpeg. This issue does _not_ exist in FFmpeg. The AC3 encoder from libav now only supports encoding from float format (yes, a workaround is possible but requires source changes). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 21:27:46 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 19:27:46 -0000 Subject: [FFmpeg-trac] #363(undetermined:open): libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) In-Reply-To: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> References: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> Message-ID: <048.73c2ef5028ce7cc2f1b54acad0b1cb5d@avcodec.org> #363: libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) -------------------------------------------------+------------------------- Reporter: piru | Owner: Type: defect | Status: open Priority: normal | Component: Version: 0.7.1 | undetermined Keywords: libavcodec alsa a52 ac3 | Resolution: libasound2-plugins | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------------------------+------------------------- Comment (by reimar): Hm, my conclusion was based on packages.debian.org However libav 0.7.1 would be libavcodec53... There is a possibility that the A52 encode plugin sets the sample format to something invalid like SAMPLE_FMT_NONE which we possibly did not check before. Adding a workaround for that should be simple, though I'd need to verify that first. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 21:51:16 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 19:51:16 -0000 Subject: [FFmpeg-trac] #363(undetermined:open): libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) In-Reply-To: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> References: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> Message-ID: <048.837bc1451d9960f6c1b124b4e163920c@avcodec.org> #363: libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) -------------------------------------------------+------------------------- Reporter: piru | Owner: Type: defect | Status: open Priority: normal | Component: Version: 0.7.1 | undetermined Keywords: libavcodec alsa a52 ac3 | Resolution: libasound2-plugins | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------------------------+------------------------- Comment (by reimar): Seems there is no libavcodec52 0.7.1 in Debian unstable. But anyway, it seems that the ALSA plugin indeed did not set sample_fmt at all. The fixed it in the meantime, though for 0.7.1 I'd suggest we check for SAMPLE_FMT_NONE and replace it by SAMPLE_FMT_S16 for the 0.7 branch. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 22:49:46 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 20:49:46 -0000 Subject: [FFmpeg-trac] #363(undetermined:open): libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) In-Reply-To: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> References: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> Message-ID: <048.bde4661c7adf66c0dca231eb8d500269@avcodec.org> #363: libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) -------------------------------------------------+------------------------- Reporter: piru | Owner: Type: defect | Status: open Priority: normal | Component: Version: 0.7.1 | undetermined Keywords: libavcodec alsa a52 ac3 | Resolution: libasound2-plugins | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------------------------+------------------------- Comment (by reimar): Fix committed to 0.7 branch, maybe you can convince whoever made that libavcodec package to update to the latest version from that (or just apply that patch on top of 0.7.1)? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jul 26 22:56:42 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 20:56:42 -0000 Subject: [FFmpeg-trac] #363(undetermined:open): libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) In-Reply-To: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> References: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> Message-ID: <048.f9955344bfe1e6a2bdd7c85bfb4f51bb@avcodec.org> #363: libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) -------------------------------------------------+------------------------- Reporter: piru | Owner: Type: defect | Status: open Priority: normal | Component: Version: 0.7.1 | undetermined Keywords: libavcodec alsa a52 ac3 | Resolution: libasound2-plugins | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------------------------+------------------------- Comment (by piru): Yes indeed, I use debian-multimedia.org repos for this stuff, not official debian ones. See http://debian-multimedia.org/dists/unstable/main/binary- amd64/ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jul 27 00:41:09 2011 From: trac at avcodec.org (FFmpeg) Date: Tue, 26 Jul 2011 22:41:09 -0000 Subject: [FFmpeg-trac] #366(undetermined:new): Green bar with ffplay when playing H264 Message-ID: <036.c2179fb0c5fca8b20eb7381394df7d00@avcodec.org> #366: Green bar with ffplay when playing H264 -------------------------+------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: git-master | Keywords: ffplay regression Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 -------------------------+------------------------------- Playing some H264 samples shows a green bar since b47904d158709bdec1a9d40e83d1abadf50081dc {{{ $ ffplay test.mov ffplay version N-31642-g7cbb856, Copyright (c) 2003-2011 the FFmpeg developers built on Jul 27 2011 00:39:44 with gcc 4.5.3 configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 9. 0 / 53. 9. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 27. 3 / 2. 27. 3 libswscale 2. 0. 0 / 2. 0. 0 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test.mov': Metadata: major_brand : qt minor_version : 0 compatible_brands: qt creation_time : 2009-06-26 21:46:14 Duration: 00:00:33.11, start: 0.000000, bitrate: 24 kb/s Stream #0.0(und): Audio: aac, 44100 Hz, mono, s16, 79 kb/s Metadata: creation_time : 2009-06-26 21:46:14 Stream #0.1(und): Video: h264 (Baseline), yuv420p, 480x360, 742 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc Metadata: creation_time : 2009-06-26 21:46:14 0.26 A-V: 0.022 s:0.0 aq= 19KB vq= 23KB sq= 0B f=0/0 f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 04:02:55 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 02:02:55 -0000 Subject: [FFmpeg-trac] #367(undetermined:new): error encoding mov file created in photobooth to mp4 Message-ID: <037.3a784778c69865c721b8b55c6db06e22@avcodec.org> #367: error encoding mov file created in photobooth to mp4 --------------------------+--------------------- Reporter: holmrodd | Type: defect Status: new | Priority: normal Component: undetermined | Version: git Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --------------------------+--------------------- command: /usr/local/bin/ffmpeg -y -i ./photobooth.mov -r 15 -vcodec libx264 -vsync 1 -b 250k -aspect 4:3 -s 320x240 -pass 1 -vpre qualvu_first_pass -an photobooth.mp4 [buffer @ 0x1a16620] Invalid pixel format string '-1' configure options: --enable-gpl --enable-version3 --enable-nonfree --enable-encoder=flv --enable-decoder=flv --enable-encoder=nellymoser --enable- decoder=nellymoser --enable-encoder=vp6 --enable-decoder=vp6 --enable- decoder=vp6a --enable-decoder=vp6f --enable-encoder=wmv --enable- encoder=wmv2 --enable-encoder=libx264 --enable-encoder=ac3 --enable- libmp3lame --enable-libspeex --enable-libx264 --enable-libfreetype git version: ffmpeg version git-N-30743-ge6ba3d4 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 04:21:08 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 02:21:08 -0000 Subject: [FFmpeg-trac] #367(undetermined:new): error encoding mov file created in photobooth to mp4 In-Reply-To: <037.3a784778c69865c721b8b55c6db06e22@avcodec.org> References: <037.3a784778c69865c721b8b55c6db06e22@avcodec.org> Message-ID: <052.8cf75d188cb5d895b45ef19779a9dc37@avcodec.org> #367: error encoding mov file created in photobooth to mp4 ---------------------+--------------------------- Reporter: holmrodd | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: git | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------+--------------------------- Comment (by holmrodd): same command worked on a different version of ffmpeg ( snapshot ) that I downloaded on or about May 26th 2011. ffmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 27 2011 20:15:48 with gcc 4.4.5 configuration: --enable-gpl --enable-version3 --enable-nonfree --enable- encoder=flv --enable-decoder=flv --enable-encoder=nellymoser --enable- decoder=nellymoser --enable-encoder=vp6 --enable-decoder=vp6 --enable- decoder=vp6a --enable-decoder=vp6f --enable-encoder=wmv --enable- encoder=wmv2 --enable-encoder=libx264 --enable-encoder=ac3 --enable- libmp3lame --enable-libspeex --enable-libx264 --enable-libfreetype libavutil 51. 2. 2 / 51. 2. 2 libavcodec 53. 6. 0 / 53. 6. 0 libavformat 53. 2. 0 / 53. 2. 0 libavdevice 53. 0. 0 / 53. 0. 0 libavfilter 2. 11. 0 / 2. 11. 0 libswscale 0. 14. 0 / 0. 14. 0 libpostproc 51. 2. 0 / 51. 2. 0 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 05:05:12 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 03:05:12 -0000 Subject: [FFmpeg-trac] #367(undetermined:new): error encoding mov file created in photobooth to mp4 In-Reply-To: <037.3a784778c69865c721b8b55c6db06e22@avcodec.org> References: <037.3a784778c69865c721b8b55c6db06e22@avcodec.org> Message-ID: <052.f031cf38633151fb4064f0fa39778d01@avcodec.org> #367: error encoding mov file created in photobooth to mp4 ---------------------+--------------------------- Reporter: holmrodd | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: git | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------+--------------------------- Comment (by holmrodd): full output of command: $ /usr/local/bin/ffmpeg -v 9 -loglevel 99 -i ./photobooth.mov -r 15 -vcodec libx264 -vsync 1 -b 250k -aspect 4:3 -s 320x240 -pass 1 -vpre qualvu_first_pass -an photobooth.mp4 ffmpeg version git-N-30743-ge6ba3d4, Copyright (c) 2000-2011 the FFmpeg developers built on Jun 14 2011 14:54:03 with gcc 4.4.5 configuration: --enable-gpl --enable-version3 --enable-nonfree --enable- encoder=flv --enable-decoder=flv --enable-encoder=nellymoser --enable- decoder=nellymoser --enable-encoder=vp6 --enable-decoder=vp6 --enable- decoder=vp6a --enable-decoder=vp6f --enable-encoder=wmv --enable- encoder=wmv2 --enable-encoder=libx264 --enable-encoder=ac3 --enable- libmp3lame --enable-libspeex --enable-libx264 --enable-libfreetype libavutil 51. 8. 0 / 51. 8. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 3. 1 / 53. 3. 1 libavdevice 53. 1. 1 / 53. 1. 1 libavfilter 2. 18. 0 / 2. 18. 0 libswscale 0. 14. 1 / 0. 14. 1 libpostproc 51. 2. 0 / 51. 2. 0 [NULL @ 0x17e2400] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x17e2400] ISO: File Type Major Brand: qt [mov,mp4,m4a,3gp,3g2,mj2 @ 0x17e2400] multiple edit list entries, a/v desync might occur, patch welcome [h264 @ 0x17e8d80] Unsupported bit depth: 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x17e2400] max_analyze_duration 5000000 reached at 5015510 Seems stream 1 codec frame rate differs from container frame rate: 1200.00 (1200/1) -> 600.00 (1200/2) Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './photobooth.mov': Metadata: major_brand : qt minor_version : 0 compatible_brands: qt creation_time : 2011-07-28 02:13:57 Duration: 00:00:05.78, start: -97391.548639, bitrate: 3088 kb/s Stream #0.0(und), 218, 1/44100: Audio: aac, 44100 Hz, stereo, s16, 2 kb/s Metadata: creation_time : 2011-07-28 02:13:57 Stream #0.1(und), 0, 1/600: Video: h264, 3061 kb/s, PAR 1:1 DAR 0:0, 29.82 fps, 600 tbr, 600 tbn, 1200 tbc Metadata: creation_time : 2011-07-28 02:13:57 [buffer @ 0x17fc8a0] Invalid pixel format string '-1' Error opening filters! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 05:21:05 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 03:21:05 -0000 Subject: [FFmpeg-trac] #367(undetermined:open): error encoding mov file created in photobooth to mp4 In-Reply-To: <037.3a784778c69865c721b8b55c6db06e22@avcodec.org> References: <037.3a784778c69865c721b8b55c6db06e22@avcodec.org> Message-ID: <052.5a79f458ada39d81e9c4def50fa9383f@avcodec.org> #367: error encoding mov file created in photobooth to mp4 ---------------------+--------------------------- Reporter: holmrodd | Owner: Type: defect | Status: open Priority: normal | Component: undetermined Version: git | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------+--------------------------- Changes (by cehoyos): * status: new => open Comment: Could you test latest git head? (It works fine for me.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 05:44:22 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 03:44:22 -0000 Subject: [FFmpeg-trac] #365(avformat:open): trp/ts file w/o PAT/PMT is not supported In-Reply-To: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> References: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> Message-ID: <050.9f986762ed2987be09862b8321736f74@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported --------------------------------+----------------------- Reporter: Superb | Owner: Type: enhancement | Status: open Priority: minor | Component: avformat Version: git-master | Resolution: Keywords: ts aac pat pmt latm | Blocked By: Blocking: | Reproduced: 1 Analyzed: 1 | --------------------------------+----------------------- Changes (by cehoyos): * analyzed: 0 => 1 * priority: normal => minor * version: unspecified => git-master * type: defect => enhancement * reproduced: 0 => 1 Comment: $ cp libavformat/aacdec.c libavformat/latmdec.c and attached patch plays the file for me. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 14:38:03 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 12:38:03 -0000 Subject: [FFmpeg-trac] #324(FFmpeg:open): floating point exception while generation of 1s silence In-Reply-To: <042.0262433c7db5c124d31c8a456b8d69f5@avcodec.org> References: <042.0262433c7db5c124d31c8a456b8d69f5@avcodec.org> Message-ID: <057.b3a475e823f7dbf290bf21753418b39b@avcodec.org> #324: floating point exception while generation of 1s silence ---------------------------+---------------------- Reporter: Schweinebacke | Owner: michael Type: defect | Status: open Priority: critical | Component: FFmpeg Version: git-master | Resolution: Keywords: fpe regression | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ---------------------------+---------------------- Comment (by michael): Which commit introduced the regression? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 14:38:26 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 12:38:26 -0000 Subject: [FFmpeg-trac] #347(FFplay:new): ffplay -s stopped working In-Reply-To: <036.2b1323687c5406795751092efed3a0f5@avcodec.org> References: <036.2b1323687c5406795751092efed3a0f5@avcodec.org> Message-ID: <051.5e066055d4858899e3c06f856cdfdbc0@avcodec.org> #347: ffplay -s stopped working -----------------------+---------------------- Reporter: cehoyos | Owner: michael Type: defect | Status: new Priority: critical | Component: FFplay Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+---------------------- Comment (by michael): Which commit introduced the problem? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 14:43:15 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 12:43:15 -0000 Subject: [FFmpeg-trac] #305(undetermined:closed): -passlogfile option is broken (used to work) In-Reply-To: <036.6d52b21dd7b7c94a5786515ab03a58ad@avcodec.org> References: <036.6d52b21dd7b7c94a5786515ab03a58ad@avcodec.org> Message-ID: <051.bef9207def85960814b4f108251f0268@avcodec.org> #305: -passlogfile option is broken (used to work) ------------------------+--------------------------- Reporter: ddumont | Owner: michael Type: defect | Status: closed Priority: important | Component: undetermined Version: git-master | Resolution: fixed Keywords: passlogfile | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ------------------------+--------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed by 893cf1b1ae2bc9c7987d5015a421cd2e09d06443 in 0.8 Fixed by 90a40b226a5c90e48da8041294c3782de6ee61fc in master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 14:52:41 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 12:52:41 -0000 Subject: [FFmpeg-trac] #368(avformat:new): enable interface selection for udp multicast Message-ID: <041.11e692a67e5bee30ac6b10e103ce07af@avcodec.org> #368: enable interface selection for udp multicast ----------------------+-------------------------- Reporter: ast@? | Type: enhancement Status: new | Priority: normal Component: avformat | Version: 0.7.1 Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ----------------------+-------------------------- In case of udp multicast ffmpeg binds to the default interface which will quite often be wrong on multihomed hosts. The auth field of the udp uri is now used to optionally specify the interface address or name to select the interface. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 15:10:57 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 13:10:57 -0000 Subject: [FFmpeg-trac] #324(FFmpeg:open): floating point exception while generation of 1s silence In-Reply-To: <042.0262433c7db5c124d31c8a456b8d69f5@avcodec.org> References: <042.0262433c7db5c124d31c8a456b8d69f5@avcodec.org> Message-ID: <057.3d2fcb4cbd9801d43dc687e8d3625eaf@avcodec.org> #324: floating point exception while generation of 1s silence ---------------------------+---------------------- Reporter: Schweinebacke | Owner: michael Type: defect | Status: open Priority: critical | Component: FFmpeg Version: git-master | Resolution: Keywords: fpe regression | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ---------------------------+---------------------- Comment (by cehoyos): Regression since: commit d7ee44024c96ebdbcd718885a77e9a07779df54c Author: Anton Khirnov Date: Wed Jun 15 08:00:03 2011 +0200 ffmpeg: don't abuse a global for passing samplerate from input to output It's broken with multiple files or audio streams. This removes the default samplerate of 44100 for raw input, hence all the FATE changes. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 16:03:44 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 14:03:44 -0000 Subject: [FFmpeg-trac] #361(avcodec:new): avcodec_decode_audio3 SEGFAULT while decoding certain codec types In-Reply-To: <036.2afc98db1649b7a865a9cd08a0954054@avcodec.org> References: <036.2afc98db1649b7a865a9cd08a0954054@avcodec.org> Message-ID: <051.c6ba496dc6f10544750c6c2cec9a0ff2@avcodec.org> #361: avcodec_decode_audio3 SEGFAULT while decoding certain codec types -------------------------------------------------+------------------------- Reporter: danijel | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git | Resolution: Keywords: avcodec decode segfault float int | Blocked By: conversion | Reproduced: 0 Blocking: | Analyzed: 0 | -------------------------------------------------+------------------------- Comment (by danijel): Ok, I found and fixed the problem. It was also fixed on an external forum: http://forum.visionopen.com/viewtopic.php?f=31&t=3057 The reason was a note in the documentation (note the bold): > You might have to align the input buffer avpkt->data '''and output buffer''' samples. The alignment requirements depend on the CPU: On some CPUs it isn't necessary at all, on others it won't work at all if not aligned and on others it will work but it will have an impact on performance. Since I used packets decoded by the library I thought all is fine, but somehow missed that the output buffer also has to be aligned. The error is kind of strange, since all the values are correct (all the arrays can be debugged and analyzed by GDB), but the system still throws out a SEGFAULT. It turns out that an SSE2 assembler command "MOVDQA" throws out a general protection fault if the source and destination is not aligned properly. To fix he problem, it's enough to declare the output buffer correctly: {{{ DECLARE_ALIGNED(16,uint8_t,outbuf)[(AVCODEC_MAX_AUDIO_FRAME_SIZE * 3) / 2]; }}} Or alternatively use {{{av_malloc}}} as described here: http://ffmpeg.org/doxygen/trunk/mem_8c.html And then, you can use the "decode_audio" method without any issues, like this: {{{ outbuf_size=sizeof(outbuf); ret=dynamic_ffmpeg::avcodec_decode_audio3(pCodecCtx,(short*)outbuf,&outbuf_size,&currpkt); }}} I would also like to add that the "audio_decode_example" in libavcodec /api-example.c is incorrect in this fashion and should be updated. Just to make things clear, this code will work on some machines and compilers without any errors. Namely, if compiled using MinGW, it works fine, but under GCC it will bug out, since GCC doesn't automatically align its memory and MinGW does (source: http://ffmpeg.arrozcru.org/forum/viewtopic.php?f=1&t=549) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 16:34:20 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 14:34:20 -0000 Subject: [FFmpeg-trac] #347(FFplay:open): ffplay -s stopped working In-Reply-To: <036.2b1323687c5406795751092efed3a0f5@avcodec.org> References: <036.2b1323687c5406795751092efed3a0f5@avcodec.org> Message-ID: <051.d224a8476ccf73729e2aae2b7eac54a7@avcodec.org> #347: ffplay -s stopped working -----------------------+---------------------- Reporter: cehoyos | Owner: michael Type: defect | Status: open Priority: critical | Component: FFplay Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+---------------------- Changes (by cehoyos): * status: new => open Comment: Regression since commit d0e142bb68fdc817fb84f2395ae416d43ca141ce Author: Anton Khirnov Date: Thu Jun 9 10:58:23 2011 +0200 ffplay: use new avformat_open_* API. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 18:21:06 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 16:21:06 -0000 Subject: [FFmpeg-trac] #369(avcodec:new): Multichannel encoding with the native aac encoder crashes Message-ID: <036.ac6cbe4a16d0fd2e4903a9f6b22053d6@avcodec.org> #369: Multichannel encoding with the native aac encoder crashes -------------------------+---------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Keywords: aac regression Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 -------------------------+---------------------------- Regression since commit 01344fe409da286cd377f9af610eb4c4888687ec Author: Nathan Caldwell Date: Wed May 18 23:14:59 2011 -0600 aacenc: Implement dummy channel group analysis that just calls the single channel analysis for each channel. Using samples.mplayerhq.hu/A-codecs/AC3/Canyon-5.1-48khz-448kbit.ac3 (or any 5.1 sample): {{{ (gdb) r -i Canyon-5.1-48khz-448kbit.ac3 -strict experimental out.aac Starting program: ffmpeg_g -i Canyon-5.1-48khz-448kbit.ac3 -strict experimental out.aac [Thread debugging using libthread_db enabled] ffmpeg version N-31670-g956c901, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 28 2011 18:16:14 with gcc 4.3.2 [gcc-4_3-branch revision 141291] configuration: libavutil 51. 11. 1 / 51. 11. 1 libavcodec 53. 9. 0 / 53. 9. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 27. 3 / 2. 27. 3 libswscale 2. 0. 0 / 2. 0. 0 [ac3 @ 0x8cf5380] max_analyze_duration 5000000 reached at 5024000 [ac3 @ 0x8cf5380] Estimating duration from bitrate, this may be inaccurate Input #0, ac3, from 'Canyon-5.1-48khz-448kbit.ac3': Duration: 00:00:37.98, start: 0.000000, bitrate: 448 kb/s Stream #0.0: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s Output #0, adts, to 'out.aac': Metadata: encoder : Lavf53.6.0 Stream #0.0: Audio: aac, 48000 Hz, 5.1, s16, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help Program received signal SIGSEGV, Segmentation fault. psy_3gpp_analyze_channel (ctx=0x8cf18d4, channel=8, coefs=0x1, wi=0xbfffd6e8) at libavcodec/aacpsy.c:583 583 band->energy += coefs[start+i] * coefs[start+i]; (gdb) bt #0 psy_3gpp_analyze_channel (ctx=0x8cf18d4, channel=8, coefs=0x1, wi=0xbfffd6e8) at libavcodec/aacpsy.c:583 #1 0x085f646c in psy_3gpp_analyze (ctx=0x8cf18d4, channel=5, coeffs=0xbfffd688, wi=0xbfffd640) at libavcodec/aacpsy.c:751 #2 0x08550988 in aac_encode_frame (avctx=0x8cf5a80, frame=, buf_size=173272, data=0xb7996020) at libavcodec/aacenc.c:593 #3 0x08439d33 in avcodec_encode_audio (avctx=0x8cf5a80, buf=0xb7969020 "?", buf_size=173272, samples=0x1) at libavcodec/utils.c:680 #4 0x0804fd37 in output_packet (ist=0x8cf9270, ist_index=0, ost_table=0x8cf08c0, nb_ostreams=1, pkt=0xbfffeeb4) at ffmpeg.c:1011 #5 0x08054ac5 in transcode (output_files=0x87962c0, nb_output_files=1, input_files=0x8cfb1a0, nb_input_files=1, stream_maps=0x0, nb_stream_maps=0) at ffmpeg.c:2819 #6 0x080558bd in main (argc=Cannot access memory at address 0x0 ) at ffmpeg.c:4575 (gdb) disass $pc-32 $pc+32 Dump of assembler code from 0x85f5222 to 0x85f5262: 0x085f5222 : fsts (%edi) 0x085f5224 : cmpb $0x0,(%esi,%ebx,1) 0x085f5228 : fld %st(0) 0x085f522a : fld %st(1) 0x085f522c : je 0x85f5264 0x085f522e : fstp %st(0) 0x085f5230 : fstp %st(0) 0x085f5232 : mov 0x70(%esp),%eax 0x085f5236 : fld %st(0) 0x085f5238 : xor %ecx,%ecx 0x085f523a : lea (%eax,%ebp,4),%edx 0x085f523d : jmp 0x85f5242 0x085f523f : nop 0x085f5240 : fxch %st(1) 0x085f5242 : flds (%edx) 0x085f5244 : add $0x1,%ecx 0x085f5247 : fmul %st(0),%st 0x085f5249 : faddp %st,%st(2) 0x085f524b : fxch %st(1) 0x085f524d : fsts (%edi) 0x085f524f : movzbl (%esi,%ebx,1),%eax 0x085f5253 : flds (%edx) 0x085f5255 : add $0x4,%edx 0x085f5258 : fabs 0x085f525a : fsqrt 0x085f525c : cmp %ecx,%eax 0x085f525e : faddp %st,%st(2) 0x085f5260 : jg 0x85f5240 End of assembler dump. (gdb) info register eax 0x1 1 ecx 0x0 0 edx 0x1 1 ebx 0x0 0 esp 0xbfffd060 0xbfffd060 ebp 0x0 0x0 esi 0x874f100 141881600 edi 0x8d80a80 148376192 eip 0x85f5242 0x85f5242 eflags 0x10246 [ PF ZF IF RF ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 st0 0 (raw 0x00000000000000000000) st1 0 (raw 0x00000000000000000000) st2 66.6687469482421875 (raw 0x40058556660000000000) st3 0.5999999940395355224609375 (raw 0x3ffe9999998000000000) st4 3571.3314971923828125 (raw 0x400adf354dd000000000) st5 45.60345458984375 (raw 0x4004b669f00000000000) st6 112.2722015380859375 (raw 0x4005e08b5e0000000000) st7 0 (raw 0x00000000000000000000) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 18:52:50 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 16:52:50 -0000 Subject: [FFmpeg-trac] #320(avformat:open): 0 channels in latm stream In-Reply-To: <040.cc5be81a8925490c50c7c78ccc081f92@avcodec.org> References: <040.cc5be81a8925490c50c7c78ccc081f92@avcodec.org> Message-ID: <055.6366d8f93dfff1ae12d2aa876bfcebb6@avcodec.org> #320: 0 channels in latm stream ------------------------+----------------------- Reporter: jlsantiago0 | Owner: michael Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: aac | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ------------------------+----------------------- Changes (by cehoyos): * component: avcodec => avformat Comment: Audio is not LATM, but AAC, therefore old FFmpeg versions correctly (auto-) detect AAC, but stream_type is set to 0x11, therefore LATM gets wrongly detected. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 21:06:42 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 19:06:42 -0000 Subject: [FFmpeg-trac] #327(avformat:new): artifacts when seeking in mpeg4 avi (regression) In-Reply-To: <036.79eda55ca105a0feb21e4a35b20d6964@avcodec.org> References: <036.79eda55ca105a0feb21e4a35b20d6964@avcodec.org> Message-ID: <051.eb07e14e671abf94b5c887603704f5cb@avcodec.org> #327: artifacts when seeking in mpeg4 avi (regression) -----------------------+----------------------- Reporter: exobuzz | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------+----------------------- Comment (by exobuzz): I have uploaded another file to better illustrate the problem. This time rather than just cutting the first 20mb of the file, i created a version of the file that contains the first 42mb and the last ~5mb or so, and then compressed it - it will unpack to a 5.4gb file http://www.datafilehost.com/download-f676e3df.html with this file seeking at shows the issue with the artifacts. I hope this can be resolved soon, as I am maintaining a set of ffmpeg libraries with a project that has to include a patch reverting the two tickets above currently. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 23:04:20 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 21:04:20 -0000 Subject: [FFmpeg-trac] #365(avformat:open): trp/ts file w/o PAT/PMT is not supported In-Reply-To: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> References: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> Message-ID: <050.b288a688f893971166b5d2d6376693ab@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported --------------------------------+----------------------- Reporter: Superb | Owner: Type: enhancement | Status: open Priority: minor | Component: avformat Version: git-master | Resolution: Keywords: ts aac pat pmt latm | Blocked By: Blocking: | Reproduced: 1 Analyzed: 1 | --------------------------------+----------------------- Comment (by Superb): Any chance this will get committed soon? :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jul 28 23:18:52 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 21:18:52 -0000 Subject: [FFmpeg-trac] #365(avformat:open): trp/ts file w/o PAT/PMT is not supported In-Reply-To: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> References: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> Message-ID: <050.e1191883128b28ebc4dcf274f9d09bcd@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported --------------------------------+----------------------- Reporter: Superb | Owner: Type: enhancement | Status: open Priority: minor | Component: avformat Version: git-master | Resolution: Keywords: ts aac pat pmt latm | Blocked By: Blocking: | Reproduced: 1 Analyzed: 1 | --------------------------------+----------------------- Comment (by cehoyos): New version attached, it still waits for a review. Did you test the patch? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 01:03:26 2011 From: trac at avcodec.org (FFmpeg) Date: Thu, 28 Jul 2011 23:03:26 -0000 Subject: [FFmpeg-trac] #370(FFmpeg:new): Unable to decode packet capture into .AVI. Message-ID: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> #370: Unable to decode packet capture into .AVI. --------------------------+--------------------- Reporter: gogasca | Owner: michael Type: task | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Keywords: Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 --------------------------+--------------------- I have the following: Cisco CTS 1.7.4 calling Blue Jeans (BJN) which is a cloud services Video conference solution. We have pixilation when calling them so we need to perform packet captures and reproduce the video. We capture the video in CTS itself. CTS uses 1280x720p H264 In SDP. Media Attribute (a): fmtp:97 profile-level-id=42001F;packetization-mode=0 ;max-mbps=108000;max-fs=3600;max-br=4000 Once I have the packet capture, I started capturing when the call starts till the call ends. Using tcpdump I used videosnarf to convert to H264. And I get the following: [root at maradona video]# ffmpeg -i H264-media-1.264 -v 9 -loglevel 99 video1.avi FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers built on Jul 27 2011 22:58:44 with gcc 4.1.2 20080704 (Red Hat 4.1.2-50) configuration: libavutil 50.15. 1 / 50.15. 1 libavcodec 52.72. 2 / 52.72. 2 libavformat 52.64. 2 / 52.64. 2 libavdevice 52. 2. 0 / 52. 2. 0 libswscale 0.11. 0 / 0.11. 0 [h264 @ 0xa62f5f0]missing picture in access unit [h264 @ 0xa62e420]Estimating duration from bitrate, this may be inaccurate Seems stream 0 codec frame rate differs from container frame rate: 180000.00 (180000/1) -> 90000.00 (180000/2) Input #0, h264, from 'H264-media-1.264': Duration: N/A, bitrate: N/A Stream #0.0: Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 90k tbr, 1200k tbn, 180k tbc File 'video1.avi' already exists. Overwrite ? [y/N] y [mpeg4 @ 0xa6328f0]removing common factors from framerate [mpeg4 @ 0xa6328f0]timebase not supported by mpeg 4 standard Output #0, avi, to 'video1.avi': Stream #0.0, 0, 1/90000: Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 1/90000, q=2-31, 200 kb/s, 90k tbn, 90k tbc Stream mapping: Stream #0.0 -> #0.0 Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height I tried -r 15,29 or 30 and generates a 16K file which is empty. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 03:47:02 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 01:47:02 -0000 Subject: [FFmpeg-trac] #365(avformat:open): trp/ts file w/o PAT/PMT is not supported In-Reply-To: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> References: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> Message-ID: <050.f94a8525bb6d561b9e9edbda36fa3d58@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported --------------------------------+----------------------- Reporter: Superb | Owner: Type: enhancement | Status: open Priority: minor | Component: avformat Version: git-master | Resolution: Keywords: ts aac pat pmt latm | Blocked By: Blocking: | Reproduced: 1 Analyzed: 1 | --------------------------------+----------------------- Comment (by Superb): I don't have a compilation environment set and running here. I used the win32 builds from http://ffmpeg.zeranoe.com/builds/, so unless the patch gets committed, I won't be able to test it. Maybe I should download mingw and compile it quickly... :o -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 04:50:24 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 02:50:24 -0000 Subject: [FFmpeg-trac] #365(avformat:open): trp/ts file w/o PAT/PMT is not supported In-Reply-To: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> References: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> Message-ID: <050.3d36eca7b2d5a8a7659d075bfa39b456@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported --------------------------------+----------------------- Reporter: Superb | Owner: Type: enhancement | Status: open Priority: minor | Component: avformat Version: git-master | Resolution: Keywords: ts aac pat pmt latm | Blocked By: Blocking: | Reproduced: 1 Analyzed: 1 | --------------------------------+----------------------- Comment (by Superb): Alright... so I went ahead and created a quick compilation environment. Had to learn a few new things, but why not... :) Patch WORKS great. Verified. AAC stream is recognized @ ffprobe: Input #0, mpegts, from 'rec_00000000.trp': Duration: 00:01:08.61, start: 28650.598189, bitrate: 2513 kb/s Stream #0.0[0xa21]: Video: h264 (Main), yuv420p, 720x576 [SAR 12:11 DAR 15:1 1], 63.04 fps, 50 tbr, 90k tbn, 50 tbc Stream #0.1[0xa22]: Audio: aac_latm, 48000 Hz, 2 channels (FC), s16 :D Then I tried converting the file via ffmpeg.exe and it worked wonderfully. Thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 07:31:29 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 05:31:29 -0000 Subject: [FFmpeg-trac] #370(FFmpeg:new): Unable to decode packet capture into .AVI. In-Reply-To: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> References: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> Message-ID: <051.558f28bf648883e1dd917e96988052bb@avcodec.org> #370: Unable to decode packet capture into .AVI. ------------------------+---------------------- Reporter: gogasca | Owner: michael Type: task | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+---------------------- Comment (by gogasca): I grabbed another packet capture: bjn1.pcap If you filtered in wireshark: udp.srcport == 30088 you will see packets from cts to bjn (cisco CTS to Blue Jeans) I convert that fine. When i do the other way: from bjn to cts does not work same error: udp.srcport == 50782 [root at maradona video]# ffmpeg -i H264-media-1.264 bnj1IN.avi FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers built on Jul 27 2011 22:58:44 with gcc 4.1.2 20080704 (Red Hat 4.1.2-50) configuration: libavutil 50.15. 1 / 50.15. 1 libavcodec 52.72. 2 / 52.72. 2 libavformat 52.64. 2 / 52.64. 2 libavdevice 52. 2. 0 / 52. 2. 0 libswscale 0.11. 0 / 0.11. 0 [h264 @ 0x8c6d5f0]missing picture in access unit [h264 @ 0x8c6c420]Estimating duration from bitrate, this may be inaccurate Seems stream 0 codec frame rate differs from container frame rate: 180000.00 (180000/1) -> 90000.00 (180000/2) Input #0, h264, from 'H264-media-1.264': Duration: N/A, bitrate: N/A Stream #0.0: Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 90k tbr, 1200k tbn, 180k tbc [mpeg4 @ 0x8c708f0]removing common factors from framerate [mpeg4 @ 0x8c708f0]timebase not supported by mpeg 4 standard Output #0, avi, to 'bnj1IN.avi': Stream #0.0: Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 90k tbc Stream mapping: Stream #0.0 -> #0.0 Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 08:06:40 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 06:06:40 -0000 Subject: [FFmpeg-trac] #363(undetermined:open): libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) In-Reply-To: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> References: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> Message-ID: <048.d1c22edcb7c64fc37ec21e7f7d0f191c@avcodec.org> #363: libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) -------------------------------------------------+------------------------- Reporter: piru | Owner: Type: defect | Status: open Priority: normal | Component: Version: 0.7.1 | undetermined Keywords: libavcodec alsa a52 ac3 | Resolution: libasound2-plugins | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -------------------------------------------------+------------------------- Comment (by piru): Replying to [comment:5 reimar]: > Fix committed to 0.7 branch, maybe you can convince whoever made that libavcodec package to update to the latest version from that (or just apply that patch on top of 0.7.1)? The updated package indeed fixes the issue. Thanks to all involved! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 09:52:52 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 07:52:52 -0000 Subject: [FFmpeg-trac] #370(undetermined:open): Unable to decode packet capture into .AVI. In-Reply-To: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> References: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> Message-ID: <051.f422ef3213b979a478843d3158c5f37b@avcodec.org> #370: Unable to decode packet capture into .AVI. ------------------------+--------------------------- Reporter: gogasca | Owner: michael Type: task | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Changes (by cehoyos): * status: new => open * component: FFmpeg => undetermined Comment: Could you test latest git head? The version you are using is old. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 10:15:51 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 08:15:51 -0000 Subject: [FFmpeg-trac] #363(avcodec:closed): libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) In-Reply-To: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> References: <033.c73bc14ce5d897ae34799eefbeabaac7@avcodec.org> Message-ID: <048.dabfd83a677d9cf3389ff6cd2d4a5d0a@avcodec.org> #363: libavcodec 0.7.1 breaks libasound_module_pcm_a52.so (from libasound2-plugins) -------------------------------------------------+------------------------- Reporter: piru | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: 0.7.1 | Resolution: fixed Keywords: libavcodec alsa a52 ac3 | Blocked By: libasound2-plugins | Reproduced: 0 Blocking: | Analyzed: 0 | -------------------------------------------------+------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed * component: undetermined => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 10:54:42 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 08:54:42 -0000 Subject: [FFmpeg-trac] #365(avformat:open): trp/ts file w/o PAT/PMT is not supported In-Reply-To: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> References: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> Message-ID: <050.d59a5ffabbed663971b54beef967453b@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported --------------------------------+----------------------- Reporter: Superb | Owner: Type: enhancement | Status: open Priority: minor | Component: avformat Version: git-master | Resolution: Keywords: ts aac pat pmt latm | Blocked By: Blocking: | Reproduced: 1 Analyzed: 1 | --------------------------------+----------------------- Comment (by heleppkes): I can confirm that the patch works fine for detecting AAC LATM streams. Thanks for your efforts! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 13:50:24 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 11:50:24 -0000 Subject: [FFmpeg-trac] #369(avcodec:new): Multichannel encoding with the native aac encoder crashes In-Reply-To: <036.ac6cbe4a16d0fd2e4903a9f6b22053d6@avcodec.org> References: <036.ac6cbe4a16d0fd2e4903a9f6b22053d6@avcodec.org> Message-ID: <051.99ce66ddbda861cbd9c77d916fa63440@avcodec.org> #369: Multichannel encoding with the native aac encoder crashes ---------------------------+---------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: aac regression | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---------------------------+---------------------- Comment (by danijel): I recreated your crash, but for me it ended up in a different place. Nevertheless I think I know what might be a problem. This is the gdb dump in my case: {{{ (gdb) r -i Canyon-5.1-48khz-448kbit.ac3 -strict experimental out.aac Starting program: /home/guest/ffmpeg/test/bin/ffmpeg -i Canyon-5.1-48khz- 448kbit .ac3 -strict experimental out.aac [Thread debugging using libthread_db enabled] ffmpeg version N-31617-g4095fa9, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 29 2011 12:42:33 with gcc 4.6.1 configuration: --prefix=/home/guest/ffmpeg/test --pkg-config=pkg-config --enab le-shared --disable-static --enable-runtime-cpudetect --enable-debug=3 --disable -optimizations --disable-stripping libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 8. 0 / 53. 8. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 27. 2 / 2. 27. 2 libswscale 2. 0. 0 / 2. 0. 0 [ac3 @ 0x806a380] max_analyze_duration 5000000 reached at 5024000 [ac3 @ 0x806a380] Estimating duration from bitrate, this may be inaccurate Input #0, ac3, from 'Canyon-5.1-48khz-448kbit.ac3': Duration: 00:00:37.98, start: 0.000000, bitrate: 448 kb/s Stream #0.0: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s File 'out.aac' already exists. Overwrite ? [y/N] y Output #0, adts, to 'out.aac': Metadata: encoder : Lavf53.6.0 Stream #0.0: Audio: aac, 48000 Hz, 5.1, s16, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help Program received signal SIGSEGV, Segmentation fault. 0xb731384f in psy_3gpp_analyze_channel (ctx=0x80668ec, channel=6, coefs=0xb65e62c0, wi=0xbfffe554) at libavcodec/aacpsy.c:599 599 bands[g].thr = FFMAX(bands[g].thr, bands[g-1].thr * coeffs[ g].spread_hi[0]); }}} The code in question being: {{{ (gdb) list 576,603 576 for (w = 0; w < wi->num_windows*16; w += 16) { 577 for (g = 0; g < num_bands; g++) { 578 AacPsyBand *band = &pch->band[w+g]; 579 580 float form_factor = 0.0f; 581 band->energy = 0.0f; 582 for (i = 0; i < band_sizes[g]; i++) { 583 band->energy += coefs[start+i] * coefs[start+i]; 584 form_factor += sqrtf(fabs(coefs[start+i])); 585 } 586 band->thr = band->energy * 0.001258925f; 587 band->nz_lines = form_factor / powf(band->energy / band_sizes[g], 0.25f); 588 589 start += band_sizes[g]; 590 } 591 } 592 //modify thresholds and energies - spread, threshold in quiet, pre-e---Type to continue, or q to quit--- cho control 593 for (w = 0; w < wi->num_windows*16; w += 16) { 594 AacPsyBand *bands = &pch->band[w]; 595 596 //5.4.2.3 "Spreading" & 5.4.3 "Spreaded Energy Calculation" 597 spread_en[0] = bands[0].energy; 598 for (g = 1; g < num_bands; g++) { 599 bands[g].thr = FFMAX(bands[g].thr, bands[g-1].thr * coeffs[g].spread_hi[0]); 600 spread_en[w+g] = FFMAX(bands[g].energy, spread_en[w+g-1] * coeffs[g].spread_hi[1]); 601 } 602 for (g = num_bands - 2; g >= 0; g--) { 603 bands[g].thr = FFMAX(bands[g].thr, bands[g+1].thr * coeffs[g].spread_low[0]); }}} My error is in line 599 and yours in 583. I will now show how I analyzed my bug and you can do the same yourself to confirm the error. If I print the bands variable it turns out to be NULL: {{{ (gdb) p bands $8 = (AacPsyBand *) 0x0 }}} Which is strange since it's being set properly to {{{AacPsyBand *bands = &pch->band[w];}}} a few lines earlier and not changed anywhere else in that loop. If we print the second half of that expression we get a valid pointer: {{{ (gdb) p &pch->band[w] $10 = (AacPsyBand *) 0x80f1f28 }}} Clearly the error is some sort of a memory leak causing overwriting local variables. If we look at what's really happening we can see that {{{bands}}} is set to a certain offset of {{{pch->band}}} array ({{{&pch->band[w]}}} is the same as {{{pch->band+w}}}) where the array is set to a static size of 128 as shown under this link: http://ffmpeg.org/doxygen/trunk/structAacPsyChannel.html This array is then iterated from the starting offset of 96 (as shown by command {{{p w}}}) and increased for {{{num_bands}}} times which is 49. Since 96+49 is more than 128, we get a memory leak. In fact, the SEGFAULT happens way too late, since on my machine {{{g}}} is at value 44 when the OS realizes the error: {{{ (gdb) p w $12 = 96 (gdb) p num_bands $13 = 49 (gdb) p g $14 = 44 }}} I guess you could try and increase the static size of the {{{bands}}} array to at least 596 (a bit more to make sure) in AacPsyChannel structure located in libavcodec/aacpsy.c:117, but I'm not sure if that's how the code is supposed to work. My conclusion is meerly by looking at the code. I don't really know what it does. I think there is just a bad bug in here somewhere cause the code seems to assume that num_bands is <16 and wi->num_windows is <8. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 14:01:06 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 12:01:06 -0000 Subject: [FFmpeg-trac] #371(undetermined:new): Segmentation fault or get core dump when trying to use transpose/hflip/vflip on some inputs Message-ID: <043.fc4ab07602c08f7feb93b211c3fc8759@avcodec.org> #371: Segmentation fault or get core dump when trying to use transpose/hflip/vflip on some inputs ------------------------------------+-------------------------- Reporter: x2305andy2305x | Type: defect Status: new | Priority: important Component: undetermined | Version: unspecified Keywords: transpose, hflip,vflip | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------------------+-------------------------- I am trying to transcode from quicktime to mjpeg, or from 3gp to mjpeg, but inputs are filmed with various devices and are rotated. Using transpose, hflip and vflip to correct them, along with padding, but for some 3gp sample i get Segmentation fault (core dumped) message (but file is almost entirely transcoded to mjpeg, frames missing), while for a .mov sample i get the following: (gdb) r -y -i /downloads/RAMExports/19838260/Export_at_Fri_Jul_29_07_28_54_EDT_2011/downloads/tmpFile1311938940984Tzc6a.mov -r 25 -vcodec mjpeg -s 1280x720 -vf pad=1280:720:0:0,transpose,hflip -qscale 1 /www/movieexporter/exportMJPEG/720p/userclips/content_item_16409042_19837921.mjpeg Starting program: /downloads/ffmpeg/ffmpeg_g -y -i /downloads/RAMExports/19838260/Export_at_Fri_Jul_29_07_28_54_EDT_2011/downloads/tmpFile1311938940984Tzc6a.mov -r 25 -vcodec mjpeg -s 1280x720 -vf pad=1280:720:0:0,transpose,hflip -qscale 1 /www/movieexporter/exportMJPEG/720p/userclips/content_item_16409042_19837921.mjpeg [Thread debugging using libthread_db enabled] ffmpeg version N-31684-g2dd2abe, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 29 2011 07:13:05 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6) configuration: --enable-shared --disable-static --disable-doc --disable- ffplay --disable-ffserver --enable-avfilter --enable-postproc --enable- swscale --enable-gpl --enable-nonfree --enable-runtime-cpudetect --enable- pthreads --enable-bzlib --enable-libopencore-amrnb --enable-libopencore- amrwb --enable-libfaac --enable-libgsm --enable-libmp3lame --enable- libspeex --enable-libtheora --enable-libvorbis --enable-libx264 --enable- zlib --enable-version3 --enable-libopenjpeg libavutil 51. 11. 1 / 51. 11. 1 libavcodec 53. 9. 0 / 53. 9. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 27. 3 / 2. 27. 3 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 Seems stream 0 codec frame rate differs from container frame rate: 1200.00 (1200/1) -> 29.97 (30000/1001) Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/downloads/RAMExports/19838260/Export_at_Fri_Jul_29_07_28_54_EDT_2011/downloads/tmpFile1311938940984Tzc6a.mov': Metadata: major_brand : qt minor_version : 0 compatible_brands: qt creation_time : 2011-07-11 15:38:08 encoder : 4.3.3 encoder-nob : 4.3.3 date : 2011-07-11T17:38:08+0200 date-nob : 2011-07-11T17:38:08+0200 Duration: 00:00:01.09, start: 0.000000, bitrate: 11369 kb/s Stream #0.0(und): Video: h264 (Baseline), yuv420p, 1280x720, 11514 kb/s, 29.95 fps, 29.97 tbr, 600 tbn, 1200 tbc Metadata: creation_time : 2011-07-11 15:38:08 Stream #0.1(und): Audio: aac, 44100 Hz, mono, s16, 62 kb/s Metadata: creation_time : 2011-07-11 15:38:08 Incompatible pixel format 'yuv420p' for codec 'mjpeg', auto-selecting format 'yuvj420p' [buffer @ 0x623a60] w:1280 h:720 pixfmt:yuv420p tb:1/1000000 sar:0/1 sws_param: [hflip @ 0x61b780] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed filter 1 transpose' and the filter 'Parsed filter 2 hflip' [pad @ 0x6281a0] w:1280 h:720 -> w:1280 h:720 x:0 y:0 color:0x108080FF[yuva] [transpose @ 0x61b3a0] w:1280 h:720 dir:0 -> w:720 h:1280 rotation:counterclockwise vflip:1 [scale @ 0x6205c0] w:720 h:1280 fmt:yuv420p -> w:720 h:1280 fmt:yuvj420p flags:0x4 Output #0, mjpeg, to '/www/movieexporter/exportMJPEG/720p/userclips/content_item_16409042_19837921.mjpeg': Metadata: major_brand : qt minor_version : 0 compatible_brands: qt creation_time : 2011-07-11 15:38:08 date-nob : 2011-07-11T17:38:08+0200 encoder-nob : 4.3.3 date : 2011-07-11T17:38:08+0200 encoder : Lavf53.6.0 Stream #0.0(und): Video: mjpeg, yuvj420p, 720x1280, q=2-31, 200 kb/s, 90k tbn, 25 tbc Metadata: creation_time : 2011-07-11 15:38:08 Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help frame= 27 fps= 0 q=1.0 Lsize= 1522kB time=00:00:01.08 bitrate=11544.6kbits/s dup=0 drop=5 video:1522kB audio:0kB global headers:0kB muxing overhead 0.000000% *** glibc detected *** /downloads/ffmpeg/ffmpeg_g: double free or corruption (out): 0x00007ffff52f4040 *** ======= Backtrace: ========= /lib64/libc.so.6[0x327fe75716] /usr/local/lib/libavutil.so.51(av_freep+0xc)[0x7ffff63e334c] /usr/local/lib/libavfilter.so.2(avfilter_link_free+0x4b)[0x7ffff7b7357b] /usr/local/lib/libavfilter.so.2(avfilter_free+0x12a)[0x7ffff7b7371a] /usr/local/lib/libavfilter.so.2(avfilter_graph_free+0x28)[0x7ffff7b75688] /downloads/ffmpeg/ffmpeg_g[0x40e6dc] /downloads/ffmpeg/ffmpeg_g[0x40f429] /lib64/libc.so.6(__libc_start_main+0xfd)[0x327fe1ec9d] /downloads/ffmpeg/ffmpeg_g[0x404929] ======= Memory map: ======== 00400000-00418000 r-xp 00000000 ca:41 174280 /downloads/ffmpeg/ffmpeg_g 00617000-00619000 rw-p 00017000 ca:41 174280 /downloads/ffmpeg/ffmpeg_g 00619000-00ecf000 rw-p 00000000 00:00 0 [heap] 327f600000-327f620000 r-xp 00000000 ca:41 45904 /lib64/ld-2.12.so 327f81f000-327f820000 r--p 0001f000 ca:41 45904 /lib64/ld-2.12.so 327f820000-327f821000 rw-p 00020000 ca:41 45904 /lib64/ld-2.12.so 327f821000-327f822000 rw-p 00000000 00:00 0 327fa00000-327fa1d000 r-xp 00000000 ca:41 6364 /usr/lib64/libopenjpeg.so.2.1.3.0 327fa1d000-327fc1c000 ---p 0001d000 ca:41 6364 /usr/lib64/libopenjpeg.so.2.1.3.0 327fc1c000-327fc1e000 rw-p 0001c000 ca:41 6364 /usr/lib64/libopenjpeg.so.2.1.3.0 327fe00000-327ff87000 r-xp 00000000 ca:41 45905 /lib64/libc-2.12.so 327ff87000-3280187000 ---p 00187000 ca:41 45905 /lib64/libc-2.12.so 3280187000-328018b000 r--p 00187000 ca:41 45905 /lib64/libc-2.12.so 328018b000-328018c000 rw-p 0018b000 ca:41 45905 /lib64/libc-2.12.so 328018c000-3280191000 rw-p 00000000 00:00 0 3280200000-3280217000 r-xp 00000000 ca:41 45914 /lib64/libpthread-2.12.so 3280217000-3280417000 ---p 00017000 ca:41 45914 /lib64/libpthread-2.12.so 3280417000-3280418000 r--p 00017000 ca:41 45914 /lib64/libpthread-2.12.so 3280418000-3280419000 rw-p 00018000 ca:41 45914 /lib64/libpthread-2.12.so 3280419000-328041d000 rw-p 00000000 00:00 0 3280600000-3280615000 r-xp 00000000 ca:41 45907 /lib64/libz.so.1.2.3 3280615000-3280814000 ---p 00015000 ca:41 45907 /lib64/libz.so.1.2.3 3280814000-3280815000 rw-p 00014000 ca:41 45907 /lib64/libz.so.1.2.3 3280a00000-3280a83000 r-xp 00000000 ca:41 45908 /lib64/libm-2.12.so 3280a83000-3280c82000 ---p 00083000 ca:41 45908 /lib64/libm-2.12.so 3280c82000-3280c83000 r--p 00082000 ca:41 45908 /lib64/libm-2.12.so 3280c83000-3280c84000 rw-p 00083000 ca:41 45908 /lib64/libm-2.12.so 3280e00000-3280e07000 r-xp 00000000 ca:41 45927 /lib64/librt-2.12.so 3280e07000-3281006000 ---p 00007000 ca:41 45927 /lib64/librt-2.12.so 3281006000-3281007000 r--p 00006000 ca:41 45927 /lib64/librt-2.12.so 3281007000-3281008000 rw-p 00007000 ca:41 45927 /lib64/librt-2.12.so 3281600000-328166d000 r-xp 00000000 ca:41 6192 /usr/lib64/libSDL-1.2.so.0.11.3 328166d000-328186c000 ---p 0006d000 ca:41 6192 /usr/lib64/libSDL-1.2.so.0.11.3 328186c000-328186e000 rw-p 0006c000 ca:41 6192 /usr/lib64/libSDL-1.2.so.0.11.3 328186e000-328189e000 rw-p 00000000 00:00 0 3282e00000-3282e16000 r-xp 00000000 ca:41 45946 /lib64/libgcc_s-4.4.5-20110214.so.1 3282e16000-3283015000 ---p 00016000 ca:41 45946 /lib64/libgcc_s-4.4.5-20110214.so.1 3283015000-3283016000 rw-p 00015000 ca:41 45946 /lib64/libgcc_s-4.4.5-20110214.so.1 3286e00000-3286ee8000 r-xp 00000000 ca:41 45947 /usr/lib64/libstdc++.so.6.0.13 3286ee8000-32870e8000 ---p 000e8000 ca:41 45947 /usr/lib64/libstdc++.so.6.0.13 32870e8000-32870ef000 r--p 000e8000 ca:41 45947 /usr/lib64/libstdc++.so.6.0.13 32870ef000-32870f1000 rw-p 000ef000 ca:41 45947 /usr/lib64/libstdc++.so.6.0.13 32870f1000-3287106000 rw-p 00000000 00:00 0 3287e00000-3287e10000 r-xp 00000000 ca:41 3372 /lib64/libbz2.so.1.0.4 3287e10000-328800f000 ---p 00010000 ca:41 3372 /lib64/libbz2.so.1.0.4 328800f000-3288011000 rw-p 0000f000 ca:41 3372 /lib64/libbz2.so.1.0.4 332c000000-332c01a000 r-xp 00000000 ca:41 3062 /usr/lib64/libtheoradec.so.1.1.4 332c01a000-332c219000 ---p 0001a000 ca:41 3062 /usr/lib64/libtheoradec.so.1.1.4 332c219000-332c21a000 rw-p 00019000 ca:41 3062 /usr/lib64/libtheoradec.so.1.1.4 332d000000-332d040000 r-xp 00000000 ca:41 3666 /usr/lib64/libtheoraenc.so.1.1.2 332d040000-332d23f000 ---p 00040000 ca:41 3666 /usr/lib64/libtheoraenc.so.1.1.2 332d23f000-332d240000 rw-p 0003f000 ca:41 3666 /usr/lib64/libtheoraenc.so.1.1.2 332f000000-332f016000 r-xp 00000000 ca:41 20349 /usr/lib64/libopencore-amrwb.so.0.0.2 332f016000-332f215000 ---p 00016000 ca:41 20349 /usr/lib64/libopencore-amrwb.so.0.0.2 332f215000-332f216000 rw-p 00015000 ca:41 20349 /usr/lib64/libopencore-amrwb.so.0.0.2 332f400000-332f447000 r-xp 00000000 ca:41 20399 /usr/lib64/libmp3lame.so.0.0.0 332f447000-332f647000 ---p 00047000 ca:41 20399 /usr/lib64/libmp3lame.so.0.0.0 332f647000-332f649000 rw-p 00047000 ca:41 20399 /usr/lib64/libmp3lame.so.0.0.0 332f649000-332f67c000 rw-p 00000000 00:00 0 332f800000-332f82f000 r-xp 00000000 ca:41 20397 /usr/lib64/libopencore-amrnb.so.0.0.2 332f82f000-332fa2e000 ---p 0002f000 ca:41 20397 /usr/lib64/libopencore-amrnb.so.0.0.2 332fa2e000-332fa2f000 rw-p 0002e000 ca:41 20397 /usr/lib64/libopencore-amrnb.so.0.0.2 3330800000-33308e2000 r-xp 00000000 ca:41 18697 /lib64/libasound.so.2.0.0 33308e2000-3330ae1000 ---p 000e2000 ca:41 18697 /lib64/libasound.so.2.0.0 Program received signal SIGABRT, Aborted. 0x000000327fe32a45 in raise () from /lib64/libc.so.6 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 14:18:44 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 12:18:44 -0000 Subject: [FFmpeg-trac] #371(undetermined:open): Segmentation fault or get core dump when trying to use transpose/hflip/vflip on some inputs In-Reply-To: <043.fc4ab07602c08f7feb93b211c3fc8759@avcodec.org> References: <043.fc4ab07602c08f7feb93b211c3fc8759@avcodec.org> Message-ID: <058.3267880877436a3925d15b0f51171530@avcodec.org> #371: Segmentation fault or get core dump when trying to use transpose/hflip/vflip on some inputs -----------------------------------+--------------------------- Reporter: x2305andy2305x | Owner: Type: defect | Status: open Priority: important | Component: undetermined Version: unspecified | Resolution: Keywords: transpose, hflip,vflip | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------------------+--------------------------- Changes (by x2305andy2305x): * status: new => open Comment: I'm using latest trunk version of ffmpeg. For the segmentation fault error code, the command is this: ffmpeg -y -i input.3gp -r 25 -vcodec mjpeg -s 720x480 -vf pad=720:480:0:0,transpose=3,hflip -qscale 1 output.mjpeg -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 15:15:30 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 13:15:30 -0000 Subject: [FFmpeg-trac] #371(avfilter:open): Segmentation fault or get core dump when trying to use transpose/hflip/vflip on some inputs In-Reply-To: <043.fc4ab07602c08f7feb93b211c3fc8759@avcodec.org> References: <043.fc4ab07602c08f7feb93b211c3fc8759@avcodec.org> Message-ID: <058.0836849964353dabd7a0a6ae8cc427d4@avcodec.org> #371: Segmentation fault or get core dump when trying to use transpose/hflip/vflip on some inputs -----------------------------------+----------------------- Reporter: x2305andy2305x | Owner: Type: defect | Status: open Priority: important | Component: avfilter Version: git-master | Resolution: Keywords: transpose, hflip,vflip | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------------------+----------------------- Changes (by cehoyos): * version: unspecified => git-master * component: undetermined => avfilter * reproduced: 0 => 1 Comment: {{{ (gdb) r -i tests/lena.pnm -vf transpose=3,hflip out.jpg Starting program: ffmpeg_g -i tests/lena.pnm -vf transpose=3,hflip out.jpg [Thread debugging using libthread_db enabled] [New Thread 0xb7b326c0 (LWP 23528)] ffmpeg version n0.8-749-g2dd2abe, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 29 2011 15:09:21 with gcc 4.2.1 (SUSE Linux) configuration: libavutil 51. 11. 1 / 51. 11. 1 libavcodec 53. 9. 0 / 53. 9. 0 libavformat 53. 6. 0 / 53. 6. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 27. 3 / 2. 27. 3 libswscale 2. 0. 0 / 2. 0. 0 Input #0, image2, from 'tests/lena.pnm': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0.0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc Incompatible pixel format 'rgb24' for codec 'mjpeg', auto-selecting format 'yuvj420p' [buffer @ 0x8c99420] w:256 h:256 pixfmt:rgb24 tb:1/1000000 sar:0/1 sws_param: [hflip @ 0x8ca0cc0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed filter 0 transpose' and the filter 'Parsed filter 1 hflip' [transpose @ 0x8ca08a0] w:256 h:256 dir:3 -> w:256 h:256 rotation:clockwise vflip:1 [scale @ 0x8ca67a0] w:256 h:256 fmt:rgb24 -> w:256 h:256 fmt:yuvj420p flags:0x4 Output #0, image2, to 'out.jpg': Metadata: encoder : Lavf53.6.0 Stream #0.0: Video: mjpeg, yuvj420p, 256x256, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb7b326c0 (LWP 23528)] 0x0806644a in draw_slice (inlink=0x8ca6820, y=256, h=256, slice_dir=1) at libavfilter/vf_hflip.c:101 101 outrow[j] = inrow[-j]; (gdb) bt #0 0x0806644a in draw_slice (inlink=0x8ca6820, y=256, h=256, slice_dir=1) at libavfilter/vf_hflip.c:101 #1 0x08060198 in avfilter_draw_slice (link=0x8ca6820, y=256, h=256, slice_dir=1) at libavfilter/avfilter.c:589 #2 0x0806a831 in draw_slice (link=0x8ca0f40, y=0, h=256, slice_dir=1) at libavfilter/vf_scale.c:317 #3 0x08060198 in avfilter_draw_slice (link=0x8ca0f40, y=0, h=256, slice_dir=1) at libavfilter/avfilter.c:589 #4 0x0806c38b in end_frame (inlink=0x8ca0b60) at libavfilter/vf_transpose.c:193 #5 0x0805fbe7 in avfilter_end_frame (link=0x8ca0b60) at libavfilter/avfilter.c:541 #6 0x0806d227 in request_frame (link=0x8ca0b60) at libavfilter/vsrc_buffer.c:197 #7 0x08060834 in avfilter_request_frame (link=0x8ca10a0) at libavfilter/avfilter.c:478 #8 0x0806d13c in av_vsink_buffer_get_video_buffer_ref (ctx=0x8c9f2a0, picref=0x8c9a3cc, flags=0) at libavfilter/vsink_buffer.c:83 #9 0x0804e4e2 in output_packet (ist=0x8ca1ab0, ist_index=0, ost_table=0x8ca1a20, nb_ostreams=1, pkt=0xbfa9acb4) at ffmpeg.c:1733 #10 0x08056262 in transcode (output_files=0x8740100, nb_output_files=1, input_files=0x8c9f358, nb_input_files=1, stream_maps=0x0, nb_stream_maps=0) at ffmpeg.c:2819 #11 0x080573d5 in main (argc=Cannot access memory at address 0x0 ) at ffmpeg.c:4575 (gdb) disass $pc-32 $pc+32 Dump of assembler code from 0x806642a to 0x806646a: 0x0806642a : and $0x44,%al 0x0806642c : sar %cl,%eax 0x0806642e : test %eax,%eax 0x08066430 : mov %esi,0x18(%esp) 0x08066434 : jle 0x80662b8 0x0806643a : lea 0x0(%esi),%esi 0x08066440 : movzbl (%esi),%eax 0x08066443 : sub $0x1,%esi 0x08066446 : mov 0x48(%esp),%edx 0x0806644a : mov %al,-0x1(%ebx,%edx,1) 0x0806644e : mov 0x2c(%esp),%ecx 0x08066452 : mov %ebx,%edx 0x08066454 : add $0x1,%ebx 0x08066457 : mov %esi,0x18(%esp) 0x0806645b : mov 0x18(%ecx),%edi 0x0806645e : movzbl 0x54(%esp),%ecx 0x08066463 : mov %edi,%eax 0x08066465 : sar %cl,%eax 0x08066467 : cmp %edx,%eax 0x08066469 : jg 0x8066440 End of assembler dump. (gdb) info registers eax 0x0 0 ecx 0x0 0 edx 0x30db4e60 819678816 ebx 0x1 1 esp 0xbfa990d0 0xbfa990d0 ebp 0x28000000 0x28000000 esi 0x8d9ccde 148491486 edi 0x100 256 eip 0x806644a 0x806644a eflags 0x10206 [ PF IF RF ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 19:56:41 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 17:56:41 -0000 Subject: [FFmpeg-trac] #370(undetermined:open): Unable to decode packet capture into .AVI. In-Reply-To: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> References: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> Message-ID: <051.64102157475d9fb4b3f6d120dd65c6d2@avcodec.org> #370: Unable to decode packet capture into .AVI. ------------------------+--------------------------- Reporter: gogasca | Owner: michael Type: task | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by gogasca): Thanks for the help, I downloaded latest git: 1001 wget http://codemonkey.org.uk/projects/git-snapshots/git/git- latest.tar.gz 1002 tar xvf git-latest.tar.gz 1003 cd git-latest.tar.gz 1009 autoconf 1010 ./configure --with-curl=/usr/local 1011 make 1012 make install Recompile videosnarf and ffmpeg and same results. I attached packet captures for you to try maybe you can find the right combination. Thanks! [root at maradona video]# videosnarf -i bjn1IN.pcap -c Starting videosnarf 0.63 [+]Starting to snarf the media packets [+] Please wait while decoding pcap file... added new stream. :10.35.194.14(50782) to 10.35.204.91(30088). codec is 61 [+]Stream saved to file H264-media-1.264 [+]Number of streams found are 1 [+]Snarfing Completed [root at maradona video]# ll total 2884 -rw-r--r-- 1 root root 155044 Jul 27 23:29 audioin.pcap -rw-r--r-- 1 root root 672244 Jul 28 17:35 bjn1IN.pcap -rw-r--r-- 1 root root 524203 Jul 28 17:38 bjn1OUT.pcap -rw-r--r-- 1 root root 31975 Jul 27 23:53 ffmpeghelp -rw-r--r-- 1 root root 215720 Jul 27 23:29 G722-media-1.wav -rw-r--r-- 1 root root 624339 Jul 29 10:14 H264-media-1.264 -rw-r--r-- 1 root root 692936 Jul 27 23:36 test2INH264.pcap [root at maradona video]# ffmpeg -i H264-media-1.264 bnj1IN.avi FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers built on Jul 27 2011 22:58:44 with gcc 4.1.2 20080704 (Red Hat 4.1.2-50) configuration: libavutil 50.15. 1 / 50.15. 1 libavcodec 52.72. 2 / 52.72. 2 libavformat 52.64. 2 / 52.64. 2 libavdevice 52. 2. 0 / 52. 2. 0 libswscale 0.11. 0 / 0.11. 0 [h264 @ 0xa5885f0]missing picture in access unit [h264 @ 0xa587420]Estimating duration from bitrate, this may be inaccurate Seems stream 0 codec frame rate differs from container frame rate: 180000.00 (180000/1) -> 90000.00 (180000/2) Input #0, h264, from 'H264-media-1.264': Duration: N/A, bitrate: N/A Stream #0.0: Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 90k tbr, 1200k tbn, 180k tbc [mpeg4 @ 0xa58b8f0]removing common factors from framerate [mpeg4 @ 0xa58b8f0]timebase not supported by mpeg 4 standard Output #0, avi, to 'bnj1IN.avi': Stream #0.0: Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 90k tbc Stream mapping: Stream #0.0 -> #0.0 Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height [root at maradona video]# git --version git version 1.7.6.GIT -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 20:34:14 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 18:34:14 -0000 Subject: [FFmpeg-trac] #371(avfilter:closed): Segmentation fault or get core dump when trying to use transpose/hflip/vflip on some inputs In-Reply-To: <043.fc4ab07602c08f7feb93b211c3fc8759@avcodec.org> References: <043.fc4ab07602c08f7feb93b211c3fc8759@avcodec.org> Message-ID: <058.bfe8086e2c83097e4328d9167999d2b8@avcodec.org> #371: Segmentation fault or get core dump when trying to use transpose/hflip/vflip on some inputs -----------------------------------+----------------------- Reporter: x2305andy2305x | Owner: Type: defect | Status: closed Priority: important | Component: avfilter Version: git-master | Resolution: fixed Keywords: transpose, hflip,vflip | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------------------+----------------------- Changes (by saste): * status: open => closed * resolution: => fixed Comment: Fixed in commit: {{{ commit d9c23a0d5a56488b146eef17a19a9b47643be333 Author: Stefano Sabatini Date: Fri Jul 29 20:19:04 2011 +0200 vf_transpose: avoid multiple calls to avfilter_draw_slice() avfilter_draw_slice() is already called in the end_frame() callback, this avoids multiple calls. This is done by adding a null draw_slice() callback. In particular fix crash occurring with -vf transpose=3,hflip, fix trac issue #371. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 22:37:01 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 20:37:01 -0000 Subject: [FFmpeg-trac] #370(undetermined:open): Unable to decode packet capture into .AVI. In-Reply-To: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> References: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> Message-ID: <051.e4911944fa4291f095154fb97b62db1a@avcodec.org> #370: Unable to decode packet capture into .AVI. ------------------------+--------------------------- Reporter: gogasca | Owner: michael Type: task | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): Could you test latest FFmpeg git head? You can find it at http://ffmpeg.org/download.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jul 29 22:56:31 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 20:56:31 -0000 Subject: [FFmpeg-trac] #365(avformat:open): trp/ts file w/o PAT/PMT is not supported In-Reply-To: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> References: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> Message-ID: <050.986e3893d707e3690c43a8a95ebf1cd7@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported --------------------------------+----------------------- Reporter: Superb | Owner: Type: enhancement | Status: open Priority: minor | Component: avformat Version: git-master | Resolution: Keywords: ts aac pat pmt latm | Blocked By: Blocking: | Reproduced: 1 Analyzed: 1 | --------------------------------+----------------------- Comment (by cehoyos): New patch with a better name attached. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 01:37:24 2011 From: trac at avcodec.org (FFmpeg) Date: Fri, 29 Jul 2011 23:37:24 -0000 Subject: [FFmpeg-trac] #370(undetermined:open): Unable to decode packet capture into .AVI. In-Reply-To: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> References: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> Message-ID: <051.f66091c492a6126d590bf8114e098829@avcodec.org> #370: Unable to decode packet capture into .AVI. ------------------------+--------------------------- Reporter: gogasca | Owner: michael Type: task | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by gogasca): Upgrade ffmpeg to 0.8.1 and same results: [root at maradona video]# videosnarf -i bjn1IN.pcap -c Starting videosnarf 0.63 [+]Starting to snarf the media packets [+] Please wait while decoding pcap file... added new stream. :10.35.194.14(50782) to 10.35.204.91(30088). codec is 61 [+]Stream saved to file H264-media-1.264 [+]Number of streams found are 1 [+]Snarfing Completed [root at maradona video]# ffmpeg -i H264-media-1.264 bnj1IN.avi ffmpeg version 0.8.1, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 29 2011 16:23:11 with gcc 4.1.2 20080704 (Red Hat 4.1.2-50) configuration: libavutil 51. 9. 1 / 51. 9. 1 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 4. 0 / 53. 4. 0 libavdevice 53. 1. 1 / 53. 1. 1 libavfilter 2. 23. 0 / 2. 23. 0 libswscale 2. 0. 0 / 2. 0. 0 [h264 @ 0x9e3f340] Estimating duration from bitrate, this may be inaccurate Seems stream 0 codec frame rate differs from container frame rate: 180000.00 (180000/1) -> 90000.00 (180000/2) Input #0, h264, from 'H264-media-1.264': Duration: N/A, bitrate: N/A Stream #0.0: Video: h264 (Constrained Baseline), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 90k tbr, 1200k tbn, 180k tbc [buffer @ 0x9e43bc0] w:1280 h:720 pixfmt:yuv420p tb:1/1000000 sar:1/1 sws_param: [mpeg4 @ 0x9e40cc0] removing common factors from framerate [mpeg4 @ 0x9e40cc0] timebase 1/90000 not supported by MPEG 4 standard, the maximum admitted value for the timebase denominator is 65535 Output #0, avi, to 'bnj1IN.avi': Stream #0.0: Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 90k tbc Stream mapping: Stream #0.0 -> #0.0 Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height [root at maradona video]# -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 10:00:01 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 08:00:01 -0000 Subject: [FFmpeg-trac] #370(undetermined:open): Unable to decode packet capture into .AVI. In-Reply-To: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> References: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> Message-ID: <051.6d260bad236ce77cc58aa6c2528afa84@avcodec.org> #370: Unable to decode packet capture into .AVI. ------------------------+--------------------------- Reporter: gogasca | Owner: michael Type: task | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by gogasca): Call flow: Cisco CTS --> CUCM -- SIP --> VCS -- H323 --> VCS-E --H323 --> BJN From CTS to Remote end: Media Attribute (a): fmtp:97 profile-level-id=42001F;packetization-mode=0 ;max-mbps=108000;max-fs=3600;max-br=4000 From Remote endto CTS: Media Attribute (a): fmtp:96 profile-level-id=428016;max-mbps=108500;max- fs=3840;max-smbps=108500 From CTS: profile-level-id=42 00 1F From BJN: profile-level-id=42 80 16 [PROFILE IDC] CTS: 42 = 66 BJN: 42 = 66 Each substring represents one byte in base16! So, if Profile IDC is 42, that means it is actually 66 in base10. (66=baseline, 77=main, 100=high) [PROFILE IOP] CTS: 0000 0000 = 00 BJN: 1000 0000 = 80 If bit 7 (the most significant bit), bit 6, or bit 5 of profile-iop is equal to 1, all constraints of the Baseline profile, the Main profile, or the Extended profile, respectively, are obeyed in the NAL unit stream. [LEVEL IDC] CTS: 1F = 31 = 3.1 = 720?480 at 80.0 (13) 720?576 at 66.7 (11) 1280?720 at 30.0 (5) BJN: 16 = 22 = 2.2 = 352?480 at 30.7(10) 352?576 at 25.6 (7) 720?480 at 15.0 (6) 720?576 at 12.5 (5) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 10:44:09 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 08:44:09 -0000 Subject: [FFmpeg-trac] #370(undetermined:open): Unable to decode packet capture into .AVI. In-Reply-To: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> References: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> Message-ID: <051.82ef9026e4fc0dd526215596d18b2c79@avcodec.org> #370: Unable to decode packet capture into .AVI. ------------------------+--------------------------- Reporter: gogasca | Owner: michael Type: task | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by gogasca): Are those valid resolutions??? Im trying to use BJN one with ffmpeg. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 11:21:40 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 09:21:40 -0000 Subject: [FFmpeg-trac] #347(FFplay:open): ffplay -s stopped working In-Reply-To: <036.2b1323687c5406795751092efed3a0f5@avcodec.org> References: <036.2b1323687c5406795751092efed3a0f5@avcodec.org> Message-ID: <051.b0d16c1e65cf9524b1e34fdbc59637f0@avcodec.org> #347: ffplay -s stopped working -----------------------+---------------------- Reporter: cehoyos | Owner: michael Type: defect | Status: open Priority: critical | Component: FFplay Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | -----------------------+---------------------- Comment (by saste): Currently the command issues a warning suggesting an alternative, which is also documented in the manual. Also, ffplay is generally not employed by scripts, so removing the option is not going to cause much harm. If you care about keeping backward compatibility, you can do it by doing like it is done in ffmpeg.c:opt_video_channel()/opt_video_standard(), by doing return opt_default("video_size", arg) after the deprecation warning (and testing that it works as expected). In this case the same should be done with -pix_fmt. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 11:33:38 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 09:33:38 -0000 Subject: [FFmpeg-trac] #370(undetermined:open): Unable to decode packet capture into .AVI. In-Reply-To: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> References: <036.d0c0dca25b118ddd9a6102c13af15438@avcodec.org> Message-ID: <051.48122977536b269b68e68b978244507d@avcodec.org> #370: Unable to decode packet capture into .AVI. ------------------------+--------------------------- Reporter: gogasca | Owner: michael Type: task | Status: open Priority: normal | Component: undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ------------------------+--------------------------- Comment (by cehoyos): Replying to [comment:5 gogasca]: > [mpeg4 @ 0x9e40cc0] timebase 1/90000 not supported by MPEG 4 standard, the maximum admitted value for the timebase denominator is 65535 You will have to use another encoder or frame_rate. If that does not help, please upload H264-media-1.264 to http://www.datafilehost.com/ Carl Eugen -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 11:36:21 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 09:36:21 -0000 Subject: [FFmpeg-trac] #361(avcodec:closed): avcodec_decode_audio3 SEGFAULT while decoding certain codec types In-Reply-To: <036.2afc98db1649b7a865a9cd08a0954054@avcodec.org> References: <036.2afc98db1649b7a865a9cd08a0954054@avcodec.org> Message-ID: <051.1fa81dee00bdd0ab02a079e4b0b2ba94@avcodec.org> #361: avcodec_decode_audio3 SEGFAULT while decoding certain codec types -------------------------------------------------+------------------------- Reporter: danijel | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git | Resolution: invalid Keywords: avcodec decode segfault float int | Blocked By: conversion | Reproduced: 0 Blocking: | Analyzed: 0 | -------------------------------------------------+------------------------- Changes (by cehoyos): * status: new => closed * resolution: => invalid Comment: Thank you for the explanation! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 11:55:33 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 09:55:33 -0000 Subject: [FFmpeg-trac] #365(avformat:open): trp/ts file w/o PAT/PMT is not supported In-Reply-To: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> References: <035.34ad18126fd87f9b9e6fb92d0cda4e08@avcodec.org> Message-ID: <050.00a7d261d29e16b69bc3fb7b54e4f400@avcodec.org> #365: trp/ts file w/o PAT/PMT is not supported --------------------------------+----------------------- Reporter: Superb | Owner: Type: enhancement | Status: open Priority: minor | Component: avformat Version: git-master | Resolution: Keywords: ts aac pat pmt latm | Blocked By: Blocking: | Reproduced: 1 Analyzed: 1 | --------------------------------+----------------------- Comment (by reimar): I sent a patch for a bug in the code this is derived from. Also this: uint32_t header = AV_RB16(buf2); if((header&0xFFE0) != 0x56E0) // "0x2B7" break; fsize = ((AV_RB32(buf2) >> 8) & 0x1FFF) + 3; could/should be simplified to something like e.g. uint32_t header = AV_RB24(buf2); if(header >> 13 != 0x2B7) break; fsize = (header & 0x1FFF) + 3; Which would also allow the - 4 in calculating "end" to be reduced to - 3. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 17:34:38 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 15:34:38 -0000 Subject: [FFmpeg-trac] #372(avformat:new): spdifenc does an output not correct Message-ID: <034.1ae48f6e1adb89fc61533a1d8c7c34f2@avcodec.org> #372: spdifenc does an output not correct ----------------------+------------------------ Reporter: naoya | Type: defect Status: new | Priority: important Component: avformat | Version: git Keywords: spdifenc | Blocked By: Blocking: | Reproduced: 0 Analyzed: 1 | ----------------------+------------------------ I write SPDIF pass-through decoder for mplayer. It using FFmpeg spdif muxer. I found some problems in spdifenc. I attach patch on this ticket. * following codec are tested. 1. MPEG2 AAC 2. AC3 3. DTS * following codec are not tested. 1. MPEG4 AAC 2. MPEG AUDIO Layer1-3 3. E-AC3 4. DTS-HD 5. TrueHD -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 18:03:56 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 16:03:56 -0000 Subject: [FFmpeg-trac] #372(avformat:open): spdifenc does an output not correct In-Reply-To: <034.1ae48f6e1adb89fc61533a1d8c7c34f2@avcodec.org> References: <034.1ae48f6e1adb89fc61533a1d8c7c34f2@avcodec.org> Message-ID: <049.74eafaacff500e593b8a199bdedbe29a@avcodec.org> #372: spdifenc does an output not correct ----------------------+----------------------- Reporter: naoya | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git | Resolution: Keywords: spdifenc | Blocked By: Blocking: | Reproduced: 0 Analyzed: 1 | ----------------------+----------------------- Changes (by cehoyos): * status: new => open Comment: Could you explain in which cases your patch is needed? And do I understand you correctly that you were able to test AAC (at least one variant)? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 19:05:44 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 17:05:44 -0000 Subject: [FFmpeg-trac] #325(avfilter:closed): Aspect Ratio of input Video required to e.g. automatically add correct letterbox/pillarbox when rescaling video In-Reply-To: <037.5809a4754d1eb9fb209d7caef037373b@avcodec.org> References: <037.5809a4754d1eb9fb209d7caef037373b@avcodec.org> Message-ID: <052.6943db0a8ba7fe5c34aa8ab675e0b426@avcodec.org> #325: Aspect Ratio of input Video required to e.g. automatically add correct letterbox/pillarbox when rescaling video ------------------------+----------------------- Reporter: Pae8uuW5 | Owner: Type: enhancement | Status: closed Priority: normal | Component: avfilter Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 1 | ------------------------+----------------------- Changes (by saste): * status: new => closed * version: 0.8 => git-master * resolution: => fixed Comment: The a/dar mismatch was fixed in git-master: {{{ commit 61d55fda2b513caf18e37b27aba680a87840904a Author: Stefano Sabatini Date: Wed Jul 27 10:58:24 2011 +0200 lavfi: tweak display aspect ratio variables in pad and scale filters Previously, "dar" and "a" were documented like "input display aspect ratio", but their actual value was "in_w/in_h". In order to avoid to break scripts which rely on the "a" variable, the patch keeps the same semantics but fixes the corresponding docs, and fixes the semantics of the recently added "dar" variable, which now correctly expresses the input Display Aspect Ratio value as "(inw_w/in_h)*sar". }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 21:44:08 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 19:44:08 -0000 Subject: [FFmpeg-trac] #373(avdevice:new): e35c674d breaks alsa output in matroska Message-ID: <035.d3e8de2267b49c8b92567d956feb079d@avcodec.org> #373: e35c674d breaks alsa output in matroska -------------------------+---------------------- Reporter: llogan | Owner: Type: defect | Status: new Priority: normal | Component: avdevice Version: git-master | Keywords: Blocked By: | Blocking: Reproduced: 0 | Analyzed: 0 -------------------------+---------------------- [http://git.videolan.org/?p=ffmpeg.git;a=commit;h=e35c674d13a7f180412cfe058530a2e7f1d49a90 e35c674d13a7f180412cfe058530a2e7f1d49a90] bad [http://git.videolan.org/?p=ffmpeg.git;a=commit;h=8bfd7f6a475225a0595bf657f8b99a8fffb461e4 8bfd7f6a475225a0595bf657f8b99a8fffb461e4] good {{{ $ ./ffmpeg -v 9 -loglevel 99 -f alsa -ac 2 -i pulse -acodec pcm_s16le -y ~/output.mka ffmpeg version N-31358-g2f56a97, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 30 2011 11:33:09 with gcc 4.5.2 configuration: libavutil 51. 11. 0 / 51. 11. 0 libavcodec 53. 7. 0 / 53. 7. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 2. 0 / 53. 2. 0 libavfilter 2. 24. 3 / 2. 24. 3 libswscale 2. 0. 0 / 2. 0. 0 [alsa @ 0xac4a360] All info found [alsa @ 0xac4a360] Estimating duration from bitrate, this may be inaccurate Input #0, alsa, from 'pulse': Duration: N/A, start: 1312054761.614575, bitrate: N/A Stream #0.0, 1, 1/1000000: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s Output #0, matroska, to '/home/lou/output.mka': Metadata: encoder : Lavf53.5.0 Stream #0.0, 0, 1/1000: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop, [?] for help [matroska @ 0xac45920] Writing block at offset 519, size 128, pts 0, dts 0, duration 1, flags 128 [matroska @ 0xac45920] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 1 >= 1 av_interleaved_write_frame(): Invalid argument }}} This output is from [http://git.videolan.org/?p=ffmpeg.git;a=commit;h=2f56a97f2488146f209de415e3338f7e597c5719 2f56a97f] which merged the bad commit. 32-bit Ubuntu Natty. Current git master (g3b5ddf0) has the same behavior. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jul 30 22:24:47 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 20:24:47 -0000 Subject: [FFmpeg-trac] #373(avdevice:open): e35c674d breaks alsa input (was: e35c674d breaks alsa output in matroska) In-Reply-To: <035.d3e8de2267b49c8b92567d956feb079d@avcodec.org> References: <035.d3e8de2267b49c8b92567d956feb079d@avcodec.org> Message-ID: <050.ff876f9adb1a4dd1167b989fd13a49f3@avcodec.org> #373: e35c674d breaks alsa input -----------------------+----------------------- Reporter: llogan | Owner: Type: defect | Status: open Priority: normal | Component: avdevice Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | -----------------------+----------------------- Changes (by cehoyos): * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 31 01:43:52 2011 From: trac at avcodec.org (FFmpeg) Date: Sat, 30 Jul 2011 23:43:52 -0000 Subject: [FFmpeg-trac] #372(avformat:open): spdifenc does an output not correct In-Reply-To: <034.1ae48f6e1adb89fc61533a1d8c7c34f2@avcodec.org> References: <034.1ae48f6e1adb89fc61533a1d8c7c34f2@avcodec.org> Message-ID: <049.5184f7675d0b6e67eac5cb2ee2ff098b@avcodec.org> #372: spdifenc does an output not correct ----------------------+----------------------- Reporter: naoya | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git | Resolution: Keywords: spdifenc | Blocked By: Blocking: | Reproduced: 0 Analyzed: 1 | ----------------------+----------------------- Comment (by anssi): I guess the intent for the AC3 and AAC changes is to discard garbage at the end of AVPacket? I'm not sure if that should be handled, but I'm not against it. cehoyos, what do you think? {{{ + ctx->pkt_offset = hdr.num_blocks * 256 << 2; }}} Do you have samples where hdr.num_blocks is not 6? IEC 61937-3 mandates a repetition period of 6144 bytes for AC-3, and non-6 values here would produce a different repetition period. If you don't have any samples, I'd guess we should simply refuse to mux such AC-3 streams. {{{ - ctx->length_code = FFALIGN(pkt->size, 2) << 3; }}} ctx->length_code is not set by every packetizer function, this causes 0 to be written for some codecs. {{{ - av_fast_malloc(&ctx->buffer, &ctx->buffer_size, ctx->out_bytes + FF_INPUT_BUFFER_PADDING_SIZE); + ctx->buffer = av_mallocz(ctx->out_bytes + FF_INPUT_BUFFER_PADDING_SIZE); }}} Memory leak, no? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 31 17:01:23 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 31 Jul 2011 15:01:23 -0000 Subject: [FFmpeg-trac] #372(avformat:open): spdifenc does an output not correct In-Reply-To: <034.1ae48f6e1adb89fc61533a1d8c7c34f2@avcodec.org> References: <034.1ae48f6e1adb89fc61533a1d8c7c34f2@avcodec.org> Message-ID: <049.812cc023dbf8a85785bb106fd6920e97@avcodec.org> #372: spdifenc does an output not correct ----------------------+----------------------- Reporter: naoya | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git | Resolution: Keywords: spdifenc | Blocked By: Blocking: | Reproduced: 0 Analyzed: 1 | ----------------------+----------------------- Comment (by naoya): Replying to [comment:1 cehoyos]: > And do I understand you correctly that you were able to test AAC (at least one variant)? YES. My AV-Receiver(ONKYO TX-SA608) support MPEG2 AAC. It does not support MPEG4 AAC. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jul 31 17:06:53 2011 From: trac at avcodec.org (FFmpeg) Date: Sun, 31 Jul 2011 15:06:53 -0000 Subject: [FFmpeg-trac] #372(avformat:open): spdifenc does an output not correct In-Reply-To: <034.1ae48f6e1adb89fc61533a1d8c7c34f2@avcodec.org> References: <034.1ae48f6e1adb89fc61533a1d8c7c34f2@avcodec.org> Message-ID: <049.7c8490500cf1c2d5953a913c430eb2ed@avcodec.org> #372: spdifenc does an output not correct ----------------------+----------------------- Reporter: naoya | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git | Resolution: Keywords: spdifenc | Blocked By: Blocking: | Reproduced: 0 Analyzed: 1 | ----------------------+----------------------- Comment (by naoya): Replying to [comment:2 anssi]: > I guess the intent for the AC3 and AAC changes is to discard garbage at the end of AVPacket? I'm not sure if that should be handled, but I'm not against it. cehoyos, what do you think? If AVPacket.size is greater than AVPacket.data size in it.(However, this is a problem of the parser) Invalid IEC 61937 stream will out going. Check byte lengh of AVPacket.data and use that value. > {{{ > + ctx->pkt_offset = hdr.num_blocks * 256 << 2; > }}} > Do you have samples where hdr.num_blocks is not 6? IEC 61937-3 mandates a repetition period of 6144 bytes for AC-3, and non-6 values here would produce a different repetition period. If you don't have any samples, I'd guess we should simply refuse to mux such AC-3 streams. I also think so. My DVD(only 10 samples) value is 6. > {{{ > - ctx->length_code = FFALIGN(pkt->size, 2) << 3; > }}} > ctx->length_code is not set by every packetizer function, this causes 0 to be written for some codecs. MPA function does not set ctx->length_code. I revert that code back to the original. > {{{ > - av_fast_malloc(&ctx->buffer, &ctx->buffer_size, ctx->out_bytes + FF_INPUT_BUFFER_PADDING_SIZE); > + ctx->buffer = av_mallocz(ctx->out_bytes + FF_INPUT_BUFFER_PADDING_SIZE); > }}} > Memory leak, no? This will leak. add free function. Patch was updated. -- Ticket URL: FFmpeg FFmpeg issue tracker