Re: [FFmpeg-trac] #185(avformat:open): ffmpeg segfaults with large ogg/vorbis files

2011-05-19 Thread FFmpeg
#185: ffmpeg segfaults with large ogg/vorbis files +--- Reporter: Philius | Owner: Type: defect | Status: open Priority: important| Component: avformat Version: git-master

Re: [FFmpeg-trac] #221(build system:open): OpenCV and cxtypes.h

2011-05-19 Thread FFmpeg
know when cxcore.h replaced cxtypes.h). -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/221#comment:4> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #185(avformat:open): ffmpeg segfaults with large ogg/vorbis files

2011-05-19 Thread FFmpeg
#185: ffmpeg segfaults with large ogg/vorbis files +--- Reporter: Philius | Owner: Type: defect | Status: open Priority: important| Component: avformat Version: git-master

Re: [FFmpeg-trac] #221(build system:open): OpenCV and cxtypes.h

2011-05-19 Thread FFmpeg
Versions prior to 2.1.0 I think.. perhaps your more skilled at browsing their svn than I am... https://code.ros.org/gf/project/opencv/ -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/221#comment:5> FFmpeg <http://ffmpeg.org> FFmpeg i

Re: [FFmpeg-trac] #185(avformat:open): ffmpeg segfaults with large ogg/vorbis files

2011-05-19 Thread FFmpeg
#185: ffmpeg segfaults with large ogg/vorbis files +--- Reporter: Philius | Owner: Type: defect | Status: open Priority: important| Component: avformat Version: git-master

Re: [FFmpeg-trac] #185(avformat:open): ffmpeg segfaults with large ogg/vorbis files

2011-05-19 Thread FFmpeg
#185: ffmpeg segfaults with large ogg/vorbis files +--- Reporter: Philius | Owner: Type: defect | Status: open Priority: important| Component: avformat Version: git-master

[FFmpeg-trac] #225(undetermined:new): Converting from YUVJ to YUV lose contrast

2011-05-20 Thread FFmpeg
contrast | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | ---+- I am trying to transcode video from my Nicon D90 mjpeg to x264. And output video contrast is lower than input. I use ffmpeg-HEAD

Re: [FFmpeg-trac] #225(undetermined:new): Converting from YUVJ to YUV lose contrast

2011-05-20 Thread FFmpeg
| Resolution: Keywords: YUV/YUVJ contrast | Blocked By: Blocking: | Reproduced: 1 Analyzed: 0 | --+--- Comment (by sghpunk): OS Windows XP SP3 32bit -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/

Re: [FFmpeg-trac] #225(undetermined:new): Converting from YUVJ to YUV lose contrast

2011-05-20 Thread FFmpeg
rac/ffmpeg/ticket/225#comment:2> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #225(undetermined:open): Converting from YUVJ to YUV lose contrast

2011-05-20 Thread FFmpeg
1 => 0 Comment: Is the problem also reproducible with the following command line? {{{ ffmpeg.exe -an -i input.mkv -qscale 2 low_contrast_yuv.mkv }}} You can use http://www.datafilehost.com/ to upload samples. (Did you build FFmpeg yourself or did you download your executable?) -- T

Re: [FFmpeg-trac] #221(build system:closed): OpenCV and cxtypes.h

2011-05-20 Thread FFmpeg
th libopencv > 2.1.0. Fix trac issue #221. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/221#comment:6> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #225(undetermined:open): Converting from YUVJ to YUV lose contrast

2011-05-20 Thread FFmpeg
file: http://www.datafilehost.com/download-a3c7345e.html And, yes with command line: {{{ ffmpeg.exe -an -i input.mkv -qscale 2 low_contrast_yuv.mkv }}} The same problem, low contrast. Here is encoding log: {{{ ffmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers built

Re: [FFmpeg-trac] #225(undetermined:open): Converting from YUVJ to YUV lose contrast

