aboutsummaryrefslogtreecommitdiffhomepage
path: root/find_sub.c
Commit message (Collapse)AuthorAge
* Reset two static variables for nosub range when subdata changed/switched.Gravatar ulion2007-10-27
| | | | | | | This fix some subtitle disappear bug when switch between subtitle streams. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24857 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make compilation depending on USE_OSD unconditional.Gravatar uau2006-11-22
| | | | | | | | | USE_OSD was hardcoded to true in configure, manually turning it off would break compilation, and most OSD-related code wasn't affected by it anyway so it did nothing useful. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21177 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>Gravatar diego2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13700 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10LGravatar henry2003-04-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9975 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>Gravatar henry2003-04-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9871 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar arpi2002-12-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8370 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch makes it possible to navigate among the subtitles whileGravatar arpi2002-12-05
| | | | | | | | | | | | | | | playing movies. It can be very useful when using desynched subtitles. A new command 'sub_step' is added, which takes an integer argument. 'sub_step +1' will immediately display the next subtitle, adjusting sub_delay as if one had used the 'sub_delay' command to navigate to the subtitle. 'sub_step -1' displays the previous subtitle and adjusts the sub_delay. By using these two commands you can navigate among the subtitles without having to search blindly using 'sub_delay'. patch by Oskar Liljeblad (oskar@osk.mine.nu) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8366 b3059339-0415-0410-9bf9-f77b7e298cf2
* final (?) libvo2 cleanup patch by Joey ParrishGravatar alex2002-08-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7113 b3059339-0415-0410-9bf9-f77b7e298cf2
* new osd code, use osd objs to follow changes and do minimal updatesGravatar arpi2002-04-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5639 b3059339-0415-0410-9bf9-f77b7e298cf2
* osd outside movie support for vo_sdl, patch by Fredrik KuivinenGravatar atmos42002-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4808 b3059339-0415-0410-9bf9-f77b7e298cf2
* some small sub bug fixGravatar pontscho2001-12-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3544 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added proper #include's for libvo2Gravatar mswitch2001-11-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2898 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo2 supportGravatar arpi2001-07-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1423 b3059339-0415-0410-9bf9-f77b7e298cf2
* sub at key=0 fixedGravatar arpi_esp2001-06-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1204 b3059339-0415-0410-9bf9-f77b7e298cf2
* find_sub() moved out from mplayer.cGravatar arpi_esp2001-04-23
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@585 b3059339-0415-0410-9bf9-f77b7e298cf2