summaryrefslogtreecommitdiffstats
path: root/TOOLS
Commit message (Expand)AuthorAgeFilesLines
* change reverse DNS strings to io.mpv.*Stefano Pigozzi2013-04-161-1/+1
* make: add osxbundle-skip-depsStefano Pigozzi2013-04-081-21/+50
* vf_dlopen examples: add copyright headers (LGPL 2.1+)Rudolf Polzer2013-04-087-0/+147
* mpv_identify: add --quiet to mpv command linewm42013-03-261-1/+1
* mpv_identify: allow specifying mpv binary via MPVwm42013-03-261-1/+5
* core: output --playing-msg message only after at least one frame is shownwm42013-03-261-1/+1
* command: export VO video width/height as propertieswm42013-03-261-0/+2
* demux_mkv: support V_UNCOMPRESSED video trackswm42013-01-241-0/+1
* osxbundle: fix unicode support in fonts.confkax42013-01-071-5/+116
* osxbundle: print meaningful error when a dylib is missingStefano Pigozzi2012-12-161-1/+7
* osxbundle: add fonts.conf to distributed bundleStefano Pigozzi2012-12-151-0/+9
* TOOLS: remove checktree.shwm42012-11-141-350/+0
* mpv_identify: stop using \n; fix property name handlingRudolf Polzer2012-11-121-2/+5
* Port several python scripts to PerlKovensky2012-11-0810-480/+1398
* osxbundle: run install_name_tool -id only on direct dependenciesStefano Pigozzi2012-11-061-15/+14
* TOOLS: add script for osx bundle generationStefano Pigozzi2012-10-1610-0/+353
* Merge branch 'input_changes' into masterwm42012-10-121-12/+11
|\
| * TOOLS/mplayer2_identify.sh: program property is not readablewm42012-10-121-1/+0
| * commands: rename properties, update input.confwm42012-10-121-12/+12
* | Rename to "mpv"wm42012-10-122-226/+7
* | Fix string.format compatibility with Python 2.6Kovensky2012-10-011-3/+3
* | build: use "python" instead of "python3" as interpreter namewm42012-09-293-3/+3
* | build: make Python scripts compatible with Python 2.xwm42012-09-292-1/+7
* | TOOLS: fix first frame pts for dlopen/telecine.soRudolf Polzer2012-09-281-6/+13
|/
* TOOLS: add a new file identifier toolRudolf Polzer2012-09-181-0/+165
* vf_dlopen: vf_rectangle filter moved to dlopen (unix only)Rudolf Polzer2012-09-182-1/+348
* vf_dlopen: improve performance for 1-frame-for-1-frame filtersRudolf Polzer2012-09-181-1/+6
* vf_dlopen: add a generic filter to load external filtersRudolf Polzer2012-08-236-0/+547
* TOOLS/uncrustify.cfg: add uncrustify profile for code reformattingwm42012-08-061-0/+158
* TOOLS/fil2string.py: fix for use with binary fileswm42012-07-281-1/+1
* TOOLS: remove useless crapwm42012-07-2831-5245/+0
* Remove TOOLS/realcodecswm42012-07-289-3892/+0
* build, codec-cfg.c: simplify builtin codecs.conf handlingUoti Urpala2012-07-161-0/+23
* build: use python3 to generate some files previously in gitUoti Urpala2012-07-162-1/+3
* vo_vdpau: implement screenshotswm42011-11-251-0/+1
* TOOLS/matroska.py: recognize CodecNameUoti Urpala2011-04-081-0/+1
* TOOLS/: minor fixes in tool codesiretart2011-01-312-3/+9
* Merge branch 'sub'Uoti Urpala2011-01-261-2/+2
|\
| * sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-2/+2
* | TOOLS: Remove most of the mencoder scripts and referencesClément Bœsch2011-01-257-1467/+5
|/
* TOOLS/matroska.py: recognize 3 more elementsUoti Urpala2010-11-211-0/+3
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-3/+3
* TOOLS/matroska.py: recognize MaxCache elementUoti Urpala2010-11-081-0/+1
* TOOLS/binary_codecs.sh: make indentation consistentsiretart2010-11-071-143/+136
* TOOLS/matroska.py: stop cleanly at EOF of complete file when parsingUoti Urpala2010-11-021-2/+10
* TOOLS/matroska.py: change to python3 syntaxUoti Urpala2010-11-021-37/+39
* TOOLS/binary_codecs.sh: avoid creating fake "bestsites"siretart2010-11-021-2/+3
* TOOLS/binary_codecs.sh: fix obsolete dpkg syntaxsiretart2010-11-021-1/+1
* TOOLS/subrip: fix linking failurediego2010-11-021-0/+3
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-2/+2
* build: Rename configure.log file to config.logdiego2010-11-021-1/+1
* TOOLS/matroska.py: recognize ChapCountryUoti Urpala2010-10-211-0/+1
* demux_mkv: read tags.Anton Khirnov2010-05-221-0/+9
* TOOLS/matroska.py: support 8-byte floats in parsing modeUoti Urpala2010-03-111-2/+7
* Merge svn changes up to r30748Uoti Urpala2010-03-103-7/+8
|\
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-262-3/+3
| * mention that on windows, you've to use the netstream.exe to build theattila2010-02-261-4/+5
* | Merge svn changes up to r30675Uoti Urpala2010-03-104-12/+0
|\|
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-2014-22/+0
* | Merge svn changes up to r30663Uoti Urpala2010-03-104-8/+0
|\|
| * TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.diego2010-02-194-8/+0
* | Merge svn changes up to r30463Uoti Urpala2010-03-0910-8/+158
|\|
| * Add standard license header to C tools missing them.diego2010-01-3010-8/+158
* | Merge branch 'matroska'Uoti Urpala2010-01-281-0/+397
|\ \
| * | matroska: add new parsing codeUoti Urpala2010-01-271-0/+397
* | | Merge svn changes up to r30419Uoti Urpala2010-01-251-6/+8
|\ \ \ | |/ / |/| / | |/
| * clean up netstream docs in TOOLS/READMEcompn2010-01-231-6/+8
* | vo_vdpau: Add support for high-quality scaling featureUoti Urpala2009-11-151-0/+1
* | Implement vsync-aware frame timing for VDPAUUoti Urpala2009-11-151-0/+2
* | Merge branch 'vdpau' into buildUoti Urpala2009-09-191-0/+58
|\ \
| * | vo_vdpau: Support recovering from VDPAU display preemptionUoti Urpala2009-09-071-0/+1
| * | vo_vdpau: Allocate one large surface for EOSD contentUoti Urpala2009-09-051-0/+1
| * | Merge branch 'vdpau_old' into vdpauUoti Urpala2009-08-311-0/+56
| |\ \
| | * | vo_vdpau: Add template file for VDPAU functionsUoti Urpala2009-08-291-0/+56
* | | | Merge svn changes up to r29684Uoti Urpala2009-09-162-5/+5
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Convert to UTF-8.diego2009-09-101-1/+1
| * | Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions.diego2009-09-101-2/+2
| * | Avoid bash-specific 'let' syntax in shell scripts.diego2009-09-071-2/+2
| * | whitespace cosmetics: Remove all trailing whitespace.diego2009-05-1323-128/+128
| |/
* / Remove trailing whitespace from most filesUoti Urpala2009-07-0726-138/+128
|/
* commit remaining binary_codecs.sh changes from debian.siretart2009-04-231-7/+30
* check for missing libstdc++siretart2009-04-231-0/+13
* more cosmeticssiretart2009-04-231-5/+3
* whitespace cosmeticsdiego2009-04-231-8/+8
* Part 3 of syncing binary_codecs.sh with Debiansiretart2009-04-231-7/+7
* Part 2 of syncing binary_codecs.sh with Debiansiretart2009-04-231-6/+16
* Part 1 of syncing binary_codecs.sh with Debiansiretart2009-04-221-12/+12
* Replace duplicated code by a macro.diego2009-03-121-45/+16
* Fix and restructure fastmemcpybench. It is now one binary that runs alldiego2009-03-102-26/+137
* Make fastmemcpybench almost working - only thing missing is a way toreimar2009-03-091-1/+2
* comment/output cosmeticsdiego2009-03-091-9/+9
* whitespace cosmetics:diego2009-03-091-74/+75
* Add test for C memcpy()michael2009-03-081-0/+2
* Resurrect script needed for easy use of fastmemcpybench.c.michael2009-03-081-0/+19
* Revert michael2009-03-081-2/+2
* Remove now unnecessary linking hacks.diego2009-03-011-5/+0
* HAVE_WINSOCK2_H is now a 0/1 definition.diego2009-02-011-1/+1
* Add missing 'void' keyword to parameterless function declarations.diego2009-01-0510-39/+42
* Relicense to GPLv2 or later with the author's permission.diego2009-01-029-45/+171
* Fix reference to wrong DLL filename in header comment.diego2009-01-021-1/+1
* Fix confused references to DLL filenames.diego2009-01-018-8/+8
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-1/+1
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-1/+1
* Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itdiego2008-10-161-1/+1
* Remove MinGW cruft.diego2008-10-031-5/+0
* cosmetics: prettyprintingdiego2008-09-281-149/+167
* Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.diego2008-09-151-1/+1
* Remove encode2mpeglight, it is only an outdated stripped-down version of thediego2008-09-072-2016/+0
* license header cosmeticsdiego2008-09-061-2/+2
* Fix incorrect FSF address in license header.diego2008-09-061-3/+3
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-1/+1
* Change a bunch of video-output-specific preprocessor directives from a HAVE_diego2008-08-021-2/+2
* Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.diego2008-07-312-3/+3
* Revert previous broken rename of binary-codecs.sh that had random changes.diego2008-07-312-67/+23
* Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.diego2008-07-312-23/+67
* Rename install-w32codecs.sh --> binary-codecs.sh.diego2008-07-312-3/+3
* Run bash-specific shell scripts with bash, not sh.diego2008-07-074-4/+4
* Give all shell scripts a .sh suffix for consistency.diego2008-07-077-27/+27
* Replace bash-specific [[]] construct by proper a proper [] test.diego2008-07-071-1/+1
* Replace == in []/test constructs with =, == is a bashism.diego2008-07-074-35/+35
* Remove unnecessary function keyword from shell script function declarations,diego2008-07-073-5/+5
* Fix the linking of TOOLS/netstream and TOOLS/vivodump.diego2008-06-062-53/+17
* cosmetics: Remove useless parentheses from return statements.diego2008-05-162-23/+23
* Use standard license headers with standard formatting.diego2008-05-142-33/+30
* Remove loader/wine/avifmt.h #include, the AVI types declared there conflictdiego2008-04-301-1/+0
* Add missing string.h #include to fix a bunch of implicit declaration warnings.diego2008-04-301-0/+1
* Remove unused fast_memcpy() function and link against the object thatdiego2008-04-301-6/+0
* Disable unused function.diego2008-04-301-0/+2
* Mark all functions that are only used within the file as static.diego2008-04-308-18/+18
* Remove useless 0 flag from s printf conversion specifier, fixes the warning:diego2008-04-231-1/+1
* Remove redundant definitions that are already present on the command line.diego2008-04-221-2/+0
* Merge TOOLS/Makefile into the top-level Makefile.diego2008-04-221-74/+0
* Remove pointless '0' flag from fprintf call, fixes the warning:diego2008-04-218-8/+8
* Add $(EXESUF) to netstream rule.diego2008-04-201-2/+2
* Only build modify_reg on x86.diego2008-04-201-1/+4
* Simplify list of files to remove on make clean.diego2008-04-201-1/+1
* fastmemcpybench is a phony target. Do not try to remove a file by that name.diego2008-04-201-1/+1
* Remove Win32 linker option for netstream. Other winsock using code does notdiego2008-04-111-4/+0
* Do not build subrip with debugging symbols.diego2008-04-091-1/+1
* cosmetics: Group dependency declarations together.diego2008-04-091-4/+4
* Remove redundant compilation commands that shadow builtin rules.diego2008-04-091-4/+0
* List libraries to link to in dependency list.diego2008-04-091-10/+9
* cosmetics: Add CFLAGS to compilation commands everywhere.diego2008-04-091-2/+2
* Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.diego2008-04-091-1/+1
* Update for latest changes to linking dependencies.diego2008-04-091-3/+3
* Add MPLAYER_ prefix to multiple inclusion guard of generated file.diego2008-02-241-3/+3
* Add multiple inclusion guards to generated header file.diego2008-01-271-2/+7
* Change format string so that the table is nicely aligned.diego2008-01-271-2/+2
* The alaw tables should be const.diego2008-01-271-2/+2
* Move compare.c to TOOLS, add it to the Makefile and document it.diego2008-01-233-0/+85
* Fix usage example commentreimar2008-01-191-1/+1
* Add the edge-enhancement filter based on edgedetect I had lying around.reimar2008-01-191-0/+38
* Relicense to GPL v2 or later with Reimar's permission.diego2008-01-062-2/+2
* Remove compilation command from source file, it is already in the Makefile.diego2008-01-011-1/+0
* Fix license header to read Lesser General Public License 2.1,diego2008-01-011-1/+1
* unrarlib.o no longer exists, link against unrar_exec.o.diego2008-01-011-1/+1
* Fix printf format string length modifiers, removes about a trillion warnings.diego2007-12-109-355/+355
* Comment out unused variable.diego2007-12-101-1/+1
* Remove unused parameters from main(), fixes the warnings:diego2007-12-101-1/+1
* Fix printf format string length modifiers, removes the warnings:diego2007-12-101-2/+2
* Fix printf format string length modifiers, removes the warnings:diego2007-12-101-9/+9
* suppress silly messages when checktree is not called from the root of the treeivo2007-12-051-1/+1
* only check source code for gnuismsivo2007-12-051-3/+3
* simpler and more easily expandable test whether we need a shortlist thativo2007-12-051-2/+4
* test for presence of .svn directory if we are supposed to traverse the treeivo2007-12-051-0/+7
* when gathering the list of files to check via svn info, also includeivo2007-12-051-1/+1
* cosmetics/indentationivo2007-12-031-2/+3
* when gathering the list of files to check via svn info, also includeivo2007-12-031-1/+3
* add functions that are not specifically marked as being deprecated or obsolete,ivo2007-12-031-1/+1
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
* 10l for me. I should read my own comments just above it ;)ivo2007-11-301-1/+1
* less code for initializing default settingsivo2007-11-301-21/+13
* add test for deprecated and obsolete functionsivo2007-11-301-2/+21
* simple avoid wine complaints fix by sherpyacompn2007-10-171-1/+1
* cosmetics: misc typo fixesdiego2007-09-251-1/+1
* According to MSDN a thread must call CoUninitialize once for each successfuldiego2007-09-231-1/+1
* vfw2menc works on linux/windowscompn2007-09-161-1/+1
* vfw2menc works on linux and windows x86 onlycompn2007-09-161-1/+1
* Mark xx function as returning char, fixes:diego2007-08-281-1/+1
* Remove nonsensical #ifdef.diego2007-08-281-3/+0
* Simplify the addition of -g to some CFLAGS.diego2007-08-271-10/+11
* Move common link libs/objects into a variable.diego2007-08-271-9/+7
* consistent linking orderdiego2007-08-271-1/+1
* Simplify linkage parameters.diego2007-08-271-4/+3
* warning fixes:diego2007-08-271-4/+6
* warning fixes:diego2007-08-271-2/+4
* warning fixes:diego2007-08-271-3/+5
* warning fixes:diego2007-08-271-2/+2
* warning fixes:diego2007-08-271-3/+3
* warning fixes:diego2007-08-271-5/+5
* warning fixes:diego2007-08-271-5/+5
* Remove unnecessary fastmemcpybench prerequisite.diego2007-08-271-1/+1
* Remove unused #include.diego2007-08-271-2/+0
* Fix a ton of warnings:diego2007-08-275-0/+5
* Simplify bmovl-test compilation call.diego2007-08-271-1/+1
* Fix "incompatible implicit declaration of built-in function 'exit'" warnings.diego2007-08-279-0/+9
* Mark phony targets as such.diego2007-08-271-0/+2
* Move fastmemcpybench objects to link against into prerequisites.diego2007-08-271-9/+9
* warning fix:diego2007-08-271-2/+0
* warning fix:diego2007-08-271-1/+0
* warning fix:diego2007-08-271-0/+1
* warning fixes:diego2007-08-271-3/+3
* Get netstream closer to linking.diego2007-08-252-0/+3
* warning fix:diego2007-08-251-1/+1
* Fix subrip and vivodump linking.diego2007-08-251-2/+4
* Mark vfw2menc as Windows-only.diego2007-08-251-1/+1
* Added Alan Nisotas modify_reg.cehoyos2007-08-063-0/+203
* Remove unused variables.diego2007-08-041-4/+0
* Add a dummy guiMessageBox so it still compiles when MPlayer was configured withreimar2007-08-041-0/+2
* Make the printoption function take the default values from the variableivo2007-07-311-17/+17
* cosmetics, indentationivo2007-07-311-3/+3
* Shorten (un)setting of all test flagsivo2007-07-311-29/+7
* Much smaller command line parserivo2007-07-311-90/+21
* Update copyright info and licenseivo2007-07-311-2/+15
* cosmetics, break overly long linesivo2007-07-311-6/+12
* replace ^I by $TAB now that TAB is globalivo2007-07-311-9/+9
* only test for stupid code and reserved identifiers if there are any .c or .hivo2007-07-311-4/+2
* 10l, forgot to make TAB globalivo2007-07-311-1/+2
* Test for reserved identifiers.ivo2007-07-311-3/+24
* Add test for GNUismsivo2007-07-301-0/+17
* ISO8859-1 --> UTF-8diego2007-07-091-6/+6
* Remove unused variables.diego2007-07-041-1/+1
* Mark main() function as a function that takes no parameters.diego2007-06-272-2/+2
* Fix "control reaches end of non-void function" warnings.diego2007-06-275-4/+6
* Fix unused variable warnings.diego2007-06-271-3/+1
* Fix implicit declaration of function warnings.diego2007-06-273-1/+4
* test for tab charactersivo2007-05-071-0/+18
* do not run stupid code checks if chfilelist is emptyivo2007-05-071-0/+2
* Move netstream documentation into TOOLS/README.diego2007-04-091-1/+32
* Move TOOLS/cpuinfo.c into the root directory.diego2007-04-092-331/+1
* Ignore netstream and fix its compilation; remove object files on make clean.diego2007-04-011-4/+4
* Move netstream.c out of its single-file subdirectory.diego2007-04-013-33/+20
* Remove unnecessary dependencies.diego2007-04-011-2/+0
* Get netstream somewhat closer to linking.diego2007-04-011-7/+3
* Don't compile cpuinfo and fastmemcpybench by default.diego2007-03-311-4/+0
* Sync with removed tools.diego2007-03-311-10/+1
* Remove obsolete TV output tools.diego2007-03-3124-1391/+0
* Remove unused/nonworking wallpaper setting utility.diego2007-03-314-291/+0
* Remove unused benchmarking scripts.diego2007-03-319-310/+0
* Remove obsolete bitmap font tools.diego2007-03-3120-2668/+0
* Remove obsolete/unnecessary/trivial scripts and programs.diego2007-03-3110-372/+0
* document edgedetect.fp, emboss.fpgpoirier2007-03-271-0/+9
* Merge realcodecs/ documentation into the README.diego2007-03-252-10/+9
* Use the top-level TOOLS Makefile to build the Real codecs wrappers.diego2007-03-252-13/+10
* Add description of realcodecs subdirrtogni2007-03-251-1/+12
* Remove files maintained by Reimar that he no longer sees a use for.diego2007-03-245-385/+1
* Add missing $(EXESUF).diego2007-03-201-3/+3
* Add vfw2menc to the Makefile.diego2007-03-201-2/+5
* Add explicit SDL include path. This should allow compilation even whendiego2007-03-202-3/+3
* Add return 0 to fix the following warning:diego2007-03-201-0/+2
* Include stdlib.h and string.h to fix the following warnings:diego2007-03-201-0/+2
* Add #include <string.h> to fix the following warning:diego2007-03-201-0/+1
* Move gltest and bmovl-test into the main TOOLS directory, subdirectoriesdiego2007-03-205-10/+7
* Simplify Makefile.diego2007-03-191-5/+3
* Bring somewhat closer to linking, still won't work, though.diego2007-03-171-3/+1
* Simplify link command.diego2007-03-171-3/+2
* Bring netstream somewhat closer to linking, still won't work.diego2007-03-171-3/+5
* Remove unnecessary -I option from CFLAGS.diego2007-03-171-1/+1
* Mark phony targets as such.diego2007-03-171-2/+2
* Merge INCLUDE and CFLAGS, fixes Cola from last commit.diego2007-03-171-2/+1
* Remove unused variable.diego2007-03-171-1/+1
* Fix compilation, bswap.h is now mpbswap.h.diego2007-03-171-1/+2
* Remove redundant rule for creating .o files from .c files, it's builtin.diego2007-03-171-4/+0
* Remove obsolete .SUFFIXES variable.diego2007-03-171-2/+0
* Remove nonsensical unused rules.diego2007-03-171-8/+0
* Use quotes instead of angular brackets for non-system includes.diego2007-03-161-5/+5
* Bring vivodump closer to linking; remains broken.diego2007-03-161-2/+4
* Fix linking: libswscale depends on libavutil, verbose was multiply defined...diego2007-03-162-3/+2
* Fix compilation due to reorganized header files.diego2007-03-161-0/+2
* fix forgotten \ivo2007-03-121-1/+1
* __defines are reserved for gcccompn2007-03-061-2/+2
* getopt is only needed on msvc, remove from mingw/linux compile infocompn2007-03-041-2/+3
* add vfw2menc info into READMEcompn2007-03-041-0/+18
* 10l to me, typo. it should have read clflushivo2007-03-011-1/+1
* cosmetics, missing spaceivo2007-03-011-1/+1
* cflsh->clflush to keep consistent with Linux kernelivo2007-03-011-1/+1
* do not rely on svn internals and use svn info insteadivo2007-02-281-19/+4
* also respond to --help, -h and -? command line optionsivo2007-02-281-1/+1
* fix printing of -(no)svn optionivo2007-02-281-2/+2
* clarify -none command line optionivo2007-02-281-0/+1
* Simplify .depend file inclusion.diego2007-02-271-3/+1
* update to 0.1 version from websitecompn2007-02-221-8/+51
* add original website url per al3x commentcompn2007-02-221-0/+2
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-1/+1
* 10l copy and paste bug in the license headerdiego2007-02-191-1/+1
* Fix license header.diego2007-02-191-6/+6
* Controllable quality setting of VFW enconding, through the dumped state of th...alex2007-02-181-0/+257
* Remove internal minilzo, external liblzo can be used instead.diego2007-02-181-1/+0
* Strip leading spaces from processor names.diego2007-02-131-0/+3
* Fix FSF address and otherwise broken license headers.diego2007-01-221-4/+2
* Avoid deprecated _sleep, instead include windows.h and use Sleep just likereimar2006-12-101-1/+2
* Fix bmovl-test build errorvoroshil2006-12-081-1/+1
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Fix includes and include path, bswap.h is in libavutil now.diego2006-12-021-1/+2
* Remove nonexistent variable.diego2006-11-251-1/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Add distclean target, unconditionally remove all objects on clean.diego2006-11-251-1/+2
* Unify dep/depend targets.diego2006-11-201-3/+1
* misc small fixesdiego2006-11-191-12/+24
* Rename libdvdread to dvdread. We really only include only the dvdreaddiego2006-11-181-1/+1
* -vop has been deprecated a long time ago.diego2006-11-132-3/+2
* update to 0.6.2, patch by Giacomo Comes, comes naic edudiego2006-11-121-154/+303
* typo, wrong variable namediego2006-11-101-3/+3
* Create binaries with proper executable suffix under Windows.diego2006-11-082-24/+24
* libmpdvdkit2 --> libdvdreaddiego2006-11-032-2/+2
* Sync with Debian package.diego2006-10-271-114/+155
* Use = instead of == for extra portability.diego2006-10-141-11/+11
* Use = instead of == for extra portability.diego2006-10-141-1/+1
* Remove download script; no longer used in the official Debian package candidate.diego2006-10-112-60/+0
* Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache A...gpoirier2006-10-011-0/+3
* Remove another duplicate and useless ;reimar2006-09-291-1/+1
* Remove useless trailing ';'gpoirier2006-09-291-1/+1
* Convert strings to comments since they're never used,gpoirier2006-09-291-56/+54
* cosmeticsdiego2006-09-241-1/+1
* Remove just the targets, not the original codecs.diego2006-09-191-1/+1
* Replace silly compilation shell scripts by a simple Makefile.diego2006-09-1810-29/+14
* Fix compilation, too few arguments to fputs.diego2006-09-181-1/+1
* Remove obsolete font generator Gimp plugin.diego2006-09-162-211/+0
* The FSF changed postal address.diego2006-09-011-1/+1
* live.com --> LIVE555diego2006-08-281-1/+1
* Remove redundant variable that is contained in COMMON_LIBS.diego2006-08-251-1/+1
* Remove redundant variables that are contained in COMMON_LIBS.diego2006-08-251-7/+0
* Sync with the creation of the stream directory.diego2006-08-251-1/+1
* Simplify LIVE555 test and make it more consistent with the other tests.diego2006-08-011-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-313-4/+5
* Regular expression for conversions had 'P' instead of 'p', fixeduau2006-07-251-1/+1
* added checks for stupid code like casting return value of malloc and friends,ivo2006-07-141-0/+54
* remove useless commentivo2006-07-141-3/+0
* fix line >79 charactersivo2006-07-141-1/+1
* fix matching of MSDOS line endingsivo2006-07-141-2/+2
* also omit configure.log and the generated help_mp.h from files to checkivo2006-07-141-1/+1
* CVS --> Subversionivo2006-07-141-16/+23
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* Fix for changed env parameter contents and improve speed.reimar2006-07-122-43/+35
* usleep is still missing in MinGW, so leave it out of the MinGW version check.diego2006-07-071-0/+2
* MinGW 3.1 has added gettimeofday.diego2006-07-051-1/+1
* fix linking on some systemsivo2006-07-021-1/+1
* postproc --> libswscalediego2006-06-303-5/+5
* merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail ...gpoirier2006-06-291-3/+3
* Remove now obsolete .cvsignore files.diego2006-06-026-31/+0
* On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < z...poirierg2006-05-311-0/+4
* x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.gpoirier2006-05-171-1/+9
* 10l: Really accept both one and two dashes.diego2006-05-171-1/+1
* Add mphelp_check.py.diego2006-05-171-0/+13
* Accept --missing as well as -missing, print less newlines.diego2006-05-171-3/+3
* Add tool to check MPlayer translation files for conflicting argumentsuau2006-05-161-0/+66
* fix build on macintel, patch by Zuxy Menggpoirier2006-05-151-2/+4
* Various improvement, fix build on AMD-64 and iccgpoirier2006-05-141-34/+70
* Cosmetic fix, splitting long mencoder cmd linereynaldo2006-04-231-1/+7
* Small hack suggested by dalias to avoid flickering at I framesreynaldo2006-04-221-1/+1
* add check for non-ascii charsets used in code and simplify showcont switch ha...reimar2006-04-141-16/+38
* Remove verbosity parameter added to print_*_header call in last revision again.diego2006-03-271-4/+4
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-4/+4
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+3
* Simplify rules with common make constructs.diego2006-03-251-11/+11
* Simplify clean rule.diego2006-03-251-1/+1
* use mencoder directly for mp3lame encoding instead of lavcjonas2006-03-221-5/+1
* -rawvideo on => -demuxer rawvideoods152006-03-211-1/+1
* new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes...nicodvb2006-01-292-0/+1869
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-1/+1
* Update licensing information: The FSF changed postal address.diego2006-01-132-2/+2
* option to show the lines containing anomalies, patch by Ivo van Poortenwanderer2005-12-071-0/+23
* some comments and simplificationalex2005-11-271-3/+4
* M-x untabifygpoirier2005-11-231-208/+208
* correct k6_mtrr detection, add a great deal of infos about newer processorsgpoirier2005-11-231-6/+62
* Unify include path handling by using -I.diego2005-11-183-4/+4
* 302m_convert and 360m_convert are generated files.diego2005-11-181-0/+2
* fastmemcpybench and cpuinfo are x86-specific.diego2005-11-181-2/+4
* Unify include path handling by adding $(MPROOT) to CFLAGS.diego2005-11-182-3/+3
* Makefile reorganized for better clarity and maintainability.diego2005-11-181-5/+9
* spelling/grammardiego2005-11-172-24/+24
* Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using m...reynaldo2005-11-162-0/+304
* avisubdumpdiego2005-11-151-0/+1
* -waveheader is deprecated, using -ao pcm:waveheader insteadreynaldo2005-11-111-1/+1
* random improvements plus some readability cosmeticsdiego2005-10-041-24/+26
* Document subsearch.sh, menc2pass.diego2005-10-041-0/+27
* Nits suggested by Ivo and Diego. Patch by Matthias Wieser < mwieser AH gmx PO...gpoirier2005-10-021-31/+59
* hardware color-space conversion for vo_gl and vo_gl2reimar2005-09-142-0/+74
* Nits suggested by Diegogpoirier2005-09-132-38/+38
* Adds the script psnr-video.sh to calculate the PSNR between two existing vide...gpoirier2005-09-122-0/+195
* 10livo2005-09-061-1/+1
* description typo fixesdiego2005-09-021-2/+2
* typos, cosmeticsdiego2005-08-241-1/+4
* Add D-Cinema Audio and Video conversion programsreimar2005-08-234-0/+189
* compile fix, vobsub.c needs identify variable.reimar2005-08-231-0/+1
* Aconvert allows mencoder to (easily) encode from an audio only file (hack).jonas2005-08-182-0/+32
* wording/spellingdiego2005-08-171-2/+2
* Added entry for checktree.shivo2005-08-171-0/+12
* Script to check (CVS) source-tree for anomalies, like MSDOS line endings etc..ivo2005-08-171-0/+253
* silly printf() is the onyl reason avi-fix was so slow, a printf forods152005-08-161-7/+14
* remove unused cache-prefill and create cache-seek-min that controls when seek...iive2005-07-311-1/+1
* Only dump to stdoutranma2005-07-021-20/+6
* avisubdumpranma2005-07-021-0/+1
* Add missing escapes, this should now cover all shell special characters AFAICSranma2005-07-021-1/+1
* avi vobsub soft subtitle dumperranma2005-07-021-0/+9
* avi subtitle stream dumperranma2005-07-021-0/+199
* Solaris sed needs the terminating '}' to be on a separate lineranma2005-06-301-1/+3
* Better approach to shell escaping, may not catch all cases yetranma2005-06-301-3/+14
* vobsub time-adjust tool by Gábor Farkas < gabor AH nekomancer POUM net >gpoirier2005-06-272-0/+68
* Avoid overly long lines to conform with the new general Makefile style.diego2005-06-192-12/+34
* Document install-divx5.sh and install-w32codecs.sh.diego2005-06-091-0/+21
* typo fixesdiego2005-06-091-5/+5
* Add a variable for the codec directory and set it to /usr/lib/codecs insteaddiego2005-05-291-6/+8
* very dummy script, written for a friendalex2005-05-291-0/+34
* old scripts from early debian packagealex2005-05-292-0/+187
* MinGW compilation fix by Erik Lunchpail <erik_27can at yahoo dot com>diego2005-05-082-4/+33
* Remove nonexisting dependency.diego2005-05-041-1/+1
* readability cosmeticsdiego2005-05-041-1/+11
* documentation for the tools in the TOOLS directorydiego2005-02-251-0/+404
* Playback video with multiple windows.reimar2005-01-071-0/+45
* small compilation fixrathann2004-11-011-0/+1
* Fixed the assumption user will always give 2+ args to the program.al2004-10-291-3/+10
* vivodump compiles now, so it can be added to OBJS.diego2004-10-281-1/+2
* Remove hardcoded filenames in favor of command line parameters, some errordiego2004-10-281-5/+19
* compilation fix, mostly by Reza Jelvehdiego2004-10-281-4/+13
* Zeta OS support, mostly working.reimar2004-10-111-3/+9
* Make Makefile conform to the general MPlayer style, alaw-gen added.diego2004-10-061-12/+16
* Also ignore alaw-gen and its output.diego2004-10-061-0/+3
* Missing .cvsignore file added.diego2004-10-062-0/+2
* Made Makefile conform to the general MPlayer style, clean target added.diego2004-10-061-1/+6
* compilation fixdiego2004-10-021-0/+3
* Look for SDL includes in /usr/include as well, use cc instead of gcc.diego2004-09-261-1/+1
* Wrong comment, the bitmap is blue, not green.diego2004-09-261-1/+1
* -lpthread --> $(ARCH_LIB), helps linking on systems without pthread.diego2004-09-261-1/+1
* passing an array or double precission parameters for the scaling function, in...michael2004-09-181-1/+1
* fix overcomplicated macros and a few warningsrathann2004-08-281-8/+5
* simplify roundingwight2004-08-171-3/+1
* Ignore some more generated files.diego2004-08-051-1/+6
* Makefile replacement for compile scriptdiego2004-08-052-15/+26
* Some explanation what the tool is good for added.diego2004-08-051-0/+3
* This fbset version is outdated and it is generally available in distros.diego2004-08-0310-2625/+0
* Moved to the TOOLS directory.diego2004-08-0335-0/+4019
* cosmetic warning fix (missing newline at end of file)diego2004-07-312-2/+2
* Removed long obsolete files.diego2004-07-308-513/+0
* Remove obsolete entries, patch by VMiklos <mamajom@axelero.hu>.diego2004-07-301-2/+0
* These files are long obsolete.diego2004-07-302-161/+0
* Obsolete now that the docs are XML.diego2004-07-291-20/+0
* embarassing typodiego2004-07-193-7/+7
* Bandaid linking fix, somebody should do this properly some day.diego2004-07-011-1/+3
* simple subtitle editor by Michael Klepikovalex2004-06-261-0/+445
* dvd-device option by Anton Tropashko <atropashko@yahoo.com>alex2004-06-251-4/+8
* WMA to Ogg conversion script by Peter Simon <simon.peter@linuxuser.hu>,diego2004-05-171-0/+341
* update to version 0.5.1 by the author VMiklos <mamajom@axelero.hu>diego2004-04-231-13/+25
* Respect -playlist for asx streamsrtognimp2004-04-171-1/+2
* v0.50 by VMiklosdiego2004-03-051-7/+7
* update by VMiklosattila2004-02-171-8/+15
* - Cleaned up the Makefile, added some *.o'sgabucino2004-02-172-1/+7
* avi-fix v0.1: simple tool to fix chunk sizes in a RIFF AVI filearpi2004-02-051-0/+136
* add divx2svcd script.attila2004-01-241-0/+350
* typodiego2004-01-051-1/+1
* an ocean of Cola for the G mandiego2004-01-021-3/+3
* Port to new video filter layer: -vf disabled --> -vf-clrdiego2004-01-021-9/+9
* typodiego2004-01-021-1/+1
* Make gabu happyattila2003-10-261-1/+1
* -vop ---> -vfdiego2003-10-253-13/+13
* K6 MTRR support with a little help from Alex.diego2003-10-141-0/+1
* Spelling police:diego2003-08-141-2/+2
* more generated filesdiego2003-07-132-0/+3
* putting blur and outline to the font.desc tooalex2003-07-131-2/+2
* -dvd -> dvd:// and -vcd -> vcd://jonas2003-07-092-3/+3
* Fixed: sync structs with spudec.c, implement fast_memcpykmkaplan2003-06-181-9/+31
* subfont is a generated file.diego2003-06-141-0/+1
* Add missing language suffix to DOCS/ path.diego2003-06-131-1/+1
* Networking support under MinGW.diego2003-06-111-1/+7
* 10lfaust32003-06-031-4/+4
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-301-1/+1
* update by the author (v0.2.2)alex2003-05-301-9/+47
* The linux directory is now called osdep.diego2003-05-252-2/+2
* wrappers for 14.4 and 28.8 codecsrtognimp2003-05-171-0/+300
* wrappers for 14.4 and 28.8 codecs14_4.crtognimp2003-05-173-0/+308
* fixmichael2003-04-271-2/+2
* duplicate from etc/cygwin_inttypes.hdiego2003-04-201-8/+0
* It should now be endian aware. Untested as i only have le box :(albeu2003-04-061-4/+6
* A simple netstream server.albeu2003-04-062-0/+412
* MINGW32 portfaust32003-03-301-0/+12
* Prevent vo window flashing.ranma2003-03-121-1/+1
* Use -frames 0 instead of hardcoded "goto goto_next_file;"ranma2003-03-101-1/+1
* 100l :)arpi2003-03-091-1/+1
* RAOpenCodec2() have 2 parametersarpi2003-03-091-3/+5
* forgot ...michael2003-02-241-4/+4
* mwallp compiles again (michael moved libpostproc.....)gabucino2003-02-171-1/+1
* linux->osdeparpi2003-02-091-2/+2
* 10ljonas2003-02-091-1/+1
* PSNR plotting tool using gnuplot (yes, it's ugly ;)jonas2003-02-091-0/+234
* update to use lavc, xvid, divx4atmos42003-02-031-3/+14
* 0.0357latmos42003-01-291-1/+1
* 100l, fix by pfred1 <pfred1 at bellatlantic.net> anyways I should update the ...atmos42003-01-291-1/+1
* OSD volume symbol fixed :)arpi2003-01-262-1/+1
* 10larpi2003-01-261-1/+1
* dump mpeg4-es startcodesarpi2003-01-231-0/+44
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-5/+5
* 10larpi2003-01-041-0/+1
* compile fixed. even with --enable-guiarpi2003-01-011-2/+2
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-7/+7
* bunkus: Restored sane line breaks. Added note about other DVD resolutions tha...mosu2002-12-161-1/+25
* scripts mentioned by DOCS/tech/encoding-tips.txtarpi2002-12-152-0/+58
* compiler warning fixesarpi2002-12-141-6/+6
* license fixedgabucino2002-12-032-2/+2
* 10ldiego2002-11-201-1/+1
* bashism replaced by portable expressiondiego2002-11-191-1/+1
* mencvcd 0.2 by Juergen Hammelmann <juergen.hammelmann@gmx.de>jaf2002-11-021-60/+109
* Add convenience wrapper for mplayer -identifyranma2002-10-231-0/+5
* sample client for -vop bmovl -- loads and alphablend any PNG filearpi2002-10-232-0/+118
* some fixesarpi2002-10-222-5/+21
* small helper script for DOCS translators (to change numeric links togabucino2002-10-211-0/+20
* dumping environment vars in setdllacecsspatharpi2002-10-171-4/+9
* Fix usage for common users that may not have fbset in their path.diego2002-10-101-1/+1
* fixing compilation on LFSgabucino2002-09-261-2/+3
* version 0.1.10 by Juergen Hammelmann <juergen.hammelmann@gmx.de>jaf2002-09-211-8/+25
* add cpuinfonexus2002-09-131-0/+1
* some fixesgabucino2002-08-313-4/+12
* very simple script for viewing results with gnuplot, converted to JPEGgabucino2002-08-311-0/+32
* v0.91gabucino2002-08-313-19/+18
* v0.9 of my compile+benchmark script, designed for my local boxes, shared ongabucino2002-08-305-0/+237
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-281-0/+15
* written by Florian Schilhabel <florian.schilhabel@gmx.net>alex2002-08-281-0/+260
* realplayer codecs wrappers, originaly written by Florian Schneider, extendedarpi2002-08-2814-0/+3162
* 10l patch by Jindrich Makovicka <makovick at KMLinux dot fjfi dot cvut dot cz>michael2002-08-181-1/+1
* 10lmichael2002-08-161-1/+1
* 40% faster blurmichael2002-08-161-7/+139
* speedup of gaussarpi2002-08-161-12/+61
* using precalculated src*om[][] table -> 25% faster.arpi2002-08-161-7/+18
* more (~40%) speedup :)arpi2002-08-161-3/+7
* skip black in outline (white skip code is #if 0 as there is no speed difference)michael2002-08-151-0/+33
* added gettimeofday-based profiling/timingarpi2002-08-152-2/+21
* small fixes...arpi2002-08-051-2/+3
* ignore pnot/PICTarpi2002-08-021-0/+2
* Transform Vobsub subtitles into Subrip text subtitles using GOCR/JOCR.kmkaplan2002-07-281-0/+211
* smthalex2002-07-253-5/+8
* very simple script to generate png images from an video with all -sws methodsmichael2002-07-091-0/+19
* minor fixes week at mcdonals: small fix pse->pse36atmos42002-07-091-1/+1
* Jürgen Hammelmann: I put a new option "-mpgonly" to the script, for those, w...atmos42002-06-221-1/+11
* mwallp - simple wallpaper setting tool using MPlayer codebasearpi2002-06-174-0/+290
* v0.1.8, - new option -sync, by Jürgen Hammelmann <juergen.hammelmann@gmx.de>jaf2002-05-311-2/+11
* Downloads w32codecs from M$, script by Tom Lees <tal26 at cam.ac.uk>atmos42002-05-261-0/+169
* Hi, I added some more help to my script, especially for american NTSC streams...jaf2002-05-171-28/+38
* sometime source files have other frame rates than for vcd's and svcd's, sojaf2002-05-091-7/+28
* Sometimes yuvscaler can't determine the output size/norm of pal/secam/ntsc, sojaf2002-05-071-2/+12
* .raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net>arpi2002-05-021-0/+8
* by Juergen Hammelmann <juergen.hammelmann@gmx.de>, some bugfixes and new opti...jaf2002-04-221-9/+42
* - new option "-burnonly": burn only the preformated bin imagesatmos42002-04-181-60/+77
* Updated to support resampling audio and multiple cds.atmos42002-04-151-58/+111
* anything to (S)VCD encode script by Juergen Hammelmann <juergen.hammelmann at...atmos42002-04-111-0/+173
* --outdir addedalex2002-03-031-3/+20
* runme + ai :)alex2002-03-031-0/+53
* usleep() accurancy testerarpi2002-01-281-0/+26
* console mplayer launcher - by Rich Felker <dalias@aerifal.cx>arpi2002-01-171-0/+12
* 0x82 supportarpi2001-11-301-10/+27
* *** empty log message ***atmos42001-11-281-0/+15
* bugfixmichael2001-11-231-1/+1
* missaligned arrays, as nick requestedmichael2001-11-231-3/+2
* newly allocated memory seems to point to only 1 zero filled 4k page or someth...michael2001-11-221-3/+6
* Small two pass mencoder helper script in perl.atmos42001-11-201-0/+19
* vivo 2.0 supportarpi2001-11-041-20/+66
* works! copy video steram to .avi file playable with ivvideo.dllarpi2001-11-041-32/+45
* convertiong to aviarpi2001-11-041-7/+52
* dump h263 frame headers from vivoarpi2001-11-041-0/+144
* minor fixnick2001-10-221-1/+1
* re-eng toolnick2001-10-222-1/+50
* re-eng toolnick2001-10-222-0/+56
* scriptsarpi2001-10-183-0/+34
* converts all subtitles in . to mpsub formatgabucino2001-10-171-0/+20
* don't expect win32 bin yet, only wanna have this already in cvs, btw. it has ...atmos42001-10-131-0/+8
* Resolved endianess issues.zybi2001-08-243-16/+12
* Described encodings issues in more details.zybi2001-08-241-20/+41
* Added --unicode switch. This is for UTF-8 encoded subtitles.zybi2001-08-242-31/+44
* Implemented new Gaussian blur algorithm, extended font.desc format, optimized...zybi2001-08-214-145/+234
* Some cleanups.zybi2001-08-213-8/+6
* *** empty log message ***zybi2001-08-163-3/+6
* speed optimized :)arpi2001-08-131-15/+19
* return value of iconv fixed for glibc 2.1.3, using strrchr instead of basenam...arpi2001-08-131-8/+14
* upgraded to 1.0b version by Artur Zaprzala <artur.zaprzala@talex.com.pl>arpi2001-08-1311-272/+1579
* more optimizationarpi2001-08-091-13/+28
* using OPTFLAGS and CC from config.makarpi2001-08-091-2/+2
* some optimizationarpi2001-08-091-23/+17
* dirty fix to get it work with glibc 2.1.x, and changed blur algorithmarpi2001-08-091-34/+74
* mplayer font-generator using FreeType 2.x by Artur Zaprzala <zybi@fanthom.irc...arpi2001-08-094-0/+674
* mplayer font-generator GIMP plugin by lanzz@lanzz.orgarpi2001-08-092-0/+211
* Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualco...atmos42001-07-281-2/+2
* Perl multifile playback helper tool.atmos42001-07-241-0/+51
* Initial draft of my new cache system...arpi2001-07-181-0/+168
* fps es frequency megallapitas mukodik :)al3x2001-06-231-9/+86
* sok hackingal3x2001-06-201-9/+144
* original and CE version of mpfcarpi_esp2001-06-173-0/+554
* some possible buffer overflow places fixedal3x2001-06-112-2/+2
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-0/+195
* ring buffering examplearpi_esp2001-06-031-0/+73
* cache prg for slow stdin playbackarpi_esp2001-05-311-0/+121
* non-blocked disk reading testarpi_esp2001-05-311-0/+47
* missing semicolon fixedarpi_esp2001-05-251-2/+2
* alaw and ulaw table generatorarpi_esp2001-05-251-0/+47
* some more printfsarpi_esp2001-05-101-6/+11
* new audio playback and A-V sync codearpi_esp2001-05-101-3/+5
* fragment info added (disabled)arpi_esp2001-05-081-0/+18
* slight proofreadingnickols_k2001-05-021-1/+1
* new audio block/select testarpi_esp2001-05-021-0/+74
* fastmemcpy benchmark by Felix Buenemannarpi_esp2001-04-221-0/+32
* added compilation of fastmem test progsarpi_esp2001-04-221-0/+10
* added mga_vid support (systemram->videoram tests)arpi_esp2001-04-221-6/+90
* run fastmem testsarpi_esp2001-04-221-0/+19
* Initial release, used to benchmark fastmemcpy.h code from libvo.atmosfear2001-04-211-0/+37
* obsolotedarpi_esp2001-04-111-239/+0
* png->raw image converterarpi_esp2001-04-112-0/+185
* added subreader by laazarpi_esp2001-03-282-0/+241
* added audio driver debug toolsarpi_esp2001-03-163-0/+138
* Initial revisionarpi_esp2001-02-245-0/+571