Rodrigo Braz Monteiro
|
47e5c5a003
|
Forgot to remove video_zoom.cpp
Originally committed to SVN as r1041.
|
2007-04-09 04:39:53 +00:00 |
|
Rodrigo Braz Monteiro
|
f841b52d72
|
Removed more dead code.
Originally committed to SVN as r1040.
|
2007-04-09 04:28:16 +00:00 |
|
Rodrigo Braz Monteiro
|
7e94e8c7b0
|
Removed obsolete subtitle providers (pre-csri asa and dtextsub)
Originally committed to SVN as r1039.
|
2007-04-09 04:16:15 +00:00 |
|
Rodrigo Braz Monteiro
|
62cf73283e
|
Fixed building of libass in msvc (was including the wrong ass.h...)
Originally committed to SVN as r1037.
|
2007-04-09 04:12:37 +00:00 |
|
Rodrigo Braz Monteiro
|
41843bf292
|
Added libass 0.9.3try2 as is to repository (patched for MSVC on next revision)
Originally committed to SVN as r1035.
|
2007-04-09 02:02:40 +00:00 |
|
Rodrigo Braz Monteiro
|
1e3694d859
|
Small tweak to options dialog.
Originally committed to SVN as r1034.
|
2007-04-08 21:56:52 +00:00 |
|
Rodrigo Braz Monteiro
|
d3836e350f
|
Fixed loading of subtitles from Matroska files.
Originally committed to SVN as r1033.
|
2007-04-08 21:20:32 +00:00 |
|
Rodrigo Braz Monteiro
|
716539b54a
|
Allowed using detached subtitles providers on avisynth video provider, and changed the advanced video options in the options dialog to reload the video (so you can immediately see the changes)
Originally committed to SVN as r1032.
|
2007-04-08 19:27:46 +00:00 |
|
Rodrigo Braz Monteiro
|
5d3442f567
|
Moved YV12->RGB32 conversion to video provider, before caching.
Originally committed to SVN as r1031.
|
2007-04-08 18:12:51 +00:00 |
|
Rodrigo Braz Monteiro
|
ebc0e37a2d
|
Added multiple subtype support for provider factories, in particular, csri.
Originally committed to SVN as r1030.
|
2007-04-08 16:33:53 +00:00 |
|
Rodrigo Braz Monteiro
|
cb75613747
|
Disabled autodetection on non-windows for now.
Originally committed to SVN as r1029.
|
2007-04-08 06:10:52 +00:00 |
|
Rodrigo Braz Monteiro
|
4dcd02ab0a
|
Instead of falling back to your local charset, Aegisub will now use the "universalchardet" library (the one used by the Mozilla project) to autodetect the character set of non-Unicode files.
Originally committed to SVN as r1028.
|
2007-04-08 06:01:41 +00:00 |
|
Rodrigo Braz Monteiro
|
e0ef2c9f55
|
Fixed undo & redo items in edit menu.
Originally committed to SVN as r1027.
|
2007-04-08 02:41:40 +00:00 |
|
Rodrigo Braz Monteiro
|
821399e03c
|
Added "Video Formats" to "Open Audio"'s file selector, so you can open audio directly from video files (regardless of whether they're loaded or not). This has always worked, but it was never explicit.
Originally committed to SVN as r1026.
|
2007-04-08 02:26:32 +00:00 |
|
Rodrigo Braz Monteiro
|
e49058f0cf
|
Major cleanup to dynamic menu code, fixed menu flickering/slowness and replaced old hack to use wxWidgets 2.8.3's fixed handling of bitmaps in menus, which means that all the _disable bitmaps are now obsolete.
Originally committed to SVN as r1025.
|
2007-04-08 02:19:21 +00:00 |
|
Rodrigo Braz Monteiro
|
b1ce35f817
|
2^10 GET! Style editor will no longer admit creation of styles with equal names. Also, hitting enter it will now "OK" it.
Originally committed to SVN as r1024.
|
2007-04-08 00:21:56 +00:00 |
|
Rodrigo Braz Monteiro
|
1c027dd44a
|
Two storages with the same name can no longer be created in the styles manager.
Originally committed to SVN as r1023.
|
2007-04-08 00:10:42 +00:00 |
|
Rodrigo Braz Monteiro
|
9e4701cc61
|
Changed order of controls in the jump to dialog, so it defaults to frame instead of time.
Originally committed to SVN as r1022.
|
2007-04-07 23:50:31 +00:00 |
|
Rodrigo Braz Monteiro
|
c0b62ff377
|
Re-coded threaded video mode, but it fails spetacularly. It's currently disabled in source, but there.
Originally committed to SVN as r1021.
|
2007-04-07 23:45:46 +00:00 |
|
Rodrigo Braz Monteiro
|
7da5406572
|
Allowed saving of screenshots and copying video frames to clipboard without subtitles. This will not work with the avisynth video provider (options will be greyed out).
Originally committed to SVN as r1020.
|
2007-04-07 22:03:06 +00:00 |
|
David Lamparter
|
cfd9065cb4
|
add (rather useless) log window
Originally committed to SVN as r1019.
|
2007-04-07 05:27:32 +00:00 |
|
Rodrigo Braz Monteiro
|
0abb0bd433
|
Added setting of subtitles provider and toggling of pixel shader use to options/video.
Originally committed to SVN as r1018.
|
2007-04-07 04:40:44 +00:00 |
|
Rodrigo Braz Monteiro
|
6d988bdf4d
|
Made middle click on audio display jump video to position, fixed a few uninitialized variable warnings and removed the GetString() method from AssFile, since it was only used by the old libass provider.
Originally committed to SVN as r1017.
|
2007-04-07 03:12:55 +00:00 |
|
Rodrigo Braz Monteiro
|
263df94e69
|
Some clean up to audio display code, added option to show/hide keyframes on audio display, and individual options to automatically snap to keyframes and adjascent lines (behavior can always be toggled by holding down shift).
Originally committed to SVN as r1016.
|
2007-04-07 02:39:18 +00:00 |
|
Rodrigo Braz Monteiro
|
7e040f6a66
|
Changing script resolution when asked to on video loading will now set an undo point.
Originally committed to SVN as r1015.
|
2007-04-07 01:56:55 +00:00 |
|
David Lamparter
|
89d62b85f5
|
bitch when no CSRI provider was found
Originally committed to SVN as r1014.
|
2007-04-06 16:32:46 +00:00 |
|
Dan Donovan
|
f59df9233d
|
Fix GetFloat again, I guess.
Originally committed to SVN as r1013.
|
2007-04-05 22:01:33 +00:00 |
|
Dan Donovan
|
ae307d9f74
|
Why did someone screw up GetFloat in video_frame.cpp?
Originally committed to SVN as r1012.
|
2007-04-05 21:54:47 +00:00 |
|
David Lamparter
|
a274bbc1aa
|
detect PortAudio v19 and use accordingly
Originally committed to SVN as r1011.
|
2007-04-05 16:39:49 +00:00 |
|
David Lamparter
|
86c84ec3cd
|
uber-evil casts. not really fixes, but let's get rid of the warnings
Originally committed to SVN as r1009.
|
2007-04-04 21:30:45 +00:00 |
|
Rodrigo Braz Monteiro
|
97d996f995
|
Fixed all warnings while building on Linux, except for the ones on MatroskaParser.c and the ones about image conversion. Poke equinox for the later.
Originally committed to SVN as r1008.
|
2007-04-04 20:42:44 +00:00 |
|
David Lamparter
|
5b0255a59d
|
check for libass / add --with[out]-libass parameter to configure
Originally committed to SVN as r1006.
|
2007-04-04 19:40:06 +00:00 |
|
David Lamparter
|
758cd7e2e7
|
enable make dist
Originally committed to SVN as r1005.
|
2007-04-04 18:50:43 +00:00 |
|
Rodrigo Braz Monteiro
|
217c617a78
|
Fixed parsing of [Script Info] for libass, makes resolution work properly, and, apparently, all of libass behave correctly.
Originally committed to SVN as r1002.
|
2007-04-04 04:22:05 +00:00 |
|
Rodrigo Braz Monteiro
|
f15c03b1cc
|
Removed the old libass cpp to avoid confusion.
Originally committed to SVN as r1001.
|
2007-04-04 04:14:14 +00:00 |
|
Rodrigo Braz Monteiro
|
29072f75af
|
1000 GET. Actually added the libass .cpp (oops), and optimizations to its blender.
Originally committed to SVN as r1000.
|
2007-04-04 04:12:38 +00:00 |
|
Rodrigo Braz Monteiro
|
2b680c3e5b
|
libass reimplemented on subtitles_provider_libass.cpp, although still slightly buggy. It will be built on Linux by default (it has been added to aegisub/Makefile.am)
Originally committed to SVN as r999.
|
2007-04-04 03:57:12 +00:00 |
|
Niels Martin Hansen
|
a1cdffdb85
|
704x396 is not 640x396
Originally committed to SVN as r998.
|
2007-04-04 02:55:22 +00:00 |
|
Niels Martin Hansen
|
a524881505
|
Misc. sizer tweaks
Originally committed to SVN as r997.
|
2007-04-04 02:54:03 +00:00 |
|
Niels Martin Hansen
|
5457b64925
|
Changes to sizer setup in dummy video options
Originally committed to SVN as r996.
|
2007-04-04 02:24:46 +00:00 |
|
Niels Martin Hansen
|
e74727f634
|
Option for checkerboard pattern in dummy video
Originally committed to SVN as r995.
|
2007-04-04 01:54:37 +00:00 |
|
Niels Martin Hansen
|
f292339808
|
Dummy video provider was always creating 640x480 frames, now creates in the right resolution
Originally committed to SVN as r994.
|
2007-04-04 01:21:23 +00:00 |
|
Rodrigo Braz Monteiro
|
28504a5c9b
|
very minor changes to utils.h
Originally committed to SVN as r993.
|
2007-04-04 01:14:02 +00:00 |
|
Rodrigo Braz Monteiro
|
e72b0ae8c0
|
Fixed audio display on Linux, and had to change
__attribute__((always_inline)) to just inline, since my g++ was bitching
about that.
Originally committed to SVN as r992.
|
2007-04-04 00:52:50 +00:00 |
|
Niels Martin Hansen
|
9c85a4795c
|
Load/store Auto4 export filter settings to original subs file
Originally committed to SVN as r991.
|
2007-04-04 00:01:17 +00:00 |
|
Rodrigo Braz Monteiro
|
a0f3e58894
|
Blind attempt to get audio box to work on Linux.
Originally committed to SVN as r990.
|
2007-04-03 23:29:51 +00:00 |
|
David Lamparter
|
9339f1c45b
|
properly make inlines static
Originally committed to SVN as r989.
|
2007-04-03 21:24:29 +00:00 |
|
Rodrigo Braz Monteiro
|
0568af7ce0
|
added ClampSignedInteger32() to utils and used that to remove branching from YV12->RGB32 conversion, hopefully making it faster. Also, fixed a warning in lavc audio provider.
Originally committed to SVN as r988.
|
2007-04-03 21:05:33 +00:00 |
|
Rodrigo Braz Monteiro
|
29923cb8e1
|
Optimized the YV12->RGB32 conversion in AegiVideoFrame
Originally committed to SVN as r987.
|
2007-04-03 20:41:33 +00:00 |
|
David Lamparter
|
91c11fbf09
|
get locale stuff more correct
Originally committed to SVN as r983.
|
2007-04-03 04:34:56 +00:00 |
|