Aegisub/aegisub
Amar Takhar 235af35603 * Remove a short-lived hack (hours?) and replace it with a
PaStreamFinishedCallback which is called anytime a PaCallback is exited with
  anything other than 0. (normal operation)  paStreamFinishedCallback handles
  stopping the audio stream when we've run to the end of the current selection
  or the stream is stopped.
* Add framesPerBuffer to paCallback debug output in preperation for dynamic
  buffers.
* Set paPrimeOutputBuffersUsingStreamCallback in Pa_OpenStream to prime the
  output buffer using the callback rather than initing with empty space which
  is the default.
* Indent paCallback decleration another level.

Originally committed to SVN as r2807.
2009-04-17 02:14:42 +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 * Remove a short-lived hack (hours?) and replace it with a 2009-04-17 02:14:42 +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.