[issue2172] Decoder or encoder is losing package (1152 samples)

2010-08-19 Thread Timo

New submission from Timo tskal...@cc.hut.fi:

When I create 3 seconds of white noise and save it to uncompressed WAV-file, I
will have 144000 samples with 48kHz sample rate. But if I encode the
uncompressed file to MP2 and then decode the MP2-file back to uncompressed
WAV-format, there will be only 142848 samples left. So 1152 samples (one block)
are lost!

--
messages: 11712
priority: normal
status: new
substatus: new
title: Decoder or encoder is losing package (1152 samples)
type: bug


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/issue2172



[issue2172] Decoder or encoder is losing package (1152 samples)

2010-08-19 Thread Carl Eugen Hoyos

Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment:

At least complete, uncut output is missing.

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


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/issue2172



[issue2173] Build fail on FreeBSD (implicit declaration of function isnanf)

2010-08-19 Thread Igor

New submission from Igor i...@plusmobile.ru:

FreeBSD 7.3.
FFMPEG SVN-r24822

libavcodec/ratecontrol.c: In function 'get_qscale':
libavcodec/ratecontrol.c:342:5: error: implicit declaration of function 'isnanf'


libavutil/eval.c: In function 'av_parse_and_eval_expr':
libavutil/eval.c:514:5: error: implicit declaration of function 'isnanf'


libavutil/rational.c: In function 'av_d2q':
libavutil/rational.c:101:5: error: implicit declaration of function 'isnanf'

--
messages: 11714
priority: normal
status: new
substatus: new
title: Build fail on FreeBSD (implicit declaration of function isnanf)


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/issue2173



[issue2171] ffmpeg muxed GXF files do not play back on correctly on GrassValley Units

2010-08-19 Thread Vitor

Vitor vitor1...@gmail.com added the comment:

On 08/18/2010 11:10 PM, Reuben wrote:
 
 Reubenreube...@gmail.com  added the comment:
 
 Ok some changes since last night. When I got to work this morning and tried to
 playback a fresh encode with the change to 422 color space that I made last
 night, the playback works correctly. At least if it is encoded on my win32
 machine. The same exact settings for video encoded on my linux-64bit box from
 home do NOT play back (at all, just a black screen).
 
 But, on the flip side, the video encoded on the linux box correctly sets the
 aspect ratio, the win32 encoded video does not. (it sets PAR to 1:1 for some
 reason, even though the terminal output says otherwise)

If you run the same commands using the same ffmpeg version and the same input
files on both windows and linux and the resulting files are not identical
(bit-exact), this is a bug.


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/issue2171



[issue733] AVS Video Converter violoates FFmpeg's license

2010-08-19 Thread Ronald S. Bultje

Ronald S. Bultje rsbul...@gmail.com added the comment:

avs4you.com domain registration info:

egistrant:
Online Media Technologies Ltd.

Suite B, 29 Harley Street
London, W1G9QR
United Kingdom

Registered through: GoDaddy.com, Inc. (http://www.godaddy.com)
Domain Name: AVS4YOU.COM
Created on: 23-Aug-06
Expires on: 23-Aug-12
Last Updated on: 05-May-07

Administrative Contact:
Myasnikov, Aleksei m...@avsmedia.com
Online Media Technologies Ltd.
Suite B, 29 Harley Street
London, W1G9QR
United Kingdom
2071826722 Fax -- 2071826722

Technical Contact:
Myasnikov, Aleksei m...@avsmedia.com
Online Media Technologies Ltd.
Suite B, 29 Harley Street
London, W1G9QR
United Kingdom
2071826722 Fax -- 2071826722


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/issue733



[issue2174] [Regression] Crash while probing AVI DV file

2010-08-19 Thread ami_stuff

New submission from ami_stuff ami_st...@o2.pl:

FFmpeg crashes while probing(?) AVI DV file. This is a regression:

r24577 - works ok
r24586+ - crash


I have uploaded the file to incoming as dvvideo_crash.avi.



C:\ffmpeg -i dvvideo_crash.avi
FFmpeg version SVN-r24829, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 19 2010 04:18:05 with gcc 4.4.2
  configuration: --enable-gpl --enable-version3 --enable-libgsm --enable-pthread
s --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libmp3lame --
enable-libopenjpeg --enable-libschroedinger --enable-libopencore_amrwb --enable-
libopencore_amrnb --enable-libvpx --arch=x86 --enable-runtime-cpudetect --enable
-libxvid --enable-libx264 --extra-libs='-lx264 -lpthread' --enable-librtmp --ext
ra-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm' --target-os=mingw32 --enable-avisyn
th --cross-prefix=i686-mingw32- --cc='ccache i686-mingw32-gcc' --enable-memalign
-hack
  libavutil 50.24. 0 / 50.24. 0
  libavcore  0. 5. 0 /  0. 5. 0
  libavcodec52.85. 1 / 52.85. 1
  libavformat   52.78. 3 / 52.78. 3
  libavdevice   52. 2. 1 / 52. 2. 1
  libavfilter1.36. 0 /  1.36. 0
  libswscale 0.11. 0 /  0.11. 0
[avi @ 01cec600] Estimating duration from bitrate, this may be inaccurate
Input #0, avi, from 'dvvideo_crash.avi':
  Duration: 00:00:12.64, start: 0.00, bitrate: 30336 kb/s
Stream #0.0: Video: dvvideo, yuv420p, 720x576, 28800 kb/s, PAR 59:54 DAR 295
:216, 25 tbr, 25 tbn, 25 tbc
Stream #0.1: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
At least one output file must be specified

--
messages: 11717
priority: normal
status: new
substatus: new
title: [Regression] Crash while probing AVI DV file
type: bug


FFmpeg issue tracker iss...@roundup.ffmpeg.org
https://roundup.ffmpeg.org/issue2174