summaryrefslogtreecommitdiffstats
path: root/TOOLS
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < ↵poirierg2006-05-311-0/+4
| | | | | | zuxy P meng A gmail P com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18553 b3059339-0415-0410-9bf9-f77b7e298cf2
* x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.gpoirier2006-05-171-1/+9
| | | | | | | Patch by Zuxy Meng git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18535 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Really accept both one and two dashes.diego2006-05-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18533 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add mphelp_check.py.diego2006-05-171-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18532 b3059339-0415-0410-9bf9-f77b7e298cf2
* Accept --missing as well as -missing, print less newlines.diego2006-05-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18531 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add tool to check MPlayer translation files for conflicting argumentsuau2006-05-161-0/+66
| | | | | | | and extra/missing translation strings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18523 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix build on macintel, patch by Zuxy Menggpoirier2006-05-151-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18518 b3059339-0415-0410-9bf9-f77b7e298cf2
* Various improvement, fix build on AMD-64 and iccgpoirier2006-05-141-34/+70
| | | | | | | | | Original Thred: Date: Apr 25, 2006 2:23 PM Subject: Re: [MPlayer-dev-eng] Re: [PATCH] Various improvement in TOOLS/cpuinfo.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18512 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetic fix, splitting long mencoder cmd linereynaldo2006-04-231-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18214 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small hack suggested by dalias to avoid flickering at I framesreynaldo2006-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18178 b3059339-0415-0410-9bf9-f77b7e298cf2
* add check for non-ascii charsets used in code and simplify showcont switch ↵reimar2006-04-141-16/+38
| | | | | | handling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18088 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove verbosity parameter added to print_*_header call in last revision again.diego2006-03-271-4/+4
| | | | | | | Apart from failing to compile it does not make sense for this tool. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17984 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-4/+4
| | | | | | | functions in this file a verbosity_level parameter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17978 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+3
| | | | | | | to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify rules with common make constructs.diego2006-03-251-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17943 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify clean rule.diego2006-03-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17942 b3059339-0415-0410-9bf9-f77b7e298cf2
* use mencoder directly for mp3lame encoding instead of lavcjonas2006-03-221-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17913 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rawvideo on => -demuxer rawvideoods152006-03-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17906 b3059339-0415-0410-9bf9-f77b7e298cf2
* new tool to encode to mpeg using only mencoder; patch by Giacomo Comes ↵nicodvb2006-01-292-0/+1869
| | | | | | <comes ad naic punctum edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17508 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ↵michael2006-01-261-1/+1
| | | | | | muxer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17488 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update licensing information: The FSF changed postal address.diego2006-01-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17368 b3059339-0415-0410-9bf9-f77b7e298cf2
* option to show the lines containing anomalies, patch by Ivo van Poortenwanderer2005-12-071-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17132 b3059339-0415-0410-9bf9-f77b7e298cf2
* some comments and simplificationalex2005-11-271-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17054 b3059339-0415-0410-9bf9-f77b7e298cf2
* M-x untabifygpoirier2005-11-231-208/+208
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17042 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct k6_mtrr detection, add a great deal of infos about newer processorsgpoirier2005-11-231-6/+62
| | | | | | | | | | patch by Zuxy Meng < zuxy POIS meng @gmail POIS com > Original thread: Date: Nov 21, 2005 11:36 AM Subject: [MPlayer-dev-eng] [PATCH] TOOLS/cpuinfo.c: correct k6_mtrr detection git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17041 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling by using -I.diego2005-11-183-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17018 b3059339-0415-0410-9bf9-f77b7e298cf2
* 302m_convert and 360m_convert are generated files.diego2005-11-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17017 b3059339-0415-0410-9bf9-f77b7e298cf2
* fastmemcpybench and cpuinfo are x86-specific.diego2005-11-181-2/+4
|