summaryrefslogtreecommitdiffstats
path: root/TOOLS
Commit message (Expand)AuthorAgeFilesLines
* 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
*