- 18 May, 2002 9 commits
-
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@520 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@519 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@518 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@517 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@516 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment about rounding bug in some functions (need to correct or suppress them for regression tests) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@515 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
philipjsg authored
will clear out the stream. I think that this is really a linux bug in the handling of poll, but I did a workaround anyway. * Improve the statistics output and prevent a buffer overrun when lots of clients are connected. * Process ffm input when it is received and don't always be one ffm packet behind. * Try to avoid going through the poll loop when not required. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@514 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
philipjsg authored
file and seek to an FFM packet, then it is important that the packet found has a frame header within it. If not, then terrible things happen. This fixes the problem. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@513 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@512 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 17 May, 2002 6 commits
-
-
michaelni authored
qmin==1 bugfix git-svn-id: file:///var/local/repositories/ffmpeg/trunk@511 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michaelni authored
shared lib support (req by kabi) ... git-svn-id: file:///var/local/repositories/ffmpeg/trunk@510 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
philipjsg authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@509 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
philipjsg authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@508 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
philipjsg authored
no waiting for key frames). * Provide StartSendOnKey paramter for a stream to wait until we get key frames before sending. * Add the codec names into the status page. May help debugging problems. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@507 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michaelni authored
hopefully faster mmx2&3dnow MC git-svn-id: file:///var/local/repositories/ffmpeg/trunk@506 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 16 May, 2002 6 commits
-
-
michaelni authored
new hopefully faster MC git-svn-id: file:///var/local/repositories/ffmpeg/trunk@505 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michaelni authored
print frame decoding time support (x86 only) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@504 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
kabi authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@503 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
philipjsg authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@502 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
philipjsg authored
* prebuffering/preroll a live stream -- this improves startup time * videoqmin/videoqmax/videoqdiff -- codec parameters * maximum bandwidth for live streams * Add support for .ram and .rpm extensions mapping onto .rm * Make the status page show bandwidth. Also make the .asf and .rm links go to .asx and .ram files. * Make a stream only start streaming when it gets a keyframe on each stream. This is arguable, and it maybe ought to be restricted to live streams. However, since I don't think that file streams work, this is a step in the right direction. It improves the startup delay. * Log an error if we are unable to delete the temp feed file. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@501 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
philipjsg authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@500 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 15 May, 2002 1 commit
-
-
pulento authored
capture. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@499 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 14 May, 2002 6 commits
-
-
pulento authored
rate of the stream. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@498 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
pulento authored
- This stuff could be done in AVCodecContext and the real frame rate calculated in utils.c, but we don't changes in that by now ;) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@497 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
pulento authored
decoded frame. - extra_delay = (repeat_pict / 2) * (1/fps) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@496 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michaelni authored
enable simple-idct by default (needed cuz otherwise files encoded with ffmpeg will show stripes with the reference IDCT during decoding) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@495 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
kabi authored
- comments, critics, improvements on the ffmpeg list are welcomed git-svn-id: file:///var/local/repositories/ffmpeg/trunk@494 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
philipjsg authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@493 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 12 May, 2002 7 commits
-
-
pulento authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@492 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
pulento authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@491 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
nickols_k authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@490 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
nickols_k authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@489 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
nickols_k authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@488 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
pulento authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@487 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
pulento authored
frames from 3:2 pulldown sources. - repeat_pict honoured by MPEG-1/2 decoder. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@486 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 11 May, 2002 3 commits
-
-
pulento authored
in account the system header just walk through the file searching streams. MPEG-PS demuxer needs more work anyway. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@485 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
pulento authored
- Added real_pict_num to AVCodecContext, it represent the number of the previous encoded frame, usefull when coding with B frames. - Warning fix in motion_est.c git-svn-id: file:///var/local/repositories/ffmpeg/trunk@484 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
pulento authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@483 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 10 May, 2002 2 commits
-
-
philipjsg authored
* Print out the logging information that comes from WMP (you'd be suprised what it sends! * Fix a remotely exploitable buffer overflow (argh!) * Add support for automatically serving up .asx files. It generates an automatic redirect to the associated .asf file (with the same parameters). I guess that someone who understands the realaudio equivalent could hack that it as well. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@482 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
philipjsg authored
* Fix endless loop in find_info_tag if given specific arguments git-svn-id: file:///var/local/repositories/ffmpeg/trunk@481 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-