Re: [FFmpeg-trac] #1208(avcodec:closed): EBP Modification

2012-05-14 Thread FFmpeg
| +--- Changes (by michael): * status: open = closed * resolution: = fixed -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1208#comment:10 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac

[FFmpeg-trac] #1309(avcodec:new): Android(NDK) cannot compile thumb mode

2012-05-14 Thread FFmpeg
mode(--enable-thumb), compile is fail.. Error at libavcodec/dca.c dca_xbr_parse_frame function. It can be fixing by int block[8]; - LOCAL_ALIGNED_16(int, block, [8]); -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1309 FFmpeg http://ffmpeg.org FFmpeg issue tracker

Re: [FFmpeg-trac] #1309(avcodec:new): Android(NDK) cannot compile thumb mode

2012-05-14 Thread FFmpeg
| +--- Changes (by cehoyos): * keywords: thumb dca = arm Comment: Please send patches to ffmpeg-devel, they receive more attention there. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1309#comment:1 FFmpeg http://ffmpeg.org FFmpeg issue tracker

Re: [FFmpeg-trac] #1308(undetermined:open): Decoding SAFA / Philips .ZVR files

2012-05-14 Thread FFmpeg
| -+- Comment (by cehoyos): Replying to [comment:1 llogan]: Please do not set tickets to open that are missing all information needed to reproduce the problem. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket

Re: [FFmpeg-trac] #217(avcodec:closed): dv file created with qt3

2012-05-15 Thread FFmpeg
| -+--- Changes (by cehoyos): * keywords: dv = dvvideo -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/217#comment:5 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org

Re: [FFmpeg-trac] #1233(avformat:closed): ffplay: regression while seeking in dv

2012-05-15 Thread FFmpeg
by developer: 0| -+- Changes (by cehoyos): * keywords: dv regression = dvvideo regression -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1233#comment:4 FFmpeg http://ffmpeg.org FFmpeg issue tracker

Re: [FFmpeg-trac] #1042(undetermined:closed): Regression causes DV copy to fail

2012-05-15 Thread FFmpeg
by developer: 0| -+- Changes (by cehoyos): * keywords: dv regression = dvvideo regression -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1042#comment:4 FFmpeg http://ffmpeg.org FFmpeg issue tracker

Re: [FFmpeg-trac] #1307(avcodec:open): support decoding of forward dvcpro codec

