summaryrefslogtreecommitdiffstats
path: root/TOOLS
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless 0 flag from s printf conversion specifier, fixes the warning:diego2008-04-231-1/+1
| | | | | | | TOOLS/movinfo.c:332: warning: '0' flag used with '%s' printf format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26506 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant definitions that are already present on the command line.diego2008-04-221-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26488 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge TOOLS/Makefile into the top-level Makefile.diego2008-04-221-74/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26487 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless '0' flag from fprintf call, fixes the warning:diego2008-04-218-8/+8
| | | | | | | warning: '0' flag ignored with precision and '%d' printf format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26481 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add $(EXESUF) to netstream rule.diego2008-04-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26480 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only build modify_reg on x86.diego2008-04-201-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26479 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify list of files to remove on make clean.diego2008-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26478 b3059339-0415-0410-9bf9-f77b7e298cf2
* fastmemcpybench is a phony target. Do not try to remove a file by that name.diego2008-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26477 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove Win32 linker option for netstream. Other winsock using code does notdiego2008-04-111-4/+0
| | | | | | | | need it, it should be set from configure and the reason why it was set in the first place has been lost in the mists of time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26387 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not build subrip with debugging symbols.diego2008-04-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26371 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Group dependency declarations together.diego2008-04-091-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26370 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant compilation commands that shadow builtin rules.diego2008-04-091-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26369 b3059339-0415-0410-9bf9-f77b7e298cf2
* List libraries to link to in dependency list.diego2008-04-091-10/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26368 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Add CFLAGS to compilation commands everywhere.diego2008-04-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26367 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.diego2008-04-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26366 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update for latest changes to linking dependencies.diego2008-04-091-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26365 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add MPLAYER_ prefix to multiple inclusion guard of generated file.diego2008-02-241-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26089 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add multiple inclusion guards to generated header file.diego2008-01-271-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25893 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change format string so that the table is nicely aligned.diego2008-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25892 b3059339-0415-0410-9bf9-f77b7e298cf2
* The alaw tables should be const.diego2008-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move compare.c to TOOLS, add it to the Makefile and document it.diego2008-01-233-0/+85
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25830 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix usage example commentreimar2008-01-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add the edge-enhancement filter based on edgedetect I had lying around.reimar2008-01-191-0/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25789 b3059339-0415-0410-9bf9-f77b7e298cf2
* Relicense to GPL v2 or later with Reimar's permission.diego2008-01-062-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25633 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove compilation command from source file, it is already in the Makefile.diego2008-01-011-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25571 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix license header to read Lesser General Public License 2.1,diego2008-01-011-1/+1
| | | | | | | a Lesser General Public License 2 never existed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25570 b3059339-0415-0410-9bf9-f77b7e298cf2
* unrarlib.o no longer exists, link against unrar_exec.o.diego2008-01-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25569 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix printf format string length modifiers, removes about a trillion warnings.diego2007-12-109-355/+355
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25341 b3059339-0415-0410-9bf9-f77b7e298cf2
* Comment out unused variable.diego2007-12-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25340 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused parameters from main(), fixes the warnings:diego2007-12-101-1/+1
| | | | | | | | netstream.c:340: warning: unused parameter 'argc' netstream.c:340: warning: unused parameter 'argv' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25338 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix printf format string length modifiers, removes the warnings:diego2007-12-101-2/+2
| | | | | | | | vivodump.c:213: warning: format '%08X' expects type 'unsigned int', but argument 2 has type 'long int' vivodump.c:220: warning: format '%08X' expects type 'unsigned int', but argument 2 has type 'long int' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25337 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix printf format string length modifiers, removes the warnings:diego2007-12-101-9/+9
| | | | | | | | | | | | | | | | | | asfinfo.c: In function 'print_wave_header': asfinfo.c:114: warning: format '%d' expects type 'int', but argument 2 has type 'long int' asfinfo.c:115: warning: format '%d' expects type 'int', but argument 2 has type 'long int' asfinfo.c: In function 'print_video_header': asfinfo.c:140: warning: format '%d' expects type 'int', but argument 2 has type 'long int' asfinfo.c:141: warning: format '%d' expects type 'int', but argument 2 has type 'long int' asfinfo.c:142: warning: format '%d' expects type 'int', but argument 2 has type 'long int' asfinfo.c:145: warning: format '%d' expects type 'int', but argument 2 has type 'long int' asfinfo.c:146: warning: format '%d' expects type 'int', but argument 2 has type 'long int' asfinfo.c: In function 'main': asfinfo.c:174: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'long int' asfinfo.c:220: warning: format '%d' expects type 'int', but argument 6 has type 'long unsigned int' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25336 b3059339-0415-0410-9bf9-f77b7e298cf2
* suppress silly messages when checktree is not called from the root of the treeivo2007-12-051-1/+1
| | | | | | | | but nevertheless has no specific arguments to work with. it will traverse the tree from there, but obviously cannot find our externals. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25312 b3059339-0415-0410-9bf9-f77b7e298cf2
* only check source code for gnuismsivo2007-12-051-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25311 b3059339-0415-0410-9bf9-f77b7e298cf2
* simpler and more easily expandable test whether we need a shortlist thativo2007-12-051-2/+4
| | | | | | | only contains .[ch] files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25310 b3059339-0415-0410-9bf9-f77b7e298cf2
* test for presence of .svn directory if we are supposed to traverse the treeivo2007-12-051-0/+7
| | | | | | | | according to svn info .svn might be missing (i.e. after svn export) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25309 b3059339-0415-0410-9bf9-f77b7e298cf2
* when gathering the list of files to check via svn info, also includeivo2007-12-051-1/+1
| | | | | | | libpostproc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25305 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics/indentationivo2007-12-031-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25289 b3059339-0415-0410-9bf9-f77b7e298cf2
* when gathering the list of files to check via svn info, also includeivo2007-12-031-1/+3
| | | | | | | externals (libav*) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25288 b3059339-0415-0410-9bf9-f77b7e298cf2
* add functions that are not specifically marked as being deprecated or obsolete,ivo2007-12-031-1/+1
| | | | | | | | but which are dangerous to use (possible race conditions, undefined filemode, et cetera; use tmpfile(3) instead). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
| | | | | | | hacks e.g. in vidix code from spreading. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25247 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l for me. I should read my own comments just above it ;)ivo2007-11-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25220 b3059339-0415-0410-9bf9-f77b7e298cf2
* less code for initializing default settingsivo2007-11-301-21/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25219 b3059339-0415-0410-9bf9-f77b7e298cf2
* add test for deprecated and obsolete functionsivo2007-11-301-2/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25218 b3059339-0415-0410-9bf9-f77b7e298cf2
* simple avoid wine complaints fix by sherpyacompn2007-10-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24797 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: misc typo fixesdiego2007-09-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24615 b3059339-0415-0410-9bf9-f77b7e298cf2
* According to MSDN a thread must call CoUninitialize once for each successfuldiego2007-09-231-1/+1
| | | | | | | | | | call it has made to CoInitialize or CoInitializeEx, including any call that returns S_FALSE. Only the CoUninitialize call corresponding to the CoInitialize or CoInitializeEx call that initialized the library can close it. patch by Gianluigi Tiesi, mplayer netfarm it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24596 b3059339-0415-0410-9bf9-f77b7e298cf2
* vfw2menc works on linux/windowscompn2007-09-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24547 b3059339-0415-0410-9bf9-f77b7e298cf2
* vfw2menc works on linux and windows x86 onlycompn2007-09-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24544 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
* Remove nonsensical #ifdef.diego2007-08-281-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24254 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify the addition of -g to some CFLAGS.diego2007-08-271-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24244 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move common link libs/objects into a variable.diego2007-08-271-9/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24243 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistent linking orderdiego2007-08-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24242 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify linkage parameters.diego2007-08-271-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24240 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-4/+6
| | | | | | | | | | | | | | | realcodecs/drv4.c: In function 'RV20toYUV420CustomMessage': realcodecs/drv4.c:151: warning: unused variable 'temp' realcodecs/drv4.c:150: warning: unused variable 'pp1' realcodecs/drv4.c: In function 'build_crc': realcodecs/drv4.c:263: warning: unused variable 'b' realcodecs/drv4.c: In function 'RV20toYUV420Transform': realcodecs/drv4.c:295: warning: unused variable 'crc2' realcodecs/drv4.c:295: warning: unused variable 'crc1' realcodecs/drv4.c:295: warning: unused variable 'len' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24239 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-2/+4
| | | | | | | | | | | | realcodecs/drv3.c: In function 'build_crc': realcodecs/drv3.c:291: warning: unused variable 'b' realcodecs/drv3.c: In function 'RV20toYUV420Transform': realcodecs/drv3.c:323: warning: unused variable 'crc2' realcodecs/drv3.c:323: warning: unused variable 'crc1' realcodecs/drv3.c:323: warning: unused variable 'len' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24238 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-3/+5
| | | | | | | | | | | | realcodecs/drv2.c: In function 'build_crc': realcodecs/drv2.c:316: warning: unused variable 'b' realcodecs/drv2.c: In function 'RV20toYUV420Transform': realcodecs/drv2.c:348: warning: unused variable 'crc2' realcodecs/drv2.c:348: warning: unused variable 'crc1' realcodecs/drv2.c:348: warning: unused variable 'len' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24237 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-2/+2
| | | | | | | | | realcodecs/sipr.c: In function 'RAInitDecoder': realcodecs/sipr.c:348: warning: unused variable 'temp2' realcodecs/sipr.c:347: warning: unused variable 'temp' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24236 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-3/+3
| | | | | | | | | | | | realcodecs/ra.c: In function 'RASetFlavor': realcodecs/ra.c:344: warning: unused variable 'property' realcodecs/ra.c:343: warning: unused variable 'flavor' realcodecs/ra.c:343: warning: unused variable 'numflavors' realcodecs/ra.c:342: warning: unused variable 'result1' realcodecs/ra.c:342: warning: unused variable 'numprop' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24235 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-5/+5
| | | | | | | | | | | | | | | realcodecs/28_8.c: In function 'RAInitDecoder': realcodecs/28_8.c:238: warning: unused variable 'temp2' realcodecs/28_8.c:237: warning: unused variable 'temp' realcodecs/28_8.c: In function 'RASetFlavor': realcodecs/28_8.c:273: warning: unused variable 'property' realcodecs/28_8.c:272: warning: unused variable 'flavor' realcodecs/28_8.c:272: warning: unused variable 'numflavors' realcodecs/28_8.c:271: warning: unused variable 'result1' realcodecs/28_8.c:271: warning: unused variable 'numprop' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24234 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-5/+5
| | | | | | | | | | | | | | | realcodecs/14_4.c: In function 'RAInitDecoder': realcodecs/14_4.c:238: warning: unused variable 'temp2' realcodecs/14_4.c:237: warning: unused variable 'temp' realcodecs/14_4.c: In function 'RASetFlavor': realcodecs/14_4.c:273: warning: unused variable 'property' realcodecs/14_4.c:272: warning: unused variable 'flavor' realcodecs/14_4.c:272: warning: unused variable 'numflavors' realcodecs/14_4.c:271: warning: unused variable 'result1' realcodecs/14_4.c:271: warning: unused variable 'numprop' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24233 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary fastmemcpybench prerequisite.diego2007-08-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24232 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused #include.diego2007-08-271-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24231 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a ton of warnings:diego2007-08-275-0/+5
| | | | | | | | warning: incompatible implicit declaration of built-in function 'memset' warning: incompatible implicit declaration of built-in function 'memcpy' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24230 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify bmovl-test compilation call.diego2007-08-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24229 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix "incompatible implicit declaration of built-in function 'exit'" warnings.diego2007-08-279-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24228 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark phony targets as such.diego2007-08-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24227 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move fastmemcpybench objects to link against into prerequisites.diego2007-08-271-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24226 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-271-2/+0
| | | | | | | | fastmemcpybench.c: At top level: fastmemcpybench.c:29: warning: 'mga_next_frame' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24225 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-271-1/+0
| | | | | | | | fastmemcpybench.c: In function 'mga_init': fastmemcpybench.c:36: warning: unused variable 'frame_mem' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24224 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-271-0/+1
| | | | | | | | vivodump.c: In function 'main': vivodump.c:293: warning: control reaches end of non-void function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24223 b3059339-0415-0410-9bf9-f77b7e298cf2