[issue1675] ffmpeg compile failed after since r21125 (SIPR decoder for modes 8k5, 6k5 and 5k0.)

2010-01-11 Thread verem

New submission from verem :

After commit r21125 it failed to compile ffmpeg with option:

[r...@diva-proxy ffmpeg-r21134]# ./configure --prefix=/home/enctools
--enable-libfaac --enable-libfaad --enable-libmp3lame --enable-postproc
--enable-pthreads --enable-libx264 --enable-libxvid
--extra-cflags="-I/home/enctools/include -DDEBUG"
--extra-ldflags=-L/home/enctools/lib --enable-shared --enable-gpl
--enable-nonfree --enable-avfilter --enable-avfilter-lavf --enable-debug=3

The problem is:
[...]
gcc -DHAVE_AV_CONFIG_H -I. -I"/home/enctools/src/ffmpeg-r21134" -D_ISOC99_SOURCE
-D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/enctools/include -DDEBUG  -std=c99 -fomit-frame-pointer -pthread -g3
-Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization
-Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings
-Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize
-MMD -MF libavcodec/acelp_filters.d -MT libavcodec/acelp_filters.o -c -o
libavcodec/acelp_filters.o libavcodec/acelp_filters.c
libavcodec/acelp_filters.c: In function ‘ff_acelp_interpolate’:
libavcodec/acelp_filters.c:48: error: ‘pitch_delay_frac’ undeclared (first use
in this function)
libavcodec/acelp_filters.c:48: error: (Each undeclared identifier is reported
only once
libavcodec/acelp_filters.c:48: error: for each function it appears in.)
make: *** [libavcodec/acelp_filters.o] Помилка 1
[...]

