- 18 May, 2002 21 commits
-
-
glantau authored
added first version of regression tests - simply type 'make test' to test every codec and some mux/demuxes - added simple synthetic audio and video bitstreams generators so that no big streams needs to be used git-svn-id: file:///var/local/repositories/ffmpeg/trunk@532 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@531 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
added bigendian support - added cross compilation support - added generation of objects in another directory for simultaneous compilations (needs testing) - simplified redundant code git-svn-id: file:///var/local/repositories/ffmpeg/trunk@530 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@529 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@528 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@527 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@526 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@525 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@524 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@523 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@522 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
glantau authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@521 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
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
-