summaryrefslogtreecommitdiffstats
path: root/TOOLS/avi-fix.c
Commit message (Collapse)AuthorAgeFilesLines
* Mark xx function as returning char, fixes:diego2007-08-281-1/+1
| | | | | | | avi-fix.c:18: warning: return type defaults to 'int' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix "control reaches end of non-void function" warnings.diego2007-06-271-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23679 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix implicit declaration of function warnings.diego2007-06-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23677 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling by using -I.diego2005-11-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17018 b3059339-0415-0410-9bf9-f77b7e298cf2
* silly printf() is the onyl reason avi-fix was so slow, a printf forods152005-08-161-7/+14
| | | | | | | EVERY byte is pretty hefty... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16235 b3059339-0415-0410-9bf9-f77b7e298cf2
* avi-fix v0.1: simple tool to fix chunk sizes in a RIFF AVI filearpi2004-02-051-0/+136
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11925 b3059339-0415-0410-9bf9-f77b7e298cf2