Timeline
06/20/2012:
06/19/2012:
- 16:35 Ticket #1499 (Basque Translation) created by
- Hi Aegisub, I translate to Basque Aegisub 2.19 I attached here …
- 16:34 Ticket #1498 (Aegisub 2.19 Basque Translation) created by
- Hi Aegisub, I translate to Basque Aegisub 2.19 I attached here …
- 08:00 Ticket #1497 (Wrong ffms2 PC range handling due to recent "Force BT.601" changes) created by
- Hi, currently testing r6910 and the changes to the "Force BT.601" feature …
06/17/2012:
- 20:22 Changeset [87370eb]stable by
-
- aegisub/src/dialog_colorpicker.cpp
Fix crash when clicking in the screen dropper area on Windows
Originally committed to SVN as r6910.
- 11:29 Ticket #1496 (on/off auto-update video) created by
- auto-update video is best for typesetting but consume too more memory …
06/16/2012:
- 04:10 Changeset [9f7bdd8]stable by
-
- aegisub/src/video_provider_ffmpegsource.cpp
Don't force ffms2 threads to 1 if it's recent enough
Originally committed to SVN as r6909.
06/15/2012:
- 13:09 Changeset [77821c1]stable by
-
- aegisub/src/video_provider_ffmpegsource.cpp
Don't also force TV range when Force BT.601 is enabled
Originally committed to SVN as r6908.
- 13:08 Changeset [5ea71bc]stable by
-
- aegisub/src/audio_provider_hd.cpp
HD audio cache: initialise variables before checking for free space
Originally committed to SVN as r6907.
- 13:08 Changeset [d99f3e3]stable by
-
- aegisub/src/audio_provider_hd.cpp
Fix missing ending slash in the HD cache file's location
Given the location "/home/asdf/.aegisub" and name "audio%02i.tmp",
the cache file was ".aegisubaudio00.tmp" in "/home/asdf"...
Originally committed to SVN as r6906.
- 13:08 Changeset [67c05519]stable by
-
- aegisub/src/audio_provider_hd.cpp
Allow the use of standard paths in the HD cache file's location
Originally committed to SVN as r6905.
06/14/2012:
- 04:30 Ticket #1485 (Video provider crashes for invalid values of \fax) closed by
- fixed: VSFilter is super-awesome and tries to check for memory allocations failures by checking if new returned NULL... but new throws std::bad_alloc on memory allocation failures. I've added a kludge to work around this and a divide by zero error that happens with excessively large blur, so this should be fixed in the next build.
06/13/2012:
- 15:58 Ticket #1490 (Broken audio when trying to load 24-bit WMA Pro) closed by
- fixed: (In [b8c6a41]) Add support for floating-point audio. Closes #1490.
- 15:58 Changeset [b8c6a41]stable by
-
- aegisub/src/audio_provider_avs.cpp
- aegisub/src/audio_provider_convert.cpp
- aegisub/src/audio_provider_dummy.cpp
- aegisub/src/audio_provider_ffmpegsource.cpp
- aegisub/src/audio_provider_hd.cpp
- aegisub/src/audio_provider_pcm.cpp
- aegisub/src/audio_provider_ram.cpp
- aegisub/src/include/aegisub/audio_provider.h
Add support for floating-point audio. Closes #1490.
Originally committed to SVN as r6904.
- 15:58 Ticket #1474 (The spell checker's "Misspelled word" box doesn't always get cleared ...) closed by
- fixed: (In [5eb14a1]) Maybe really fix hurr durr gtk. Closes #1474.
- 15:58 Changeset [5eb14a1]stable by
-
- aegisub/src/dialog_spellchecker.cpp
Maybe really fix hurr durr gtk. Closes #1474.
Originally committed to SVN as r6903.
- 15:58 Changeset [05f63f1]stable by
-
- aegisub/src/audio_provider.cpp
Log which audio provider is actually used
Originally committed to SVN as r6902.
- 15:01 Ticket #1024 (PCM WAV provider fails file mapping on non-Windows) closed by
- worksforme: Can't reproduce on OS X either.
- 04:16 Changeset [d4635b7]stable by
-
- aegisub/src/text_file_writer.h
Support wx built with utf-32 strings
Originally committed to SVN as r6901.
- 04:16 Changeset [7c461ddf]stable by
-
- aegisub/src/audio_provider.cpp
Use size_t rather than int64_t as the array index in AudioProvider::GetAudioWithVolume
In 32-bit builds the int64_t index resulted in two (inlined) calls to
allmul per audio sample, which took 25-50% of the total CPU time
involved in playing audio from the RAM cache.
Originally committed to SVN as r6900.
