Timeline
10/05/2009:
- 23:04 Changeset [21c5e79]stable by
-
- aegisub/src/video_out_gl.cpp
svn:eol-style native and svn:keywords Id to relevent files.
Originally committed to SVN as r3623.
- 23:04 Changeset [105e2c9]libaegisubnew_build_systemnew_menu_hotkey by
-
- src/video_out_gl.cpp
- src/video_out_gl.h
svn:eol-style native and svn:keywords Id to relevent files.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3623 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 22:48 Ticket #1020 (Fix 'Error allocating texture' error message.) created by
- This error is pretty obtuse and confuses users, it needs to be updated to …
- 22:46 Ticket #1018 (HSL_to_RGB() in auto4 utils rounds incorrectly) closed by
- fixed: (In [4cc6610]) Commit jfs' patch to fix rounding errors as he doesn't have trunk going at the moment. Closes #1018.
- 22:46 Changeset [533c975]libaegisubnew_build_systemnew_menu_hotkey by
-
- automation/include/utils-auto4.lua
Commit jfs' patch to fix rounding errors as he doesn't have trunk going at the moment. Closes #1018.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3622 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 22:46 Changeset [4cc6610]stable by
-
- aegisub/automation/include/utils-auto4.lua
Commit jfs' patch to fix rounding errors as he doesn't have trunk going at the moment. Closes #1018.
Originally committed to SVN as r3622.
- 22:12 Changeset [6364e127]stable by
-
- devel/tinderbox/buildbot/master/master.cfg
Remove 10.5 SDK from cflags, this path was just a copy-and-paste-o from the osx (10.5/x86) factory.
Originally committed to SVN as r3621.
- 21:32 Changeset [40987da]stable by
-
- aegisub/src/Makefile.am
Fix spelling of video_out_gl.cpp.
Originally committed to SVN as r3620.
- 21:32 Changeset [3c0ad52b]libaegisubnew_build_systemnew_menu_hotkey by
-
- src/Makefile.am
Fix spelling of video_out_gl.cpp.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3620 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 21:02 Changeset [e7465e7]stable by
-
- aegisub/reporter/include/platform.h
- aegisub/reporter/platform_windows.cpp
- aegisub/reporter/platform_windows.h
More reporter tweaks to make it actually build and run on Windows.
Originally committed to SVN as r3619.
- 21:02 Changeset [3fe75dc]libaegisubnew_build_systemnew_menu_hotkey by
-
- reporter/include/platform.h
- reporter/platform_windows.cpp
- reporter/platform_windows.h
More reporter tweaks to make it actually build and run on Windows.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3619 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 20:55 Changeset [d677b85]stable by
-
- aegisub/reporter/platform_windows.cpp
- aegisub/reporter/platform_windows.h
Add required stubs for OpenGL info to the windows platform stub.
Originally committed to SVN as r3618.
- 20:55 Changeset [7ee2372f]libaegisubnew_build_systemnew_menu_hotkey by
-
- reporter/platform_windows.cpp
- reporter/platform_windows.h
Add required stubs for OpenGL info to the windows platform stub.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3618 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 20:50 Changeset [404e6cf0]stable by
-
- aegisub/src/video_out_gl.cpp
Add support for flipped video to new video renderer.
Originally committed to SVN as r3617.
- 20:50 Changeset [0ef5cd0]libaegisubnew_build_systemnew_menu_hotkey by
-
- src/video_out_gl.cpp
Add support for flipped video to new video renderer.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3617 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 16:54 Changeset [c9bc025]stable by
-
- devel/tinderbox/buildbot/master/master.cfg
Add a ',' so --enable-debug and --prefix don't get mashed together, this was stopping ppc builds from being debug (annoying).
Originally committed to SVN as r3616.
- 04:22 Changeset [cbd76e7]stable by
-
- aegisub/build/aegisub_vs2008/aegisub_vs2008.vcproj
- aegisub/src/Makefile.am
- aegisub/src/frame_main.cpp
- aegisub/src/video_box.cpp
- aegisub/src/video_context.cpp
- aegisub/src/video_context.h
- aegisub/src/video_display.cpp
- aegisub/src/video_display.h
- aegisub/src/video_frame.cpp
- aegisub/src/video_out_gl.cpp
- …
Rewrite the video rendering code to support displaying videos which are larger than the maximum texture size. This does not currently support YV12 (which Aegisub currently never uses), but should be otherwise functional.
Originally committed to SVN as r3615.
- 04:22 Changeset [3439720]libaegisubnew_build_systemnew_menu_hotkey by
-
- build/aegisub_vs2008/aegisub_vs2008.vcproj
- src/Makefile.am
- src/frame_main.cpp
- src/video_box.cpp
- src/video_context.cpp
- src/video_context.h
- src/video_display.cpp
- src/video_display.h
- src/video_frame.cpp
- src/video_out_gl.cpp
- …
Rewrite the video rendering code to support displaying videos which are larger than the maximum texture size. This does not currently support YV12 (which Aegisub currently never uses), but should be otherwise functional.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3615 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 02:43 Changeset [3995449]stable by
-
- aegisub/build/reporter_2008/reporter_2008.vcproj
Add platform_windows.h and .cpp to the project.
Originally committed to SVN as r3614.
- 02:43 Changeset [15c04a0]libaegisubnew_build_systemnew_menu_hotkey by
-
- build/reporter_2008/reporter_2008.vcproj
Add platform_windows.h and .cpp to the project.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3614 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 00:06 Changeset [df58224]stable by
-
- aegisub/src/include/aegisub/exception.h
Add #pragma once to exception.h.
Originally committed to SVN as r3613.
- 00:06 Changeset [1692670]libaegisubnew_build_systemnew_menu_hotkey by
-
- src/include/aegisub/exception.h
Add #pragma once to exception.h.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3613 93549f3f-7f0a-0410-a4b3-e966c9c94f04
10/03/2009:
- 17:45 Changeset [82e0d36]libaegisubnew_build_systemnew_menu_hotkey by
-
- reporter/platform.cpp
- reporter/platform_windows.cpp
- reporter/platform_windows.h
- reporter/report.cpp
Add a stub class for Windows.. whoever fills this in should take over the license.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3612 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 17:45 Changeset [0cecf3c]stable by
-
- aegisub/reporter/platform.cpp
- aegisub/reporter/platform_windows.cpp
- aegisub/reporter/platform_windows.h
- aegisub/reporter/report.cpp
Add a stub class for Windows.. whoever fills this in should take over the license.
Originally committed to SVN as r3612.
- 17:37 Changeset [41f39f65]stable by
-
- aegisub/reporter/main.cpp
Fix locale dir under windows, I forgot to change it after copying and pasting some code from aegisub.
Originally committed to SVN as r3611.
- 17:37 Changeset [31d8b9b]libaegisubnew_build_systemnew_menu_hotkey by
-
- reporter/main.cpp
Fix locale dir under windows, I forgot to change it after copying and pasting some code from aegisub.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3611 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 17:16 Changeset [e146915]stable by
-
- aegisub/build/reporter_2008/reporter_2008.vcproj
- aegisub/reporter/aegisub.cpp
- aegisub/reporter/aegisub.h
- aegisub/reporter/libraries.cpp
- aegisub/reporter/main.cpp
- aegisub/reporter/platform.cpp
- aegisub/reporter/r_pre.cpp
- aegisub/reporter/r_pre.h
- aegisub/reporter/report.cpp
- aegisub/reporter/report.h
- …
Create vcproj for reporter and make it build (but not be very useful) on windows.
Originally committed to SVN as r3610.
- 17:16 Changeset [8e9e9af]libaegisubnew_build_systemnew_menu_hotkey by
-
- build/reporter_2008/reporter_2008.vcproj
- reporter/aegisub.cpp
- reporter/aegisub.h
- reporter/libraries.cpp
- reporter/main.cpp
- reporter/platform.cpp
- reporter/r_pre.cpp
- reporter/r_pre.h
- reporter/report.cpp
- reporter/report.h
- …
Create vcproj for reporter and make it build (but not be very useful) on windows.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3610 93549f3f-7f0a-0410-a4b3-e966c9c94f04
10/02/2009:
- 23:15 Changeset [d54ddc6]stable by
-
- aegisub/src/font_file_lister.cpp
Make font_file_lister.cpp build on windows when freetype2 is disabled (broken by r3536).
Originally committed to SVN as r3609.
- 23:15 Changeset [841c8f8]libaegisubnew_build_systemnew_menu_hotkey by
-
- src/font_file_lister.cpp
Make font_file_lister.cpp build on windows when freetype2 is disabled (broken by r3536).
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3609 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 22:02 Changeset [6f38989]stable by
-
- contrib/iconv/iconv.vcproj
Remove some files from the iconv project that we shouldn't have been building.
Originally committed to SVN as r3608.
- 16:36 Changeset [c76709c]audio_display_rewrite by
-
- aegisub/src/frame_main.cpp
- aegisub/src/frame_main.h
- aegisub/src/frame_main_events.cpp
Replace old FrameMain::LoadAudio function with audioController->OpenAudio calls.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/branches/audio_display_rewrite@3607 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 13:57 Changeset [6291e10]audio_display_rewrite by
-
- aegisub/build/aegisub_vs2008/aegisub_vs2008.vcproj
Let MSVS have its way and sort the file order in the project file.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/branches/audio_display_rewrite@3606 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 13:56 Changeset [093bbdf]audio_display_rewrite by
-
- aegisub/src/audio_box.cpp
- aegisub/src/audio_controller.h
- aegisub/src/audio_display.cpp
- aegisub/src/audio_display.h
- aegisub/src/audio_karaoke.cpp
- aegisub/src/audio_provider.cpp
- aegisub/src/base_grid.cpp
- aegisub/src/dialog_options.cpp
- aegisub/src/dialog_styling_assistant.cpp
- aegisub/src/dialog_translation.cpp
- …
Untangle some header interdependencies for the audio display vs. audio controller.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/branches/audio_display_rewrite@3605 93549f3f-7f0a-0410-a4b3-e966c9c94f04
10/01/2009:
- 10:47 Ticket #1019 (Modifying styles through automation truncates "spacing" field to int) created by
- […] The above code should do nothing to the style, but if the spacing …
- 10:43 Ticket #1018 (HSL_to_RGB() in auto4 utils rounds incorrectly) created by
- […]
09/30/2009:
- 17:20 Ticket #1017 (MKV keyframe seek performance problems) closed by
- fixed: This is known and was caused a bug in FFMS2 that was fixed in 2.11 or maybe 2.12, I don't remember which. It will hence be fixed in 2.1.8 when it is eventually released. Thanks for your report anyway, though! If you need the fix now you can try the a 2.2 experimental build but be aware that it is, well, experimental and may break things. The 2.1.8 branch builds have not yet had this change backported in, but it's going to be done before it gets released.
- 17:03 Ticket #1017 (MKV keyframe seek performance problems) created by
- It takes forever to seek to keyframes on MKV video. To test this, grab a …
09/29/2009:
- 14:31 Changeset [c347e56]audio_display_rewrite by
-
- aegisub/src/audio_controller.cpp
Forgot svn:keywords on audio_controller sources.
Forgot a return in a function.
Some todo notes.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/branches/audio_display_rewrite@3604 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 11:56 Changeset [b0810a7]stable by
-
- aegisub/reporter/main.cpp
Wrap() after SetFont() and don't SetMinSize() to a fixed size to calculate
reporter window dimensions correctly.
Originally committed to SVN as r3603.
- 11:56 Changeset [14ae134]libaegisubnew_build_systemnew_menu_hotkey by
-
- reporter/main.cpp
Wrap() after SetFont() and don't SetMinSize() to a fixed size to calculate
reporter window dimensions correctly.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3603 93549f3f-7f0a-0410-a4b3-e966c9c94f04
09/28/2009:
- 14:27 Changeset [d15d6d6]aegisub_2.1.8aegisub_2.1.9 by
-
- aegisub/libass/ass_parse.c
- aegisub/libass/ass_parse.h
- aegisub/libass/ass_render.h
Merge ass_parse.* and ass_render.h from r3446.
Originally committed to SVN as r3602.
- 08:08 Changeset [c3fe549]stable by
-
- aegisub/reporter/include/platform.h
- aegisub/reporter/name_map.cpp
- aegisub/reporter/platform.cpp
- aegisub/reporter/report.cpp
Place the OpenGL info strings into their own block. OS X reports these as completely different strings it was co-incidence that the actual vendor/card info is there on FreeBSD/Linux. It's likely other operating systems (eg. Windows) does the same thing as OS X. Eventually I'll re-add vendor information for the actual card once I figure out a way to get it on BSD/OS X.
Originally committed to SVN as r3601.
- 08:08 Changeset [8a3fa96]libaegisubnew_build_systemnew_menu_hotkey by
-
- reporter/include/platform.h
- reporter/name_map.cpp
- reporter/platform.cpp
- reporter/report.cpp
Place the OpenGL info strings into their own block. OS X reports these as completely different strings it was co-incidence that the actual vendor/card info is there on FreeBSD/Linux. It's likely other operating systems (eg. Windows) does the same thing as OS X. Eventually I'll re-add vendor information for the actual card once I figure out a way to get it on BSD/OS X.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3601 93549f3f-7f0a-0410-a4b3-e966c9c94f04
- 05:16 Changeset [84e1745]stable by
-
- aegisub/reporter/platform_unix_osx.cpp
Fill in most of the hardware fields for MAC.
Originally committed to SVN as r3600.
- 05:16 Changeset [5a2dcdb]libaegisubnew_build_systemnew_menu_hotkey by
-
- reporter/platform_unix_osx.cpp
Fill in most of the hardware fields for MAC.
git-svn-id: svn+ssh://aegisub/var/svn/aegisub/trunk/aegisub@3600 93549f3f-7f0a-0410-a4b3-e966c9c94f04
