summaryrefslogtreecommitdiffstats
path: root/TOOLS/subrip.c
Commit message (Collapse)AuthorAgeFilesLines
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-2/+2
|
* TOOLS/subrip: fix linking failurediego2010-11-021-0/+3
| | | | | | Work around linking failure due to unresolved reference to mplayer_version. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32328 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add standard license header to C tools missing them.diego2010-01-301-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30458 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now unnecessary linking hacks.diego2009-03-011-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28781 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused fast_memcpy() function and link against the object thatdiego2008-04-301-6/+0
| | | | | | | contains fast_memcpy() instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark all functions that are only used within the file as static.diego2008-04-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26607 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove compilation command from source file, it is already in the Makefile.diego2008-01-011-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25571 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
| | | | | | | hacks e.g. in vidix code from spreading. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove nonsensical #ifdef.diego2007-08-281-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24254 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a dummy guiMessageBox so it still compiles when MPlayer was configured withreimar2007-08-041-0/+2
| | | | | | | --enable-gui git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24009 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix implicit declaration of function warnings.diego2007-06-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23677 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking: libswscale depends on libavutil, verbose was multiply defined...diego2007-03-161-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22646 b3059339-0415-0410-9bf9-f77b7e298cf2
* postproc --> libswscalediego2006-06-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18868 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile fix, vobsub.c needs identify variable.reimar2005-08-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16298 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed: sync structs with spudec.c, implement fast_memcpykmkaplan2003-06-181-9/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Transform Vobsub subtitles into Subrip text subtitles using GOCR/JOCR.kmkaplan2002-07-281-0/+211
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6831 b3059339-0415-0410-9bf9-f77b7e298cf2