As solution i would like to propose patch:
Index: libavcodec/acelp_filters.c
===
--- libavcodec/acelp_filters.c  (revision 21134)
+++ libavcodec/acelp_filters.c  (working copy)
@@ -45,8 +45,6 @@
 {
 int n, i;
 
-assert(pitch_delay_frac >= 0 && pitch_delay_frac < precision);
-
 for (n = 0; n < length; n++) {
 int idx = 0;
 int v = 0x4000;

--
messages: 8805
priority: normal
status: new
substatus: new
title: ffmpeg compile failed after since r21125 (SIPR decoder for modes 8k5, 
6k5 and 5k0.)

_
FFmpeg issue tracker 

_


[issue1676] libavformat doesn't undertand file URLs

2010-01-11 Thread aviad rozenhek

New submission from aviad rozenhek :

simple file URLs are of the form file://, on windows 
platform an example would be file:///c:/temp/myfile.avi (notice 3 
slashes before c:)

libavformat doesn't properly parse file URLs, and as a result, ffmpeg 
cannot parse them as well.

so using well-formed file URLs doesn't work, while using ffmpeg-only 
syntax such as file:c:/temp/myfile.avi works.

here is a printout of an example

-- well formed URL which doesn't work
$>ffmpeg -i file:///c:/temp/bray.mov
FFmpeg version SVN-r21118, Copyright (c) 2000-2010 Fabrice Bellard, et 
al.
  built on Jan 10 2010 06:06:24 with gcc 4.4.2
  configuration: --enable-shared --disable-static --enable-memalign-hack 
--cross-prefix=i686-mingw32- --cc=ccache-i686-m
ingw32-gcc --target-os=mingw32 --arch=i686 --cpu=i686 --enable-avisynth 
--enable-gpl --enable-version3 --enable-bzlib --
enable-libgsm --enable-libfaad --enable-pthreads --enable-libvorbis --
enable-libtheora --enable-libspeex --enable-libmp3
lame --enable-libopenjpeg --enable-libxvid --enable-libschroedinger --
enable-libx264 --enable-libopencore_amrwb --enable
-libopencore_amrnb
  libavutil 50. 7. 0 / 50. 7. 0
  libavcodec52.46. 0 / 52.46. 0
  libavformat   52.46. 0 / 52.46. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale 0. 8. 0 /  0. 8. 0
file:///c:/temp/bray.mov: no such file or directory


-- ffmpeg-only syntax which (isn't a proper URL) works
$>ffmpeg -i file:c:/temp/bray.mov
FFmpeg version SVN-r21118, Copyright (c) 2000-2010 Fabrice Bellard, et 
al.
  built on Jan 10 2010 06:06:24 with gcc 4.4.2
  configuration: --enable-shared --disable-static --enable-memalign-hack 
--cross-prefix=i686-mingw32- --cc=ccache-i686-m
ingw32-gcc --target-os=mingw32 --arch=i686 --cpu=i686 --enable-avisynth 
--enable-gpl --enable-version3 --enable-bzlib --
enable-libgsm --enable-libfaad --enable-pthreads --enable-libvorbis --
enable-libtheora --enable-libspeex --enable-libmp3
lame --enable-libopenjpeg --enable-libxvid --enable-libschroedinger --
enable-libx264 --enable-libopencore_amrwb --enable
-libopencore_amrnb
  libavutil 50. 7. 0 / 50. 7. 0
  libavcodec52.46. 0 / 52.46. 0
  libavformat   52.46. 0 / 52.46. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale 0. 8. 0 /  0. 8. 0

Seems stream 0 codec frame rate differs from container frame rate: 
3.00 (3/1) -> 29.97 (3/1001)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'file:c:/temp/bray.mov':
  Metadata:
major_brand : qt
minor_version   : 512
compatible_brands: qt
encoder : Lavf52.46.0
encoder-eng : Lavf52.46.0
  Duration: 00:01:44.97, start: 0.00, bitrate: 281 kb/s
Stream #0.0(eng): Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 
212 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 30k tbc

Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 65 kb/s
At least one output file must be specified

--
messages: 8806
priority: normal
status: new
substatus: new
title: libavformat doesn't undertand file URLs
topic: avformat
type: bug

_
FFmpeg issue tracker 

_


[issue1675] ffmpeg compile failed after since r21125 (SIPR decoder for modes 8k5, 6k5 and 5k0.)

2010-01-11 Thread Carl Eugen Hoyos

Carl Eugen Hoyos  added the comment:

Fixed in r21135.
(Please provide a sample for issue 1453!)

--
status: new -> closed
substatus: new -> fixed
topic: +avcodec
type:  -> bug

_
FFmpeg issue tracker 

_


[issue208] Real Audio Sipr / ACELP.net

2010-01-11 Thread Carl Eugen Hoyos

Carl Eugen Hoyos  added the comment:

Committed by Vitor in r21125.

--
status: open -> closed
substatus: open -> implemented


FFmpeg issue tracker 




[issue208] Real Audio Sipr / ACELP.net

2010-01-11 Thread Benjamin Larsson

Benjamin Larsson  added the comment:

MKV demuxer support is missing and 16k mode is missing.

--
status: closed -> open
substatus: implemented -> needs_changes


FFmpeg issue tracker 




[issue1474] Avid AVI codec - uncompressed mode

2010-01-11 Thread ami_stuff

ami_stuff  added the comment:

Here are the files.
File 'avid_ntsc.rar' not attached - you can download it from 
https://roundup.ffmpeg.org/roundup/ffmpeg/file710.

_
FFmpeg issue tracker 

_


[issue1453] Assertion `(((int)mb_bit_buffer) & 7) == 0' failed

2010-01-11 Thread verem

verem  added the comment:

[r...@diva-proxy ffmpeg-r21139]# ./ffmpeg_g -i G808__.mov
FFmpeg version SVN-r21139, Copyright (c) 2000-2010 Fabrice Bellard, et al.
  built on Jan 11 2010 17:02:54 with gcc 4.3.2 20081105 (Red Hat 4.3.2-7)
  configuration: --prefix=/home/enctools --enable-libfaac --enable-libfaad
--enable-libmp3lame --enable-postproc --enable-pthreads --enable-libx264
--enable-libxvid --extra-cflags='-I/home/enctools/include -DDEBUG'
--extra-ldflags=-L/home/enctools/lib --enable-shared --enable-gpl
--enable-nonfree --enable-avfilter --enable-avfilter-lavf --enable-debug=3
  libavutil 50. 7. 0 / 50. 7. 0
  libavcodec52.47. 0 / 52.47. 0
  libavformat   52.46. 0 / 52.46. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter1.15. 0 /  1.15. 0
  libswscale 0. 8. 0 /  0. 8. 0
  libpostproc   51. 2. 0 / 51. 2. 0
ffmpeg_g: libavcodec/dv.c:541: dv_decode_video_segment: Assertion
`(((int)mb_bit_buffer) & 7) == 0' failed.
Aborted
File 'G808__.mov' not attached - you can download it from 
https://roundup.ffmpeg.org/roundup/ffmpeg/file711.

_
FFmpeg issue tracker 

_


[issue1672] seg fault ffplay high-def camcorder file

2010-01-11 Thread david mohammed

david mohammed  added the comment:

many thanks for looking at this for me.
I've now followed the instructions to build ffmpeg and ffplay from here for my
installation of karmic
http://ubuntuforums.org/showthread.php?t=786095

this time ffplay gives me the following results (file enclosed).
The output says I'm now using the latest svn.
I'm not sure what you mean about "backtrace" -if you can point me in the correct
direction on how to produce this I would be very happy to provide.

--
status: closed -> new
substatus: works_for_me -> new

_
FFmpeg issue tracker 

_cannot play the following High-Definition Camcorder file.

juju...@home:~/Desktop$ ffplay dm_ffmplay_short_audible_artificat_short.mp4 
FFplay version SVN-r21151, Copyright (c) 2003-2010 Fabrice Bellard, et al.
  built on Jan 11 2010 19:09:44 with gcc 4.4.1
  configuration: --enable-gpl --enable-version3 --enable-nonfree 
--enable-postproc --enable-pthreads --enable-libfaac --enable-libfaad 
--enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb 
--enable-libtheora --enable-libx264 --enable-libxvid --enable-x11grab
  libavutil 50. 7. 0 / 50. 7. 0
  libavcodec52.47. 0 / 52.47. 0
  libavformat   52.46. 0 / 52.46. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale 0. 8. 0 /  0. 8. 0
  libpostproc   51. 2. 0 / 51. 2. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 
'dm_ffmplay_short_audible_artificat_short.mp4':
  Metadata:
major_brand : mp42
minor_version   : 1
compatible_brands: mp42avc1
comment : SKY02 Digital Camera
comment-eng : SKY02 Digital Camera
  Duration: 00:00:54.44, start: 0.00, bitrate: 1504 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 12075 
kb/s, 50 fps, 50 tbr, 60k tbn, 99.90 tbc
Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 127 kb/s
[aac @ 0xab76bc0]Transition from an ONLY_LONG or LONG_STOP to an EIGHT_SHORT 
sequence detected. If you heard an audible artifact, please submit the sample 
to the FFmpeg developers.
Segmentation fault2 aq=5KB vq= 1296KB sq=0B
ju...@home:~/Desktop$ 




[issue1672] seg fault ffplay high-def camcorder file

2010-01-11 Thread Carl Eugen Hoyos

Carl Eugen Hoyos  added the comment:

Please read http://www.ffmpeg.org/bugreports.html and only report ffplay 
problems if they are unreproducible with ffmpeg.

--
status: new -> open
substatus: new -> needs_more_info

_
FFmpeg issue tracker 

_


[issue1677] No aspect-ratio in mov files

2010-01-11 Thread doublemax

New submission from doublemax :

File: http://www.doppelbauer.name/aspect169.mov

ffmpeg -i aspect169.mov
-> no aspect ratio

Quicktime
VLC
mplayer -demuxer mov aspect169.mov
-> works

--
messages: 8814
priority: normal
status: new
substatus: new
title: No aspect-ratio in mov files
type: bug

_
FFmpeg issue tracker 

_


[issue1453] Assertion `(((int)mb_bit_buffer) & 7) == 0' failed

2010-01-11 Thread Carl Eugen Hoyos

Carl Eugen Hoyos  added the comment:

Reproducible with gcc 4.3.2 on x86-32 (GCC) and G3 (Debian 4.3.2-1.1).
Not reproducible with Intel C Compiler (32 and 64 bit) and gcc 4.3.2 on x86-64.

The value of (int)mb_bit_buffer) & 7 is 4 in the failing cases.

--
substatus: needs_more_info -> reproduced
topic: +avcodec

_
FFmpeg issue tracker 

_


[issue671] aspect ratio not accounting for mov track dimensions, matrix and sample dimensions

2010-01-11 Thread Carl Eugen Hoyos

Carl Eugen Hoyos  added the comment:

Reproducible with mplayer -demuxer mov and vlc.

--
status: new -> open
substatus: new -> reproduced
topic: +avformat


FFmpeg issue tracker 




[issue1677] No aspect-ratio in mov files

2010-01-11 Thread Carl Eugen Hoyos

Carl Eugen Hoyos  added the comment:

Missing needed information (and a duplicate of issue 671).

--
status: new -> closed
substatus: new -> invalid

_
FFmpeg issue tracker 

_


[issue1474] Avid AVI codec - uncompressed interlaced mode

2010-01-11 Thread Carl Eugen Hoyos

Carl Eugen Hoyos  added the comment:

Progressive should be fixed in r21154, interlaced awaits patch for
libavcodec/rawdec.c

--
title: Avid AVI codec - uncompressed mode -> Avid AVI codec - uncompressed 
interlaced mode

_
FFmpeg issue tracker 

_


[issue1678] HD RGB -> resized YUV gets vertically flipped

2010-01-11 Thread Sandro

New submission from Sandro :

HD RGB footage encoded with for example:
ffmpeg -i inputfile.avs -target pal-dvd -aspect 16:9 out.vob
gets vertically flipped in output.

I've seen this error in all versions I've used the past year, but 
according to this it's a 3 year old issue:
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-
January/021194.html

It looks like they figured out the problem already, but the bug is 
still in current FFmpeg releases.

--
messages: 8819
priority: normal
status: new
substatus: new
title: HD RGB -> resized YUV gets vertically flipped
topic: ffmpeg, swscaler
type: bug

_
FFmpeg issue tracker 

_


[issue1679] Compiliation error on os x

2010-01-11 Thread Norman

New submission from Norman :

gcc -DHAVE_AV_CONFIG_H -I. -I"/tmp/ffmpeg" -D_ISOC99_SOURCE
-D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC
-I/opt/include -I/opt/local/include  -std=c99 -fomit-frame-pointer -fPIC
-I/opt/local/include/dirac -I/opt/local/include/schroedinger-1.0
-I/opt/local/include/liboil-0.3 -g -Wdeclaration-after-statement -Wall
-Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls
-Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -O3 -fno-math-errno
-fno-tree-vectorize -MMD -MF libswscale/x86/yuv2rgb_mmx.d -MT
libswscale/x86/yuv2rgb_mmx.o -c -o libswscale/x86/yuv2rgb_mmx.o
libswscale/x86/yuv2rgb_mmx.c
/var/tmp//ccM9AaCz.s:178:Junk character 47 (/).
/var/tmp//ccM9AaCz.s:178:Rest of line ignored. 1st junk character valued 110 
(n).
/var/tmp//ccM9AaCz.s:337:Junk character 47 (/).
/var/tmp//ccM9AaCz.s:337:Rest of line ignored. 1st junk character valued 110 
(n).
/var/tmp//ccM9AaCz.s:509:Junk character 47 (/).
/var/tmp//ccM9AaCz.s:509:Rest of line ignored. 1st junk character valued 110 
(n).
/var/tmp//ccM9AaCz.s:678:Junk character 47 (/).
/var/tmp//ccM9AaCz.s:678:Rest of line ignored. 1st junk character valued 110 
(n).
/var/tmp//ccM9AaCz.s:807:Junk character 47 (/).
/var/tmp//ccM9AaCz.s:807:Rest of line ignored. 1st junk character valued 110 
(n).
/var/tmp//ccM9AaCz.s:944:Junk character 47 (/).
/var/tmp//ccM9AaCz.s:944:Rest of line ignored. 1st junk character valued 110 
(n).
/var/tmp//ccM9AaCz.s:1067:Junk character 47 (/).
/var/tmp//ccM9AaCz.s:1067:Rest of line ignored. 1st junk character valued 110 
(n).
/var/tmp//ccM9AaCz.s:1204:Junk character 47 (/).
/var/tmp//ccM9AaCz.s:1204:Rest of line ignored. 1st junk character valued 110 
(n).
make: *** [libswscale/x86/yuv2rgb_mmx.o] Error 1

--
messages: 8820
priority: normal
status: new
substatus: new
title: Compiliation error on os x
type: bug

_
FFmpeg issue tracker 

_