summaryrefslogtreecommitdiffstats
path: root/TOOLS/vivodump.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-2/+2
* Add standard license header to C tools missing them.diego2010-01-301-0/+16
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-5/+5
* Fix the linking of TOOLS/netstream and TOOLS/vivodump.diego2008-06-061-0/+5
* Remove loader/wine/avifmt.h #include, the AVI types declared there conflictdiego2008-04-301-1/+0
* Mark all functions that are only used within the file as static.diego2008-04-301-2/+2
* Fix printf format string length modifiers, removes the warnings:diego2007-12-101-2/+2
* warning fix:diego2007-08-271-0/+1
* Remove unused variables.diego2007-08-041-4/+0
* Fix compilation due to reorganized header files.diego2007-03-161-0/+2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-1/+1
* Fixed the assumption user will always give 2+ args to the program.al2004-10-291-3/+10
* Remove hardcoded filenames in favor of command line parameters, some errordiego2004-10-281-5/+19
* compilation fix, mostly by Reza Jelvehdiego2004-10-281-4/+13
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-5/+5
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-7/+7
* 0x82 supportarpi2001-11-301-10/+27
* vivo 2.0 supportarpi2001-11-041-20/+66
* works! copy video steram to .avi file playable with ivvideo.dllarpi2001-11-041-32/+45
* convertiong to aviarpi2001-11-041-7/+52
* dump h263 frame headers from vivoarpi2001-11-041-0/+144