Commit graph

2421 commits

Author SHA1 Message Date
Rodrigo Braz Monteiro
202c0a2222 Added Pomyk's patch to be able to choose from comments or not in selection dialogue
Originally committed to SVN as r174.
2006-02-25 18:10:02 +00:00
Rodrigo Braz Monteiro
ed55a9e430 HD audio cache separated from avisynth provider
Originally committed to SVN as r173.
2006-02-25 08:39:15 +00:00
Rodrigo Braz Monteiro
c8a7912319 RAM cache separated from avisynth provider
Originally committed to SVN as r172.
2006-02-25 08:26:29 +00:00
Rodrigo Braz Monteiro
18d948ef97 Finished separation of audio provider and player
Originally committed to SVN as r171.
2006-02-25 07:41:18 +00:00
Rodrigo Braz Monteiro
93b35641a4 Changed audio synchronization algorithm
Originally committed to SVN as r170.
2006-02-25 07:14:39 +00:00
Rodrigo Braz Monteiro
a94f17d2c4 Further abstraction of audio classes...
Originally committed to SVN as r169.
2006-02-25 06:52:07 +00:00
Rodrigo Braz Monteiro
4698ec6f6b Further abstraction of audio classes
Originally committed to SVN as r168.
2006-02-25 06:04:46 +00:00
Rodrigo Braz Monteiro
68431d0c1a Very early abstraction of audio classes
Originally committed to SVN as r167.
2006-02-25 04:54:21 +00:00
Rodrigo Braz Monteiro
3063d40e5f Originally committed to SVN as r166. 2006-02-25 03:26:57 +00:00
Rodrigo Braz Monteiro
bd6ec35e33 Fixed undo scrolling (#25), Line selection (#24) and font collector (#10) bugs
Originally committed to SVN as r165.
2006-02-25 03:04:52 +00:00
Rodrigo Braz Monteiro
6b17ec30b1 lavc can now perfectly seek in CFR videos
Originally committed to SVN as r164.
2006-02-25 02:27:40 +00:00
Rodrigo Braz Monteiro
e8f7defb88 Better working LAVC seeking
Originally committed to SVN as r163.
2006-02-25 01:59:33 +00:00
Rodrigo Braz Monteiro
6313d8eafd Originally committed to SVN as r162. 2006-02-25 01:28:20 +00:00
Rodrigo Braz Monteiro
01d0916b2a Fixed horizontal zoom in audio
Originally committed to SVN as r161.
2006-02-25 00:11:54 +00:00
Rodrigo Braz Monteiro
718cfb17f1 YET ANOTHER VFR UPDATE!
Originally committed to SVN as r160.
2006-02-24 23:26:24 +00:00
Rodrigo Braz Monteiro
b31d2ae85e VFR code cleanup
Originally committed to SVN as r159.
2006-02-24 23:16:20 +00:00
Rodrigo Braz Monteiro
9e3ffaf523 Fixed minor glitch and some little update to vfr
Originally committed to SVN as r158.
2006-02-24 23:07:30 +00:00
Rodrigo Braz Monteiro
41b140d6b0 Originally committed to SVN as r157. 2006-02-24 22:57:24 +00:00
Rodrigo Braz Monteiro
d54b705287 Yet another vfr fix
Originally committed to SVN as r156.
2006-02-24 22:50:51 +00:00
Rodrigo Braz Monteiro
270e25a806 More fixes to VFR
Originally committed to SVN as r155.
2006-02-24 22:46:21 +00:00
Rodrigo Braz Monteiro
a69d456e16 Another attempt to fix VFR
Originally committed to SVN as r154.
2006-02-24 22:14:37 +00:00
Niels Martin Hansen
f4ab9b2771 Added "auto-reload magic" to furigana demo.
Hopefully line widths are now calculated correctly in karaskel.
Spaces at start/end of syllables should be correctly handled (bug #2)

Originally committed to SVN as r153.
2006-02-24 21:35:36 +00:00
Fredrik Mellbin
c2225dfdf9 Originally committed to SVN as r152. 2006-02-24 21:35:02 +00:00
tentacle
cc4ea8e9ea fextracker:
tracking engine update
rewrite of points2motion code

ui:
now allowing points to stay loaded when generating movement so that you can try multiple times without losing point tracking information

Originally committed to SVN as r151.
2006-02-24 20:04:04 +00:00
Fredrik Mellbin
a9a4f5bf24 More vfr fun for everyone
Originally committed to SVN as r150.
2006-02-24 16:45:10 +00:00
Rodrigo Braz Monteiro
4a13f7844d Originally committed to SVN as r149. 2006-02-24 08:56:12 +00:00
Rodrigo Braz Monteiro
360147d4ea Cleaned up provider creation interface
Originally committed to SVN as r148.
2006-02-24 08:43:44 +00:00
Rodrigo Braz Monteiro
9b395f283d Better lavc/avisynth selection code (will automatically use what's available, or by option if both are)
Originally committed to SVN as r147.
2006-02-24 08:30:08 +00:00
Rodrigo Braz Monteiro
9481d8424b Zoom and aspect ratio on lavc work
Originally committed to SVN as r146.
2006-02-24 07:27:42 +00:00
Rodrigo Braz Monteiro
d05e857115 Seeking in lavc somewhat almost works
Originally committed to SVN as r145.
2006-02-24 06:34:35 +00:00
Rodrigo Braz Monteiro
ddc7c8b323 We're getting there...
Originally committed to SVN as r144.
2006-02-24 05:58:45 +00:00
Rodrigo Braz Monteiro
40341df934 LAVC video provider can now somewhat decode frames
Originally committed to SVN as r143.
2006-02-24 05:24:08 +00:00
Rodrigo Braz Monteiro
00e7b923ea Some basic LAVC code implemented
Originally committed to SVN as r142.
2006-02-24 03:54:40 +00:00
Rodrigo Braz Monteiro
02219d1e8b Early LAVC implementation
Originally committed to SVN as r141.
2006-02-24 02:54:30 +00:00
Rodrigo Braz Monteiro
5d1d949f75 Added partial korean translation
Originally committed to SVN as r140.
2006-02-24 01:45:00 +00:00
Rodrigo Braz Monteiro
2383c68bac Fixed minor glitch on audio display
Originally committed to SVN as r139.
2006-02-24 01:16:27 +00:00
Niels Martin Hansen
b5388c3bf9 Automation karaskel should now take kerning into account when calculating text positioning.
Furigana line-width calculation hopefully fixed (so centering should work.)

Originally committed to SVN as r138.
2006-02-23 23:26:32 +00:00
Fredrik Mellbin
1521268773 Originally committed to SVN as r137. 2006-02-23 23:24:35 +00:00
Fredrik Mellbin
adf7f76d1e fixing
Originally committed to SVN as r136.
2006-02-23 23:13:56 +00:00
Rodrigo Braz Monteiro
81ae0ae3ae Originally committed to SVN as r135. 2006-02-23 23:08:04 +00:00
Rodrigo Braz Monteiro
9f361dca17 Fixed drag and dropping of timecode files
Originally committed to SVN as r134.
2006-02-23 23:04:41 +00:00
Rodrigo Braz Monteiro
81efd4082f Attempting to load a file which does not exist no longer unloads previous subtitles. (Fix to bug #12)
Originally committed to SVN as r133.
2006-02-23 22:47:14 +00:00
Rodrigo Braz Monteiro
7e1d5f4fa8 Hopefully fixed fonts collector
Originally committed to SVN as r132.
2006-02-23 22:03:37 +00:00
Niels Martin Hansen
49acbaa6e5 Fixed Automation script loading error messages (bug #1)
Fixed karaoke timing not being committed correctly (bug #7)
Changed some throw _T() into throw wxString()

Several architectural changes to Automation karaskel family.
Automation karaskel has Furigana, Inline-fx and Out-of-line-fx support added (still needs tweaking and bugfixing)

Originally committed to SVN as r131.
2006-02-23 21:56:46 +00:00
Rodrigo Braz Monteiro
4d498ea184 Originally committed to SVN as r130. 2006-02-23 21:36:14 +00:00
Rodrigo Braz Monteiro
4d0cf4e6a2 Originally committed to SVN as r129. 2006-02-23 21:26:53 +00:00
Rodrigo Braz Monteiro
3a4f59991b Fixed Fonts Collector behavior with font shortcuts.
Originally committed to SVN as r128.
2006-02-23 20:29:23 +00:00
Rodrigo Braz Monteiro
156816a3ce Fixed positioning with double click
Originally committed to SVN as r127.
2006-02-23 20:08:31 +00:00
Rodrigo Braz Monteiro
f7bca9dd7f Commented video provider interface
Originally committed to SVN as r126.
2006-02-23 19:41:32 +00:00
Rodrigo Braz Monteiro
83ad086caf Fixed mkv parsing and a few other minor stuff
Originally committed to SVN as r125.
2006-02-23 19:26:14 +00:00