2012-05-15 Thread FFmpeg
| +--- Changes (by cehoyos): * keywords: = dvvideo * status: new = open * version: unspecified = git-master * component: undetermined = avcodec * reproduced: 0 = 1 Comment: Output looks wrong. {{{ $ ffmpeg -i pal.avi out.bmp ffmpeg version N-40694

Re: [FFmpeg-trac] #7(FFplay:closed): seeking back to beginning of file sometimes fails badly

2012-05-15 Thread FFmpeg
| +-- Changes (by michael): * status: open = closed * resolution: = worksforme Comment: I cant reproduce any problem with seeking in this dv file with the current ffmpeg git. also to exit on end theres -autoexit

Re: [FFmpeg-trac] #38(FFplay:open): FFplay hangs when a non existing filter is passed at the command line option

2012-05-15 Thread FFmpeg
| ---+-- Comment (by michael): I suggest you post this patch to the mailing list, or to marton directly, maybe such ping would lead to this being fixed quickly -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/38#comment:5 FFmpeg http

Re: [FFmpeg-trac] #110(avformat:closed): MP4 Muxer gives incorrect frame duration with AAC

2012-05-15 Thread FFmpeg
| +-- Changes (by michael): * status: open = closed * resolution: = worksforme Comment: Testing with latest ffmpeg, both encoding as well as stream copy lead to files that show identical durations with faad and ffmpeg. So i

Re: [FFmpeg-trac] #145(avformat:closed): ogg theora vorbis badly out-of-sync

2012-05-15 Thread FFmpeg
| +-- Changes (by michael): * status: new = closed * resolution: = worksforme Comment: seems working with current ffmpeg + ffplay -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/145#comment:2 FFmpeg http://ffmpeg.org FFmpeg issue tracker

Re: [FFmpeg-trac] #1306(avcodec:new): Open EXR : wrong processing of an *.exr files

2012-05-15 Thread FFmpeg
| -+--- Comment (by cbsrobot): can you test this patch http://lists.ffmpeg.org/pipermail/ffmpeg- devel/2012-May/124593.html -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1306#comment:3 FFmpeg http://ffmpeg.org FFmpeg issue tracker

Re: [FFmpeg-trac] #349(undetermined:open): MingW32 Cross Compile of FFMPEG Fails

2012-05-15 Thread FFmpeg
#349: MingW32 Cross Compile of FFMPEG Fails -+- Reporter: jlsantiago0 |Owner: Type: defect | Status: open Priority: important

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

2012-05-15 Thread FFmpeg
welcome ... -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/243#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] #294(undetermined:new): deinterlacer does not clear interlaced_frame flag

2012-05-15 Thread FFmpeg
by developer: 0| -+- Comment (by michael): btw, i would suggest you use -vf yadif which does a better job at deinterlacing and should set the flags correctly -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/294

Re: [FFmpeg-trac] #304(avformat:closed): wrong detection: Format mp3 detected only with small score of 1

2012-05-15 Thread FFmpeg
the detection. There is nothing we can do without a sample file, the suggested change looks wrong. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/304#comment:2 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac

Re: [FFmpeg-trac] #145(avformat:closed): ogg theora vorbis badly out-of-sync

2012-05-15 Thread FFmpeg
| + Changes (by cehoyos): * resolution: worksforme = fixed -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/145#comment:3 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac

Re: [FFmpeg-trac] #7(FFplay:closed): seeking back to beginning of file sometimes fails badly

2012-05-15 Thread FFmpeg
| +--- Changes (by cehoyos): * resolution: worksforme = fixed -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/7#comment:7 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac

Re: [FFmpeg-trac] #1308(undetermined:open): Decoding SAFA / Philips .ZVR files

2012-05-15 Thread FFmpeg
just stick with dealing with the mailing-lists. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1308#comment:3 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo

Re: [FFmpeg-trac] #1308(undetermined:open): Decoding SAFA / Philips .ZVR files

2012-05-15 Thread FFmpeg
of: ffmpeg -i input.zvr''' ''ffmpeg -i SAMPLE.ZVR ffmpeg version 0.7.3-4:0.7.3-0ubuntu0.11.10.1, Copyright (c) 2000-2011 the Libav developers built on Jan 4 2012 16:21:50 with gcc 4.6.1 configuration: --extra-version='4:0.7.3-0ubuntu0.11.10.1' --arch=i386 --prefix=/usr --enable-vdpau --enable

[FFmpeg-trac] #1310(undetermined:new): support Autodesk 24 bit RLE compressor codec

2012-05-15 Thread FFmpeg
-+- attached sample is from Autodesk 24 bit RLE compressor codec, doesn't decode correctly with ffmpeg -vcodec aasc -i autodesk_24bit_rle_aas4.avi out.avi it looks like the same dll is used with these 2 codecs (aasc32.dll), please test if attached

Re: [FFmpeg-trac] #1308(avcodec:open): Decoding SAFA / Philips .ZVR files

2012-05-15 Thread FFmpeg
| -+- Changes (by cehoyos): * version: unspecified = git-master * component: undetermined = avcodec * reproduced: 0 = 1 Comment: {{{ $ ffmpeg -i SAMPLE.ZVR ffmpeg version N-40698-g47aae2b Copyright (c) 2000-2012

Re: [FFmpeg-trac] #1307(avcodec:closed): support decoding of forward dvcpro codec

2012-05-16 Thread FFmpeg
| +--- Changes (by cehoyos): * status: open = closed * resolution: = fixed Comment: Fixed by you. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1307#comment:2 FFmpeg http://ffmpeg.org FFmpeg issue tracker

Re: [FFmpeg-trac] #1310(undetermined:new): support Autodesk 24 bit RLE compressor codec

2012-05-16 Thread FFmpeg
, AV_LOG_ERROR, Unknown compression type %d\n, compr); return -1; } }}} here is a longer video for test: http://www.datafilehost.com/download-2de32896.html ffmpeg -vcodec aasc -i aas4.avi out.avi -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1310#comment:1 FFmpeg http

Re: [FFmpeg-trac] #1288(avcodec:closed): meridian uncompressded: fails to decode

2012-05-16 Thread FFmpeg
| +--- Changes (by cehoyos): * status: open = closed * resolution: = fixed -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1288#comment:6 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg

Re: [FFmpeg-trac] #110(avformat:reopened): MP4 Muxer gives incorrect frame duration with AAC

2012-05-16 Thread FFmpeg
. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/110#comment:8 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] #1309(avcodec:new): Android(NDK) cannot compile thumb mode

2012-05-16 Thread FFmpeg
| +--- Comment (by cehoyos): Please checkout current git head, make your changes, produce a patch file with git diffpatchthumb.diff and send patchthumb.diff as an attachment to ffmpeg-devel. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1309#comment:2 FFmpeg

[FFmpeg-trac] #1311(undetermined:new): timeline is not showing the time during video play . shows 00:00

2012-05-16 Thread FFmpeg
| Blocking: | Analyzed by developer: 0| -+- I am using ffmpeg to convert any video format to flv. When i upload mp4/ wmv /other than flv , the corresponding .flv file is created. but playing

[FFmpeg-trac] #1312(undetermined:new): FFmpeg doesn't handle bitrate transition on some mpeg-ts stream

2012-05-16 Thread FFmpeg
#1312: FFmpeg doesn't handle bitrate transition on some mpeg-ts stream -+- Reporter: jyavenard| Type: defect Status: new | Priority: normal

Re: [FFmpeg-trac] #1312(undetermined:new): FFmpeg doesn't handle bitrate transition on some mpeg-ts stream

2012-05-16 Thread FFmpeg
#1312: FFmpeg doesn't handle bitrate transition on some mpeg-ts stream -+- Reporter: jyavenard|Owner: Type: defect | Status: new

[FFmpeg-trac] #1313(undetermined:new): Use more threads for decoding MTS

2012-05-16 Thread FFmpeg
-+- When processing MTS video with my application that uses FFmpeg to decode each video frame, the performance does not increase past two threads and seems to decrease slightly with eight threads (two quad-core CPUs, Intel Xeon E5440). This may be due

[FFmpeg-trac] #1314(undetermined:new): Undocumented feature nomouse in x11grab

2012-05-16 Thread FFmpeg
| -+- There is an additional feature missing in documentation for x11grab. Namely, the following command is usual for x11grab: {{{ ffmpeg -f x11grab -i :0.0+10,20 ... }}} and it instructs ffmpeg to grab the display of the monitor 0, desktop 0, starting from

[FFmpeg-trac] #1315(undetermined:new): Audio fade in/out filter

2012-05-16 Thread FFmpeg
-+- It would be cool if the audio filter that supports fade out / fade in could be implemented. There is already the volume audio filter, which could maybe be extended so that it supports fade in/out too? -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1315 FFmpeg http

[FFmpeg-trac] #1316(FFplay:new): NO SOUND ON RTMP STREAM

2012-05-17 Thread FFmpeg
-1: ffmpeg is compiled with librtmp Note-2: same behaviour in version 0.811 -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1316 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org

[FFmpeg-trac] #1317(FFplay:new): NO SOUND IN RTMP STREAM

2012-05-17 Thread FFmpeg
-1: ffmpeg is compiled with librtmp Note-2: same behaviour in version 0.811 -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1317 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org

[FFmpeg-trac] #1318(FFplay:new): BROKEN SOUND IN RTSP STREAM

2012-05-17 Thread FFmpeg
| -+- Command: ffplay rtsp://media2.lsops.net/live/_definst_/mp4:bbcnews_en_high.sdp THe SOUND IS BROKEN, appears as AN UNSUAL robot voice Note: the sound is good in vlc (for example). -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1318 FFmpeg http://ffmpeg.org FFmpeg

Re: [FFmpeg-trac] #1318(FFplay:closed): BROKEN SOUND IN RTSP STREAM

2012-05-17 Thread FFmpeg
| -+- Changes (by cehoyos): * status: new = closed * resolution: = worksforme -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1318#comment:1 FFmpeg http://ffmpeg.org FFmpeg issue tracker

Re: [FFmpeg-trac] #1317(FFplay:closed): NO SOUND IN RTMP STREAM

2012-05-17 Thread FFmpeg
| -+- Changes (by cehoyos): * status: new = closed * resolution: = duplicate -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1317#comment:1 FFmpeg http://ffmpeg.org FFmpeg issue tracker

Re: [FFmpeg-trac] #1316(undetermined:new): NO SOUND ON RTMP STREAM

2012-05-17 Thread FFmpeg
: https://ffmpeg.org/trac/ffmpeg/ticket/1316#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] #1318(FFplay:reopened): BROKEN SOUND IN RTSP STREAM

2012-05-17 Thread FFmpeg
Thanks, Marius -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1318#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] #1318(avcodec:closed): BROKEN SOUND IN RTSP STREAM

2012-05-17 Thread FFmpeg
URL: https://ffmpeg.org/trac/ffmpeg/ticket/1318#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] #1314(documentation:open): Undocumented feature nomouse in x11grab

2012-05-17 Thread FFmpeg
/ffmpeg/ticket/1314#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] #1312(undetermined:open): FFmpeg doesn't handle bitrate transition on some mpeg-ts stream

2012-05-17 Thread FFmpeg
#1312: FFmpeg doesn't handle bitrate transition on some mpeg-ts stream -+- Reporter: jyavenard|Owner: Type: enhancement | Status: open

Re: [FFmpeg-trac] #1033(undetermined:open): MOV file with non-zero/negative start has no sync between A/V

2012-05-17 Thread FFmpeg
Analyzed by developer: 0| -+- Comment (by Kenitech): I am having a similar issue with respect to ffmpeg showing negative start times. This also seems to be tied to incorrect reporting of Duration. more info

Re: [FFmpeg-trac] #1312(undetermined:open): FFmpeg doesn't handle bitrate transition on some mpeg-ts stream

2012-05-17 Thread FFmpeg
#1312: FFmpeg doesn't handle bitrate transition on some mpeg-ts stream -+- Reporter: jyavenard|Owner: Type: enhancement | Status: open

Re: [FFmpeg-trac] #1228(FFplay:closed): Wrong aspect when playing wmv3 in avi with ffplay

2012-05-17 Thread FFmpeg
/ffmpeg/ticket/1228#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] #1312(undetermined:open): FFmpeg doesn't handle bitrate transition on some mpeg-ts stream

2012-05-17 Thread FFmpeg
#1312: FFmpeg doesn't handle bitrate transition on some mpeg-ts stream -+- Reporter: jyavenard|Owner: Type: enhancement | Status: open

Re: [FFmpeg-trac] #1311(undetermined:closed): timeline is not showing the time during video play . shows 00:00

2012-05-18 Thread FFmpeg
: I am closing this ticket because I don't think you provided sufficient information to reproduce your problem. If you want to reopen this ticket, please provide ffmpeg command line together with complete, uncut console output and explain what is wrong with the output file. -- Ticket URL

Re: [FFmpeg-trac] #1313(undetermined:new): Use more threads for decoding MTS

2012-05-18 Thread FFmpeg
specifically for decoding on multi-core CPU's and a (more general purpose) Bluray stream? Unrelated: Please always post the output of your ffmpeg command line (if you are not reporting a ffprobe bug). -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1313#comment:1 FFmpeg http://ffmpeg.org FFmpeg

Re: [FFmpeg-trac] #1312(undetermined:open): FFmpeg doesn't handle bitrate transition on some mpeg-ts stream

2012-05-18 Thread FFmpeg
#1312: FFmpeg doesn't handle bitrate transition on some mpeg-ts stream -+- Reporter: jyavenard|Owner: Type: enhancement | Status: open

Re: [FFmpeg-trac] #1302(avcodec:closed): FFMPEG build N-40517-ga548671 fails to convert DVR-MS, old build N-40020-g9849515 succeeds

2012-05-18 Thread FFmpeg
#1302: FFMPEG build N-40517-ga548671 fails to convert DVR-MS, old build N-40020-g9849515 succeeds -+- Reporter: ramitbhalla |Owner: Type: defect

Re: [FFmpeg-trac] #1297(undetermined:new): FFMPEG creating stuttering MPEG-2 TS video files

2012-05-18 Thread FFmpeg
#1297: FFMPEG creating stuttering MPEG-2 TS video files -+- Reporter: ramitbhalla |Owner: Type: defect | Status: new Priority: normal

Re: [FFmpeg-trac] #1188(undetermined:closed): Segmented encode

2012-05-18 Thread FFmpeg
is necessary, please answer there. (Why don't you write transport streams?) -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1188#comment:1 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org

Re: [FFmpeg-trac] #1189(documentation:reopened): Seeking to timestamp 0 without AVSEEK_FLAG_BACKWARD results in seek to timestamp of 12

2012-05-18 Thread FFmpeg
| Reproduced by developer: 0 -+- Changes (by cehoyos): * priority: normal = minor Comment: Is this still a problem or was the documentation improved accordingly? -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1189

Re: [FFmpeg-trac] #1168(undetermined:closed): FFmpeg Crash on x64

2012-05-18 Thread FFmpeg
#1168: FFmpeg Crash on x64 -+- Reporter: DJX |Owner: Type: defect | Status: closed Priority: normal

Re: [FFmpeg-trac] #1027(avformat:new): MP3 muxer should support writing Xing header for all MP3 sample rates.

2012-05-18 Thread FFmpeg
| -+ Comment (by cehoyos): Is this still reproducible? -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1027#comment:4 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg

Re: [FFmpeg-trac] #1213(avformat:open): Ogg: video time stamps start incorrectly, cannot transcode to AVI

2012-05-18 Thread FFmpeg
| + Changes (by cehoyos): * keywords: = ogg * status: new = open * version: unspecified = git-master * component: undetermined = avformat * reproduced: 0 = 1 -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1213#comment:1

Re: [FFmpeg-trac] #1302(avcodec:closed): FFMPEG build N-40517-ga548671 fails to convert DVR-MS, old build N-40020-g9849515 succeeds

2012-05-18 Thread FFmpeg
#1302: FFMPEG build N-40517-ga548671 fails to convert DVR-MS, old build N-40020-g9849515 succeeds -+- Reporter: ramitbhalla |Owner: Type: defect

Re: [FFmpeg-trac] #1027(avformat:new): MP3 muxer should support writing Xing header for all MP3 sample rates.

2012-05-18 Thread FFmpeg
. Somewhere between ffmpeg version N-39759-ge9dc616 built on Apr 13 and ffmpeg version git-2012-05-16-e556121 built on May 16 @xubuntu:~/Desktop$ ffmpeg -i foo.flac -c:a libmp3lame -b:a 16k -ar 22050 -ac 1 foo.mp3 ffmpeg version git-2012-05-16-e556121 Copyright (c) 2000-2012 the FFmpeg

Re: [FFmpeg-trac] #1027(avformat:closed): MP3 muxer should support writing Xing header for all MP3 sample rates.

2012-05-18 Thread FFmpeg
| -+ Changes (by cehoyos): * keywords: libmp3 = libmp3 xing * status: new = closed * resolution: = fixed Comment: Thank you for clarifying! -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1027

Re: [FFmpeg-trac] #1257(avcodec:closed): ffmpeg multithread decoding, the rate is not improved

2012-05-18 Thread FFmpeg
#1257: ffmpeg multithread decoding,the rate is not improved -+- Reporter: xiaoyu |Owner: Type: enhancement | Status: closed Priority

Re: [FFmpeg-trac] #1241(build system:new): ffmpeg

2012-05-18 Thread FFmpeg
#1241: ffmpeg -+- Reporter: nadav|Owner: Type: defect | Status: new Priority: normal |Component: build

Re: [FFmpeg-trac] #1259(undetermined:closed): Audio sync issue

2012-05-18 Thread FFmpeg
://ffmpeg.org/trac/ffmpeg/ticket/1259#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] #1262(undetermined:closed): libutvideo enc: crash

2012-05-18 Thread FFmpeg
by developer: 0 -+- Changes (by cehoyos): * status: new = closed * resolution: = worksforme Comment: Please reopen if a backtrace can be provided. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1262#comment:2

Re: [FFmpeg-trac] #1297(undetermined:new): FFMPEG creating stuttering MPEG-2 TS video files

2012-05-18 Thread FFmpeg
#1297: FFMPEG creating stuttering MPEG-2 TS video files -+- Reporter: ramitbhalla |Owner: Type: defect | Status: new Priority: normal

Re: [FFmpeg-trac] #1297(undetermined:new): FFMPEG creating stuttering MPEG-2 TS video files

2012-05-18 Thread FFmpeg
#1297: FFMPEG creating stuttering MPEG-2 TS video files -+- Reporter: ramitbhalla |Owner: Type: defect | Status: new Priority: normal

Re: [FFmpeg-trac] #1313(undetermined:new): Use more threads for decoding MTS

2012-05-18 Thread FFmpeg
-+- Comment (by reimar): More importantly give you exact FFmpeg command line. If like someone else in a different issue (can't find it now) use thread_type slices that behaviour is exactly as intended. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg

Re: [FFmpeg-trac] #1135(avcodec:new): ffmpeg/ffplay crashes with lowres=1 or lowres=3 with 1080i mpeg2 video on arm-neon

2012-05-18 Thread FFmpeg
#1135: ffmpeg/ffplay crashes with lowres=1 or lowres=3 with 1080i mpeg2 video on arm-neon +--- Reporter: yiwang |Owner: Type: defect | Status: new

Re: [FFmpeg-trac] #1189(documentation:closed): Seeking to timestamp 0 without AVSEEK_FLAG_BACKWARD results in seek to timestamp of 12

2012-05-18 Thread FFmpeg
appropriately fixes this, and now the remaining work is just to make sure it's used properly. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1189#comment:4 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac

Re: [FFmpeg-trac] #1157(undetermined:new): Circular buffer overrun with 4+ ffmpeg instances.

2012-05-18 Thread FFmpeg
#1157: Circular buffer overrun with 4+ ffmpeg instances. -+ Reporter: Involar |Owner: Type: defect | Status: new Priority: normal

[FFmpeg-trac] #1319(undetermined:new): aasc: support 8bpp

2012-05-18 Thread FFmpeg
-+- decodes correctly with original codec http://www.datafilehost.com/download-f9cdef04.html {{{ C:\ffmpeg -i aasc_8pp.avi -vcodec msmpeg4v2 out.avi ffmpeg version N-40756-g703e920 Copyright (c) 2000-2012 the FFmpeg developers built on May 17 2012 02:26:05 with gcc 4.5.0

[FFmpeg-trac] #1320(avformat:new): ffplay hang in avformat_find_stream_info

2012-05-18 Thread FFmpeg
); +fprintf(stderr, after find info\n); if (err 0) { fprintf(stderr, %s: could not find codec parameters\n, is-filename); ret = -1; }}} -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1320 FFmpeg http://ffmpeg.org FFmpeg issue tracker

Re: [FFmpeg-trac] #390(avformat:open): Audio/Video not selectable in mmsh stream

2012-05-18 Thread FFmpeg
the selected index by callback in next open stream url. It just work. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/390#comment:4 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org

Re: [FFmpeg-trac] #1319(avcodec:open): aasc: support 8bpp

2012-05-18 Thread FFmpeg
| +--- Changes (by cehoyos): * keywords: = aasc * status: new = open * version: unspecified = git-master * component: undetermined = avcodec -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1319#comment:1 FFmpeg http://ffmpeg.org FFmpeg issue tracker

Re: [FFmpeg-trac] #390(avformat:open): Audio/Video not selectable in mmsh stream

2012-05-19 Thread FFmpeg
| + Comment (by cehoyos): Please do not use NULL as av_log() context and I suspect AV_LOG_DEBUG is sufficient, don't you agree? Please send your patch to ffmpeg-devel, it can be discussed there. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket

Re: [FFmpeg-trac] #742(avcodec:open): zygo video codec decodes with visible graphic corruption

2012-05-19 Thread FFmpeg
| +--- Comment (by ami_stuff): attached have only one frame -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/742#comment:2 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list

Re: [FFmpeg-trac] #1321(undetermined:new): image2pipe looses synch with a pipe of PBM images

2012-05-19 Thread FFmpeg
bytes from 159141879 to 159221890 -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1321#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] #1322(undetermined:new): ffplay: workaround libsdl's bug with odd width/height

2012-05-19 Thread FFmpeg
odd width/height. ffplay -vf 1024x768 odd.jpg {{{ C:\ffplay odd.jpg ffplay version N-40593-g6d37634 Copyright (c) 2003-2012 the FFmpeg developers built on May 11 2012 12:12:53 with gcc 4.6.3 configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-ru ntime

Re: [FFmpeg-trac] #1322(undetermined:new): ffplay: workaround libsdl's bug with odd width/height

2012-05-19 Thread FFmpeg
-+- Comment (by ami_stuff): ffplay -vf 1024x768 odd.jpg should be ffplay -vf scale=1024:768 odd.jpg -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1322#comment:1 FFmpeg http://ffmpeg.org FFmpeg issue tracker

[FFmpeg-trac] #1323(undetermined:new): avid dv codec (dv50 mode) decodes with visible artefacts

2012-05-19 Thread FFmpeg
-+- attached sample decodes correctly with original qt component {{{ C:\ffmpeg -i aviddv_dv50_ntsc_progressive_24bpp.mov out.avi ffmpeg version N-40756-g703e920 Copyright (c) 2000-2012 the FFmpeg developers built on May 17 2012 02:26:05

Re: [FFmpeg-trac] #1321(undetermined:new): image2pipe looses synch with a pipe of PBM images

2012-05-19 Thread FFmpeg
: https://ffmpeg.org/trac/ffmpeg/ticket/1321#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] #1323(avcodec:open): avid dv codec (dv50 mode) decodes with visible artefacts

2012-05-19 Thread FFmpeg
| +--- Changes (by cehoyos): * keywords: = dvvideo * status: new = open * version: unspecified = git-master * component: undetermined = avcodec * reproduced: 0 = 1 -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1323#comment:1 FFmpeg

Re: [FFmpeg-trac] #1321(undetermined:new): image2pipe looses synch with a pipe of PBM images

2012-05-19 Thread FFmpeg
by developer: 0| -+- Comment (by pisto): {{{ ffmpeg -f image2pipe -vcodec pbm -r 30 -i - -y -vcodec yuv4 output.mkv }}} {{{ ffmpeg version N-33891-g0e82d31 Copyright (c) 2000-2012 the FFmpeg developers

Re: [FFmpeg-trac] #339(undetermined:open): ffmpeg fails to decode qt rawvideo with odd width

2012-05-19 Thread FFmpeg
#339: ffmpeg fails to decode qt rawvideo with odd width -+- Reporter: ami_stuff|Owner: Type: defect | Status: open Priority: normal

Re: [FFmpeg-trac] #1322(FFplay:new): ffplay: workaround libsdl's bug with odd width/height

2012-05-19 Thread FFmpeg
assume it is not a good idea to unconditionally scale the input. -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1322#comment:2 FFmpeg http://ffmpeg.org FFmpeg issue tracker ___ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org

[FFmpeg-trac] #1324(undetermined:new): id3tag: do not add video stream when size of APIC is 0

2012-05-19 Thread FFmpeg
-+- It looks like some ID3Tag editros saves APIC tag even when no real pic is saved to ID3, so as a result FFplay can't play the file (audio part), because it fails at the swscale's conversion. I will send a possible patch to ffmpeg-devel soon

[FFmpeg-trac] #1325(undetermined:new): Different results win7 vs. linux on pcm_dvd -- pcm_s24le

2012-05-19 Thread FFmpeg
: 0| -+- Version : ffmpeg version N-40824-g31dfe20 Job : pcm_dvd -- pcm_s24le Args[0] : -i E:\VIDEO_TS\VTS_01_1.VOB test.wav Args[1] : -acodec pcm_s24le -i E:\VIDEO_TS\VTS_01_1.VOB test.wav

Re: [FFmpeg-trac] #1320(avformat:open): ffplay hang in avformat_find_stream_info

2012-05-19 Thread FFmpeg
, and then probably watch it fail because it can not seek back to the beginning of the file. [http://ffmpeg.org/pipermail/ffmpeg-devel/2012-May/124787.html] contains a patch that adds an option to disable seeking. You would use it like this: {{{http,+seek+0++://nextmedia...}}}. -- Ticket URL: https

Re: [FFmpeg-trac] #1325(undetermined:new): Different results win7 vs. linux on pcm_dvd -- pcm_s24le

2012-05-19 Thread FFmpeg
Analyzed by developer: 0| -+- Comment (by cehoyos): You could try to put -acodec pcm_s24le in front of test.wav where it has some effect... -- Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1325#comment:1 FFmpeg

Re: [FFmpeg-trac] #1325(undetermined:new): Different results win7 vs. linux on pcm_dvd -- pcm_s24le

2012-05-19 Thread FFmpeg
://ffmpeg.org/trac/ffmpeg/ticket/1325#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] #1325(FFmpeg:open): Different results win7 vs. linux on pcm_dvd -- pcm_s24le

2012-05-19 Thread FFmpeg
: wish |Component: FFmpeg Version: git-master | Resolution: Keywords: pcm_s24le| Blocked By: pcm_dvd| Reproduced by developer: 1 Blocking: | Analyzed

[FFmpeg-trac] #1326(FFmpeg:new): non-existing SPS XX referenced in buffering period - error while encoding UDP stream

2012-05-19 Thread FFmpeg
| Priority: important Status: new | Version: 0.10.3 Component: FFmpeg | Blocked By: Keywords: FFMPEG, UDP | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0

Re: [FFmpeg-trac] #1326(undetermined:new): non-existing SPS XX referenced in buffering period - error while encoding UDP stream

2012-05-20 Thread FFmpeg
: | Reproduced by developer: 0 Analyzed by developer: 0| -+- Changes (by cehoyos): * keywords: FFMPEG, UDP = udp * version: 0.10.3 = git-master * component: FFmpeg = undetermined Comment: Do you think

Re: [FFmpeg-trac] #1297(undetermined:new): FFMPEG creating stuttering MPEG-2 TS video files

2012-05-20 Thread FFmpeg
#1297: FFMPEG creating stuttering MPEG-2 TS video files -+- Reporter: ramitbhalla |Owner: Type: defect | Status: new Priority: normal

[FFmpeg-trac] #1327(undetermined:new): vf vflip: horizontal line at the bottom when input have odd height (-pix_fmt yuv420p)

2012-05-20 Thread FFmpeg
by developer: 0 -+- also reproducible with -vcodec ffv1/rawvideo/snow or -pix_fmt yuv410p {{{ C:\ffmpeg -i 600.png -pix_fmt yuv420p -vf vflip out.tif ffmpeg version N-40756-g703e920 Copyright (c) 2000-2012 the FFmpeg developers

Re: [FFmpeg-trac] #1326(undetermined:new): non-existing SPS XX referenced in buffering period - error while encoding UDP stream

2012-05-20 Thread FFmpeg
Is this only reproducible when using external encoders (libfaac, libx264) or also with internal encoders? It is happenning even if try to use -i to get the stream information. ffmpeg -i udp://224.2.9.4:9900 Is it also reproducible with -an or -vn? YES Is the problem only reproducible if the input

Re: [FFmpeg-trac] #1325(FFmpeg:open): Different results win7 vs. linux on pcm_dvd -- pcm_s24le

2012-05-20 Thread FFmpeg
: wish |Component: FFmpeg Version: git-master | Resolution: Keywords: pcm_s24le| Blocked By: pcm_dvd| Reproduced by developer: 1 Blocking: | Analyzed

Re: [FFmpeg-trac] #1326(undetermined:new): non-existing SPS XX referenced in buffering period - error while encoding UDP stream

2012-05-20 Thread FFmpeg
period error continuously. After 1 or 2 hours of encoding, FFMPEG stops suddenly. The error is occuring even if I write to a file. I tried with fifo_size and buffer_size options. But, no change in the error. Below is the FFMPEG command I am using: ffmpeg -y -i udp://@224.2.4.5:9900 -acodec

Re: [FFmpeg-trac] #1285(FFserver:new): rtsp stream from dreambox dm800 via ffserver

2012-05-20 Thread FFmpeg
| -+ Description changed by ubitux: Old description: hi ffmpeg funs, i'm new whith ffmpeg and i succeed streaming a video from my hard disk and a remote video on the internet and played them with vlc via http and rtsp protocol. and that was great

  1   2   3   4   5   6   7   8   9   10   >