Aegisub/src
arch1t3cht 02567c2265 Rework the audio/video provider system
This became necessary now that more providers were added. Providers can
be proritized for certain file types (e.g. .vpy files will always be
opened with VapourSynth), and when the default provider fails on a file,
the user will be notified and be asked to pick an alternative provider.
2023-07-16 17:52:21 +02:00
..
bitmaps Merge branch 'vector_clip_actions' into feature 2023-01-26 23:34:27 +01:00
command Merge branch 'vector_clip_actions' into feature 2023-04-29 01:16:08 +02:00
gl Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
include Add line folding 2022-07-27 15:23:47 +02:00
libresrc Merge branch 'misc' into feature 2023-07-14 00:06:52 +02:00
osx Parially revert fffb138b81 2021-01-10 03:14:12 -05:00
res Merge branches 'workarounds', 'bestsource', 'misc', 'info', 'wangqr_gui', 'fixes' and 'avisynth' into feature 2023-02-24 00:29:28 +01:00
MatroskaParser.c Don't limit CodecPrivate to 256KB 2014-05-20 09:46:58 -07:00
MatroskaParser.h Use stdint types in MatroskaParser 2014-03-23 09:01:25 -07:00
aegisublocale.cpp Add configure option to enable portable builds on Linux 2019-09-22 19:26:50 -04:00
aegisublocale.h Default to the language selected in the installer 2014-05-15 11:09:38 -07:00
ass_attachment.cpp Explicitly default AssAttachment's copy constructor 2015-11-29 20:11:14 -08:00
ass_attachment.h Explicitly default AssAttachment's copy constructor 2015-11-29 20:11:14 -08:00
ass_dialogue.cpp Fix negative margin handling (closes #104) 2021-03-06 14:29:18 -05:00
ass_dialogue.h Add line folding 2022-07-27 15:23:47 +02:00
ass_entry.cpp Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_entry.h Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_export_filter.cpp Replace boost::format with agi::format 2014-05-30 08:30:31 -07:00
ass_export_filter.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
ass_exporter.cpp Skip the [Aegisub Project Garbage] and [Aegisub Extradata] sections when exporting to ASS 2014-09-20 11:52:44 -07:00
ass_exporter.h Clean up unused includes 2014-05-23 07:28:24 -07:00
ass_file.cpp Merge branch 'folding' into feature 2023-06-01 23:35:39 +02:00
ass_file.h Merge branch 'folding' into feature 2023-06-01 23:35:39 +02:00
ass_info.h Add a separate SSA subtitle format and move all of the SSA writing stuff there 2014-04-30 06:29:37 -07:00
ass_karaoke.cpp AssKaraoke can safely take a const AssDialogue* 2015-01-14 00:21:25 +01:00
ass_karaoke.h AssKaraoke can safely take a const AssDialogue* 2015-01-14 00:21:25 +01:00
ass_override.cpp Update to Visual Studio 2015 2015-07-30 19:20:10 -07:00
ass_override.h Update to Visual Studio 2015 2015-07-30 19:20:10 -07:00
ass_parser.cpp Don't immediately delete unused extradata entries 2023-06-01 23:35:26 +02:00
ass_parser.h Clean up unused includes 2014-05-23 07:28:24 -07:00
ass_style.cpp Fix negative margin handling (closes #104) 2021-03-06 14:29:18 -05:00
ass_style.h Change the default fontsize and the list of resolutions 2019-09-22 17:39:43 -07:00
ass_style_storage.cpp Move style catalog indexing and naming logic 2014-05-04 13:03:04 +02:00
ass_style_storage.h Move style catalog indexing and naming logic 2014-05-04 13:03:04 +02:00
async_video_provider.cpp Add option to copy or save subtitles with transparent background 2022-08-19 01:46:19 +02:00
async_video_provider.h Add option to copy or save subtitles with transparent background 2022-08-19 01:46:19 +02:00
audio_box.cpp Allow vertical audio zoom with Shift+Mouse Wheel 2022-07-26 23:38:27 +02:00
audio_box.h Allow vertical audio zoom with Shift+Mouse Wheel 2022-07-26 23:38:27 +02:00
audio_colorscheme.cpp Fix build warnings 2019-09-22 17:39:43 -07:00
audio_colorscheme.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
audio_controller.cpp Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_controller.h Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
audio_display.cpp Spectrum display improvement 2020-12-15 20:11:58 +01:00
audio_display.h Move AudioDisplayInteractionObject to audio_display.cpp 2015-01-01 10:24:00 -08:00
audio_karaoke.cpp Remove the usage of dummy wxTimerEvent 2019-09-22 17:40:47 -07:00
audio_karaoke.h Remove the usage of dummy wxTimerEvent 2019-09-22 17:40:47 -07:00
audio_marker.cpp Redesign project file handling 2014-05-22 09:29:12 -07:00
audio_marker.h Make some virtual destructors protected instead 2015-01-01 10:23:59 -08:00
audio_player.cpp Add XAudio2 2022-08-10 16:31:02 +08:00
audio_player_alsa.cpp Stereo playback on Linux audio players 2022-08-18 22:48:40 +02:00
audio_player_dsound.cpp Implement wangqr Audio Changes: 2022-08-10 21:09:41 +08:00
audio_player_dsound2.cpp XAudio PR: Revert some changes and fix on linux 2022-08-16 21:03:59 +02:00
audio_player_openal.cpp Stereo playback on Linux audio players 2022-08-18 22:48:40 +02:00
audio_player_oss.cpp Implement wangqr Audio Changes: 2022-08-10 21:09:41 +08:00
audio_player_portaudio.cpp Stereo playback on Linux audio players 2022-08-18 22:48:40 +02:00
audio_player_portaudio.h Stereo playback on Linux audio players 2022-08-18 22:48:40 +02:00
audio_player_pulse.cpp Stereo playback on Linux audio players 2022-08-18 22:48:40 +02:00
audio_player_xaudio2.cpp Add XAudio2 2022-08-10 16:31:02 +08:00
audio_provider_avs.cpp avisynth: Remove file access checks 2023-02-08 17:41:31 +01:00
audio_provider_bestsource.cpp bestsource: Unify some messages with ffms2's 2023-04-23 15:39:11 +02:00
audio_provider_factory.cpp Rework the audio/video provider system 2023-07-16 17:52:21 +02:00
audio_provider_factory.h Add context-specific path tokens 2015-12-21 17:17:48 -08:00
audio_provider_ffmpegsource.cpp XAudio PR: Revert some changes and fix on linux 2022-08-16 21:03:59 +02:00
audio_provider_vs.cpp Rework the audio/video provider system 2023-07-16 17:52:21 +02:00
audio_renderer.cpp Explicitly declare DataBlockCache as moveable to make vs17 happy 2018-05-25 22:32:27 +02:00
audio_renderer.h Explicitly declare DataBlockCache as moveable to make vs17 happy 2018-05-25 22:32:27 +02:00
audio_renderer_spectrum.cpp Finish up XAudio with a round of bugfixes 2022-08-10 21:23:56 +08:00
audio_renderer_spectrum.h Spectrum display improvement 2020-12-15 20:11:58 +01:00
audio_renderer_waveform.cpp Remove format assertion after audio rework 2022-08-18 18:09:32 +02:00
audio_renderer_waveform.h Use unique_ptr for AudioWaveformRenderer's decode buffer 2014-05-23 07:28:25 -07:00
audio_rendering_style.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
audio_timing.h Allow clicking anywhere in the audio display for alt-dragging 2014-05-14 08:37:03 -07:00
audio_timing_dialogue.cpp Fix initial state of AudioTimingControllerDialogue 2023-02-08 00:50:48 +01:00
audio_timing_karaoke.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
auto4_base.cpp Merge branches 'lua_api' and 'bugfixes' into feature 2023-05-29 14:52:31 +02:00
auto4_base.h Merge branch 'fixes' into feature 2023-02-25 02:24:28 +01:00
auto4_lua.cpp Merge branches 'lua_api' and 'bugfixes' into feature 2023-05-29 14:52:31 +02:00
auto4_lua.h lua: Fix memory leak on aegisub.cancel() 2023-05-21 20:26:33 +02:00
auto4_lua_assfile.cpp Merge branch 'lua_api' into feature 2023-06-21 21:31:03 +02:00
auto4_lua_dialog.cpp Fix width of lua float edits 2022-08-14 16:24:50 +02:00
auto4_lua_factory.h Make everything final that can be 2014-03-12 19:07:30 -07:00
auto4_lua_progresssink.cpp lua: Handle file dialogs completely on main gui thread 2023-02-25 02:22:13 +01:00
avisynth_wrap.cpp avisynth: Only increase refcount when fully initialized 2023-01-14 00:13:47 +01:00
avisynth_wrap.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
base_grid.cpp Merge branches 'workarounds', 'bestsource', 'misc', 'info', 'wangqr_gui', 'fixes' and 'avisynth' into feature 2023-02-24 00:29:28 +01:00
base_grid.h Merge branches 'workarounds', 'bestsource', 'misc', 'info', 'wangqr_gui', 'fixes' and 'avisynth' into feature 2023-02-24 00:29:28 +01:00
bestsource_common.cpp bestsource: Clean index cache when necessary 2023-01-31 02:47:02 +01:00
bestsource_common.h bestsource: Clean index cache when necessary 2023-01-31 02:47:02 +01:00
block_cache.h DataBlockCache: Fix crash in cache invalidation (#142) 2019-09-22 19:19:56 -04:00
charset_detect.cpp Switch to a maintained fork of universalchardet 2016-02-09 20:29:29 -08:00
charset_detect.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
colorspace.cpp Fix a bunch of float <-> double conversion warnings 2014-07-28 12:09:48 -07:00
colorspace.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
colour_button.cpp Fixes for Boost 1.69.0 2019-09-22 19:33:36 -04:00
colour_button.h Merge remote-tracking branch 'origind-dev/master' 2022-08-15 21:01:09 +02:00
compat.cpp Eliminate some object file bloat 2015-01-01 10:23:59 -08:00
compat.h Eliminate some object file bloat 2015-01-01 10:23:59 -08:00
context.cpp Add line folding 2022-07-27 15:23:47 +02:00
crash_writer.cpp Replace boost::format with agi::format 2014-05-30 08:30:31 -07:00
crash_writer.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
crash_writer_minidump.cpp Replace boost::format with agi::format 2014-05-30 08:30:31 -07:00
dialog_about.cpp Add workaround for wrong initial wxTextCtrl size in about dialog 2022-10-10 01:17:35 +02:00
dialog_align.cpp Fix syntax error in e2ea84541f 2022-08-15 21:01:09 +02:00
dialog_attachments.cpp Throw shit at the wall until it builds with boost 1.81 2023-01-26 22:56:53 +01:00
dialog_automation.cpp Eliminate implicit std::string <-> wxString conversions 2015-01-01 10:24:00 -08:00
dialog_autosave.cpp Eliminate pointless wxDialog subclasses 2014-05-31 08:11:32 -07:00
dialog_colorpicker.cpp Merge branch 'wangqr_gui' into feature 2022-10-10 01:43:27 +02:00
dialog_detached_video.cpp Close the detached video dialog when video is closed 2014-06-15 17:17:15 -07:00
dialog_detached_video.h Close the detached video dialog when video is closed 2014-06-15 17:17:15 -07:00
dialog_dummy_video.cpp Merge branch 'misc' into feature 2023-07-14 00:06:52 +02:00
dialog_export.cpp Fix Move Down button in Export dialog 2019-09-22 17:41:02 -07:00
dialog_export_ebu3264.cpp Add DPI awareness 2022-10-10 01:17:34 +02:00
dialog_export_ebu3264.h Convert the build system to non-recursive make 2014-06-17 11:37:20 -07:00
dialog_fonts_collector.cpp Save unexpanded path in font collector (#79) 2021-01-16 06:13:37 -05:00
dialog_jumpto.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
dialog_kara_timing_copy.cpp Use initializer lists rather than std::make_pair 2014-05-26 09:34:18 -07:00
dialog_log.cpp Include seconds in log timestamps on Windows 2015-01-14 00:21:23 +01:00
dialog_manager.h Extract some bits that don't need to be templated from templates 2014-12-28 16:46:38 -08:00
dialog_paste_over.cpp Eliminate pointless wxDialog subclasses 2014-05-31 08:11:32 -07:00
dialog_paste_over.h Remove a lot of pointless headers for dialogs 2014-05-22 14:58:39 -07:00
dialog_progress.cpp vapoursynth: Show logged messages in progress window 2023-02-24 01:42:30 +01:00
dialog_progress.h Remove the automation thread priority stuff 2014-07-23 15:29:55 -07:00
dialog_properties.cpp Add DPI awareness 2022-10-10 01:17:34 +02:00
dialog_resample.cpp Add DPI awareness 2022-10-10 01:17:34 +02:00
dialog_search_replace.cpp find/replace: handle enter key in input fields 2018-01-27 11:34:24 -08:00
dialog_search_replace.h Make everything final that can be 2014-03-12 19:07:30 -07:00
dialog_selected_choices.cpp Remove unnecessary flags in SelectedChoices dialog 2022-08-21 02:31:33 +02:00
dialog_selection.cpp Add Apply button to select lines dialog 2023-02-24 00:13:22 +01:00
dialog_shift_times.cpp Fix wxFlexGridSizer flex grow 2022-10-10 01:17:35 +02:00
dialog_spellchecker.cpp Fix more incorrect sizer flags 2016-03-13 16:33:53 -07:00
dialog_style_editor.cpp Merge branch 'misc' into feature 2023-07-14 00:06:52 +02:00
dialog_style_editor.h Replace uses of wxThreadEvent with a statically typed event 2015-01-01 10:24:01 -08:00
dialog_style_manager.cpp Remove some incorrect and ignored sizer flags 2015-07-28 20:46:02 -07:00
dialog_styling_assistant.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
dialog_styling_assistant.h Clean up unused includes 2014-05-23 07:28:24 -07:00
dialog_text_import.cpp Eliminate pointless wxDialog subclasses 2014-05-31 08:11:32 -07:00
dialog_timing_processor.cpp Remove hardcoded height of the slider 2022-10-10 01:17:35 +02:00
dialog_translation.cpp Correct wxStyledTextCtrl::StartStyling for wx 3.1 2021-01-10 03:14:12 -05:00
dialog_translation.h Remove some exceptions not used for much of anything 2014-06-11 12:52:30 -07:00
dialog_version_check.cpp Replace most remaining uses of boost::split with agi::Split 2015-02-08 08:11:14 -08:00
dialog_video_details.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
dialog_video_properties.cpp Fix a pile of places where abs() was used on floats 2014-12-28 19:30:32 -08:00
dialogs.h Merge remote-tracking branch 'origind-dev/master' 2022-08-15 21:01:09 +02:00
export_fixstyle.cpp Make AssFixStylesFilter usable statically 2014-07-14 10:10:22 -07:00
export_fixstyle.h Make AssFixStylesFilter usable statically 2014-07-14 10:10:22 -07:00
export_framerate.cpp Add DPI awareness 2022-10-10 01:17:34 +02:00
export_framerate.h Redesign project file handling 2014-05-22 09:29:12 -07:00
factory_manager.h Rework the audio/video provider system 2023-07-16 17:52:21 +02:00
ffmpegsource_common.cpp Pass 0 to FFMS_Init 2019-09-22 17:39:43 -07:00
ffmpegsource_common.h Fix compilation on X11-using platforms 2016-04-08 12:14:28 -07:00
fft.cpp Fix compilation without fftw3 2014-10-12 15:23:58 -07:00
fft.h Don't compile the FFT code if FFTW is enabled 2014-05-23 07:28:25 -07:00
flyweight_hash.h Reuse previously calculated string widths 2015-02-07 14:56:48 -08:00
fold_controller.cpp folding: Also update counterpart for fold operations 2023-06-01 23:01:32 +02:00
fold_controller.h folding: Simplify fold operation code 2023-05-19 18:45:40 +02:00
font_file_lister.cpp Eliminate uses of dynamic_cast on everything but GUI widgets 2014-12-28 12:29:54 -08:00
font_file_lister.h Add a basic CoreText-based fonts collector backend 2016-01-02 15:42:24 -08:00
font_file_lister_coretext.mm Handle fonts that are marked as bold but have the same weight as the normal variant 2016-01-02 15:42:26 -08:00
font_file_lister_fontconfig.cpp Fix faux bold logic in font collector for Fontconfig 2021-03-27 12:38:50 -04:00
font_file_lister_gdi.cpp Look for both system fonts and user fonts on Windows (#64) 2020-02-08 15:41:03 -05:00
format.h Fix compilation with UTF-8 wxString 2014-05-30 11:53:15 -07:00
frame_main.cpp Make video zoom different from preview window zoom 2022-03-02 15:01:59 -08:00
frame_main.h Move some of the audio provider machinery to libaegisub 2014-07-10 11:44:56 -07:00
gl_text.cpp Eliminate all remaining places where strings are thrown as exceptions 2014-06-11 12:52:30 -07:00
gl_text.h Clean up unused includes 2014-05-23 07:28:24 -07:00
gl_wrap.cpp Fix a bunch of float <-> double conversion warnings 2014-07-28 12:09:48 -07:00
gl_wrap.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
grid_column.cpp folding: Simplify fold operation code 2023-05-19 18:45:40 +02:00
grid_column.h Merge branches 'bugfixes', 'workarounds', 'fixes', 'gui', 'xa2-ds', 'avisynth', 'vapoursynth' and 'video_panning_option' into feature 2023-01-26 23:12:07 +01:00
help_button.cpp Add the help page for the resolution mismatch dialog 2014-06-27 11:15:48 -07:00
help_button.h De-wxString HelpButton 2014-06-11 12:52:30 -07:00
hotkey.cpp Merge remote-tracking branch 'origind-dev/master' 2022-08-15 21:01:09 +02:00
hotkey_data_view_model.cpp Use the untranslated context name for new hotkeys 2015-02-28 14:39:06 -08:00
hotkey_data_view_model.h Use less wxString in HotkeyDataViewModel 2014-06-04 14:15:26 -07:00
image_position_picker.cpp Submit "align to video" on double click 2022-08-15 21:01:09 +02:00
image_position_picker.h Merge remote-tracking branch 'origind-dev/master' 2022-08-15 21:01:09 +02:00
initial_line_state.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
initial_line_state.h Remove extra semicolon 2019-09-22 17:41:02 -07:00
libass_gdi_fontselect.cpp libass_gdi_fontselect: don't redefine NOMINMAX 2021-01-16 01:24:19 -05:00
main.cpp main: fix warning 2018-01-27 11:35:18 -08:00
main.h Actually close all windows on quit 2015-12-21 17:18:07 -08:00
menu.cpp Fix MRU menus (#48) 2018-05-28 21:24:23 +02:00
meson.build Merge branch 'vector_clip_actions' into feature 2023-01-26 23:34:27 +01:00
mkv_wrap.cpp Fix loading subtitles extradata from matroska files 2014-08-30 08:11:39 -07:00
mkv_wrap.h Remove a bunch of unused functionalty from agi::Exception 2014-05-30 11:53:14 -07:00
options.h Add configuration options for colors in visual typesetting tools 2019-09-22 17:39:43 -07:00
pen.cpp Give Pen an out-of-line destructor 2015-01-01 10:24:00 -08:00
pen.h Give Pen an out-of-line destructor 2015-01-01 10:24:00 -08:00
persist_location.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
persist_location.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
placeholder_ctrl.h Move character count stuff to libaegisub 2014-04-18 20:11:38 -07:00
preferences.cpp Merge branches 'vapoursynth' and 'info' into feature 2023-06-11 01:22:14 +02:00
preferences.h Eliminate a bunch of entirely pointless OptionPage subclasses 2014-05-31 08:11:32 -07:00
preferences_base.cpp vapoursynth: Add buttons to set default scripts to default 2023-06-08 18:41:12 +02:00
preferences_base.h vapoursynth: Add buttons to set default scripts to default 2023-06-08 18:41:12 +02:00
project.cpp Rework the audio/video provider system 2023-07-16 17:52:21 +02:00
project.h Add commands to reload audio or video 2022-08-23 19:53:40 +02:00
resolution_resampler.cpp Remove Force BT.601 option and update color matrix guessing 2019-09-22 17:39:43 -07:00
resolution_resampler.h Add color matrix conversion to the resolution resampler 2014-05-19 19:32:25 -07:00
retina_helper.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
search_replace_engine.cpp Keep using std::distance after Boost 1.68 2018-07-09 20:17:59 +00:00
search_replace_engine.h Use more NSDMIs 2014-05-12 10:05:36 -07:00
selection_controller.cpp Pull even more of the subs load logic into Project 2014-06-02 13:02:06 -07:00
selection_controller.h Pull even more of the subs load logic into Project 2014-06-02 13:02:06 -07:00
spellchecker.cpp Fix crash on right click due to no spell checker 2019-09-22 19:17:39 -04:00
spellchecker_hunspell.cpp meson: add Hunspell port 2021-05-21 21:09:36 -04:00
spellchecker_hunspell.h Make everything final that can be 2014-03-12 19:07:30 -07:00
spline.cpp Merge branch 'vector_clip_actions' into feature 2023-04-29 01:16:08 +02:00
spline.h perspective tool: Support drawings 2023-04-29 01:11:38 +02:00
spline_curve.cpp perspective tool: Support drawings 2023-04-29 01:11:38 +02:00
spline_curve.h perspective tool: Support drawings 2023-04-29 01:11:38 +02:00
string_codec.cpp Replace boost::format with agi::format 2014-05-30 08:30:31 -07:00
string_codec.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
subs_controller.cpp Allow coalescing undo over autosaves 2015-12-21 17:46:38 -08:00
subs_controller.h Make next_commit_id a member variable rather than a static 2015-12-21 17:46:38 -08:00
subs_edit_box.cpp Merge branches 'workarounds', 'bestsource', 'misc', 'info', 'wangqr_gui', 'fixes' and 'avisynth' into feature 2023-02-24 00:29:28 +01:00
subs_edit_box.h Save state of "show original" 2023-02-24 00:11:12 +01:00
subs_edit_ctrl.cpp Merge branches 'info', 'video_panning_option', 'fixes', 'misc', 'vapoursynth' and 'wangqr_gui' into feature 2022-11-03 00:03:23 +01:00
subs_edit_ctrl.h Eliminate pointless runtime datastructures for CalltipProvider 2014-07-04 20:37:36 -07:00
subs_preview.cpp Reinitialize libass every time the font is changed in the style editor 2015-02-08 09:13:53 -08:00
subs_preview.h Delay showing the font caching dialog until subtitles are actually rendered 2014-03-25 20:04:48 -07:00
subtitle_format.cpp Actually register the SSA subtitle format 2014-08-10 06:52:58 -07:00
subtitle_format.h Skip the [Aegisub Project Garbage] and [Aegisub Extradata] sections when exporting to ASS 2014-09-20 11:52:44 -07:00
subtitle_format_ass.cpp folding: Switch to extradata for storage 2023-01-02 02:40:19 +01:00
subtitle_format_ass.h Skip the [Aegisub Project Garbage] and [Aegisub Extradata] sections when exporting to ASS 2014-09-20 11:52:44 -07:00
subtitle_format_ebu3264.cpp Fix STL header writing (really) 2016-05-18 21:56:34 +02:00
subtitle_format_ebu3264.h Modernize the EBU STL writer a bit 2014-07-01 20:16:17 -07:00
subtitle_format_encore.cpp Debloatify some stuff 2014-12-28 12:30:01 -08:00
subtitle_format_encore.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_microdvd.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
subtitle_format_microdvd.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_mkv.cpp Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
subtitle_format_mkv.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_srt.cpp Fix millisecond to centisecond convertion 2019-09-22 17:12:05 -07:00
subtitle_format_srt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_ssa.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
subtitle_format_ssa.h Remove a bunch of unused functionalty from agi::Exception 2014-05-30 11:53:14 -07:00
subtitle_format_transtation.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
subtitle_format_transtation.h Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
subtitle_format_ttxt.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
subtitle_format_ttxt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitle_format_txt.cpp Remove a bunch of unused functionalty from agi::Exception 2014-05-30 11:53:14 -07:00
subtitle_format_txt.h Kill VideoContext::Get() 2014-03-26 08:23:43 -07:00
subtitles_provider.cpp Fix Mac dmg build (#138) 2021-10-12 03:37:49 -04:00
subtitles_provider_csri.cpp Remove a bunch of unused functionalty from agi::Exception 2014-05-30 11:53:14 -07:00
subtitles_provider_csri.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
subtitles_provider_libass.cpp Pass storage size to libass to fix rendering 2022-06-08 01:10:11 -07:00
subtitles_provider_libass.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
text_file_reader.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
text_file_reader.h Use read_file_mapping in TextFileReader 2014-03-21 09:28:17 -07:00
text_file_writer.cpp Don't convert encoding names to lowercase when writing files 2014-07-11 09:26:59 -07:00
text_file_writer.h Use more NSDMIs 2014-05-12 10:05:36 -07:00
text_selection_controller.cpp Lua: Functions to set text selection and cursor 2022-08-01 19:56:53 +02:00
text_selection_controller.h Lua: Functions to set text selection and cursor 2022-08-01 19:56:53 +02:00
thesaurus.cpp Remove some redundant .get()s 2015-01-26 19:22:59 -08:00
thesaurus.h Fix a use-after-free when a SubsEditCtrl is destroyed while the thesaurus is loading 2014-07-11 09:26:58 -07:00
time_range.h Clean up unused includes 2014-05-23 07:28:24 -07:00
timeedit_ctrl.cpp Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
timeedit_ctrl.h Move AssTime to libaegisub and add tests 2014-07-06 19:25:49 -07:00
toggle_bitmap.cpp Clean up unused includes 2014-05-23 07:28:24 -07:00
toggle_bitmap.h Make everything final that can be 2014-03-12 19:07:30 -07:00
toolbar.cpp Show hotkeys for vector clip tools 2022-07-12 16:54:04 +02:00
tooltip_manager.cpp Remove some redundant .get()s 2015-01-26 19:22:59 -08:00
tooltip_manager.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
utils.cpp Merge branch 'wangqr_gui' into feature 2022-10-10 01:43:27 +02:00
utils.h Save vector clips with two decimal places 2022-07-29 21:50:10 +02:00
validators.cpp Fix #1843 2015-01-14 00:46:02 +01:00
validators.h Extract some bits that don't need to be templated from templates 2014-12-28 16:46:38 -08:00
value_event.h Replace uses of wxThreadEvent with a statically typed event 2015-01-01 10:24:01 -08:00
vapoursynth_common.cpp vapoursynth: Unify capitalization 2023-03-24 01:01:29 +01:00
vapoursynth_common.h vapoursynth: Show logged messages in progress window 2023-02-24 01:42:30 +01:00
vapoursynth_wrap.cpp vapoursynth: Add Mac support 2023-04-29 21:24:14 +02:00
vapoursynth_wrap.h vapoursynth: Add Mac support 2023-04-29 21:24:14 +02:00
vector2d.cpp Save vector clips with two decimal places 2022-07-29 21:50:10 +02:00
vector2d.h Use an explicit operator bool for Vector2D 2015-12-21 17:17:42 -08:00
vector3d.cpp Revert "Merge branch 'vector_clip_actions' into feature" 2023-01-26 23:34:14 +01:00
vector3d.h Revert "Merge branch 'vector_clip_actions' into feature" 2023-01-26 23:34:14 +01:00
version.cpp dialog_about: only include build date with credit (#45) 2017-05-22 07:43:30 -07:00
version.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
video_box.cpp visualSubToolBar now use same style as other toolbars 2019-09-22 17:41:02 -07:00
video_box.h Redesign project file handling 2014-05-22 09:29:12 -07:00
video_controller.cpp Add automation function to get frame 2022-08-08 01:30:15 +02:00
video_controller.h Add automation function to get frame 2022-08-08 01:30:15 +02:00
video_display.cpp Merge branch 'vector_clip_actions' into feature 2023-01-26 23:34:27 +01:00
video_display.h Merge branch 'vector_clip_actions' into feature 2023-01-26 23:34:27 +01:00
video_frame.cpp Add option to copy or save subtitles with transparent background 2022-08-19 01:46:19 +02:00
video_frame.h Merge branches 'misc', 'xa2-ds' and 'info' into feature 2022-08-19 02:31:59 +02:00
video_out_gl.cpp Reduce error-handling bloat a bit 2015-07-28 16:22:48 -07:00
video_out_gl.h Remove a bunch of unused functionalty from agi::Exception 2014-05-30 11:53:14 -07:00
video_provider_avs.cpp avisynth: Remove file access checks 2023-02-08 17:41:31 +01:00
video_provider_bestsource.cpp bestsource: Unify some messages with ffms2's 2023-04-23 15:39:11 +02:00
video_provider_cache.cpp Reuse buffers for video frames 2014-06-12 17:06:25 -07:00
video_provider_dummy.cpp Allow fractional frame rates in dummy video 2023-07-14 00:05:46 +02:00
video_provider_dummy.h Allow fractional frame rates in dummy video 2023-07-14 00:05:46 +02:00
video_provider_ffmpegsource.cpp meson: bump minimum ffms2 version to 2.22 2021-01-16 05:31:08 -05:00
video_provider_manager.cpp Rework the audio/video provider system 2023-07-16 17:52:21 +02:00
video_provider_manager.h Eliminate all uses of FrameMain via the global app object 2014-03-25 17:06:48 -07:00
video_provider_vs.cpp Rework the audio/video provider system 2023-07-16 17:52:21 +02:00
video_provider_yuv4mpeg.cpp Reduce error-handling bloat a bit 2015-07-28 16:22:48 -07:00
video_slider.cpp Only repaint the video slider on seek if the thumb will actually move 2014-06-12 17:06:25 -07:00
video_slider.h Redesign project file handling 2014-05-22 09:29:12 -07:00
visual_feature.cpp visual tools: Add setting for shape handle size 2023-05-18 23:39:00 +02:00
visual_feature.h visual tools: Add setting for shape handle size 2023-05-18 23:39:00 +02:00
visual_tool.cpp Merge branch 'vector_clip_actions' into feature 2023-04-29 01:16:08 +02:00
visual_tool.h Merge branch 'vector_clip_actions' into feature 2023-04-29 01:16:08 +02:00
visual_tool_clip.cpp Add configuration options for colors in visual typesetting tools 2019-09-22 17:39:43 -07:00
visual_tool_clip.h Eliminate a bunch of explicit constructors/destructors 2014-04-25 14:53:24 -07:00
visual_tool_cross.cpp Fix crosshair drawing 2022-03-02 15:01:57 -08:00
visual_tool_cross.h Clean up unused includes 2014-05-23 07:28:24 -07:00
visual_tool_drag.cpp Fix High DPI issue on GTK 2022-10-10 01:17:35 +02:00
visual_tool_drag.h Clean up unused includes 2014-05-23 07:28:24 -07:00
visual_tool_perspective.cpp perspective tool: Support drawings 2023-04-29 01:11:38 +02:00
visual_tool_perspective.h perspective tool: Support drawings 2023-04-29 01:11:38 +02:00
visual_tool_rotatexy.cpp visual tools: Fix grid in RotateXY tool 2023-01-14 14:20:24 +01:00
visual_tool_rotatexy.h visual tools: Add perspective tool 2023-01-25 23:24:11 +01:00
visual_tool_rotatez.cpp Add configuration options for colors in visual typesetting tools 2019-09-22 17:39:43 -07:00
visual_tool_rotatez.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_scale.cpp Add configuration options for colors in visual typesetting tools 2019-09-22 17:39:43 -07:00
visual_tool_scale.h Make everything final that can be 2014-03-12 19:07:30 -07:00
visual_tool_vector_clip.cpp visual tools: Add setting for shape handle size 2023-05-18 23:39:00 +02:00
visual_tool_vector_clip.h visual tools: Add setting for shape handle size 2023-05-18 23:39:00 +02:00