Aegisub/aegisub
Grigori Goronzy 5ab1eab906 OSS player: handle changing end position correctly
If the slider is moved to the playbar while the player is running,
the playback needs to be stopped.  Handle this situation properly.

Additionally, select a low-latency buffer policy if possible (OSS4
only).  This will make it possible to move the slide near the playbar
without stopping playback (the current writing position is always in
advance of the playback position by the buffer size!)

Originally committed to SVN as r3498.
2009-09-09 03:24:34 +00:00
..
automation Fix bugs in kara-templater causing tenv.relayer and tenv.restyle functions to fail. 2009-07-25 18:16:37 +00:00
build Rename audio_spectrum.* to audio_renderer_spectrum.* in preparation of converting the spectrum into a slave of AudioRenderer. See #951 and #990. 2009-08-13 16:04:45 +00:00
desktop SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
docs/doxygen Add a whole bunch of WITH_* flags to PREDEFINED, this includes a large chunk of code that wasn't getting added before. Most of the warnings have been fixed now other than a few extra that have cropped up due to the ifdef'd code being included. Thanks to jfs for spotting the fix. 2009-08-01 03:10:56 +00:00
libass Sort ass_parse.c into the alphabet. (like the rest) 2009-09-02 04:01:20 +00:00
libffms Add src/core/*.h not core/*.h to SOURCES for distfiles. 2009-07-13 23:26:03 +00:00
m4macros Add a cross-compile condition to AC_RUN_IFELSE in AC_AGI_COMPILE to make cross-compiling work. 2009-04-21 22:32:07 +00:00
packages Surgically remove Automation 3. 2009-07-23 00:19:36 +00:00
po Fix lots of spelling and grammar errors in the German translation 2009-09-02 01:23:46 +00:00
reporter Whoops, remove one last evil #pragma once that was left in while developing. 2009-09-03 07:18:43 +00:00
src OSS player: handle changing end position correctly 2009-09-09 03:24:34 +00:00
tinderbox Linux needs a specific wx-config path too for 2.9, this should fix ubuntu, debian is still broken. 2009-09-06 00:01:06 +00:00
tools Disable setting of .DS_Store for now. 2009-09-04 02:38:30 +00:00
universalchardet Make some (do-nothing) destructors in the chardet library virtual, should fix some warnings on some GCC versions. 2009-08-14 01:40:51 +00:00
acinclude.m4 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
autogen.sh Switch from converting .bmp->XPM dynamically during the autogen step into building libresrc directly from the XPM buttons now that the .bmp files are gone. 2009-07-23 23:51:13 +00:00
configure.in Add OSS audio player 2009-09-08 22:06:07 +00:00
INSTALL SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
LICENCE Add a licence file.. only 4 years later right?! 2009-07-30 03:31:25 +00:00
Makefile.am Commit changes to support importing bitmaps as character strings, this is still broken however the final fix should be quite simple. 2009-07-25 09:35:44 +00:00
README SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00

* To be written.