summaryrefslogtreecommitdiffstats
path: root/divx4_vbr.c
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | patch replaces '()' for the correct '(void)' in function declarations/prototypes which have no parameters. The '()' syntax tell thats there is a variable list of arguments, so that the compiler cannot check this. The extra CFLAG '-Wstrict-declarations' shows those cases. Comments about a similar patch applied to ffmpeg: That in C++ these mean the same, but in ANSI C the semantics are different; function() is an (obsolete) K&R C style forward declaration, it basically means that the function can have any number and any types of parameters, effectively completely preventing the compiler from doing any sort of type checking. -- Erik Slagter Defining functions with unspecified arguments is allowed but bad. With arguments unspecified the compiler can't report an error/warning if the function is called with incorrect arguments. -- Måns Rullgård git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>diego2004-10-201-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13700 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8255 b3059339-0415-0410-9bf9-f77b7e298cf2
* accepted. so we're now 110% gpl...arpi2002-09-231-27/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7492 b3059339-0415-0410-9bf9-f77b7e298cf2
* we don't need dl nor stat functions - why to include tehir headers...arpi2002-03-231-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5286 b3059339-0415-0410-9bf9-f77b7e298cf2
* stdint.h replaced by inttypes.h (used more frequently in the sources)pl2002-01-061-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4004 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixes (=> HAVE_STDINT_H is now defined)pl2001-12-311-2/+3
| | | | | | | | | added STREAMING_LIB in config.mak/Makefile Note: compile via a configure && make without glitches on SunOS git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3920 b3059339-0415-0410-9bf9-f77b7e298cf2
* <stdint.h> doesn't exist in FreeBSDnexus2001-12-311-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3918 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx4_vbr -> mplayer integrationarpi2001-11-021-34/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2643 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial import from transcodearpi2001-11-021-0/+443
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2642 b3059339-0415-0410-9bf9-f77b7e298cf2