Aegisub/aegisub
Amar Takhar 96a33b1331 Don't set the current position via the PortAudio callback, instead set
GetCurrentPosition() to return the correct value using Pa_GetStreamTime().  Not
only does it not work on every platform, there is no point in setting it during
the callback as GetCurrentPosition() isn't called very often (in comparison)
when updating the play bar.  Eventually this should be changed to update the
playbar via a callback to get a position that's a lot more accurate.

Originally committed to SVN as r2798.
2009-04-15 17:50:16 +00:00
..
automation SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
bin SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
build Fixed windows project. 2009-03-14 20:52:01 +00:00
desktop SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
FFmpegSource2 FFMS2 GCC compilation fix 2009-04-11 19:43:18 +00:00
lib Updated ffms2.lib 2009-04-06 20:19:33 +00:00
libass Update libass to r29169 of MPlayer. 2009-04-11 07:42:48 +00:00
m4macros SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
packages SVN Transition Step 4/7 2009-03-08 08:31:28 +00:00
po SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
scripts * Add a (small) hack for scripts/osx-bundle.sh to handle libtools weirdness. 2009-03-13 04:27:24 +00:00
src Don't set the current position via the PortAudio callback, instead set 2009-04-15 17:50:16 +00:00
universalchardet SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
acinclude.m4 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
autogen.sh Update the build system for the new repository layout. 2009-03-09 00:58:38 +00:00
configure.in Early morning code-o, setting AM_CONDITIONAL _after_ the Makefiles are 2009-04-12 10:48:20 +00:00
INSTALL SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
Makefile.am Missed patch: Fix build for auto3 it moved from ./auto3 -> src/libauto3. 2009-03-09 05:48:13 +00:00
README SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00

* To be written.