Aegisub/aegisub/src
Thomas Goyne dcfdb02e6c Significantly reduce the number of unnecessary calls to VideoContext::GetFrame.
Originally committed to SVN as r3739.
2009-10-27 14:27:39 +00:00
..
bitmaps Add the new icons + new source paths to EXTRA_DIST, it was still set to the XPMs. 2009-09-06 02:39:32 +00:00
boost SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
config * Rename stdwx.h to agi_pre.h as it doesn't include wx headers only, it's confusing. 2009-09-10 04:14:28 +00:00
gl SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
include/aegisub Add #pragma once to exception.h. 2009-10-05 00:06:11 +00:00
libosxutil Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
libresrc Add libresrc.cpp, libresrc.h to CLEANFILES. 2009-08-06 21:26:27 +00:00
msvc SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
Makefile.am Fix spelling of video_out_gl.cpp. 2009-10-05 21:32:44 +00:00
MatroskaParser.c Silence warnings in MatroskaParser.c 2009-09-02 10:06:25 +00:00
MatroskaParser.h Re-update the license on Haali's matroska parser. 2009-04-29 21:19:45 +00:00
aegisub_endian.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
aegisublocale.cpp * Move some headers below the rest as they need wx settings that don't seem to be inited when the header is first in the list. 2009-09-10 22:48:29 +00:00
aegisublocale.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
agi_pre.cpp Protect agi_pre.h from double inclusion during PCH generation in MSVC. 2009-09-11 02:47:14 +00:00
agi_pre.h Add an include guard in agi_pre.h, for whatever reason GCC likes to include the precompiled header twice. I've added a note that this needs to be looked at eventually. 2009-09-11 04:35:45 +00:00
ass_attachment.cpp * Rename stdwx.h to agi_pre.h as it doesn't include wx headers only, it's confusing. 2009-09-10 04:14:28 +00:00
ass_attachment.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
ass_dialogue.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
ass_dialogue.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
ass_entry.cpp ass_entry.h actually does need include/aegisub/exception.h, didn't notice because of precompiled headers. 2009-09-11 05:04:05 +00:00
ass_entry.h ass_entry.h actually does need include/aegisub/exception.h, didn't notice because of precompiled headers. 2009-09-11 05:04:05 +00:00
ass_export_filter.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
ass_export_filter.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
ass_exporter.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
ass_exporter.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
ass_file.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
ass_file.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
ass_karaoke.cpp Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
ass_karaoke.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
ass_override.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
ass_override.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
ass_style.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
ass_style.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
ass_style_storage.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
ass_style_storage.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
ass_time.cpp Add config.h to 8 files that were missing it, _all_ source files must include config.h at the very top. 2009-10-09 16:34:38 +00:00
ass_time.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_box.cpp * Move some headers below the rest as they need wx settings that don't seem to be inited when the header is first in the list. 2009-09-10 22:48:29 +00:00
audio_box.h Remove include guards in favour of '#pragma once'. Normally I would use an include guard however #pragama once is easier to spot and we already used it in mst of our files, this is for the sake of consistency until they're removed. 2009-09-18 02:48:31 +00:00
audio_display.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_display.h Remove include guards in favour of '#pragma once'. Normally I would use an include guard however #pragama once is easier to spot and we already used it in mst of our files, this is for the sake of consistency until they're removed. 2009-09-18 02:48:31 +00:00
audio_karaoke.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_karaoke.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
audio_player.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_player_alsa.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_player_alsa.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_player_dsound.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_player_dsound.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_player_dsound2.cpp Merge r3732 for jfs, fixes #915 2009-10-26 23:37:47 +00:00
audio_player_dsound2.h * Remove wxprec.h from all files other than agi_pre.h. Including this in various headers is useless as it includes wx.h which includes dozens of 'common' wx headers. With this we're unable to tell which files rely on which interfaces. This commit removes them and manually places in required headers as-needed. 2009-09-10 10:26:50 +00:00
audio_player_manager.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_player_openal.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_player_openal.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_player_oss.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_player_oss.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_player_portaudio.cpp silence a MSVC warning 2009-09-19 20:15:59 +00:00
audio_player_portaudio.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_player_pulse.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_player_pulse.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_provider.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_provider_avs.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_provider_avs.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_provider_convert.cpp Throw an error instead of crashing if user attempts to load audio with bitdepth >16bits/sample. Updates #996. 2009-09-21 01:52:34 +00:00
audio_provider_convert.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_downmix.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_provider_downmix.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_provider_dummy.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_provider_dummy.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_ffmpegsource.cpp Updating ffms2 to r221 (2.12), step 3/3: Aegisub interface 2009-09-26 21:58:00 +00:00
audio_provider_ffmpegsource.h Updating ffms2 to r221 (2.12), step 3/3: Aegisub interface 2009-09-26 21:58:00 +00:00
audio_provider_hd.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_provider_hd.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_manager.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_provider_pcm.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_provider_pcm.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_quicktime.cpp Add config.h to 8 files that were missing it, _all_ source files must include config.h at the very top. 2009-10-09 16:34:38 +00:00
audio_provider_quicktime.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_ram.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_provider_ram.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_provider_stream.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_provider_stream.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
audio_renderer.cpp Add config.h to 8 files that were missing it, _all_ source files must include config.h at the very top. 2009-10-09 16:34:38 +00:00
audio_renderer.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
audio_renderer_spectrum.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
audio_renderer_spectrum.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
auto4_base.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
auto4_base.h Remove include guards in favour of '#pragma once'. Normally I would use an include guard however #pragama once is easier to spot and we already used it in mst of our files, this is for the sake of consistency until they're removed. 2009-09-18 02:48:31 +00:00
auto4_lua.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
auto4_lua.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
auto4_lua_assfile.cpp Commit patch for #1019 for jfs' as he doesn't have the branch compiling locally, I'll merge this to milestone:2.1.8 after this, updates #1019. 2009-10-08 20:24:25 +00:00
auto4_lua_dialog.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
auto4_lua_factory.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
auto4_lua_scriptreader.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
auto4_lua_scriptreader.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
avisynth.h Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
avisynth_wrap.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
avisynth_wrap.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
base_grid.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
base_grid.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
block_cache.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
browse_button.cpp * Move some headers below the rest as they need wx settings that don't seem to be inited when the header is first in the list. 2009-09-10 22:48:29 +00:00
browse_button.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
charset_conv.cpp Add config.h to 8 files that were missing it, _all_ source files must include config.h at the very top. 2009-10-09 16:34:38 +00:00
charset_conv.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
charset_detect.cpp Update universalchardet using a patch I made around 2009-02, the one we're currently using is from ~1998. I'll check again later to see if there are any updates to it before closing the ticket. Updates #866. 2009-10-09 14:30:27 +00:00
charset_detect.h Update universalchardet using a patch I made around 2009-02, the one we're currently using is from ~1998. I'll check again later to see if there are any updates to it before closing the ticket. Updates #866. 2009-10-09 14:30:27 +00:00
colorspace.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
colorspace.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
colour_button.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
colour_button.h Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
config.h * Rename stdwx.h to agi_pre.h as it doesn't include wx headers only, it's confusing. 2009-09-10 04:14:28 +00:00
dialog_about.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_about.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_associations.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_associations.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_attachments.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_attachments.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_automation.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_automation.h Add a forward declaration which is apparently needed with certain gcc 2009-09-27 01:20:12 +00:00
dialog_colorpicker.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_colorpicker.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_detached_video.cpp Make the video display actually hide when the detached video dialog is minimized. 2009-10-13 04:10:55 +00:00
dialog_detached_video.h Make the video display actually hide when the detached video dialog is minimized. 2009-10-13 04:10:55 +00:00
dialog_dummy_video.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_dummy_video.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_export.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_export.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_fonts_collector.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_fonts_collector.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_jumpto.cpp Fixed the jump to dialog never displaying anything but 0 in the hour column. Updates #1003. 2009-10-09 19:43:43 +00:00
dialog_jumpto.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_kara_timing_copy.cpp Merge r3733 for jfs, fixes #977 2009-10-26 23:44:16 +00:00
dialog_kara_timing_copy.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_options.cpp Uncomment stuff to close #716. 2009-09-26 19:44:41 +00:00
dialog_options.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_paste_over.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_paste_over.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_progress.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_progress.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_properties.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_properties.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_resample.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_resample.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_search_replace.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_search_replace.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_selection.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_selection.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_shift_times.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_shift_times.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_spellchecker.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_spellchecker.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_splash.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_splash.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_style_editor.cpp Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
dialog_style_editor.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_style_manager.cpp * Move some headers below the rest as they need wx settings that don't seem to be inited when the header is first in the list. 2009-09-10 22:48:29 +00:00
dialog_style_manager.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_styling_assistant.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_styling_assistant.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_text_import.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_text_import.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_timing_processor.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_timing_processor.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_tip.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_tip.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_translation.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_translation.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
dialog_version_check.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_version_check.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
dialog_video_details.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
dialog_video_details.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
drop.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
drop.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
export_clean_info.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
export_clean_info.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
export_fixstyle.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
export_fixstyle.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
export_framerate.cpp Fix (?) a bug that caused VFR transformation export to be broken, which also affected certain video providers when external timecodes were used. 2009-09-20 20:45:54 +00:00
export_framerate.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
export_visible_lines.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
export_visible_lines.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
factory_manager.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
ffmpegsource_common.cpp Change the way ffms2 index cache files are named to use source filename (without path) + source file's size in bytes + source file modification time, instead of just source file path + size in bytes, in order to make reusing index cache files on other computers easier. Closes #1008. 2009-09-27 00:32:19 +00:00
ffmpegsource_common.h Updating ffms2 to r221 (2.12), step 3/3: Aegisub interface 2009-09-26 21:58:00 +00:00
fft.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
fft.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
font_file_lister.cpp Make font_file_lister.cpp build on windows when freetype2 is disabled (broken by r3536). 2009-10-02 23:15:31 +00:00
font_file_lister.h Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
font_file_lister_fontconfig.cpp * Remove wxprec.h from all files other than agi_pre.h. Including this in various headers is useless as it includes wx.h which includes dozens of 'common' wx headers. With this we're unable to tell which files rely on which interfaces. This commit removes them and manually places in required headers as-needed. 2009-09-10 10:26:50 +00:00
font_file_lister_fontconfig.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
font_file_lister_freetype.cpp Wrap shlobj.h with WIN32 again, it got removed in a previous commit. 2009-09-11 18:55:33 +00:00
font_file_lister_freetype.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
frame_main.cpp Removed the log window which nobody seems to use. Closes #1026 2009-10-13 21:53:50 +00:00
frame_main.h Removed the log window which nobody seems to use. Closes #1026 2009-10-13 21:53:50 +00:00
frame_main_events.cpp Removed the log window which nobody seems to use. Closes #1026 2009-10-13 21:53:50 +00:00
gl_text.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
gl_text.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
gl_wrap.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
gl_wrap.h Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
help_button.cpp * Move some headers below the rest as they need wx settings that don't seem to be inited when the header is first in the list. 2009-09-10 22:48:29 +00:00
help_button.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
hilimod_textctrl.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
hilimod_textctrl.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
hotkeys.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
hotkeys.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
idle_field_event.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
idle_field_event.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
kana_table.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
kana_table.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
keyframe.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
keyframe.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
main.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
main.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
md5.c Add svn:keywords for files modified in r3310. 2009-07-29 05:43:58 +00:00
md5.h SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
mkv_wrap.cpp * Move some headers below the rest as they need wx settings that don't seem to be inited when the header is first in the list. 2009-09-10 22:48:29 +00:00
mkv_wrap.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
mythes.cxx SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
mythes.hxx SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
options.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
options.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
plugin_manager.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
plugin_manager.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
quicktime_common.cpp Add config.h to 8 files that were missing it, _all_ source files must include config.h at the very top. 2009-10-09 16:34:38 +00:00
quicktime_common.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
res.rc I thought res.rc was already updated, I should have looked.. this fixes breakage in r3281. 2009-07-25 19:46:10 +00:00
scintilla_text_ctrl.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
scintilla_text_ctrl.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
setup.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
spellchecker.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
spellchecker_hunspell.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
spellchecker_hunspell.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
spellchecker_manager.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
spline.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
spline.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
spline_curve.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
spline_curve.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
standard_paths.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
standard_paths.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
static_bmp.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
static_bmp.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
string_codec.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
string_codec.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
subs_edit_box.cpp Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
subs_edit_box.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subs_edit_ctrl.cpp Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
subs_edit_ctrl.h Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
subs_grid.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subs_grid.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subs_preview.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subs_preview.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format.cpp * Move some headers below the rest as they need wx settings that don't seem to be inited when the header is first in the list. 2009-09-10 22:48:29 +00:00
subtitle_format.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
subtitle_format_ass.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitle_format_ass.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_dvd.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitle_format_dvd.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_encore.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitle_format_encore.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_microdvd.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitle_format_microdvd.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_mkv.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitle_format_mkv.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_prs.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitle_format_prs.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_srt.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitle_format_srt.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_transtation.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitle_format_transtation.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_ttxt.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitle_format_ttxt.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitle_format_txt.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitle_format_txt.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
subtitles_provider.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitles_provider_csri.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitles_provider_csri.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
subtitles_provider_libass.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
subtitles_provider_libass.h Update libass and adjust to API changes. 2009-09-02 01:23:51 +00:00
subtitles_provider_manager.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
text_file_reader.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
text_file_reader.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
text_file_writer.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
text_file_writer.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
thesaurus.cpp Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
thesaurus.h Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h. 2009-09-16 12:18:09 +00:00
thesaurus_myspell.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
thesaurus_myspell.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
timeedit_ctrl.cpp Fixed the jump to dialog never displaying anything but 0 in the hour column. Updates #1003. 2009-10-09 19:43:43 +00:00
timeedit_ctrl.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
toggle_bitmap.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
toggle_bitmap.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
tooltip_manager.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
tooltip_manager.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
utils.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
utils.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
validators.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
validators.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
variable_data.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
variable_data.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
vector2d.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
vector2d.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
version.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
version.h Switch all headers to using Doxygen and cleanup contact info 2009-07-29 05:43:02 +00:00
vfr.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
vfr.h Add missing headers that are in agi_pre.h but not the actual header, should fix the non-precompiled header build. 2009-09-11 02:59:48 +00:00
vfw_wrap.cpp Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
vfw_wrap.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
video_box.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. 2009-10-05 04:22:28 +00:00
video_box.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
video_context.cpp Remove some members of VideoContext that are no longer used with the rewritten video display. 2009-10-06 16:19:36 +00:00
video_context.h Remove some members of VideoContext that are no longer used with the rewritten video display. 2009-10-06 16:19:36 +00:00
video_display.cpp Significantly reduce the number of unnecessary calls to VideoContext::GetFrame. 2009-10-27 14:27:39 +00:00
video_display.h Significantly reduce the number of unnecessary calls to VideoContext::GetFrame. 2009-10-27 14:27:39 +00:00
video_frame.cpp Add support for externally controlled frame data to AegiVideoFrame, and take advantage of this in the FFMS2 video provider to eliminate a copy of the frame data. Net speedup for seeking from beginning to end of several test files is 10-20%. 2009-10-24 02:07:56 +00:00
video_frame.h Add support for externally controlled frame data to AegiVideoFrame, and take advantage of this in the FFMS2 video provider to eliminate a copy of the frame data. Net speedup for seeking from beginning to end of several test files is 10-20%. 2009-10-24 02:07:56 +00:00
video_out_gl.cpp Significantly reduce the number of unnecessary calls to VideoContext::GetFrame. 2009-10-27 14:27:39 +00:00
video_out_gl.h Significantly reduce the number of unnecessary calls to VideoContext::GetFrame. 2009-10-27 14:27:39 +00:00
video_provider_avs.cpp Remove AegiVideoFrame::cppAlloc, which was only needed by the dshow video provider. 2009-10-21 04:29:15 +00:00
video_provider_avs.h Remove AegiVideoFrame::GetFloat and some related code as it was only there for fextracker. 2009-10-21 04:07:00 +00:00
video_provider_cache.cpp Remove AegiVideoFrame::GetFloat and some related code as it was only there for fextracker. 2009-10-21 04:07:00 +00:00
video_provider_cache.h Remove AegiVideoFrame::GetFloat and some related code as it was only there for fextracker. 2009-10-21 04:07:00 +00:00
video_provider_dummy.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
video_provider_dummy.h Remove 35 of the 39 pragma once added in r3538. I didn't realise so many would be not required. This patch isn't tested on windows, I'll fix it after the buildbot takes a run at it. 2009-09-18 03:01:51 +00:00
video_provider_ffmpegsource.cpp Add support for externally controlled frame data to AegiVideoFrame, and take advantage of this in the FFMS2 video provider to eliminate a copy of the frame data. Net speedup for seeking from beginning to end of several test files is 10-20%. 2009-10-24 02:07:56 +00:00
video_provider_ffmpegsource.h Updating ffms2 to r221 (2.12), step 3/3: Aegisub interface 2009-09-26 21:58:00 +00:00
video_provider_manager.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
video_provider_manager.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
video_provider_quicktime.cpp Add config.h to 8 files that were missing it, _all_ source files must include config.h at the very top. 2009-10-09 16:34:38 +00:00
video_provider_quicktime.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
video_provider_yuv4mpeg.cpp Add support for externally controlled frame data to AegiVideoFrame, and take advantage of this in the FFMS2 video provider to eliminate a copy of the frame data. Net speedup for seeking from beginning to end of several test files is 10-20%. 2009-10-24 02:07:56 +00:00
video_provider_yuv4mpeg.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
video_slider.cpp Make the video slider forward unprocessed key events to the video display. 2009-10-09 22:27:27 +00:00
video_slider.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
visual_feature.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
visual_feature.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
visual_tool.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
visual_tool.h Fix all the headers in *., this includes: 2009-09-11 02:36:34 +00:00
visual_tool_clip.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
visual_tool_clip.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
visual_tool_cross.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
visual_tool_cross.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
visual_tool_drag.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
visual_tool_drag.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
visual_tool_rotatexy.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
visual_tool_rotatexy.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
visual_tool_rotatez.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
visual_tool_rotatez.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
visual_tool_scale.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
visual_tool_scale.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00
visual_tool_vector_clip.cpp Fix all the headers in *.cpp, this includes: 2009-09-10 13:06:40 +00:00
visual_tool_vector_clip.h Remove '#pragma once' from 84 files that don't need it. Thanks to Plorkyeran for testing this on windows. The next step is to detangle the remaining files that currently require it. 2009-09-11 18:51:48 +00:00