summaryrefslogtreecommitdiffstats
path: root/TOOLS/subrip.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused fast_memcpy() function and link against the object thatdiego2008-04-301-6/+0
* Mark all functions that are only used within the file as static.diego2008-04-301-1/+1
* Remove compilation command from source file, it is already in the Makefile.diego2008-01-011-1/+0
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
* Remove nonsensical #ifdef.diego2007-08-281-3/+0
* Add a dummy guiMessageBox so it still compiles when MPlayer was configured withreimar2007-08-041-0/+2
* Fix implicit declaration of function warnings.diego2007-06-271-0/+1
* Fix linking: libswscale depends on libavutil, verbose was multiply defined...diego2007-03-161-1/+0
* postproc --> libswscalediego2006-06-301-1/+1
* compile fix, vobsub.c needs identify variable.reimar2005-08-231-0/+1
* Fixed: sync structs with spudec.c, implement fast_memcpykmkaplan2003-06-181-9/+31
* Transform Vobsub subtitles into Subrip text subtitles using GOCR/JOCR.kmkaplan2002-07-281-0/+211