Fri, 20 Apr 2007 21:49:49 +0000 |
nicodvb |
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
|
Thu, 15 Mar 2007 18:36:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Sun, 21 Jan 2007 18:22:07 +0000 |
reimar |
Sanity-check sh_video->bih->biSize
|
Fri, 29 Dec 2006 19:01:55 +0000 |
michael |
dont read index if -noidx
|
Sat, 09 Dec 2006 12:25:25 +0000 |
reimar |
Replace another MIN macro by FFMIN
|
Thu, 30 Nov 2006 17:48:00 +0000 |
reimar |
Move initialization of sh_audio/sh_video members to aviheader
|
Wed, 29 Nov 2006 15:02:45 +0000 |
diego |
Remove bswap.h, use libavutil/bswap.h instead.
|
Sat, 08 Jul 2006 17:28:36 +0000 |
diego |
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
|
Sun, 04 Jun 2006 22:41:27 +0000 |
rtogni |
Fix potential integer overflows in memory allocation.
|
Thu, 06 Apr 2006 21:49:12 +0000 |
iive |
make sure the indx chunk is big enough to hold the basic structure.
|
Thu, 06 Apr 2006 20:56:35 +0000 |
reimar |
use calloc instead of malloc - simplifies code and fixes overflow problems.
|
Thu, 06 Apr 2006 20:36:39 +0000 |
michael |
zero sized frames are not keyframes
|
Thu, 06 Apr 2006 20:04:02 +0000 |
iive |
Limit the number of entires to the amount that does fit into the chunk.
|
Wed, 29 Mar 2006 19:31:31 +0000 |
albeu |
100L to who wrote this. Also fix broken headers while at it.
|
Mon, 27 Mar 2006 17:25:41 +0000 |
diego |
Convert printfs in aviprint.c to mp_msg and give the information printing
|