Timeline


and

06/19/2012:

16:35 Ticket #1499 (Basque Translation) created by Xabier Aramendi
Hi Aegisub, I translate to Basque Aegisub 2.19 I attached here …
16:34 Ticket #1498 (Aegisub 2.19 Basque Translation) created by Xabier Aramendi
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 sneaker
Hi, currently testing r6910 and the changes to the "Force BT.601" feature …

06/17/2012:

20:22 Changeset [87370eb]stable by Thomas Goyne <plorkyeran@…>
  • 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 JrrMaster
auto-update video is best for typesetting but consume too more memory …

06/16/2012:

04:10 Changeset [9f7bdd8]stable by Thomas Goyne <plorkyeran@…>
  • 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 Thomas Goyne <plorkyeran@…>
  • 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 Thomas Goyne <plorkyeran@…>
  • 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 Thomas Goyne <plorkyeran@…>
  • 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 Thomas Goyne <plorkyeran@…>
  • 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 Plorkyeran
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 plorkyeran
fixed: (In [b8c6a41]) Add support for floating-point audio. Closes #1490.
15:58 Changeset [b8c6a41]stable by Thomas Goyne <plorkyeran@…>
  • 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 plorkyeran
fixed: (In [5eb14a1]) Maybe really fix hurr durr gtk. Closes #1474.
15:58 Changeset [5eb14a1]stable by Thomas Goyne <plorkyeran@…>
  • 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 Thomas Goyne <plorkyeran@…>
  • 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 Plorkyeran
worksforme: Can't reproduce on OS X either.
04:16 Changeset [d4635b7]stable by Thomas Goyne <plorkyeran@…>
  • 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 Thomas Goyne <plorkyeran@…>
  • 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.

06/12/2012:

03:13 Changeset [998fc63]stable by Thomas Goyne <plorkyeran@…>
  • aegisub/src/hotkey_data_view_model.cpp

osx: Fix assertion failure when expanding hotkey categories

Originally committed to SVN as r6899.

03:13 Changeset [2db2077]stable by Thomas Goyne <plorkyeran@…>
  • aegisub/src/dialog_colorpicker.cpp

Mostly rewrite the screen dropper code

Eliminate a lot of the platform-specific code by just using the portable
versions everywhere, and use CoreGraphics rather than wxScreenDC to grab
an image of the screen on OS X as wxScreenDC doesn't actually work on
10.6+.

Originally committed to SVN as r6898.

03:13 Changeset [82d955b]stable by Thomas Goyne <plorkyeran@…>
  • aegisub/src/osx-run.sh

Exit on error in osx-run.sh

Originally committed to SVN as r6897.

03:13 Changeset [0f071d9]stable by Thomas Goyne <plorkyeran@…>
  • aegisub/libaegisub/Makefile
  • aegisub/libaegisub/include/libaegisub/util_osx.h
  • aegisub/libaegisub/osx/util.cpp
  • aegisub/libaegisub/osx/util.mm
  • aegisub/src/command/help.cpp
  • aegisub/src/subtitles_provider_libass.cpp
  • aegisub/src/utils.cpp

Rewrite the OS X bundle utils in Obj-C++ and return std::strings rather than malloced char *

Originally committed to SVN as r6896.

02:59 Changeset [4b78e05]stable by Thomas Goyne <plorkyeran@…>
  • aegisub/src/video_box.cpp

Video box: tweak the tab order

Move the slider before the buttons,
and move the video display before the slider.

Originally committed to SVN as r6895.

02:59 Changeset [46c83d7f]stable by Thomas Goyne <plorkyeran@…>
  • aegisub/src/video_slider.cpp

Allow tabbing out of the video slider

Originally committed to SVN as r6894.

02:59 Changeset [acea3a04]stable by Thomas Goyne <plorkyeran@…>
  • aegisub/src/run.sh

Make run.sh work regardless of $PWD.

Originally committed to SVN as r6893.

Note: See TracTimeline for information about the timeline view.