summaryrefslogtreecommitdiffstats
path: root/TOOLS
Commit message (Collapse)AuthorAgeFilesLines
...
* Mark phony targets as such.diego2007-03-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22655 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge INCLUDE and CFLAGS, fixes Cola from last commit.diego2007-03-171-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22654 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable.diego2007-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22653 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation, bswap.h is now mpbswap.h.diego2007-03-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22652 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant rule for creating .o files from .c files, it's builtin.diego2007-03-171-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22651 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete .SUFFIXES variable.diego2007-03-171-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22650 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove nonsensical unused rules.diego2007-03-171-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22649 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use quotes instead of angular brackets for non-system includes.diego2007-03-161-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22648 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bring vivodump closer to linking; remains broken.diego2007-03-161-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22647 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking: libswscale depends on libavutil, verbose was multiply defined...diego2007-03-162-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22646 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation due to reorganized header files.diego2007-03-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22645 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix forgotten \ivo2007-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22527 b3059339-0415-0410-9bf9-f77b7e298cf2
* __defines are reserved for gcccompn2007-03-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22478 b3059339-0415-0410-9bf9-f77b7e298cf2
* getopt is only needed on msvc, remove from mingw/linux compile infocompn2007-03-041-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22457 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vfw2menc info into READMEcompn2007-03-041-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22455 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to me, typo. it should have read clflushivo2007-03-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22390 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics, missing spaceivo2007-03-011-1/+1
| | | | | | | | patch by Zuxy Meng, zuxy dot meng ... gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22389 b3059339-0415-0410-9bf9-f77b7e298cf2
* cflsh->clflush to keep consistent with Linux kernelivo2007-03-011-1/+1
| | | | | | | | patch by Zuxy Meng, zuxy dot meng ... gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22388 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not rely on svn internals and use svn info insteadivo2007-02-281-19/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22379 b3059339-0415-0410-9bf9-f77b7e298cf2
* also respond to --help, -h and -? command line optionsivo2007-02-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22377 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix printing of -(no)svn optionivo2007-02-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22376 b3059339-0415-0410-9bf9-f77b7e298cf2
* clarify -none command line optionivo2007-02-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22375 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify .depend file inclusion.diego2007-02-271-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22361 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to 0.1 version from websitecompn2007-02-221-8/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22314 b3059339-0415-0410-9bf9-f77b7e298cf2
* add original website url per al3x commentcompn2007-02-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22313 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22301 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l copy and paste bug in the license headerdiego2007-02-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22272 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix license header.diego2007-02-191-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22271 b3059339-0415-0410-9bf9-f77b7e298cf2
* Controllable quality setting of VFW enconding, through the dumped state of ↵alex2007-02-181-0/+257
| | | | | | the dialog box. Patch by Gianluigi Tiesi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22270 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove internal minilzo, external liblzo can be used instead.diego2007-02-181-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22259 b3059339-0415-0410-9bf9-f77b7e298cf2
* Strip leading spaces from processor names.diego2007-02-131-0/+3
| | | | | | | patch by Sergey, sergemp mail ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22213 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix FSF address and otherwise broken license headers.diego2007-01-221-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21995 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid deprecated _sleep, instead include windows.h and use Sleep just likereimar2006-12-101-1/+2
| | | | | | | | osdep/timer-win2.c does. Patch by Zuxy Meng [zuxy meng (at) gmail com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21571 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bmovl-test build errorvoroshil2006-12-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21539 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hack around libavutil/bswap.h compilation problems due to always_inline ↵reimar2006-12-071-1/+1
| | | | | | undefined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21523 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix includes and include path, bswap.h is in libavutil now.diego2006-12-021-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21438 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove nonexistent variable.diego2006-11-251-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21223 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add distclean target, unconditionally remove all objects on clean.diego2006-11-251-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21212 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.diego2006-11-201-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc small fixesdiego2006-11-191-12/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21085 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename libdvdread to dvdread. We really only include only the dvdreaddiego2006-11-181-1/+1
| | | | | | | | subdirectory of libdvdread. This will also allow getting rid of some local modifications. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20997 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vop has been deprecated a long time ago.diego2006-11-132-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20883 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to 0.6.2, patch by Giacomo Comes, comes naic edudiego2006-11-121-154/+303
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20874 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, wrong variable namediego2006-11-101-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20847 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create binaries with proper executable suffix under Windows.diego2006-11-082-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20771 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdvdkit2 --> libdvdreaddiego2006-11-032-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20632 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with Debian package.diego2006-10-271-114/+155
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20466 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use = instead of == for extra portability.diego2006-10-141-11/+11
| | | | | | | patch from NetBSD pkgsrc proxied by Sergey Svishchev, svs+mplayer grep ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20210 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use = instead of == for extra portability.diego2006-10-141-1/+1
| | | | | | | patch from NetBSD pkgsrc proxied by Sergey Svishchev, svs+mplayer grep ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20209 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove download script; no longer used in the official Debian package candidate.diego2006-10-112-60/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20155 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache ↵gpoirier2006-10-011-0/+3
| | | | | | | | | Access" Patch by Zuxy Meng git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20015 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove another duplicate and useless ;reimar2006-09-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20007 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless trailing ';'gpoirier2006-09-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20006 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert strings to comments since they're never used,gpoirier2006-09-291-56/+54
| | | | | | | | | | patch by Zuxy Meng % zuxy P meng A gmail P com % Original thread: Date: Sep 19, 2006 7:33 AM Subject: [MPlayer-dev-eng] [PATCH] Cleanup of TOOLS/cpuinfo.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20005 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsdiego2006-09-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19976 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove just the targets, not the original codecs.diego2006-09-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19909 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace silly compilation shell scripts by a simple Makefile.diego2006-09-1810-29/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation, too few arguments to fputs.diego2006-09-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19890 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete font generator Gimp plugin.diego2006-09-162-211/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19866 b3059339-0415-0410-9bf9-f77b7e298cf2
* The FSF changed postal address.diego2006-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19620 b3059339-0415-0410-9bf9-f77b7e298cf2
* live.com --> LIVE555diego2006-08-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19565 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant variable that is contained in COMMON_LIBS.diego2006-08-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19534 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant variables that are contained in COMMON_LIBS.diego2006-08-251-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19533 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with the creation of the stream directory.diego2006-08-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19532 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify LIVE555 test and make it more consistent with the other tests.diego2006-08-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19288 b3059339-0415-0410-9bf9-f77b7e298cf2
* introduce new 'stream' directory for all stream layer related components and ↵ben2006-07-313-4/+5
| | | | | | split them from libmpdemux git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Regular expression for conversions had 'P' instead of 'p', fixeduau2006-07-251-1/+1
| | | | | | | to recognize %p. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19182 b3059339-0415-0410-9bf9-f77b7e298cf2
* added checks for stupid code like casting return value of malloc and friends,ivo2006-07-141-0/+54
| | | | | | | | | | sizeof(char) and similar 1 byte types, &&1, ||0, +0, -0, *1, *0 typical usage: ./checktree.sh -none -stupid -showcont somefile.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19090 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless commentivo2006-07-141-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19088 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix line >79 charactersivo2006-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19085 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix matching of MSDOS line endingsivo2006-07-141-2/+2
| | | | | | | | | | The CVS-->Subversion conversion removed the ^M and it is impossible to check one back in. Setting svn:eol-style to CRLF or CR is not an option because it will change the whole file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19084 b3059339-0415-0410-9bf9-f77b7e298cf2
* also omit configure.log and the generated help_mp.h from files to checkivo2006-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19083 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversionivo2006-07-141-16/+23
| | | | | | | | Note: commandline option(s) -(no)cvs changed to -(no)svn git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19082 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for changed env parameter contents and improve speed.reimar2006-07-122-43/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19023 b3059339-0415-0410-9bf9-f77b7e298cf2
* usleep is still missing in MinGW, so leave it out of the MinGW version check.diego2006-07-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18931 b3059339-0415-0410-9bf9-f77b7e298cf2
* MinGW 3.1 has added gettimeofday.diego2006-07-051-1/+1
| | | | | | | based on a patch by Gianluigi Tiesi mplayer++at++netfarm++dot++it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18915 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix linking on some systemsivo2006-07-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18889 b3059339-0415-0410-9bf9-f77b7e298cf2
* postproc --> libswscalediego2006-06-303-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18868 b3059339-0415-0410-9bf9-f77b7e298cf2
* merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail ↵gpoirier2006-06-291-3/+3
| | | | | | PP com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18851 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now obsolete .cvsignore files.diego2006-06-026-31/+0