2011-05-20 Thread FFmpeg
input file (ffmpeg -i yuvj_input.mkv -vcodec copy out%03d.jpg), converted the result to different formats (ffmpeg -i out001.jpg -qscale 2 out.avi and ffmpeg -i out001.jpg out.png), but the images all look very similar to me. What software are you using to display the videos (or how do you kno

[FFmpeg-trac] #226(undetermined:new): QT RLE 1bpp support is buggy

2011-05-20 Thread FFmpeg
visible white lines 2. there is visibe white line at the top of the screen C:\>ffmpeg -i qt_rle_bw.mov -vcodec huffyuv qt_rle_bw.avi FFmpeg version SVN-r20467, Copyright (c) 2000-2009 Fabrice Bellard, et al. built on Nov 6 2009 04:04:33 with gcc 4.2.4 configuration: --enable-memalign-h

[FFmpeg-trac] #227(FFmpeg:new): Extend -ss and -t to support seeking to EOF time position (and backwards)?

2011-05-20 Thread FFmpeg
#227: Extend -ss and -t to support seeking to EOF time position (and backwards)? --+--- Reporter: burek| Owner: michael Type: enhancement | Status: new Priority: wish | Component: FFmpeg

[FFmpeg-trac] #228(FFserver:new): FFserver: reordering of ""s in config file makes difference

2011-05-20 Thread FFmpeg
"'''[NULL @ 0x1be7ba0]AAC with no global headers is currently not supported.'''" After just a simple reordering of items (ffserver2.conf), everything started to work properly? Is this expected behavior? :) -- Ticket URL: <https://ffmpeg.org/trac/ffmpe

Re: [FFmpeg-trac] #228(FFserver:new): FFserver: reordering of ""s in config file makes difference

2011-05-20 Thread FFmpeg
#x27;s Tools - Codec information / Statistics) and audio plays fine. Anyway, the exact bug report would applies to the fact that the error message is not shown anymore, if s' order is switched. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/228#comment:1> FFmpeg <http:

Re: [FFmpeg-trac] #225(undetermined:open): Converting from YUVJ to YUV lose contrast

