David Lamparter
62a9e0d057
convert AVFrame via wxImage on non-windoze
...
Originally committed to SVN as r243.
2006-03-25 23:40:09 +00:00
David Lamparter
d58f1a28dc
free AVFrames
...
Originally committed to SVN as r242.
2006-03-25 23:39:40 +00:00
David Lamparter
f0cf313be0
use correct ffmpeg width/height fields
...
Originally committed to SVN as r241.
2006-03-25 23:38:46 +00:00
David Lamparter
4036f73e43
autoconf / automake
...
Originally committed to SVN as r240.
2006-03-25 16:14:24 +00:00
Niels Martin Hansen
d45fb68058
Originally committed to SVN as r239.
2006-03-22 21:57:03 +00:00
David Lamparter
bc28f47f1c
THOU SHALT NOT PASS CLASSETH AS VARARGS
...
Originally committed to SVN as r238.
2006-03-22 19:34:54 +00:00
Niels Martin Hansen
ef057630d7
Cleanup of colorpicker code in progress, still incomplete.
...
More work on Automation 4.
Originally committed to SVN as r237.
2006-03-22 16:07:49 +00:00
Rodrigo Braz Monteiro
1dfe5bccea
Fixed the fonts collector's behavior with \fn
...
Originally committed to SVN as r236.
2006-03-22 00:25:47 +00:00
Rodrigo Braz Monteiro
b4a2b33868
Separated keyframe thresholds on the timing post-processor in start and end.
...
Originally committed to SVN as r235.
2006-03-21 09:24:46 +00:00
Rodrigo Braz Monteiro
87cfe62e0c
Fixed audio follow cursor bug.
...
Originally committed to SVN as r234.
2006-03-20 21:48:01 +00:00
Niels Martin Hansen
054350a17d
Completed HSV-HSL conversion function, looks like it's correct now.
...
Removed some large blocks of commented-out code.
Originally committed to SVN as r233.
2006-03-18 02:21:54 +00:00
Niels Martin Hansen
e6c2f3c083
Added functions for direct conversion between HSL and HSV. (hsl_to_hsv is still incomplete, and works over rgb atm)
...
Added some special cases to the HSV and HSl to RGB conversions, as a "fix" for bug #28 .
Random hacking on text_extents in a vain attempt at making its calculations more exact.
Originally committed to SVN as r232.
2006-03-17 01:59:41 +00:00
Rodrigo Braz Monteiro
180f323676
Originally committed to SVN as r231.
2006-03-17 01:32:37 +00:00
Rodrigo Braz Monteiro
8ad3626b25
Originally committed to SVN as r230.
2006-03-17 01:29:18 +00:00
Rodrigo Braz Monteiro
6456290567
Added a bias slider to make continuous function in timing post-processor.
...
Originally committed to SVN as r229.
2006-03-17 01:27:30 +00:00
Niels Martin Hansen
a20fb3519f
Removed YUV colorspace from color picker. (Bug 28 note 155.)
...
Attempt at making karaoke splitter commit more often. Doesn't seem to work though...? (It should now commit on anything that before would cause it to discard splits, except for the Cancel button.)
Originally committed to SVN as r228.
2006-03-16 01:26:26 +00:00
Rodrigo Braz Monteiro
55bfefb2d8
Fixed crash related to audio display losing focus while unloaded. ( #98 )
...
Originally committed to SVN as r227.
2006-03-15 23:53:44 +00:00
Rodrigo Braz Monteiro
1723915e3e
Fixed shift times not affecting video/audio, and default save as path
...
Originally committed to SVN as r226.
2006-03-14 04:23:00 +00:00
Rodrigo Braz Monteiro
81e86727ff
Removed the "Help" button from Find/Replace dialog.
...
Originally committed to SVN as r225.
2006-03-14 00:39:33 +00:00
Rodrigo Braz Monteiro
ea089faa37
Fixed handling of VFR times after v1 range
...
Originally committed to SVN as r224.
2006-03-14 00:33:31 +00:00
Rodrigo Braz Monteiro
ef779fb6db
Work around for mkv2vfr files
...
Originally committed to SVN as r223.
2006-03-14 00:08:56 +00:00
Rodrigo Braz Monteiro
bb037fc271
Added a horizontal scrollbar to shift times history.
...
Originally committed to SVN as r222.
2006-03-13 22:36:27 +00:00
Rodrigo Braz Monteiro
8f8952293b
Fixed bug which caused extra newlines to be added at the end of file.
...
Originally committed to SVN as r221.
2006-03-13 22:25:09 +00:00
Rodrigo Braz Monteiro
cb2c5ed6e7
Fixed extra comments being added on export/undo (might have broken other stuff)
...
Originally committed to SVN as r220.
2006-03-13 22:12:23 +00:00
Niels Martin Hansen
38dd8e0fb5
More updates to auto4 docs.
...
Originally committed to SVN as r219.
2006-03-12 21:43:11 +00:00
Niels Martin Hansen
6ed6cfc289
Minor bugfixing in karaskel.
...
Added preliminary Automation 4 design docs.
Originally committed to SVN as r218.
2006-03-12 20:32:25 +00:00
Fredrik Mellbin
7b95ba47fb
Readded 16bpp support for avisynth file opening
...
Originally committed to SVN as r217.
2006-03-11 16:20:40 +00:00
Niels Martin Hansen
b3c69a4567
Added "Split by karaoke" feature
...
Originally committed to SVN as r216.
2006-03-11 16:11:55 +00:00
Rodrigo Braz Monteiro
d74e8da400
Pomyk's search and replace patch
...
Originally committed to SVN as r215.
2006-03-07 22:38:46 +00:00
Rodrigo Braz Monteiro
b3618d42df
Dragging the timeline will now scroll audio display.
...
Originally committed to SVN as r214.
2006-03-07 00:12:50 +00:00
Rodrigo Braz Monteiro
7fe7d5cddb
Fixed shift times bug
...
Originally committed to SVN as r213.
2006-03-06 00:48:56 +00:00
Rodrigo Braz Monteiro
201360fd0a
Timeline is now drawn below audio display.
...
Originally committed to SVN as r212.
2006-03-06 00:45:24 +00:00
Rodrigo Braz Monteiro
a00a45125e
Audio display now follows the play cursor
...
Originally committed to SVN as r211.
2006-03-05 23:41:00 +00:00
Rodrigo Braz Monteiro
6f0073536e
Audio current play position cursor will now always be visible.
...
Removed video frame/subtitles time sync controls from the grid context menu.
Originally committed to SVN as r210.
2006-03-05 23:01:02 +00:00
Rodrigo Braz Monteiro
a7aca18675
Applied some Pomyk patches
...
Originally committed to SVN as r209.
2006-03-05 20:42:38 +00:00
Rodrigo Braz Monteiro
564e270e54
Pomyk's no focus on scrollbars patch
...
Originally committed to SVN as r208.
2006-03-05 20:31:04 +00:00
Rodrigo Braz Monteiro
77543d7c45
Modified path to fextracker headers
...
Originally committed to SVN as r207.
2006-03-05 19:14:42 +00:00
Rodrigo Braz Monteiro
a77abc2cad
Originally committed to SVN as r206.
2006-03-05 19:01:16 +00:00
tentacle
2a87445078
fixed compilation problems
...
removed old files
define AEGISUB
Originally committed to SVN as r204.
2006-03-05 18:50:45 +00:00
Rodrigo Braz Monteiro
212753e826
Originally committed to SVN as r203.
2006-03-05 06:25:43 +00:00
Rodrigo Braz Monteiro
e7f2682092
Originally committed to SVN as r202.
2006-03-05 06:07:45 +00:00
Rodrigo Braz Monteiro
e249381e31
Middle clicking the video seek bar and audio display will now focus them.
...
Originally committed to SVN as r201.
2006-03-05 04:41:59 +00:00
Rodrigo Braz Monteiro
ae1ab04215
Unhandled keypresses in grid will now be sent to the audio display.
...
Originally committed to SVN as r200.
2006-03-05 04:31:09 +00:00
Rodrigo Braz Monteiro
d11298c85e
Applied pomyk's dialog_export and duplicate patches
...
Originally committed to SVN as r199.
2006-03-05 02:47:20 +00:00
Rodrigo Braz Monteiro
3a3f3bb463
The line timing extending in timing post-processor is now governed by the "timing processor adjascent bias" option (1.0 [default] = move end, 0.0 = move start, 0.5 = move to halfway point, etc)
...
Originally committed to SVN as r198.
2006-03-05 02:25:12 +00:00
tentacle
1ae9db20d9
i'm too lazy to type
...
Originally committed to SVN as r197.
2006-03-04 15:29:20 +00:00
tentacle
627a85bd69
fixed fextracker normalization
...
added copyright notice
Originally committed to SVN as r196.
2006-03-04 15:26:09 +00:00
Fredrik Mellbin
302b89d1eb
Copy shadow_w
...
Originally committed to SVN as r195.
2006-03-03 19:53:04 +00:00
tentacle
cd6beca548
little tenfex interface change
...
+ moved FexTracker to OPEN SOURCE :)
Originally committed to SVN as r194.
2006-03-03 19:00:47 +00:00
Fredrik Mellbin
12363b6dc5
Originally committed to SVN as r193.
2006-03-03 18:50:02 +00:00