2011-05-21 Thread FFmpeg
thought... (ffmpeg -i out001.jpg out.png) - No differences, as you say. And here (ffmpeg -i out001.jpg -qscale 2 out.avi) begins a ... gm ... magic )) When I play out.avi with mplayer2 (http://www.mplayer2.org/), there is difference between jpg and avi (avi is less contrast), but when I play

[FFmpeg-trac] #229(swscale:new): HAVE_SSE2 Undefined on swscale

2011-05-21 Thread FFmpeg
eck. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/229> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #186(avcodec:open): crash while probing mpg file

2011-05-21 Thread FFmpeg
: | Reproduced: 1 Analyzed: 0 | ---+-- Comment (by michael): I can reproduce a failing mpegts demuxer but no crash -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/186#comment:3> FFmpeg <http://ffmpeg.org> FFmpeg i

Re: [FFmpeg-trac] #183(avcodec:closed): ASF/WMV partial packet change causes infinite loop

2011-05-21 Thread FFmpeg
open => closed * component: avformat => avcodec Comment: Fixed in git-N-30122-geb97d4d -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/183#comment:2> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker ___ FFmpeg-trac mailing list

Re: [FFmpeg-trac] #212(avcodec:closed): mpeg2video: crash with lowres 3

2011-05-21 Thread FFmpeg
ake it work somewhat. -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/212#comment:4> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #186(avcodec:open): crash while probing mpg file

2011-05-22 Thread FFmpeg
oding" -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/186#comment:4> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #108(undetermined:open): QT WRAW file decodes incorrectly

2011-05-22 Thread FFmpeg
/grundl_d_tph/exp_besch/zyklotron.mov more samples here (search for WRAW string): http://home.roadrunner.com/~compn/uncommon_video_codecs_final.txt -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/108#comment:5> FFmpeg <http://ffmpeg.org> FFmpeg i

Re: [FFmpeg-trac] #186(avcodec:closed): crash while probing mpg file

2011-05-22 Thread FFmpeg
: Blocking: | Reproduced: 1 Analyzed: 0 | ---+-- Changes (by cehoyos): * status: open => closed * resolution: => fixed -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/186#comment:5> FFmpeg <http://ffmpeg.or

Re: [FFmpeg-trac] #127(avcodec:closed): Video blur

2011-05-22 Thread FFmpeg
: Blocking: | Reproduced: 1 Analyzed: 0| +-- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Locally fixed will push it into master soon -- Ticket URL: <https://avcodec.org/trac/ffmp

Re: [FFmpeg-trac] #33(avfilter:closed): `libavfilter/vsrc_buffer.h' missing after make install (and missing doxygen doc)

2011-05-22 Thread FFmpeg
#33. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/33#comment:5> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #223(avformat:closed): fpe when reading mov file

2011-05-22 Thread FFmpeg
: Blocking: | Reproduced: 1 Analyzed: 0 | ---+--- Changes (by michael): * status: new => closed * resolution: => fixed Comment: Locally fixed, will push -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/223#

Re: [FFmpeg-trac] #142(avfilter:closed): [FFmpeg/filters/overlay] PNG over a movie doesn't look write in 0.7

2011-05-22 Thread FFmpeg
#142: [FFmpeg/filters/overlay] PNG over a movie doesn't look write in 0.7 +--- Reporter: stepho | Owner: michael Type: defect | Status: closed Priority: normal | Component: avfilter Version: 0.7-rc1 | Resolution: in

Re: [FFmpeg-trac] #185(avformat:open): ffmpeg segfaults with large ogg/vorbis files

2011-05-22 Thread FFmpeg
#185: ffmpeg segfaults with large ogg/vorbis files +--- Reporter: Philius | Owner: Type: defect | Status: open Priority: important| Component: avformat Version: git-master

Re: [FFmpeg-trac] #185(avformat:open): ffmpeg segfaults with large ogg/vorbis files

2011-05-22 Thread FFmpeg
#185: ffmpeg segfaults with large ogg/vorbis files +--- Reporter: Philius | Owner: Type: defect | Status: open Priority: important| Component: avformat Version: git-master

[FFmpeg-trac] #230(undetermined:new): regression with tiff flate

2011-05-22 Thread FFmpeg
:| Reproduced: 0 Analyzed: 0 | --+-- the file comes from issue 1419 {{{ C:\>ffmpeg -i Test_Flate_8bpp.tif ffmpeg version git-N-30011-gb4bcd1e, Copyright (c) 2000-2011 the FFmpeg develope rs built on May 18 2011 04:36

Re: [FFmpeg-trac] #185(avformat:open): ffmpeg segfaults with large ogg/vorbis files

2011-05-22 Thread FFmpeg
#185: ffmpeg segfaults with large ogg/vorbis files +--- Reporter: Philius | Owner: Type: defect | Status: open Priority: important| Component: avformat Version: git-master

[FFmpeg-trac] #231(FFplay:new): ffplay freezes with date -s in linux

2011-05-22 Thread FFmpeg
: | Blocking: Reproduced: 0 | Analyzed: 0 -+- While playing a video clip in ffplay, setting system time in linux by "date -s" freezes video playback while audio seems to be playing. System Ubuntu 10.04 LTS x86_64 ffmpeg recent (

Re: [FFmpeg-trac] #231(FFplay:open): ffplay freezes with date -s in linux

2011-05-23 Thread FFmpeg
I cannot reproduce a freeze. -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/231#comment:1> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #230(avcodec:open): regression with tiff flate

2011-05-23 Thread FFmpeg
er -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/230#comment:1> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #231(FFplay:open): ffplay freezes with date -s in linux

2011-05-23 Thread FFmpeg
the audio does continue to play. Wondering weather this is localized to ffplay implementation of PTS - DTS bounded to system clock or ffmpeg specific. Checked the same scenario with VLC which perfectly plays video + audio irrespective of the system time modifications. Please shed some light

Re: [FFmpeg-trac] #185(avformat:open): ffmpeg segfaults with large ogg/vorbis files

2011-05-23 Thread FFmpeg
#185: ffmpeg segfaults with large ogg/vorbis files +--- Reporter: Philius | Owner: Type: defect | Status: open Priority: important| Component: avformat Version: git-master

Re: [FFmpeg-trac] #108(undetermined:open): QT WRAW file decodes incorrectly

2011-05-23 Thread FFmpeg
/test-mars.avi -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/108#comment:6> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #108(undetermined:open): QT WRAW file decodes incorrectly

2011-05-23 Thread FFmpeg
: Blocking: | Reproduced: 1 Analyzed: 0 | --+--- Comment (by ami_stuff): *posted to ffmpeg-devel :) -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/108#comment:7> FFmpeg <http://ffmpeg.org> FFmpeg i

[FFmpeg-trac] #232(undetermined:new): bogus error message with amr files: [amrnb @ 0x626e90] dtx mode not implemented.

2011-05-23 Thread FFmpeg
: unspecified Keywords:| Blocked By: Blocking:| Reproduced: 0 Analyzed: 0 | --+-- I've just compiled the latest version of ffmpeg from the SVN on a CentOS machine and when I t

[FFmpeg-trac] #233(undetermined:new): make uninstall broken

2011-05-23 Thread FFmpeg
: Blocking:| Reproduced: 0 Analyzed: 0 | --+-- After making and installing ffmpeg succesfully, I tried to uninstall it with: make uninstall. Here's the output: # make uninstall rmdir "

Re: [FFmpeg-trac] #232(avcodec:open): bogus error message with amr files: [amrnb @ 0x626e90] dtx mode not implemented.

2011-05-23 Thread FFmpeg
ponent: undetermined => avcodec * priority: critical => wish * version: unspecified => git-master * keywords: => amr amrnb * type: defect => enhancement Comment: Complete, uncut output missing, but I guess your two versions of FFmpeg use two different amr decoder. {{{ $ ffmpeg

Re: [FFmpeg-trac] #233(build system:open): make uninstall broken

2011-05-23 Thread FFmpeg
Comment: I would have expected this (or similar) output, but please add the output of {{{ $ find /usr/local/include }}} -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/233#comment:1> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker ______

Re: [FFmpeg-trac] #233(build system:open): make uninstall broken

2011-05-23 Thread FFmpeg
t's normal that make uninstall just tries to remove the /usr/local/include directory 8 times and doesn't even try to delete any other file? -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/233#comment:2> FFmpeg <http://ffmpeg.org

Re: [FFmpeg-trac] #232(avcodec:open): bogus error message with amr files: [amrnb @ 0x626e90] dtx mode not implemented.

2011-05-23 Thread FFmpeg
: git-master| Resolution: Keywords: amr amrnb | Blocked By: Blocking:| Reproduced: 1 Analyzed: 0 | -+-- Comment (by matteosistisette): Here's the output of ffmpeg -formats from the '

Re: [FFmpeg-trac] #232(avcodec:open): bogus error message with amr files: [amrnb @ 0x626e90] dtx mode not implemented.

2011-05-23 Thread FFmpeg
: git-master| Resolution: Keywords: amr amrnb | Blocked By: Blocking:| Reproduced: 1 Analyzed: 0 | -+-- Comment (by matteosistisette): Complete uncut output # ffmpeg -i sound2.amr sound2.wav

[FFmpeg-trac] #234(FFmpeg:new): Segmentation fault when using -ac 2

2011-05-23 Thread FFmpeg
#234: Segmentation fault when using -ac 2 ---+- Reporter: farrelan | Owner: michael Type: defect| Status: new Priority: normal| Component: FFmpeg Version: git | Keywords: Blocked By:| Blocking

Re: [FFmpeg-trac] #234(FFmpeg:new): Segmentation fault when using -ac 2

2011-05-23 Thread FFmpeg
#234: Segmentation fault when using -ac 2 -+-- Reporter: farrelan | Owner: michael Type: defect| Status: new Priority: normal| Component: FFmpeg Version: git | Resolution: Keywords:| Blocked By: Blocking

Re: [FFmpeg-trac] #234(FFmpeg:new): Segmentation fault when using -ac 2

2011-05-23 Thread FFmpeg
#234: Segmentation fault when using -ac 2 -+-- Reporter: farrelan | Owner: michael Type: defect| Status: new Priority: normal| Component: FFmpeg Version: git | Resolution: Keywords:| Blocked By: Blocking

Re: [FFmpeg-trac] #232(avcodec:open): [amrnb @ 0x626e90] dtx mode not implemented. (was: bogus error message with amr files: [amrnb @ 0x626e90] dtx mode not implemented.)

2011-05-23 Thread FFmpeg
: Keywords: amr amrnb | Blocked By: Blocking:| Reproduced: 1 Analyzed: 0 | -+-- Comment (by cehoyos): Please confirm that you also get this output if you configure FFmpeg with --disable-decoder=amrnb

Re: [FFmpeg-trac] #232(avcodec:open): [amrnb @ 0x626e90] dtx mode not implemented.

2011-05-23 Thread FFmpeg
: Keywords: amr amrnb | Blocked By: Blocking:| Reproduced: 1 Analyzed: 0 | -+-- Comment (by matteosistisette): > (And the command to show the available codecs is ffmpeg -codecs) Hm, interesting. On

Re: [FFmpeg-trac] #234(undetermined:open): Segmentation fault when using -ac 2

2011-05-23 Thread FFmpeg
By: Blocking:| Reproduced: 0 Analyzed: 0 | -+--- Changes (by cehoyos): * status: new => open * component: FFmpeg => undetermined Comment: Please test latest git head and please provide a useful back-trace as explai

Re: [FFmpeg-trac] #233(build system:open): make uninstall broken

2011-05-23 Thread FFmpeg
local/include after running make uninstall so we know that no header files were removed. -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/233#comment:3> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing

Re: [FFmpeg-trac] #233(build system:open): make uninstall broken

2011-05-23 Thread FFmpeg
not supposed to show all the commands being executed? If I uninstall it again i will post the output of find -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/233#comment:4> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-tr

Re: [FFmpeg-trac] #232(avcodec:open): [amrnb @ 0x626e90] dtx mode not implemented.

2011-05-23 Thread FFmpeg
you configure FFmpeg with --disable-decoder=amrnb > (And the command to show the available codecs is ffmpeg -codecs) YESS!! :)) I mean, no, after configuring it with --disable-decoder=amrnb and recompiling it works!!! Now the question is: should that be necessary? If there is any conflict, sho

Re: [FFmpeg-trac] #231(FFplay:open): ffplay freezes with date -s in linux

2011-05-23 Thread FFmpeg
/focus=101434 Work in this area is very welcome. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/231#comment:3> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec

[FFmpeg-trac] #235(swscale:new): possible SIGSEGV in sws_getColorspaceDetails

2011-05-23 Thread FFmpeg
1; }}} allows playback to continue. PS: i'm working with the latest ffmpeg sources from git in an (almost) clean environnment -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/235> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _________

Re: [FFmpeg-trac] #235(swscale:open): possible SIGSEGV in sws_getColorspaceDetails

2011-05-24 Thread FFmpeg
;https://avcodec.org/trac/ffmpeg/ticket/235#comment:1> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #233(build system:closed): make uninstall broken

2011-05-24 Thread FFmpeg
gt; fixed * reproduced: 0 => 1 Comment: make V=1 shows all commands being executed. The remaining issue (one header file was not deleted) should be fixed in latest git head. -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/233#comment:5> FFmpeg <http://ffmpeg.org&

Re: [FFmpeg-trac] #235(swscale:open): possible SIGSEGV in sws_getColorspaceDetails

2011-05-24 Thread FFmpeg
: | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---+-- Comment (by jtlebi): here is the requested diff. -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/235#comment:2> FFmpeg <http://ffmpeg.org> FFmpeg i

[FFmpeg-trac] #236(undetermined:new): Floating point exception error with -dcodec copy on QuickTime timecode track

2011-05-24 Thread FFmpeg
uot; error and the unresulting file is unplayable. {{{ ffmpeg -i fcp_export8.mov -vcodec copy -acodec copy -dcodec copy fcp_export9.mov ffmpeg version git-N-30166-g1bc81bf, Copyright (c) 2000-2011 the FFmpeg developers built on May 23 2011 22:42:17 with gcc 4.2.1 (Apple Inc. build 566

[FFmpeg-trac] #237(avcodec:new): ffv1 v2

2011-05-24 Thread FFmpeg
| -+-- Using ffv1 version 2 to encode yuv422p10le and then decoding back to yuv422p10le results in the loss the right 25% of the image. See samples attached. v210 to ffv1 v2 {{{ ffmpeg -y -vsync 0 -i unc_10_bit.mov -vcodec ffv1 -coder 1 -an

Re: [FFmpeg-trac] #236(avformat:open): Floating point exception error with -dcodec copy on QuickTime timecode track

2011-05-24 Thread FFmpeg
etermined => avformat * reproduced: 0 => 1 Comment: {{{ (gdb) r -i fcp_export8.mov -dcodec copy -an -vn out.mov ffmpeg version git-N-30180-g384d103, Copyright (c) 2000-2011 the FFmpeg developers built on May 24 2011 22:39:02 with gcc 4.5.3 configuration: --cc='/usr/local/gc

Re: [FFmpeg-trac] #237(avcodec:open): ffv1 v2

2011-05-24 Thread FFmpeg
ays fine (while your file unc_10_bit_ffv1.mov is broken). -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/237#comment:1> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avco

Re: [FFmpeg-trac] #237(avcodec:open): ffv1 v2

2011-05-24 Thread FFmpeg
: | Reproduced: 0 Analyzed: 0| +-- Comment (by cehoyos): md5sum of the resulting mov file (with -an!) is bb5a77c0e436a464290b005c19612410 -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/237#comment:2> FFmpeg <http://f

Re: [FFmpeg-trac] #108(avcodec:closed): QT WRAW file decodes incorrectly

2011-05-24 Thread FFmpeg
ffplay, this looks like a swscale bug (you can reproduce it with -vf scale=368:233,format=bgra). Thanks again for the accurate report and the patch :)! -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/108#comment:8> FFmpeg <http://ffmpeg.org&

Re: [FFmpeg-trac] #230(avcodec:closed): regression with tiff flate

2011-05-25 Thread FFmpeg
nitialization has been moved after tag parsing, palette need to be specified in the context, and then copied to the allocated image in init_image(). In particular, fix trac issue #230, file Test_Flate_8bpp.tif. }}} -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/230#comment:2&g

Re: [FFmpeg-trac] #57(avformat:closed): Patch to read disc number in mov.c

2011-05-25 Thread FFmpeg
- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/57#comment:6> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #229(swscale:closed): HAVE_SSE2 Undefined on swscale

2011-05-25 Thread FFmpeg
<https://avcodec.org/trac/ffmpeg/ticket/229#comment:1> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #114(avcodec:closed): Crash in indeo3 decoder

2011-05-25 Thread FFmpeg
fac435e4027c Author: Stefano Sabatini Date: Tue May 17 22:21:33 2011 +0200 indeo3: add out-of-buffer write check Prevent out-of-buffer writes. In particular fix smclocki32.avi.1.1 crash, trac issue #114, roundup issue #1482. }}} -- Ticket URL: <https://ffmpeg.org/trac/ff

Re: [FFmpeg-trac] #235(swscale:open): possible SIGSEGV in sws_getColorspaceDetails

2011-05-25 Thread FFmpeg
done instead. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/235#comment:3> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #148(undetermined:open): ffplay and ffmpeg hang-up for "invalid" streams (urls)

2011-05-25 Thread FFmpeg
#148: ffplay and ffmpeg hang-up for "invalid" streams (urls) --+--- Reporter: alexandru_mg3 | Owner: Type: defect | Status: open Priority: normal | Component: undetermined Version: 0.7-rc1|

Re: [FFmpeg-trac] #92(FFmpeg:closed): Extract all key frames from a video using ffmpeg tool

2011-05-25 Thread FFmpeg
#92: Extract all key frames from a video using ffmpeg tool +-- Reporter: benoit | Owner: michael Type: enhancement | Status: closed Priority: wish | Component: FFmpeg Version: git | Resolution: fixed

Re: [FFmpeg-trac] #148(undetermined:open): ffplay and ffmpeg hang-up for "invalid" streams (urls)

2011-05-25 Thread FFmpeg
#148: ffplay and ffmpeg hang-up for "invalid" streams (urls) --+--- Reporter: alexandru_mg3 | Owner: Type: defect | Status: open Priority: normal | Component: undetermined Version: 0.7-rc1|

Re: [FFmpeg-trac] #235(swscale:open): possible SIGSEGV in sws_getColorspaceDetails

2011-05-25 Thread FFmpeg
: <https://avcodec.org/trac/ffmpeg/ticket/235#comment:4> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

[FFmpeg-trac] #238(undetermined:new): ffplay crashes on mjpeg file

2011-05-25 Thread FFmpeg
: | Blocking: Reproduced: 1 | Analyzed: 0 -+-- Attached file can be converted with ffmpeg, but crashes ffplay. {{{ (gdb) r -i test.mjpeg ffplay version git-N-30219-g07586b6, Copyright (c) 2003-2011 the FFmpeg developers built on May 25 2011

[FFmpeg-trac] #239(undetermined:new): Unable to transcode mjpeg/yuvj422p to libvpx

2011-05-25 Thread FFmpeg
: Blocking:| Reproduced: 0 Analyzed: 0 | --+-- I run a site with user uploaded video, and some videos fail to transcode to webm (but successfully transcode to MP4). Here is a sample command and output: {{{ ffmpeg

[FFmpeg-trac] #240(undetermined:new): ffmpeg crashes when forced to decode wma9.1 lossless 6ch with wmav2 decoder

2011-05-25 Thread FFmpeg
#240: ffmpeg crashes when forced to decode wma9.1 lossless 6ch with wmav2 decoder --+-- Reporter: ami_stuff |Type: defect Status: new |Priority: normal Component: undetermined | Version: unspecified Keywords

Re: [FFmpeg-trac] #237(avcodec:open): ffv1 v2

2011-05-25 Thread FFmpeg
support) doesn't. -- Ticket URL: <http://ffmpeg.org/trac/ffmpeg/ticket/237#comment:3> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker ___________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

[FFmpeg-trac] #241(FFmpeg:new): FFmpeg does not find streams in the file playable with QuickTime player

2011-05-25 Thread FFmpeg
#241: FFmpeg does not find streams in the file playable with QuickTime player -+- Reporter: svolvo | Owner: michael Type: defect | Status: new Priority: normal | Component: FFmpeg Version: 0.6.3 | Keywords: Blocked By

Re: [FFmpeg-trac] #235(swscale:closed): possible SIGSEGV in sws_getColorspaceDetails

2011-05-25 Thread FFmpeg
alling sws_getColorspaceDetails(). -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/235#comment:5> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

[FFmpeg-trac] #242(undetermined:new): add support for -newdata

2011-05-25 Thread FFmpeg
URL: <http://ffmpeg.org/trac/ffmpeg/ticket/242> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #239(undetermined:open): Unable to transcode mjpeg/yuvj422p to libvpx

2011-05-25 Thread FFmpeg
reproducible with libvpx {{{ $ ffmpeg -i 449893.orig.cut -an -vcodec libvpx out.avi ffmpeg version git-N-30221-g364889c, Copyright (c) 2000-2011 the FFmpeg developers built on May 25 2011 20:23:02 with gcc 4.5.3 configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc --enable-libvorbis --e

Re: [FFmpeg-trac] #239(undetermined:open): Unable to transcode mjpeg/yuvj422p to libvpx

2011-05-25 Thread FFmpeg
t a random occurrence. I also have other files created by the Sony and Fujifilm recorders. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/239#comment:2> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg

Re: [FFmpeg-trac] #241(avformat:open): FFmpeg does not find streams in the file playable with QuickTime player

2011-05-25 Thread FFmpeg
#241: FFmpeg does not find streams in the file playable with QuickTime player +--- Reporter: svolvo | Owner: michael Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master

Re: [FFmpeg-trac] #242(undetermined:open): add support for -newdata

2011-05-25 Thread FFmpeg
L: <https://avcodec.org/trac/ffmpeg/ticket/242#comment:1> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

[FFmpeg-trac] #243(undetermined:new): Flag to tell if a codec supports interframe encoding

2011-05-25 Thread FFmpeg
:| Blocked By: Blocking:| Reproduced: 0 Analyzed: 0 | --+-- Be able to tell to tell if a codec (AVCodec or AVCodecContext) supports interframe encoding. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/

Re: [FFmpeg-trac] #235(swscale:closed): possible SIGSEGV in sws_getColorspaceDetails

2011-05-25 Thread FFmpeg
uot;qimage" producer, somewhere in the file "mlt-0.7.2/src/modules/qimage/qimage_wrapper.cpp" still investigating... -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/235#comment:6> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______

[FFmpeg-trac] #244(undetermined:new): add a check for input picture size in rv10/rv20 encoders

2011-05-25 Thread FFmpeg
:| Blocked By: Blocking:| Reproduced: 0 Analyzed: 0 | --+-- pbm file: https://ffmpeg.org/trac/ffmpeg/ticket/193 When I convert "bikerace.pbm" file to rv10 ffmpeg -i C:\bikerace.pbm -vcodec rv10 out.rm

Re: [FFmpeg-trac] #237(avcodec:closed): ffv1 v2

2011-05-25 Thread FFmpeg
URL: <https://avcodec.org/trac/ffmpeg/ticket/237#comment:4> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #241(avformat:open): FFmpeg does not find streams in the file playable with QuickTime player

2011-05-25 Thread FFmpeg
#241: FFmpeg does not find streams in the file playable with QuickTime player +--- Reporter: svolvo | Owner: michael Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master

Re: [FFmpeg-trac] #241(avformat:open): FFmpeg does not find streams in the file playable with QuickTime player

2011-05-26 Thread FFmpeg
#241: FFmpeg does not find streams in the file playable with QuickTime player +--- Reporter: svolvo | Owner: michael Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master

Re: [FFmpeg-trac] #108(avcodec:closed): QT WRAW file decodes incorrectly

2011-05-26 Thread FFmpeg
ts_per_coded_sample == 32) +avctx->pix_fmt = PIX_FMT_BGRA; + else avctx->pix_fmt = ff_find_pix_fmt(pix_fmt_bps_avi, avctx->bits_per_coded_sample); + } else if (avctx->codec_tag) avctx->pix_fmt = ff_find_pix_fmt(ff_raw_pix_fmt_tags, avctx->

[FFmpeg-trac] #245(undetermined:new): bext display error for codingHistory with line breaks

2011-05-26 Thread FFmpeg
: unspecified Keywords: bext metadata wav bwf | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | ---+-- codingHistory displays correctly with 'ffmpeg -i' if it uses 0x0A li

Re: [FFmpeg-trac] #237(avcodec:closed): ffv1 v2

2011-05-26 Thread FFmpeg
: | Reproduced: 1 Analyzed: 0 | ---+-- Comment (by dericed): testing from the new version new output: http://www.avpreserve.com/v210_ffv2X2.mov {{{ ffmpeg -i v210.mov -vcodec ffv1 -coder 1 -threads 0 -an v210_ffv1X.mov ffmpeg version git-N

Re: [FFmpeg-trac] #237(avcodec:reopened): ffv1 v2

2011-05-26 Thread FFmpeg
<https://avcodec.org/trac/ffmpeg/ticket/237#comment:6> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker _______ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac

Re: [FFmpeg-trac] #245(avformat:open): bext display error for codingHistory with line breaks

2011-05-26 Thread FFmpeg
ent: undetermined => avformat Comment: Complete, uncut output of ffmpeg missing (this is needed for all non-build problems, it should of course be cut if lines are repeated, but this is not the case here afaict). -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/245#comment:1>

Re: [FFmpeg-trac] #245(avformat:open): bext display error for codingHistory with line breaks

2011-05-26 Thread FFmpeg
: unspecified| Resolution: Keywords: bext metadata wav bwf | Blocked By: Blocking: | Reproduced: 0 Analyzed: 0 | --+--- Comment (by dericed): complete output {{{ ffmpeg -i Metadata

Re: [FFmpeg-trac] #237(avcodec:reopened): ffv1 v2

2011-05-26 Thread FFmpeg
issues to the right half of the left half of the image (2nd verical quarter). In this quarter the images are jumpy and misplaced, see: http://www.avpreserve.com/v210_ffv2X2.mov. -- Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/237#comment:7> FFmpeg <http://ffmpeg.org> FFmpeg i

<    1   2   3   4   5   6   7   8   9   10   >