SVN Commit History

Select: [2.1CV] [2.1 merge] [2.0 to 2.1] [1.2.2 - 2.0] [1.2.1 - 1.2.2] [1.1.9 - 1.2.1] [1.1.8 - 1.1.9] [start - 1.1.8] [All]

Note: this page displays the result of executing the command:

svn log svn://svn.skolelinux.org/cinelerra/trunk/hvirtual

Which you can execute from your command line. Also, you can perform many more functions, using svn from the command line. Certain keywords (Fix|Add|Merge|remove|nice|Clear|Clean|drop|replace|convert|reverse|patch) are also underlined to possibly give an indication to what each commit is about.

The SVN repository is also mirrored in a git repository that has a git-web front end that can be viewed at http://www.pipapo.org/gitweb?p=cinelerra/svn;a=log.

All SVN entries


r1061 | j6t | 2008-07-16 18:23:23 +0000 (Wed, 16 Jul 2008) | 7 lines Add default ratecontrol option. Latest x264 doesn't set the ratecontrol method to any default, thus the application has to set it. Initial patch by Alexis Ballier (from the Gentoo Package).
r1060 | j6t | 2008-06-29 19:32:15 +0000 (Sun, 29 Jun 2008) | 2 lines Fix a crash when "Apply mask before plugins" is toggled with no armed track.
r1059 | j6t | 2008-06-29 19:00:37 +0000 (Sun, 29 Jun 2008) | 10 lines Support libtool-2.2. configure.in has some conditional vars set on libtool 1.5. They are also required on 2.2. Attached patch adds them, dropping support for libtool < 1.5, but I think that should be okay. Would be nontrivial to support that, too. Patch by Hanno B?\195?\182ck.
r1058 | j6t | 2008-06-01 20:36:51 +0000 (Sun, 01 Jun 2008) | 10 lines Fix some compiler warnings. Several instance of these warnings of this kind are silenced by this change: readpic.c:207: warning: incompatible implicit declaration of built-in function 'memcpy' Patch by Hanno B?\195?\182ck.
r1057 | j6t | 2008-06-01 20:12:59 +0000 (Sun, 01 Jun 2008) | 6 lines Fix build on gcc 4.3. Template functions cannot be static. Patch by Nicolas Chauvet.
r1056 | rafael2k | 2008-04-11 03:07:55 +0000 (Fri, 11 Apr 2008) | 1 line ffmpeg swscale patch
r1055 | raffa | 2008-03-08 22:33:45 +0000 (Sat, 08 Mar 2008) | 7 lines Update the doc folder Update the English Manual to Ed. 1.55 Update doc/texinfo.tex to the latest release (04.02.08) Update doc/TRANSLATIONS and doc/README_EN For details see the doc/ChangeLog file
r1054 | j6t | 2008-03-04 20:57:28 +0000 (Tue, 04 Mar 2008) | 6 lines 5.1 audio With this patch cinelerra works with surround40 alsa device as well. Patch by IL'dar AKHmetgaleev.
r1053 | j6t | 2008-02-14 18:55:44 +0000 (Thu, 14 Feb 2008) | 4 lines Add Russian translation. By Valentin Pesegov.
r1052 | j6t | 2008-02-06 19:44:37 +0000 (Wed, 06 Feb 2008) | 5 lines Disable caching of dropped frames during MPEG-2 playback. This patch was proposed by Marcin Kostur and reportedly improves the editing experience considerably.
r1051 | j6t | 2008-02-03 20:49:42 +0000 (Sun, 03 Feb 2008) | 6 lines Resources window: Keep the divider inside the window. If the user dragged the divider outside the window, it remained unaccessible. (Fixes bug 465.)
r1050 | raffa | 2008-02-02 20:05:57 +0000 (Sat, 02 Feb 2008) | 2 lines Reverted changes made in r1049, untested small changes didn't work
r1049 | raffa | 2008-02-02 16:13:55 +0000 (Sat, 02 Feb 2008) | 2 lines Order the format list alphabetically
r1048 | raffa | 2008-01-31 21:13:10 +0000 (Thu, 31 Jan 2008) | 2 lines Set Format window: Removed the double word 'Samplerate'
r1047 | j6t | 2008-01-08 19:49:09 +0000 (Tue, 08 Jan 2008) | 4 lines Fix duplicate parameter name in playback3d.h. Noticed by Nicolas Chauvet using gcc 4.3.0.
r1046 | rafael2k | 2007-12-26 22:34:06 +0000 (Wed, 26 Dec 2007) | 1 line basque translation updated - by dooteo, plus a small pt_br fix
r1045 | pmdumuid | 2007-12-23 13:55:34 +0000 (Sun, 23 Dec 2007) | 3 lines LIBMPEG3: Display an easy to understand message on command line when an mpeg file can't be opened.
r1044 | pmdumuid | 2007-12-21 23:06:46 +0000 (Fri, 21 Dec 2007) | 3 lines PLUGIN:Motion - Error fixed from last commit.. (SORRY)
r1043 | pmdumuid | 2007-12-21 09:21:44 +0000 (Fri, 21 Dec 2007) | 30 lines PLUGIN:Motion - Ability to add offsets from tracked frame To stabilize video, the motion plugin uses a "tracking frame" to which to track to and a region within that frame to track (generally an object in the background) in the current frame. When the region is obscured, (often by something in the foreground, or by leaving the screen), then the motion compensation would fail, and the video jump's all over the place. This patch helps work around the problem by allowing one to set a second region to track and then add offset the (previously calculated and saved to the respective file in /tmp/???/) Here's how I use it:
^ ^^ A BC A - object1 is visible in the background up until C B - (the frame before C) has both object1 and object2 visible C - has only object2 visible 1. Make a keyframe and set to track object1 2. Make a keyframe at C and track frame at B, set to track object2 3. Set keyframe at C to add offsets that were calcuated at B. Done! And it works REALLY well!!! (I am really happy with this! :P)
r1042 | rafael2k | 2007-12-02 04:08:23 +0000 (Sun, 02 Dec 2007) | 1 line Small update for the pt_BR translation
r1041 | rafael2k | 2007-12-02 03:44:42 +0000 (Sun, 02 Dec 2007) | 1 line Updated italian translation by Akirad
r1040 | j6t | 2007-11-25 20:24:02 +0000 (Sun, 25 Nov 2007) | 4 lines Fix for newer ffmpeg: needs extern "C" brackets. Patch by Nicolas (kwizart).
r1039 | j6t | 2007-11-25 19:54:05 +0000 (Sun, 25 Nov 2007) | 16 lines Fixed titler bug: occasional full intensity flash at last frame Bug: Titles configured to fade out sometimes flashed the title at full intensity at the last frame of the effect range. The problem was a boundary condition of the alpha calculation such that if the last frame of the effect was exactly aligned with a frame boundary, alpha would be set to 1 instead of 0. Also changed some integer truncation to rounding, although this wasn't related to the bug. [j6t: use lroundf(...) instead of (int)roundf(...)] Patch by Craig Lawson.
r1038 | j6t | 2007-10-29 19:25:16 +0000 (Mon, 29 Oct 2007) | 5 lines Title plugin: Update the "use time code" checkbox. When during playback (or scrubbing) a keyframe is crossed where the state of this option changes, the change was not reflected in the UI.
r1037 | j6t | 2007-10-29 19:16:37 +0000 (Mon, 29 Oct 2007) | 5 lines Check for OpenGL 2.0 libraries in /usr/X11R6/lib64/libGL.so.1, On OpenSUSE, this is the location of the x86_64 version of NVidia's OpenGL libraries.
r1036 | raffa | 2007-10-03 19:49:19 +0000 (Wed, 03 Oct 2007) | 2 lines Update AUTHORS file
r1035 | raffa | 2007-10-03 16:57:54 +0000 (Wed, 03 Oct 2007) | 4 lines Update the English Manual to Ed. 1.49 Add the Brazilian Manual Ed. 1.46 For details see doc/ChangeLog file
r1034 | j6t | 2007-09-24 19:20:06 +0000 (Mon, 24 Sep 2007) | 7 lines Insure color pickers update color when scrubbing in main window The Threshold window updated colors, but the color pickers did not. Copied fix from Gradient plugin revision 454. Patch by Craig Lawson.
r1033 | j6t | 2007-09-24 19:09:11 +0000 (Mon, 24 Sep 2007) | 4 lines Update Threshold documentation. Patch by Craig Lawson.
r1032 | j6t | 2007-09-24 19:07:33 +0000 (Mon, 24 Sep 2007) | 12 lines Make threshold low, mid, high colors configurable. Original code used two colors (black and white) for three ranges. This change allows user to specify each of the three colors independently, including alpha. Also refactored color handling into a new RGBA class. This class probably has utility outside of threshold, but it's used only here now so this is where it's defined. It can be moved as needed. Patch by Craig Lawson.
r1031 | j6t | 2007-09-24 18:59:40 +0000 (Mon, 24 Sep 2007) | 4 lines Refactor rendering code to use templates. Patch by Craig Lawson.
r1030 | j6t | 2007-09-24 18:56:48 +0000 (Mon, 24 Sep 2007) | 7 lines Simplify computation in YUV mode. Remove unnecessary conversion from YUV to RGB and back to YUV for standard (non-OpenGL) rendering. Patch by Craig Lawson.
r1029 | j6t | 2007-09-24 18:54:24 +0000 (Mon, 24 Sep 2007) | 30 lines Fix threshold rendering for non-OpenGL rendering by using alpha Standard rendering was out of sync with OpenGL rendering, resulting in unexpected output when switching from standard to OpenGL rendering in compositor, or when rendered to file. The problem did not manifest when working with a single track, only when overlaying. The problem was when the video source supports transparency, the white pixels are drawn opaque and black pixels are transparent. These are not useful choices as they make the Multiply overlay operation ineffective. Specific example: 1. Import a video clip and duplicate the video to two tracks. 2. In the top track, apply Threshold. Choose overlay mode "Multiply". Expected result in compositor: Pixels brighter than the threshold display normally, and pixels darker than the threshold are black. Actual result: Output is original video clip, unchanged. Problem: Pixels brighter than the threshold multiply the original image by 1, and pixels darker than the threshold multiply the original image by 0. But the dark pixels also have alpha = 0, so no multiplication actually occurs for dark pixels. The entire image is effectively multiplied by 1. Solution: Draw both white and black pixels with alpha = 1. Patch by Craig Lawson.
r1028 | j6t | 2007-09-07 19:49:47 +0000 (Fri, 07 Sep 2007) | 4 lines Documentation for RGB-601 effect. Patch by Craig Lawson.
r1027 | j6t | 2007-09-07 19:48:32 +0000 (Fri, 07 Sep 2007) | 4 lines Updated Videoscope doc. Added 2 images. Patch by Craig Lawson.
r1026 | j6t | 2007-09-07 19:39:44 +0000 (Fri, 07 Sep 2007) | 16 lines Videoscope layout tweaks. Parameterize layout some more. Modify widget area layout slightly. Remove "Limits" title - not really needed. Positioning small labels around perimeter of vectorscope: draw_center_text appears to be inaccurate for small font, but OK for medium font. Could be difference in how draw_center_text calculates the center versus how I think it should be done. Rather than debugging a possibly complex font problem, use draw_text instead. Patch by Craig Lawson.
r1025 | j6t | 2007-09-07 19:38:28 +0000 (Fri, 07 Sep 2007) | 4 lines Eliminate occasional garbage drawn below vectorscope. Patch by Craig Lawson.
r1024 | j6t | 2007-09-07 19:37:27 +0000 (Fri, 07 Sep 2007) | 13 lines Add optional graduations to waveform. Add optional waveform graduations for IRE 7.5% black limit, ITU-R B.601 limits, ITU-R B.709 limits. Add checkboxes to control their display. Add optional inverse (XOR) graduation drawing mode and checkbox control. Remove the right side labels from waveform. It was useful for only one extra graduation, but it's too crowded with the additional optional graduations. Always draw labels on the left. Patch by Craig Lawson.
r1023 | j6t | 2007-09-07 19:35:55 +0000 (Fri, 07 Sep 2007) | 7 lines Refactor massive VIDEOSCOPE macro into a template method. Easier to read, maintain, and gdb understands it. Also change all #defines to consts: gdb handles them better. Patch by Craig Lawson.
r1022 | j6t | 2007-09-07 19:34:28 +0000 (Fri, 07 Sep 2007) | 23 lines Restructure overlay and label code for efficiency; change the graphic display somewhat Restructure overlay and label drawing code to push more drawing code into the waveform and vectorscope components. Precompute the overlay geometry when the window is resized rather than every time it's drawn. Change graduation lines from bright green to dim gray. I thought the bright green distracted from the more important data. Added 7.5% SMPTE luminance line on waveform. Insure label values are multiple of 10 (9's were due to floating point truncation). Centered label text in column. Looks a little nicer, I think. Position vectorscope label values more closely to the vectorscope circle instead of with the waveform display. Draw color axes on vectorscope and label the axes with R,G,B,C,Y,M. Patch by Craig Lawson.
r1021 | j6t | 2007-09-07 19:32:05 +0000 (Fri, 07 Sep 2007) | 12 lines Draw waveform points in color, too. Vectorscope points are drawn in color and it looks nice. Draw waveform points in color so they look nice, too. Color waveform helps the user to visually correlate the frame with the waveform. Also brighten and decrease contrast of points drawn. Although this distorts the videoscope colors slightly, if this is not done the very dim colors are not visible against the black background. Patch by Craig Lawson.
r1020 | j6t | 2007-09-07 19:30:20 +0000 (Fri, 07 Sep 2007) | 12 lines Correct colors drawn in vectorscope. Colors drawn in the vectorscope in the BGR8888 color model had swapped red and blue. As a result, the display inaccurately reflected the source image, and adjustments with the Color Balance plug-in were confusing because image changes did not follow the apparent color axes. This change insures points are drawn in their correct colors on the correct color axes. Patch by Craig Lawson.
r1019 | j6t | 2007-08-29 21:06:20 +0000 (Wed, 29 Aug 2007) | 6 lines Fix crash in Ogg file handling. A data structure was not completely initialized. Based on a patch provided by Mark Carter.
r1018 | cobra | 2007-08-22 02:03:43 +0000 (Wed, 22 Aug 2007) | 11 lines Fix a build problem on 64bit. Thanks to Ichthyostega for an initial partial fix, and to feedback from j and Graham Evans with build results. This fixes a build problem on amd64 (where -fPIC is often used globally) in quicktime/ffmpeg/libavcodec/i386/mpegvideo_mmx.c. It also allows -fPIC to continue to be used selectively on 32bit platforms for the mmx files in ffmpeg. Kevin Brosius
r1017 | j6t | 2007-07-28 21:06:34 +0000 (Sat, 28 Jul 2007) | 8 lines Fix curved masks boundaries if start and end point are very close. When the start and end points of a mask bound were only a few pixels apart, then a Bezier curve between them would be interpolated by too few points. To fix this, we use the same algorithm as in the mask engine, which is a forward differencing method.
r1016 | j6t | 2007-07-27 22:30:55 +0000 (Fri, 27 Jul 2007) | 29 lines Use the OpenGL mask renderer and fix it. Currently, only the software mask render was used even if OpenGL was available. This posed a problem when a fade was defined in addition: In this case the fade took precedence and the rendered mask was ignored. With this change the OpenGL mask renderer is used, and the result is blended with the fader. However, the OpenGL mask renderer is of low quality and only suitable as a preview for initial work. For fine-tuning of masks (with large feather values) OpenGL should be switched off and the software renderer be used. The GLU tesselator is used to dissect the mask polygon into triangles. The tesselator requires a callback that computes new vertices. This callback was bogus in two ways: - It did not take into account that the input can contain NULL pointers and crashed. This happened if the mask outline was made up of splines. It turns out that the interpolation that this callback normally must perform is not needed anyway (we are painting only a single color), so it is removed. - The new vertex data was allocated with malloc, but the GLU would not free this data, so the memory is leaked. The solution is to put the new vertices into a global list, which is deleted after the tesselation is completed.
r1015 | j6t | 2007-07-18 18:53:01 +0000 (Wed, 18 Jul 2007) | 4 lines Add a shortcut 'e' that toggles between selection and drag&drop edit modes. Patch by Vit Stradal.
r1014 | j6t | 2007-07-18 18:46:43 +0000 (Wed, 18 Jul 2007) | 4 lines Enable horizontal scrolling with the mouse wheel by pressing Ctrl. Patch by Vit Stradal.
r1013 | j6t | 2007-07-17 20:21:34 +0000 (Tue, 17 Jul 2007) | 5 lines Select the entire clip title when a clip is edited or created. Then the title can be erased with a single keystroke. Patch by Vit Stradal.
r1012 | j6t | 2007-07-10 19:41:01 +0000 (Tue, 10 Jul 2007) | 11 lines Add a new video plugin for rerouting channels to a different track. The new plugin enables to selectively transfer the Alpha channel or the Components (RGB or YUV) or both from a source track to a target track, partially overwriting the target's contents. It works as a shared plugin. The typical usage scenario is to build up a possibly animated Mask in one track and then to transfer the Alpha channel to another content track Authored by Hermann Vosseler.
r1011 | j6t | 2007-06-20 20:42:16 +0000 (Wed, 20 Jun 2007) | 8 lines Fix closing XML tags for the labels and for all plugins. Note that due to the way in which cinelerra handles the plugin keyframe data, existing projects are not automatically corrected. Only keyframes that are modified are corrected. Patch by Hermann Vosseler.
r1010 | j6t | 2007-06-15 19:10:28 +0000 (Fri, 15 Jun 2007) | 5 lines Save mask point coordinates using %g instead of %e to save space. I have a project that has a mask at almost every frame. This reduces the file size by 45%.
r1009 | minmax | 2007-05-10 09:37:52 +0000 (Thu, 10 May 2007) | 2 lines Move the dependencies to newer package names
r1008 | rafael2k | 2007-04-06 23:47:53 +0000 (Fri, 06 Apr 2007) | 1 line pt_BR translation update
r1007 | j6t | 2007-03-31 19:36:53 +0000 (Sat, 31 Mar 2007) | 4 lines Make configure detect and work on amd64. Patch by j .
r1006 | j6t | 2007-03-05 19:49:17 +0000 (Mon, 05 Mar 2007) | 5 lines configure: Use libx264_pic instead of libx264 if available. On Ubuntu, prefer libx264_pic over libx264 if --with-pic was specified explicitly. Patch by j@v2v.cc.
r1005 | cobra | 2007-03-03 22:23:16 +0000 (Sat, 03 Mar 2007) | 5 lines Increase the number of displayed digits for resample audio dialog box (for bug # 389.) Kevin Brosius
r1004 | minmax | 2007-02-25 08:37:45 +0000 (Sun, 25 Feb 2007) | 2 lines Fix http://article.gmane.org/gmane.comp.video.ffmpeg.devel/26558
r1003 | pmdumuid | 2007-02-22 12:20:51 +0000 (Thu, 22 Feb 2007) | 5 lines BlueDot theme is usable again thanks to Miha Kitic who finished off my commencement of restoring this theme. See the git repository for more details.
r1002 | minmax | 2007-02-18 21:45:23 +0000 (Sun, 18 Feb 2007) | 4 lines Fix description of the preference fixes bug 395
r1001 | minmax | 2007-02-18 21:32:11 +0000 (Sun, 18 Feb 2007) | 5 lines Oneliner to fix proper setting of mp3 bitrate fixes bug 271
r1000 | minmax | 2007-02-18 21:14:47 +0000 (Sun, 18 Feb 2007) | 4 lines zero length allocation in stsz.c detected by valgrind, and the writing over first four bytes... stsc.c had very similar code, so i applied the same fix to it too, even maybe it does not need it, but it cannot hurt
r999 | rafael2k | 2007-02-17 04:40:59 +0000 (Sat, 17 Feb 2007) | 5 lines maintainers added to README_en. README_pt added. pt_BR translation updated.
r998 | minmax | 2007-02-11 13:29:48 +0000 (Sun, 11 Feb 2007) | 5 lines Enable keyboard navigation in composer and viewer window up/down = 10 seconds left/right = 1 second
r997 | minmax | 2007-02-10 16:14:00 +0000 (Sat, 10 Feb 2007) | 4 lines Two fixes for pluggin dragging one in tracksedit.C actually fixes a crush - pluginset editlist was not kept in correct state one in trackcanvas.C makes sure that we have WYSIWYG
r996 | minmax | 2007-02-10 12:18:54 +0000 (Sat, 10 Feb 2007) | 2 lines add renderprofiles.C to POTFILES.in
r995 | minmax | 2007-02-10 12:16:37 +0000 (Sat, 10 Feb 2007) | 5 lines add proper gettext headers to exportedl.C fixes bug 290
r994 | minmax | 2007-02-10 11:57:18 +0000 (Sat, 10 Feb 2007) | 5 lines Fix unbounded edits - bug 375 Caused due to my sloppiness some time ago, though i cannot find the revision
r993 | minmax | 2007-02-10 11:18:22 +0000 (Sat, 10 Feb 2007) | 5 lines Fix wrong transitions being used - bug 398 Actually the core issue is not in shapewipe but in cinelerra, this fixes the things not finished in r765
r992 | minmax | 2007-02-09 21:24:57 +0000 (Fri, 09 Feb 2007) | 2 lines Fix three small leaks discovered by valgrind
r991 | minmax | 2007-02-09 21:02:39 +0000 (Fri, 09 Feb 2007) | 5 lines Add support for msmpeg42 in .avi (a.k.a. div3v2) fixes bug 384
r990 | minmax | 2007-02-09 20:53:59 +0000 (Fri, 09 Feb 2007) | 2 lines Add interpolation for reframert effect
r989 | minmax | 2007-02-09 19:21:54 +0000 (Fri, 09 Feb 2007) | 5 lines Add render profiles to render dialog Not the smoothest implementation ever, but should do...
r988 | minmax | 2007-02-09 12:30:40 +0000 (Fri, 09 Feb 2007) | 8 lines Fix a leak when reopening mpeg TOC files, overwriting the old fd. This leak also caused crushes in some wierd way... There is still _great_inefficiency_ in opening mpeg files... all the decoding threads are created just to read number of video streams before reopening the file anyway
r987 | j6t | 2007-02-04 20:25:02 +0000 (Sun, 04 Feb 2007) | 22 lines Fix incomplete UI updates and re-rendering after clicking in the time line. Some updates of the plugin windows and fader slider or missing re-renderings happen at the following instances: - Clicking on an edit boundary. - Clicking on a plugin boundary. - Jumping from label to label with Ctrl-Arrow. - Jumping to the beginning or end of the time line with Pos1 or End. - Selecting a label in the main windows. - Selecting a label in the composer. - Clicking on an automation keyframe. The changes in trackcanvas.C basically unify all do_*() routines to set the flags that indicate what to change to the caller, because all callers already were prepared to do the updates, but were not told to do them. In the other instances the necessary updates are introduced. This fixes bug 327.
r986 | j6t | 2007-01-29 21:05:34 +0000 (Mon, 29 Jan 2007) | 9 lines Disable MMX on x86_64 again - it does not compile. In revision 983 I changed the treatment of --enable-mmx. If it is not specified, it defaults now to "autodetect". However, this auto-detection was not treated at all on x86_64. Now we disable MMX everywhere except on i[56]86. Again, Alexis Ballier pointed me in the right direction.
r985 | j6t | 2007-01-23 21:34:33 +0000 (Tue, 23 Jan 2007) | 11 lines Fill in the AUTHORS file with useful information. This file is used by a svn to git converter; hence, it must have this particular syntax, which maps svn committer logins to names and emails. On the other hand, since this file lists only the svn logins, it is by no means a complete list of authors. Many people have contributed, but are not mentioned here. If you think you deserve attribution in this list, it will be no problem to add your name, too (with some fake login name).
r984 | cobra | 2007-01-22 01:51:18 +0000 (Mon, 22 Jan 2007) | 5 lines Enable GLOBAL_PLUGIN_DIR as requested by Markus Grabner in bug # 308. Kevin Brosius
r983 | j6t | 2007-01-21 20:55:54 +0000 (Sun, 21 Jan 2007) | 8 lines Reorder CPU configure checks, fix and clean up --enable-{mmx,3dnow,altivec}. The FFmpeg section depends on --enable-mmx and --enable-altivec results. Alexis Ballier pointed out that the user's choice of --enable-{mmx,3dnow,altivec} had been overriden by unconditional variable assignments.
r982 | cobra | 2007-01-20 22:26:40 +0000 (Sat, 20 Jan 2007) | 9 lines Update spec file for SUSE builds. Includes contributions from Markus Grabner in bug # 308. Support 64bit builds. Also change version stamping of packages to match SUSE standards a little better and packman versioning. When building, you need to change the svn revision in this file prior to shipping packages. Kevin Brosius
r981 | cobra | 2007-01-19 00:15:02 +0000 (Fri, 19 Jan 2007) | 10 lines Expand Pierre's version stamping for use in 'make dist' packages. Now you can also use: configure --with-buildinfo=cust/"SVN r980 SUSE" (for example), and create a 'make dist' package for building in your build system. The string passed following the 'cust' parameter will be used in the About dialog and version information, along with the build date. Kevin Brosius
r980 | nicolasm | 2007-01-11 20:42:18 +0000 (Thu, 11 Jan 2007) | 3 lines Add the Cinelerra-CV manual sources. Edition 1.00, English & French.
r979 | j6t | 2007-01-10 21:17:03 +0000 (Wed, 10 Jan 2007) | 11 lines Change ffmpeg.h to use correct avcodec.h header file. This changes cinelerra/ffmpeg.h to use instead of "ffmpeg/libavcodec/avcodec.h", and it changes configure.in and cinelerra/Makefile.am to pass the correct FFMPEG_CFLAGS during build; i.e., either "-I$(top_src)/quicktime/ffmpeg/libavcodec" during internal-ffmpeg builds, or whatever pkg-config --cflags says for libavcodec/libpostproc, which is usually "-I/usr/include/ffmpeg -I/usr/include/postproc". Patch by Dan Streetman (with additional tweaks in fileac3.h and filedv.h).
r978 | j6t | 2007-01-08 21:27:22 +0000 (Mon, 08 Jan 2007) | 10 lines Recognize HDV files that have a .m2t file extension. Says Dan Streetman, who contributed this patch: Since only the first 4 chars are compared this technically will match .m2t* I should note that this very simple patch does not add support for AVCHD files (which typically have .m2ts extension), it just allows cinelerra to recognize HDV files with .m2t extension. AVCHD still does not work.
r977 | rafael2k | 2007-01-05 19:44:58 +0000 (Fri, 05 Jan 2007) | 1 line fileyuv.C added to POTFILES.in and updated pt_BR translation.
r976 | pmdumuid | 2007-01-04 12:34:29 +0000 (Thu, 04 Jan 2007) | 1 line Makes drop-down values in the 'duration visible in timeline' change whilst resizing window
r975 | pmdumuid | 2007-01-04 10:03:57 +0000 (Thu, 04 Jan 2007) | 11 lines Code cleanup of fileyuv.{C,h} and pipe.{C,h} These files are not in HW's version, so I have taken the liberty of: * Formatting changes * Moving the PipeCheckBox and PipePreset classes into fileyuv.C (the only user, and not much else could use them!) NOTE: The purpose of the cleanup is to allow widgetgrid to be more easily applied. (Please let me know if this breaks anything!)
r974 | j6t | 2006-12-30 17:37:50 +0000 (Sat, 30 Dec 2006) | 2 lines configure: Check for presence of libtiff headers and libraries.
r973 | j6t | 2006-12-26 21:55:50 +0000 (Tue, 26 Dec 2006) | 4 lines MPEG private data debug line not needed and clutters output. Patch by Dan Streetman.
r972 | j6t | 2006-12-25 21:15:54 +0000 (Mon, 25 Dec 2006) | 7 lines Fix aspect ratio of YUV4MPEG streams. This changes numerator/numerator to numerator/denominator so that it does not always return 0. Patch by Dan Streetman.
r971 | j6t | 2006-12-25 20:38:54 +0000 (Mon, 25 Dec 2006) | 5 lines Know about file extensions of YUV4MPEG streams and raw DV. This allows the render format chooser to change the file extension when these formats are selected.
r970 | j6t | 2006-12-25 20:35:44 +0000 (Mon, 25 Dec 2006) | 4 lines Do not store format-specific path names in Cinelerra_rc. This reverts part of revision 402.
r969 | j6t | 2006-12-25 20:33:08 +0000 (Mon, 25 Dec 2006) | 5 lines Render format selector: Do not change the path name when the format is changed. This leaves the path name that has just been entered alone, except that the file name extension is changed.
r968 | j6t | 2006-12-25 20:30:05 +0000 (Mon, 25 Dec 2006) | 6 lines Do not show the pipe command in the render format selector. Now that the pipe command is just a specificity of the YUV4MPEG Stream format, we don't show it in the format chooser, like for all other format specific settings that aren't shown either.
r967 | j6t | 2006-12-25 20:25:00 +0000 (Mon, 25 Dec 2006) | 5 lines Do not clutter Cinelerra_rc with unnecessary entries about pipe usage. Pipes are only used for writing to the YUV4MPEG Stream format. But different settings were stored for each format. Now we save only one setting.
r966 | rafael2k | 2006-12-23 15:13:09 +0000 (Sat, 23 Dec 2006) | 1 line Updated pt_BR translation, by rafael2k
r965 | pmdumuid | 2006-12-19 08:30:00 +0000 (Tue, 19 Dec 2006) | 1 line German translation update by Jens Seidel
r964 | pmdumuid | 2006-12-19 08:02:39 +0000 (Tue, 19 Dec 2006) | 1 line Updated source references using "make update-po"
r963 | pmdumuid | 2006-12-18 22:31:39 +0000 (Mon, 18 Dec 2006) | 1 line Updated POTFILES.in and French translation by jean.luc.coulon@gmail.com (submitted via bug 382)
r962 | pmdumuid | 2006-12-16 00:40:16 +0000 (Sat, 16 Dec 2006) | 1 line Fix for videodev2 test in configure.in (The testing for structure requires include of header file!)
r961 | pmdumuid | 2006-12-01 12:53:09 +0000 (Fri, 01 Dec 2006) | 1 line Updated pt_br translation by rafae2k
r960 | cobra | 2006-11-28 22:03:34 +0000 (Tue, 28 Nov 2006) | 4 lines Ok, this is better for the PPC vs. older autotools fix. Kevin Brosius
r959 | cobra | 2006-11-28 01:18:04 +0000 (Tue, 28 Nov 2006) | 5 lines PPC changes break some older autotools, this is a workaround. Please let me know if you see any trouble on the PPC builds. Kevin Brosius
r958 | pmdumuid | 2006-11-09 10:21:32 +0000 (Thu, 09 Nov 2006) | 1 line Make the overlay window toggle options match the view menu toggle options
r957 | pmdumuid | 2006-11-08 12:04:47 +0000 (Wed, 08 Nov 2006) | 1 line Add a toolbar button to display the state of the "edit labels" option (which I think should be termed lock / unlock labels since I have never discovered what this does until now!)
r956 | pmdumuid | 2006-11-08 11:44:19 +0000 (Wed, 08 Nov 2006) | 1 line README.BUILD - add more library recommendations
r955 | j6t | 2006-11-05 13:33:41 +0000 (Sun, 05 Nov 2006) | 7 lines Fix the Diffkey icon. It used the Flip effect's icon. Furthermore, the PNG of the motion icon did not match the compiled icon. Bug # 351.
r954 | j6t | 2006-11-04 18:58:18 +0000 (Sat, 04 Nov 2006) | 6 lines Improve icons of the liveaudio and livevideo effects. Nicolas donated slightly improved versions. They are still white but have an outline. Bug # 351.
r953 | pmdumuid | 2006-11-02 23:00:39 +0000 (Thu, 02 Nov 2006) | 1 line Make the goto toolbutton look like a goto icon rather than a clip icon
r952 | pmdumuid | 2006-11-01 10:13:19 +0000 (Wed, 01 Nov 2006) | 5 lines When loading or dragging an (non-edl) asset onto the current timeline, clip it to the minimum commmon frame between both the audio when "align cursor on frame" is on.
r951 | pmdumuid | 2006-10-29 22:58:05 +0000 (Sun, 29 Oct 2006) | 1 line Forgotten escaping slash in r949 (which was actually written by Alexis Ballier aballierATgentoo_._org) and also added -f to rm -f versioninfo.h (removes the possiblility of configure requesting a user input)
r950 | pmdumuid | 2006-10-29 07:51:27 +0000 (Sun, 29 Oct 2006) | 1 line The text definitions for Internal and external back-to-front in the last patch
r949 | pmdumuid | 2006-10-28 22:54:57 +0000 (Sat, 28 Oct 2006) | 9 lines Add configure option to allow for external ffmpeg linking. Package maintainers (and gentoo emerge script people) need to add: #define FFMPEG_EXTERNALTEXT "@FFMPEG_EXTERNALTEXT@" into versioninfo.h if they manually create versioninfo.h file!
r948 | pmdumuid | 2006-10-28 14:47:20 +0000 (Sat, 28 Oct 2006) | 1 line FFMPEG configure disables mmx unless explicitly set on the configure as an argument (fixes some peoples problems - see IRC)
r947 | pmdumuid | 2006-10-27 00:26:18 +0000 (Fri, 27 Oct 2006) | 11 lines FFMPEG configure script is executed as part of cinelerra's configure script to generate the avconfig.h file. This patch is primarily for PPC people to get the build right! This patch was developed as a joint effort by Rafael Diniz and Pierre Dumuid. (see the IRC logs and the mail list for the discussion in development 2006-10-27)
r946 | minmax | 2006-10-24 23:08:49 +0000 (Tue, 24 Oct 2006) | 3 lines Timecodes were being messed up when in hour field more than one digit number was entered
r945 | minmax | 2006-10-20 22:51:56 +0000 (Fri, 20 Oct 2006) | 2 lines Revert merge of editing modes
r944 | minmax | 2006-10-19 17:00:41 +0000 (Thu, 19 Oct 2006) | 2 lines A small fix to previous patch
r943 | minmax | 2006-10-19 16:44:05 +0000 (Thu, 19 Oct 2006) | 4 lines Merge "copy'n'paste" and "drag'n'drop" editing modes into one, shift key being diferentiatior between them. Also remove icons and everything else.
r942 | minmax | 2006-10-18 15:57:26 +0000 (Wed, 18 Oct 2006) | 3 lines Fix a freeze when changing transition length - freezes due to a missing lock_window
r941 | minmax | 2006-10-18 12:04:59 +0000 (Wed, 18 Oct 2006) | 14 lines Fixes bug 340 http://bugs.cinelerra.org/show_bug.cgi?id=340 The solution is highly suboptimal and might bring performance degradation // The proper solution is HARD because of : // 1. idiotic xlib does not have XTryLockDisplay - we will need to _completely_ implement XLockDisplay by ourselves (including cascaded locking - it is not the same as mutex!) // 2. the locking shemantic inside new lock_window and here will be really tricky, we should: // in lock_window check wheather BC_WindowEvents is in XNextEvent and it is send custom xevent to break out of the loop and make sure lock is not taken again if locck_window is waiting for it // 3. Send custom events from previous point through _separate_ xwindows display connection since XSendEvent would need to be protected by XLockDisplay which obviously can't be done inside the same thread!
r940 | minmax | 2006-10-15 23:53:17 +0000 (Sun, 15 Oct 2006) | 2 lines Fix ffmpeg returing error when trying to use multithreading in codecs that do not support it
r939 | minmax | 2006-10-15 18:33:56 +0000 (Sun, 15 Oct 2006) | 3 lines Make cinelerra not crush when selecting Microsoft MPEG as video option inside Quicktime or AVI container Just do the same check as ffmpeg internally uses for 4MV allowance
r938 | minmax | 2006-10-15 18:22:51 +0000 (Sun, 15 Oct 2006) | 3 lines Make cinelerra actually read AVI DV+PCM it produces... There was a grave bug when reading pcm samples in trak.c ... i don't know how it ever worked right at all (probably it didn't...)
r937 | minmax | 2006-10-15 18:20:32 +0000 (Sun, 15 Oct 2006) | 4 lines Actually write PCM in AVI files according to specification. This makes cinelerra's DV+PCM AVI actually playable by mplayer, totem, xine and ffplay! Kino seems to have a problem of its own
r936 | minmax | 2006-10-14 21:51:26 +0000 (Sat, 14 Oct 2006) | 2 lines Sane default sample zoom...
r935 | minmax | 2006-10-14 21:47:24 +0000 (Sat, 14 Oct 2006) | 3 lines a) prevent creating two clips with the same name b) have actually informative default
r934 | j6t | 2006-10-14 19:56:20 +0000 (Sat, 14 Oct 2006) | 2 lines Must include config.h in affine.C to have OpenGL support.
r933 | j6t | 2006-10-14 18:28:38 +0000 (Sat, 14 Oct 2006) | 5 lines Auto-detect the presence of OpenGL 2.0 capable libraries. The configure option is not on by default and can be disabled using --disable-opengl.
r932 | minmax | 2006-10-14 16:08:25 +0000 (Sat, 14 Oct 2006) | 2 lines When playing update clocks only, not all zoombar widgets
r931 | minmax | 2006-10-14 15:42:48 +0000 (Sat, 14 Oct 2006) | 3 lines Fix a race when closing window Sometimes window was not closed since event_thread was created AFTER set_done() call...
r930 | minmax | 2006-10-14 11:04:10 +0000 (Sat, 14 Oct 2006) | 3 lines a) have more sane names for presets - more user friendly b) also set interlace modes with the presets
r929 | minmax | 2006-10-14 10:58:12 +0000 (Sat, 14 Oct 2006) | 2 lines Sane autoconf defaults - don't show projector and camera xyz
r928 | minmax | 2006-10-14 09:17:51 +0000 (Sat, 14 Oct 2006) | 2 lines Forgotten cwindowgui lock
r927 | minmax | 2006-10-14 09:10:45 +0000 (Sat, 14 Oct 2006) | 3 lines Fix editing off by one errors... This resulted in audio samples sometimes actually floating +1 sample when for example muting a region of whole edit
r926 | pmdumuid | 2006-10-14 00:54:22 +0000 (Sat, 14 Oct 2006) | 9 lines Swap the shortcut keys for "setting the range for all autotypes" and "setting the range for current autotypes" around. This is following a discussion on IRC: http://cvs.cinelerra.org/irclog/index.php?file=2006-10-13.html where "Alt f" was considered as that it should change range for all types.
r925 | minmax | 2006-10-13 23:41:56 +0000 (Fri, 13 Oct 2006) | 2 lines Fix reporting of u and v offets - don't access the fields when they are not available (and thus please valgrind)
r924 | minmax | 2006-10-13 23:41:18 +0000 (Fri, 13 Oct 2006) | 2 lines Fix strdup/delete mismatch into strdup/free
r923 | minmax | 2006-10-13 23:34:46 +0000 (Fri, 13 Oct 2006) | 2 lines Fix wrongly reported error message (interpreting result wrongly)
r922 | minmax | 2006-10-13 22:53:01 +0000 (Fri, 13 Oct 2006) | 2 lines get_key_masks called when there was no keymasks event
r921 | minmax | 2006-10-13 22:46:01 +0000 (Fri, 13 Oct 2006) | 4 lines Fix previous patch of async window updates.. i forgot that virtual functions are not called in constructors...
r920 | minmax | 2006-10-13 17:18:16 +0000 (Fri, 13 Oct 2006) | 2 lines Patch for bug 166 as submited by Joe Stewart
r919 | minmax | 2006-10-13 16:40:11 +0000 (Fri, 13 Oct 2006) | 2 lines Fixes writing of AVI files. Now Kino correctly reads them (tested with Kino 0.9.2)
r918 | minmax | 2006-10-13 11:41:18 +0000 (Fri, 13 Oct 2006) | 2 lines Fix for my patch that provided virtual edits... we forgot to set edl right
r917 | minmax | 2006-10-13 10:06:42 +0000 (Fri, 13 Oct 2006) | 2 lines Implement Asynchronous updates for awinodw, thus removing the reason for the most frequent cinelerra freezes i enjoyed
r916 | minmax | 2006-10-13 09:50:39 +0000 (Fri, 13 Oct 2006) | 2 lines Make shm warning message more informative
r915 | minmax | 2006-10-12 21:18:09 +0000 (Thu, 12 Oct 2006) | 6 lines Implement eprintf - error printf as an universal macro that prints errors to the proper output. Also move file open operations in file*.C rutines to use eprintf, which means user actually gets a feedback when file for any reason cannot be read or written.
r914 | minmax | 2006-10-12 19:44:33 +0000 (Thu, 12 Oct 2006) | 3 lines Fix a long outstanding bug regarding dragndroping dropping a clip or asset from resources caused cut on the tracks where nothing was pasted
r913 | minmax | 2006-10-12 11:31:42 +0000 (Thu, 12 Oct 2006) | 2 lines Change version number so it starts with one - multiple svn builds can be done in one day
r912 | minmax | 2006-10-12 11:19:36 +0000 (Thu, 12 Oct 2006) | 2 lines Update
r911 | minmax | 2006-10-12 11:17:13 +0000 (Thu, 12 Oct 2006) | 2 lines some more cleaning up of dependencies
r910 | minmax | 2006-10-12 11:16:44 +0000 (Thu, 12 Oct 2006) | 2 lines update control file to have more accurate dependencies
r909 | pmdumuid | 2006-10-01 08:14:53 +0000 (Sun, 01 Oct 2006) | 1 line Adding tooltips for the zoombar
r908 | pmdumuid | 2006-09-30 15:56:40 +0000 (Sat, 30 Sep 2006) | 6 lines clamp the video range from 0 to 100 clamp the automation curves viewed in the timeline to represent what cinelerra does internally. centralise the code to do the automation clamping.
r907 | pmdumuid | 2006-09-29 16:24:10 +0000 (Fri, 29 Sep 2006) | 1 line this might fix some peoples problems with the --with-buildinfo patch (please try rm cinelerra/Makefile cinelerra/.deps/main.* cinelerra/.deps/aboutprefs.*; ./autogen.sh; ./configure ; make as well)
r906 | pmdumuid | 2006-09-28 01:13:09 +0000 (Thu, 28 Sep 2006) | 1 line A more rigourus buildinfo implementation (please use --with-buildinfo=svn/recompile as a configure parameter from now on; or alternatively, for package developers, after running configure, make up your own cinelerra/versioninfo.h file.)
r905 | pmdumuid | 2006-09-27 05:38:19 +0000 (Wed, 27 Sep 2006) | 1 line Make the patch bay slider range use that of the autogrouptype
r904 | pmdumuid | 2006-09-27 02:22:35 +0000 (Wed, 27 Sep 2006) | 1 line dvn_in_host now saved (resolves Bug 314) patch by Gustavo I?\195?\177iguez
r903 | pmdumuid | 2006-09-25 23:53:52 +0000 (Mon, 25 Sep 2006) | 1 line BC_FileBoxDirectoryText::handle_event - fix for the change in meaning of is_dir() since the 2.1 merger
r902 | pmdumuid | 2006-09-25 23:51:50 +0000 (Mon, 25 Sep 2006) | 1 line Automation ranges cont.: fix a clamp issue when dragging autos. Ctrl+Alt F works now.
r901 | pmdumuid | 2006-09-25 15:43:35 +0000 (Mon, 25 Sep 2006) | 1 line Automation::fit_autos() now works and automation_{min,max} variable removed
r900 | pmdumuid | 2006-09-25 13:55:04 +0000 (Mon, 25 Sep 2006) | 1 line Autorange: get the {expand,shrink{_autos} functions to work again. Added toggle button each side of autorange textbox
r899 | pmdumuid | 2006-09-25 08:15:07 +0000 (Mon, 25 Sep 2006) | 1 line autogrouptypes given better names in xml; Decibels / video fade units need not be more than 1 decimal place; automation_{min,max} need not be saved anymore, (need to delete from code completely)
r898 | pmdumuid | 2006-09-25 06:25:12 +0000 (Mon, 25 Sep 2006) | 1 line Control of automation curve ranges per type (fixes badness in design since 2.0) the textbox is scrollable on both sides as well.
r897 | pmdumuid | 2006-09-23 07:33:09 +0000 (Sat, 23 Sep 2006) | 1 line Somewhat logarithmic change of the projector and camera textboxes
r896 | pmdumuid | 2006-09-23 00:08:34 +0000 (Sat, 23 Sep 2006) | 1 line Add scrollability to the comboboxes (BC_PopupMenu)
r895 | j6t | 2006-09-22 20:21:46 +0000 (Fri, 22 Sep 2006) | 15 lines Fix clipboard handling to return only data of the requested type. The modifications look more voluminous than they are because one change is to move the handler for SelectionRequest events into a set of functions. The major fix is to check the type of data that is requested in the SelectionRequest event. This way a bad interaction with Klipper is avoided, which requests data of type 'TARGETS' when it notices that the selection owner has changed. In addition, the request for 'TARGETS' is also honored. This makes Cinelerra a little more compliant with the ICCCM. However, the mandatory targets 'TIMESTAMP' and 'MULTIPLE' are still not supported.
r894 | j6t | 2006-09-21 19:57:22 +0000 (Thu, 21 Sep 2006) | 2 lines Fix incomplete initialization of frame data in the yuv2/2vuy codec.
r893 | pmdumuid | 2006-09-21 10:16:45 +0000 (Thu, 21 Sep 2006) | 1 line small fix to last patch to make it run programs once not on every compile!
r892 | pmdumuid | 2006-09-21 09:00:48 +0000 (Thu, 21 Sep 2006) | 1 line Make the builddate text update on each make, (rather than each configure) and also added a svn-version display.
r891 | j6t | 2006-09-20 20:07:57 +0000 (Wed, 20 Sep 2006) | 3 lines Do not include .svn directories in 'make dist'. Patch by Markus Grabner.
r890 | j6t | 2006-09-19 19:47:06 +0000 (Tue, 19 Sep 2006) | 2 lines Fix missing #include if --disable-firewire.
r889 | cobra | 2006-09-19 01:31:04 +0000 (Tue, 19 Sep 2006) | 4 lines RPM .spec file update for 2.1, update README. Kevin Brosius
r888 | j6t | 2006-09-17 19:42:28 +0000 (Sun, 17 Sep 2006) | 2 lines Fix a crash in Video->Render effect.
r887 | pmdumuid | 2006-09-17 01:10:37 +0000 (Sun, 17 Sep 2006) | 1 line Adjust height of Preference window (the image duration section was being clipped), and move the licence text (the author list was overwriting the licence)
r886 | j6t | 2006-09-16 20:07:01 +0000 (Sat, 16 Sep 2006) | 8 lines Don't access widgets that are not present. When the format tools are embedded in the Preferences, they don't show a file text box, so it must not be accessed. Same holds for other widgets. This patch also reverts the constructor and destructor cleanup by Nate, because it left variables uninitialized.
r885 | j6t | 2006-09-15 23:18:36 +0000 (Fri, 15 Sep 2006) | 6 lines Don't delete a borrowed frame. When process_realtime() was converted to process_buffer(), the temporary frame is no longer allocated, but borrowed from the render engine. It must not be deleted.
r884 | j6t | 2006-09-14 21:32:58 +0000 (Thu, 14 Sep 2006) | 6 lines Fix some crashes when neither video nor audio recording is enabled. If the Record window is opened even though in the Preferences both audio and video recording are disabled, then pressing the Record button or closing the window crashed.
r883 | j6t | 2006-09-14 21:30:27 +0000 (Thu, 14 Sep 2006) | 4 lines Display file extensions even if it is browsed for a directory. Otherwise, the dialog crashes.
r882 | pmdumuid | 2006-09-13 14:59:01 +0000 (Wed, 13 Sep 2006) | 1 line Fix bug 293 through application of patch at bug report. (patch by Craig Lawson )
r881 | j6t | 2006-09-12 19:39:58 +0000 (Tue, 12 Sep 2006) | 2 lines Reduce svn status output by setting the svn:ignore property on directories.
r880 | j6t | 2006-09-12 19:21:06 +0000 (Tue, 12 Sep 2006) | 2 lines Note new Debian packages by Gustavo in the changelog.
r879 | pmdumuid | 2006-09-12 02:10:57 +0000 (Tue, 12 Sep 2006) | 1 line Fix compile error for X264_BUILD > 47 (patch created by Alexis Ballier and posted on mailing list, 27/Aug/2006)
r878 | j6t | 2006-09-11 20:47:06 +0000 (Mon, 11 Sep 2006) | 2 lines This is Cinelerra 2.1.
r877 | j6t | 2006-09-11 20:46:08 +0000 (Mon, 11 Sep 2006) | 2 lines Fix files that were missing from a make dist tarball.
r876 | pmdumuid | 2006-09-11 05:48:06 +0000 (Mon, 11 Sep 2006) | 1 line defaulttheme: Adding of pluginbuttons for on and show
r875 | pmdumuid | 2006-09-10 12:49:16 +0000 (Sun, 10 Sep 2006) | 1 line Make defaulttheme files match the naming used for suv theme
r874 | pmdumuid | 2006-09-10 08:41:22 +0000 (Sun, 10 Sep 2006) | 1 line 2.1 defaulttheme update: Add preferences tabs...
r873 | pmdumuid | 2006-09-10 07:13:00 +0000 (Sun, 10 Sep 2006) | 1 line spelling mistake of swap_extents.xcf.bz2 in Makefile.am
r872 | pmdumuid | 2006-09-09 02:45:15 +0000 (Sat, 09 Sep 2006) | 1 line defaulttheme: Adding swap_extents icon and copy mode_max from suv theme
r871 | j6t | 2006-09-08 19:55:15 +0000 (Fri, 08 Sep 2006) | 6 lines Add an option --enable-opengl to turn on the OpenGL related features. A missing #include of config.h was also added. Note! Note! The completeness of the OpenGL 2.0 environment is not checked, so the build will fail if it is not available.
r870 | j6t | 2006-09-07 20:39:14 +0000 (Thu, 07 Sep 2006) | 6 lines Merge 2.1: A final set of changes to bring the code in line with upstream. Mostly whitespace changes and code shuffling. This revision should match GIT::1ca12616ea9c57103072cb68d1da4566a6a9c614.
r869 | j6t | 2006-09-06 21:25:54 +0000 (Wed, 06 Sep 2006) | 3 lines Merge 2.1: New plugins: Gamma, Live Audio, Live Video, Overlay (Audio).
r868 | j6t | 2006-09-06 20:45:29 +0000 (Wed, 06 Sep 2006) | 21 lines Merge 2.1: A series of small and medium-sized changes: * Cache asset stuff. * channeldb stuff. * workarounds.* has been moved into guicast/. * Better deleting of points info in maskengine.C. * Remove file now performed in a thread. * When pasting EDLs, if the original preview and length are equal, then make it so after the pasting. * PluginClient::get_edlsession() to return the EDL (live plugins will use it). * Changes in plugindialog.C. * The remaining OpenGL related changes. * Allow simpler replication of media. * Copy and paste of plugins carries over the keyframes. * Remove references to MAX_CHANNELS. * Documentation updates. * Changelog updates. * Build fixes in the po/ directory. This revision should match GIT::df97b0f53664f7a00436c97ab060ea1740d042bd.
r867 | j6t | 2006-09-06 19:59:41 +0000 (Wed, 06 Sep 2006) | 5 lines Merge 2.1: Big renderfarm update. This revision should match GIT::d325701ef2ca74f1885b2ba2ccf24ae1d1c295ed.
r866 | j6t | 2006-09-06 19:40:34 +0000 (Wed, 06 Sep 2006) | 7 lines Merge 2.1: Plugins: Support effect aggregation for OpenGL. Certain arrangements of effects can be treated by a single submission to OpenGL, to avoid intermediater results that must be copied around. This revision should match GIT::311885e3b8e099aa75b7572b66d6c3c72c9b158b.
r865 | j6t | 2006-09-05 21:12:37 +0000 (Tue, 05 Sep 2006) | 11 lines Merge 2.1: Use OpenGL in the plugins. A configure option to enable these features follows later. Furhermore, the Chromakey (HSV) plugin is built incompletely, so that it will not be loaded anymore. A fix follows later. This revision should match GIT::89b0f1c1021da8096429882ae9c31d2728449a22. (The previous revision should match GIT::9815c6ca96df1ea99a1175e8a55ef39417172736, btw.)
r864 | j6t | 2006-09-05 20:31:27 +0000 (Tue, 05 Sep 2006) | 49 lines Merge 2.1: Many, many changes in the plugins: * Converted some plugins to implement process_buffer() instead of process_realtime(). * Rename the plugin 1080to480 to 1080to540. * Brighness/Contrast: Put a label on the sliders. * Chroma key (HSV): Fix rounding. * Provide a label on the sliders. * Extend the slider range from 100 to 1000. * Remove the "Adaptive" option from the deinterlace plugin. * Diffkey: Use a macro to declare variables (will be reused for * OpenGL). * Don't convert to yuv to rgb. * Dissolve: Make the fade fraction a member (will be needed for * OpenGL). * Remove line doubling options in Frames to Fields and Freezeframe. * Gradient improvements. * Rework Histogram plugin. * Hue/Saturation: remove unused files. * Hue/Saturation: Provide labels on the sliders. * Inverse Telecine: Improvements and automatic deinterlacing. * Linear Blur: Optimization and allow a larger blur length. * Removed the Linearize plugin. * Motion tracker: Make it more general. * Motion Blur: Change the picture, use half the user-specified radius (doesn't this change the behavior?) * Overlay plugin: Declare it as synthesis plugin; support the * Maximum menthod. * Parametric plugin: Fix the line drawing. * Reverb plugin: Use the macro for the window close event. * RGB<->601: Reduce rounding; improve checkbox labels. * Rotate plugin: remove unused files. * Rotate plugin: Use accessor functions to get to the frames. * Scale: Apply a small increment to the tumblers. * S.U.V.: remove unused images. * S.U.V.: Make the title and plugin stripes dimmer. * S.U.V.: Resize the plugin dialog. * Timefront: needs the color tools. * Rewrite the Interpolate plugin. Assorted minor changes: * Warn on startup if shared memory is too small. * Update plugin GUIs more often. * Reduce rounding errors when edits and labels are located. * Add Input, output, and temporary frame accessors to PluginVClient. * Prepare the Affine engine for rotation by OpenGL. * Whitespace and indentation. * Small optimization in plugincolors.C.
r863 | j6t | 2006-09-05 19:44:36 +0000 (Tue, 05 Sep 2006) | 10 lines Merge 2.1: * Support downsampling of 5.1 to stereo (see the Audio menu). * Add the ability to decode frames in the background. (There is a user preference to enable and disable this.) * Improved thumbnail painting by caching and background rendering. * Assorted user interface adjustments. Most prominently, the drawing of the timebar was improved. This revision should match GIT::dc3dd253af06fd481faf3f22c77162019bf45cec.
r862 | j6t | 2006-09-05 19:19:54 +0000 (Tue, 05 Sep 2006) | 5 lines Merge 2.1: Updates of the Quicktime library. This revision should match GIT::b293d9f3f9ecdaac520b7f3437b2a75ee35ebf7c.
r861 | j6t | 2006-09-05 19:12:14 +0000 (Tue, 05 Sep 2006) | 7 lines Merge 2.1: Two new audio and video drivers: * Recording from DVB. * A dummy driver used by render nodes. This revision should match GIT::dbe47ccf9d39de7bffbbdf2c28c48c3c954bfd36.
r860 | j6t | 2006-09-05 18:54:43 +0000 (Tue, 05 Sep 2006) | 14 lines Merge 2.1: * Make the number of audio channels less hardcoded. * Whitespace and formatting changes. * Remove redundant flush() calls. * Convert RenderFarmServerThread::start_loop() to ...::open_client(). * Add CWindowCanvas::zoom_auto() (but this seems to be unused). * Add session_only parameter to EDL::copy_session(). * Adding of EDLSession::need_rerender(). * A subtitle hunk that was missed. * record_speed (related to rate of the audio monitors) is now a fixed value. * Alt arrow keys move left / right by edit. This revision should match GIT::4f02e843df9a19b71ce34a05fbe261e195af4387.
r859 | j6t | 2006-09-05 18:35:09 +0000 (Tue, 05 Sep 2006) | 17 lines Merge 2.1: User interface changes: * 2 buttons in the plugin strips: One enables and disables the effect, the other one shows and hides the effect's parameter window. * Add a preference to display sub-titles. * Rework the channel picker. * Improved raw image decoding using a new version of dcraw.c. (This improves white balance and color interpolation capabilities.) * More tips. * Small layout adjustment in the plugin dialog. * Add a button to swap the width and height entries in the Format, New Project, Resize track dialogs. This revision should match GIT::63251b4a5139bbba7950ddcc136e643057c5b37f. (The previous commit should match GIT::065b2c8cfc76f71a28f7958ac1b295a483d0ce01, btw.)
r858 | j6t | 2006-09-04 19:48:33 +0000 (Mon, 04 Sep 2006) | 14 lines Merge 2.1: Add garbage collection and reference-counting to Asset and CICacheItem classes. Additionally, the frame cache has been reworked considerably. Added new GarbageObject and Garbage classes. Classes being placed under garbage collection inherit from GarbageObject, which provides reference counting. The Garbage class provides the Garbage::garbage singleton which keeps track of all objects currently in use. Garbage::garbage->delete_object() is the only acceptable way of deleting a GarbageObject. Asset and CICacheItem now inherit from GarbageObject (via multiple inheritance).
r857 | j6t | 2006-09-03 19:57:15 +0000 (Sun, 03 Sep 2006) | 13 lines Merge 2.1: Another set of small changes: * Replaced the modification of revision 769 by the upstream BC_Hash. * Use a mutex to serialize window creation. * Whitespace and comments. * Shift_down must be passed by the caller. * Seperate out the stop command to be done later (allows for OpenGL). * Add update_refresh to handle_transport (for OpenGL). * MPEG asset updates. * Keyframe popups and Video4Linux2. This revision should match GIT::181c39fe9c5d923b28691340aa119bdc2c2c888a.
r856 | j6t | 2006-09-03 19:27:16 +0000 (Sun, 03 Sep 2006) | 7 lines Merge 2.1: Major updates in the recording window. The file format is defined in the Recording preferences; the file name is defined in the recording window itself. This revision should match GIT::97c54298b1bc3303ee6bf63d603d4d77597107fe.
r855 | j6t | 2006-09-03 18:37:19 +0000 (Sun, 03 Sep 2006) | 9 lines Merge 2.1: The following was updated: * FileSystem::is_dir() returns 1 instead of 0 if the argument is a directory. * Browsing for a directory and browsing for a file is now the same dialog. * Changes in CWindowCanvas::test_bezier(). * Support text drawing using Xft library. This revision should match GIT::c9d9a9c3f9ca86a80e3324ab71fba149d185d5a8.
r854 | j6t | 2006-09-02 21:37:47 +0000 (Sat, 02 Sep 2006) | 9 lines Merge 2.1: Introduce a framework to use OpenGL for hardware accelerated rendering. Traditional rendering still works as usual. The OpenGL parts are bracketed by HAVE_GL and are not compiled. A configure option to enable OpenGL code follows later. This revision should match GIT::09beda0819560b02520b316b8e62045fe100026f.
r853 | j6t | 2006-09-02 21:06:49 +0000 (Sat, 02 Sep 2006) | 6 lines Merge 2.1: This adds an error message box for important errors. * When an mpeg file cannot be loaded because of a broken toc file * When effects required by a project are not installed.
r852 | j6t | 2006-09-02 21:00:16 +0000 (Sat, 02 Sep 2006) | 8 lines Merge 2.1: The array of channels for effects is replaced by a stack of effects. Note that the changes in VDeviceBuz are actually incorrect, because the result does not override the base class's functions. This revision should match GIT::7e637073ebed0d3116140c9755d52852928ec73b.
r851 | j6t | 2006-09-01 20:56:44 +0000 (Fri, 01 Sep 2006) | 19 lines Merge 2.1: Here is another load of small changes. * The cursor handling was changed (it is hidden and shown at some places). * Added some (currently dummy) arguments to functions in maincursor.C. * AudioALSA::list_devices() now has an argument for selecting between recording and playback devices. * Rounding error in picon drawing for long timelines fixed. * Additional format presets. * Assorted whitespace and code moving changes. * An ID for resources is introduced. * Implement render_stop() that cleans up after plugins (for live plugins). * Moved video device creation from open_input() to new_device_base(). * VideoDevice::open_input() takes the frame rate as double instead of float. * PictureConfig does not need an MWindow pointer, a BC_Hash* is enough. * Remove video_is_on() and replace it by get_video_on(). and probably a lot more. This revision should match GIT::3c7a200ee98947c540d802853ead4602d4f16574.
r850 | j6t | 2006-09-01 20:20:58 +0000 (Fri, 01 Sep 2006) | 6 lines Merge 2.1: Keyframes->Straighten curves: straightens the bezier curves if more than one curve keyframe is in the highlighted area. This revision should match GIT::792d695b49b8eae0bfa21f27250c0cdc386659ce.
r849 | j6t | 2006-09-01 20:10:48 +0000 (Fri, 01 Sep 2006) | 5 lines Merge 2.1: libmpeg3 updates; includes support for subtitles. This revision should match GIT::7e137e7082bc7fb65d8dce0234f465ac7cc89691.
r848 | j6t | 2006-09-01 19:58:18 +0000 (Fri, 01 Sep 2006) | 11 lines Merge 2.1: Plugin updates: * Compressor plugin: Extensive improvements. * Threshold plugin: Add a checkbox to show and hide plot. * Chromakey (HSV) updates. * Chromakey: Allow to compute chroma difference in YUV space rather than RGB space. * New icons for the Sharpen and Timefront plugins. This revision should match GIT::8e5756fd76d83d7769895f8aab1aa57725dfc8bc.
r847 | j6t | 2006-09-01 19:27:12 +0000 (Fri, 01 Sep 2006) | 5 lines Merge 2.1: This adds full-screen playback of the compositor and viewer windows. This revision should match GIT::c8f61f67f263f0733a81d7287742cd9ab2993259.
r846 | j6t | 2006-08-31 20:25:39 +0000 (Thu, 31 Aug 2006) | 7 lines Merge 2.1: Here is an awful lot of small and medium-sized changes, most of which are unrelated to each other and that cannot be reasonably attributed to some other larger topical changes to come. This revision should match GIT::7a019f07a833ec9f598bc73c41c4f2253f5f845e.
r845 | j6t | 2006-08-31 20:07:24 +0000 (Thu, 31 Aug 2006) | 5 lines Merge 2.1: Implement maximum overlay mode; modify divide mode slightly. This revision should match GIT::2b45e5d8c86b14a246337335fbec1a65a23e5c47.
r844 | j6t | 2006-08-31 19:58:48 +0000 (Thu, 31 Aug 2006) | 5 lines Merge 2.1: Preferences dialog: convert drop-down category selector into multiple tabs. This revision should match GIT::a7ff2c114d633a3fbf127c6a88a772ec7366bdbb.
r843 | pmdumuid | 2006-08-31 08:18:47 +0000 (Thu, 31 Aug 2006) | 10 lines Merge 2.1: (part 2 - I forgot to "svn add" and "svn rm" these files!! * Renamed class Defaults to BC_Hash. * Use get_total_packages() instead of total_packages. Patch was obtained via: cg-diff -r 96ab32c2f0b9b:e5b323be565 | patch -p 1 This revision should match GIT::e5b323be56561792831d23a84029f0c643104441
r842 | pmdumuid | 2006-08-31 08:13:07 +0000 (Thu, 31 Aug 2006) | 10 lines Merge 2.1: * Renamed class Defaults to BC_Hash. * Use get_total_packages() instead of total_packages. Patch was obtained via: cg-diff -r 96ab32c2f0b9b:e5b323be565 | patch -p 1 This revision should match GIT::e5b323be56561792831d23a84029f0c643104441
r841 | pmdumuid | 2006-08-31 07:41:53 +0000 (Thu, 31 Aug 2006) | 9 lines Merge 2.1 A Whole Heap of Whitespace - A whole heap of whitespace. - This also makes plugins/chromakeyhsv/chromakey.* diverge in difference between SVN and 2.1, but another patch will be applied that makes them closer again!!(git reference 0097c622893c2042de481aaea35ae39bb05bbe63) This revision should match GIT::96ab32c2f0b9b7a427f415ba1d3107231a76462c
r840 | j6t | 2006-08-16 19:54:00 +0000 (Wed, 16 Aug 2006) | 2 lines Fix missing instances of renaming to chromakeyhsv and denoiseseltempavg.
r839 | pmdumuid | 2006-07-09 08:02:47 +0000 (Sun, 09 Jul 2006) | 1 line order of includes re-arranging patch to match the 2.0 implementation of r610
r838 | pmdumuid | 2006-07-06 13:40:34 +0000 (Thu, 06 Jul 2006) | 1 line SVN2.0 to SVN2.1 patch:: Rename of chromakey-hsv to chromakeyhsv
r837 | pmdumuid | 2006-07-06 13:35:54 +0000 (Thu, 06 Jul 2006) | 1 line SVN2.0 to SVN2.1 patch:: Rename of seltempavg to denoiseseltempavg
r836 | pmdumuid | 2006-06-22 02:49:53 +0000 (Thu, 22 Jun 2006) | 1 line Update BC_WidgetGrid to latest system (had this at home for quite some time now). This includes: BC_TextBox is now a relocatable widget. BC_WidgetGrid updated considerable. BC_WindowBase now has an array of the widgetgrids to reduce the need for multiple delete statements, (similar mechanisms as for the subwindows)
r835 | pmdumuid | 2006-06-21 21:56:45 +0000 (Wed, 21 Jun 2006) | 1 line Added interlace mode to asset::dump info
r834 | pmdumuid | 2006-06-21 21:55:30 +0000 (Wed, 21 Jun 2006) | 1 line Added load and save buttons to the batch list gui to give the ability to load and save Batch Lists
r833 | pmdumuid | 2006-06-16 09:36:03 +0000 (Fri, 16 Jun 2006) | 1 line Fixed bug 231 - Note: the info in batchrender.rc concerning the video properties is not seeming to be set correctly! should come from the last ??.cine.xml file being batched anyhow
r832 | pmdumuid | 2006-06-13 00:47:04 +0000 (Tue, 13 Jun 2006) | 1 line Fixed bug 270 (a bug that resulted from r830 & r831)
r831 | pmdumuid | 2006-06-09 05:43:26 +0000 (Fri, 09 Jun 2006) | 1 line Fixed a problem whereby the asset interlace setting was not being stored in the file \(also removed the save default asset mode info\)
r830 | pmdumuid | 2006-06-09 05:09:24 +0000 (Fri, 09 Jun 2006) | 1 line Fixed a problem whereby the project interlace setting was not being stored in the file, \(this could possibly fix bug 231\)
r829 | minmax | 2006-06-07 00:27:52 +0000 (Wed, 07 Jun 2006) | 9 lines Add missing translation files... It allows internationalisation for: - manualgoto - chromakey-hsv - timefront
r828 | minmax | 2006-06-07 00:27:00 +0000 (Wed, 07 Jun 2006) | 2 lines New translation by Jean-Luc
r827 | j6t | 2006-06-06 20:07:14 +0000 (Tue, 06 Jun 2006) | 3 lines Fix a crash when no audio output device can be opened. This happens when all audio was disabled by ./configure. Bug 246.
r826 | minmax | 2006-06-06 17:51:13 +0000 (Tue, 06 Jun 2006) | 2 lines Drop libavcodec2-dev ... since it does not exist
r825 | minmax | 2006-06-05 21:16:25 +0000 (Mon, 05 Jun 2006) | 7 lines http://bugs.cinelerra.org/show_bug.cgi?id=263 Z-automation scalling is shaky implement sub-pixel precision on input frame when zooming in
r824 | j6t | 2006-06-05 14:15:32 +0000 (Mon, 05 Jun 2006) | 4 lines Allow to set the path to the DV1394 device for recording in the preferences. The default path is of course /dev/dv1394. This addresses bug 204.
r823 | jstewart | 2006-06-05 13:04:18 +0000 (Mon, 05 Jun 2006) | 3 lines Fixed JUNK section appending in AVI files
r822 | minmax | 2006-06-04 14:30:28 +0000 (Sun, 04 Jun 2006) | 2 lines maybe not depend on xorg-dev
r821 | minmax | 2006-06-04 14:14:29 +0000 (Sun, 04 Jun 2006) | 2 lines add fftw3 dependency...
r820 | minmax | 2006-06-04 14:06:48 +0000 (Sun, 04 Jun 2006) | 2 lines Move from x-devb to xorg-dev
r819 | minmax | 2006-06-04 12:31:03 +0000 (Sun, 04 Jun 2006) | 9 lines When exporting properly set fourcc codes for DV video... for .avi always use "dvsd" for .mov use "dvc " for NTSC and "dvcp" for PAL ... that is because Apple Quicktime framework will not load PAL files if they do not have dvcp fourcc. Now, Kino 0.8.1 does not support dvcp yet... that might be a problem for some
r818 | minmax | 2006-06-03 22:53:56 +0000 (Sat, 03 Jun 2006) | 2 lines exclude svn files from tarballs
r817 | minmax | 2006-06-02 01:56:10 +0000 (Fri, 02 Jun 2006) | 2 lines Remove relict from the times cinelerra had its own renderfarm filesystem
r816 | cobra | 2006-06-02 00:06:54 +0000 (Fri, 02 Jun 2006) | 5 lines Restore renderfarmfsserver.h to Makefile.am, packagerenderer.C still uses it and needs RENDERFARM_FS_PREFIX from the respective .inc file. Kevin Brosius
r815 | cobra | 2006-06-02 00:00:56 +0000 (Fri, 02 Jun 2006) | 7 lines configure option to enable freetype2 even without pkg-config. My old SUSE systems have freetype2 without it. .spec update to use the new option. Kevin Brosius
r814 | jstewart | 2006-06-01 03:13:56 +0000 (Thu, 01 Jun 2006) | 2 lines Fix to bcfilebox.C for too-small recent files popup in file open window
r813 | jstewart | 2006-06-01 03:08:56 +0000 (Thu, 01 Jun 2006) | 4 lines Update SVG plugin to use inkscape instead of sodipodi, and use is_synthesis to enable rendering of SVG frames on an otherwise blank track
r812 | jstewart | 2006-06-01 03:02:16 +0000 (Thu, 01 Jun 2006) | 3 lines Add support for 2vuy codec to quicktime format
r811 | minmax | 2006-05-31 19:05:26 +0000 (Wed, 31 May 2006) | 6 lines Small memory managmenet fixes all over the place - adding another method to arraylist for object deletions (free) - usage of this method - some delete / delete[] mismatches...
r810 | minmax | 2006-05-31 18:55:49 +0000 (Wed, 31 May 2006) | 43 lines Fix for a racing condition. currently there was a problem where thread was deleted within itself, so when Thread::entrypoint was being finished, it used variabiles of the thread that was already deleted, which is naturally problematic, since they could take any value... The problem is quite hard to understand (and was hard to debug), but is most clearly illustrated by valgrind data on ChromaKey plugin: ==11903== Invalid read of size 4 ==11903== at 0x46B4001: Thread::entrypoint(void*) (in /usr/lib/libguicast.so.1.0.0) ==11903== by 0x4BDBE5F: start_thread (in /lib/tls/i686/cmov/libpthread-2.3.6.so) ==11903== by 0x4DCC8ED: clone (in /lib/tls/i686/cmov/libc-2.3.6.so) ==11903== Address 0x52D7DC8 is 16 bytes inside a block of size 48 free'd ==11903== at 0x401D304: operator delete(void*) (vg_replace_malloc.c:246) ==11903== by 0x7976F40: ChromaKeyThread::~ChromaKeyThread() (chromakey.C:300) ==11903== by 0x79797D7: ChromaKey::~ChromaKey() (chromakey.C:553) ==11903== by 0x82B797F: PluginServer::close_plugin() (pluginserver.C:303) ==11903== by 0x82B79BF: PluginServer::~PluginServer() (pluginserver.C:98) ==11903== by 0x8241200: MWindow::hide_plugin(Plugin*, int) (mwindow.C:1511) ==11903== by 0x82B9990: PluginServer::client_side_close() (pluginserver.C:318) ==11903== by 0x82B1058: PluginClient::client_side_close() (pluginclient.C:176) ==11903== by 0x797703A: ChromaKeyThread::run() (chromakey.C:316) ==11903== by 0x46B3FE4: Thread::entrypoint(void*) (in /usr/lib/libguicast.so.1.0.0) ==11903== by 0x4BDBE5F: start_thread (in /lib/tls/i686/cmov/libpthread-2.3.6.so) ==11903== by 0x4DCC8ED: clone (in /lib/tls/i686/cmov/libc-2.3.6.so) So, inside ==11903== by 0x797703A: ChromaKeyThread::run() (chromakey.C:316) the destructor for itself: ==11903== by 0x7976F40: ChromaKeyThread::~ChromaKeyThread() (chromakey.C:300) was being called... which is obviously a bug and recepie for trobule No matter what ::run does, it ends at the end of Thread::entrypoint where another deletion may happen if some other thread races to take the deleted memory and maybe sets autodelete variabile to nonzero... This patch fixes this bug by using autodelete property on ChromaKeyThread, and lets it run out by itself... Even though it looks sketchy at first, it is not, since it also uses join() which waits only when it is not called on the thread itself.
r809 | minmax | 2006-05-31 17:03:23 +0000 (Wed, 31 May 2006) | 2 lines Fix compilation problem
r808 | minmax | 2006-05-31 17:01:46 +0000 (Wed, 31 May 2006) | 2 lines fix email address as per Jean-Luc
r807 | minmax | 2006-05-31 12:46:43 +0000 (Wed, 31 May 2006) | 2 lines Minor fix...
r806 | minmax | 2006-05-31 12:17:49 +0000 (Wed, 31 May 2006) | 2 lines Regorganization of packaging engines ...
r805 | minmax | 2006-05-30 23:11:13 +0000 (Tue, 30 May 2006) | 26 lines Ogg renderfarm support This extensive patch implements true renderfarm rendering 'out of the box' support for ogg vorbis+theora video. No more you are left with multiple files that you have to mux yourself. Basically what it does is special distribution of the workload among nodes and then it automatically muxes the results. - whole audio range is rendered as a single package by single node (due to non-packetnes of audio compression, it cannot gracefully be broaken into smaller packages) - video range is divided in number of packages specified in renderfarm preferences - when all packages are finished, cinelerra automatically muxes all the files together to get the final file (all the references in codecs are properly updated) - temporary files are deleted, and only final file is left To implement this, i've needed to make a new class hirarchy to be able to cleanly implement stuff... Everything is done in a way to support mpeg2 TS A+V distributed rendering in the same way in the future (as it is discussed currently on the mailing list) As a 'colateral damage' some bugs were found in fileogg.C and are also fixed by this patch... I haven't completely abstracted the PackatingEngine from the PackageDispatcher... i've just done it for single pass render farm mode, which leaves some work for PackageDispatcher. If there is a problem with this, i can fix it... adam? So have fun rendering to OGG _really_fast_ :) p.s.: this was direct need we have in Cyberpipe, since we do a lot of ogg vorbis+theora encoding... (http://video.kiberpipa.org)
r804 | minmax | 2006-05-30 16:18:02 +0000 (Tue, 30 May 2006) | 2 lines Final fix for transition changes...
r803 | minmax | 2006-05-30 00:05:15 +0000 (Tue, 30 May 2006) | 5 lines Minor fix for properly reading ogg vorbis files... Files with headers spawning more than two pages were read incorrectly...
r802 | minmax | 2006-05-27 19:23:06 +0000 (Sat, 27 May 2006) | 2 lines Remove renderframfsclient and renderfarmfsserver .h and .C from Makefile.am since they are not used
r801 | j6t | 2006-05-26 20:23:48 +0000 (Fri, 26 May 2006) | 2 lines Check for Freetype 2.
r800 | j6t | 2006-05-26 20:19:32 +0000 (Fri, 26 May 2006) | 4 lines Establish compatibility with both freetype 2.1.x and 2.2.x. This fixes Bug 264.
r799 | minmax | 2006-05-21 08:27:51 +0000 (Sun, 21 May 2006) | 2 lines Bump freetype dependency to 2.2.1
r798 | minmax | 2006-05-21 08:27:34 +0000 (Sun, 21 May 2006) | 2 lines Fix titler to compile against FreeType 2.2.1
r797 | minmax | 2006-05-21 08:25:10 +0000 (Sun, 21 May 2006) | 9 lines Fixes loading of some mjpeg files, fix by Joe Stewart files had encoded huffman tables, which is not completely per specifications... fixes bugs 139,148, and 259 (the last one has more info about the patch)
r796 | minmax | 2006-05-20 10:02:19 +0000 (Sat, 20 May 2006) | 3 lines Fix insertion of media files directly... regression from the patch that introduced sentinel edits
r795 | minmax | 2006-05-20 10:01:25 +0000 (Sat, 20 May 2006) | 2 lines make XML files shorter by 10% by encoding doubles and floats which have no decimal places, as ints...
r794 | minmax | 2006-05-19 07:57:44 +0000 (Fri, 19 May 2006) | 7 lines Motion blur plugin by jstewart@lurhq.com (Joe Stewart) Needed previous API change, so it works correctly http://bugs.cinelerra.org/show_bug.cgi?id=261
r793 | minmax | 2006-05-19 07:53:33 +0000 (Fri, 19 May 2006) | 8 lines Small API addon, so plugins can 'see' camera and projector automation http://bugs.cinelerra.org/show_bug.cgi?id=260 by jstewart@lurhq.com (Joe Stewart)
r792 | minmax | 2006-05-14 22:28:36 +0000 (Sun, 14 May 2006) | 12 lines Make sure waveforms are shown on project loading ... When loading a file that has an index already generated and also includes clips, waveform is not shown on first load (attached b.xml). The problem seems to come from difference in loading media as part of clips or as part of main edl. In the former case, the assets keep INDEX_NOTTESTED flag which prevents showing the waveform. The patch simply makes sure that first the main EDL is loaded and then both the vwindow and clips EDLs... i get "waveform" not shown bugs reported in person a lot lately, so i hope this is the fix, but there might be additional cause for it also.
r791 | minmax | 2006-05-14 20:37:39 +0000 (Sun, 14 May 2006) | 12 lines For every clip all media files of the project are present in saved XML. This makes projects that have a lot of media files and clips enormously large - in megabytes, since things multiply 100 clips x 100 media files x 100 bytes of XML data per media file = 1Mb of completely irrelevant XML. This extremely simple patch tries to fix that. I've tested the following cases and all of them work flawlessly: - copying from one instance of cinelerra to another - loading new resources only from XML file - creating new clip, using it I hope there are no regressions, if there are please report them
r790 | j6t | 2006-05-13 16:46:31 +0000 (Sat, 13 May 2006) | 6 lines Work gracefully when sound card is not present / sound does not work, take 2. The previous solution still crashed when playback was stopped. Now we try to open the audio device early and reset all audio variables if that failed.
r789 | minmax | 2006-05-04 22:47:26 +0000 (Thu, 04 May 2006) | 5 lines Work gracefully when sound card is not present / sound does not work Patch by skinkie@xs4all.nl (Stefan de Konink) Closes bug 255
r788 | minmax | 2006-05-04 22:30:59 +0000 (Thu, 04 May 2006) | 2 lines The code for deleting pluginsets was not adapted to virtual edit we introduced... now it is
r787 | minmax | 2006-04-26 15:03:38 +0000 (Wed, 26 Apr 2006) | 2 lines The proper fps for NTSC video is 29.97, not 30 fps
r786 | j6t | 2006-04-18 19:32:00 +0000 (Tue, 18 Apr 2006) | 2 lines Repeat r778, which was reverted by the previous commit.
r785 | minmax | 2006-04-17 22:42:00 +0000 (Mon, 17 Apr 2006) | 3 lines fseeko patches by Dan Streetman, additionally fixed by me... fixes bug 244
r784 | minmax | 2006-04-17 22:30:39 +0000 (Mon, 17 Apr 2006) | 2 lines Fix to bug 250 by Dan Streetman
r783 | minmax | 2006-04-17 22:27:43 +0000 (Mon, 17 Apr 2006) | 2 lines Add check if sound/audio configuration is supported in dv format
r782 | minmax | 2006-04-17 21:39:35 +0000 (Mon, 17 Apr 2006) | 2 lines remove unnecessary .h
r781 | minmax | 2006-04-17 21:39:21 +0000 (Mon, 17 Apr 2006) | 2 lines Fix a crush when we cannot setup vorbis properly - bug 249
r780 | minmax | 2006-04-17 21:22:16 +0000 (Mon, 17 Apr 2006) | 2 lines fix to chromakey by Jerome
r779 | j6t | 2006-04-15 19:55:27 +0000 (Sat, 15 Apr 2006) | 2 lines Added a check for libfaac.
r778 | j6t | 2006-04-15 18:55:45 +0000 (Sat, 15 Apr 2006) | 4 lines Fixed incorrect read_sample() implementation. When the requested range of audio samples started or ended in the middle of a DV frame, the destination buffer was overflown.
r777 | minmax | 2006-04-09 13:01:36 +0000 (Sun, 09 Apr 2006) | 2 lines Put cinelerra under Sound&video menu in gnome (was previously on Other)
r776 | minmax | 2006-04-09 12:53:36 +0000 (Sun, 09 Apr 2006) | 2 lines Better menu line...
r775 | minmax | 2006-04-09 12:43:19 +0000 (Sun, 09 Apr 2006) | 5 lines Fix for bug 30 - can't have transitions at the end of the track Quite a redesign of how Edits works... now there is mandatory empty edit at the end.
r774 | minmax | 2006-04-06 23:50:44 +0000 (Thu, 06 Apr 2006) | 3 lines fix for bug 243 patch by ddstreet@ieee.org
r773 | minmax | 2006-04-06 23:32:48 +0000 (Thu, 06 Apr 2006) | 5 lines Fix a regression - crush when rendering plugins by themselves. caused by sloppy adding of the option to mask before plugins... now mask are applied even when using rendering plugins ... pretty cool
r772 | minmax | 2006-04-06 18:29:43 +0000 (Thu, 06 Apr 2006) | 2 lines Banal mistake i made in previous patch
r771 | minmax | 2006-04-06 17:58:49 +0000 (Thu, 06 Apr 2006) | 2 lines fix for null plugin attack reported on the mailing list
r770 | minmax | 2006-04-06 12:57:49 +0000 (Thu, 06 Apr 2006) | 13 lines Fix for a crushing bug: 1. Load a media file 2. Create arbitrary clip from the file 3. Load a clip into the viewer window. 4. Load any XML project with "Replace project" insertion strategy 5. Crush The problem is that the vwindow_edl is deleted in EDL.C destructor, even when it is shared, and then deleted again as a clip. The fix is to move the info about sharing of vwindow_edl from vwindow.h to edl.h ...
r769 | minmax | 2006-04-05 12:05:36 +0000 (Wed, 05 Apr 2006) | 4 lines Defaults patch by ddstreet@ieee.org (Dan Streetman) Allow defaults to have more than 1024 properties This fixes bug 242
r768 | minmax | 2006-04-02 13:33:31 +0000 (Sun, 02 Apr 2006) | 2 lines Add EDL export - currently only rudimentary CMX 3600 support
r767 | minmax | 2006-04-02 12:47:32 +0000 (Sun, 02 Apr 2006) | 3 lines Our .mov fourcc for DV should be "dvc ", since that is what other programs know about Only Kino 0.8.1 will recognize "dvsd" in .mov when it comes out. But this is not enough so we should appease other programs too..
r766 | minmax | 2006-03-30 22:24:09 +0000 (Thu, 30 Mar 2006) | 2 lines Add automake1.9 as an option beside 1.8
r765 | minmax | 2006-03-30 22:19:55 +0000 (Thu, 30 Mar 2006) | 6 lines Fixes bug with having the same type of transition, but different lengths of it, reported by Ichthyostega on the mailing list... there was simply wrong decision logic in the code...
r764 | minmax | 2006-03-30 13:39:23 +0000 (Thu, 30 Mar 2006) | 2 lines fixes by jure... make it buildable under sid
r763 | j6t | 2006-03-29 21:02:53 +0000 (Wed, 29 Mar 2006) | 3 lines Added configure checks for libdv, libpng, libjpeg. Additionally, #include lines regarding libavcodec have been fixed. This *may* fix some crashers due to incorrect ffmpeg headers being picked up.
r762 | j6t | 2006-03-28 21:43:31 +0000 (Tue, 28 Mar 2006) | 5 lines Updated the summary of components that ./configure found. A summary of mandatory and optional components is presented. No new checks are introduced, so there still are mandatory components that is not even checked for, however.
r761 | minmax | 2006-03-26 23:56:58 +0000 (Sun, 26 Mar 2006) | 3 lines Patches by j@v2v.cc to make muxing more corrrect for long silences/empty video
r760 | minmax | 2006-03-26 23:44:12 +0000 (Sun, 26 Mar 2006) | 2 lines Patch suggested by Jure Cuhalev for easier building under ubuntu
r759 | j6t | 2006-03-24 21:18:38 +0000 (Fri, 24 Mar 2006) | 4 lines Removed incorrectly hand-optimized code. Fortunately: - The incorrect bits were not used. - The compiler knows how to optimize the readable version of the code.
r758 | j6t | 2006-03-22 22:06:33 +0000 (Wed, 22 Mar 2006) | 4 lines Implemented the RGB*_FLOAT color models in the mask engine. This fixes bug # 236
r757 | pmdumuid | 2006-03-22 21:14:55 +0000 (Wed, 22 Mar 2006) | 1 line mpeg2enc quantize_x86.c fix, gcc 4.1.0 spits dummy with "Error: suffix or operands invalid for ldmxcsr"
r756 | pmdumuid | 2006-03-22 21:13:32 +0000 (Wed, 22 Mar 2006) | 1 line mpeg2enc quantize_x86.c fix, gcc 4.1.0 spits dummy with "Error: suffix or operands invalid for ldmxcsr"
r755 | pmdumuid | 2006-03-22 21:11:13 +0000 (Wed, 22 Mar 2006) | 1 line mpeg2enc quantize_x86.c fix, gcc 4.1.0 spits dummy with "Error: suffix or operands invalid for ldmxcsr"
r754 | pmdumuid | 2006-03-22 11:47:58 +0000 (Wed, 22 Mar 2006) | 1 line Order the variable, firewire_SOURCES in the Makefile.am to be declared before it is used, (rather than after??)
r753 | pmdumuid | 2006-03-22 11:46:44 +0000 (Wed, 22 Mar 2006) | 1 line Add raise_window() commands when making various windows
r752 | j6t | 2006-03-21 21:27:17 +0000 (Tue, 21 Mar 2006) | 4 lines Fixed crashes in the channel editor of the BUZ driver. Thanks to Gustavo In~iguez for debugging and an initial patch. Bug 240.
r751 | j6t | 2006-03-20 20:58:15 +0000 (Mon, 20 Mar 2006) | 9 lines Do not use a constant build date; mark this version as 'CV'. The build date is actually set at configure time, not at build time, but this is better than the constant time that was inherited from the official release. Additionally, this verison of Cinelerra is marked as 'CV' to distinguish it from the official version. This should make it much easier to discern bug reports for vanilla from CV version.
r750 | j6t | 2006-03-19 21:26:28 +0000 (Sun, 19 Mar 2006) | 5 lines Made --disable-firewire work. Nearly all references to firewire stuff is moved inside HAVE_FIREWIRE brackets. Some files are compiled only conditionally.
r749 | pmdumuid | 2006-03-13 09:24:26 +0000 (Mon, 13 Mar 2006) | 1 line Added format selection for the timecode display in the titler plugin
r748 | pmdumuid | 2006-03-13 09:16:42 +0000 (Mon, 13 Mar 2006) | 1 line TimeCode format string definitions, and conversions from the char to int of these types
r747 | minmax | 2006-03-05 08:52:58 +0000 (Sun, 05 Mar 2006) | 2 lines Add chromakey-hsv plugin by Jerome Cornet
r746 | pmdumuid | 2006-02-20 21:33:00 +0000 (Mon, 20 Feb 2006) | 1 line more pt_BR fixes by Rafael Diniz (rafael at riseup dot net (Bug # 233)
r745 | minmax | 2006-02-13 11:30:24 +0000 (Mon, 13 Feb 2006) | 2 lines Updated deinterlace patch by Jerome Cornet
r744 | cobra | 2006-02-13 00:38:35 +0000 (Mon, 13 Feb 2006) | 4 lines Update rpm spec and README for 2.0 Kevin Brosius
r743 | minmax | 2006-02-12 20:25:27 +0000 (Sun, 12 Feb 2006) | 2 lines Enable caching of frames even when not rendering static frames
r742 | minmax | 2006-02-12 20:07:06 +0000 (Sun, 12 Feb 2006) | 6 lines Jerome Cornet - new deinterlacer and changes to the old one WARNING: FILE FORMAT CHANGES .. YOU WILL HAVE TO GO OUT AND SETUP DEINTERLACER SETTINGS IN YOUR PROGRAM AGAIN
r741 | minmax | 2006-02-12 19:38:51 +0000 (Sun, 12 Feb 2006) | 2 lines Add 'take from alpha' option for creating timefronts... pretty cool
r740 | minmax | 2006-02-12 19:10:40 +0000 (Sun, 12 Feb 2006) | 2 lines Fix apply-mask-before-plugins to work for reframe plugin too...
r739 | minmax | 2006-02-12 11:34:20 +0000 (Sun, 12 Feb 2006) | 2 lines Add apply mask before plugins option into mask dialog
r738 | minmax | 2006-02-09 11:52:00 +0000 (Thu, 09 Feb 2006) | 2 lines Remove unnecessary file from makefile and alltogether
r737 | minmax | 2006-02-09 11:39:10 +0000 (Thu, 09 Feb 2006) | 6 lines Add timefront plugin It is a partial implementation of this article: http://www.vision.huji.ac.il/videowarping/HUJI-CSE-LTR-2005-10_etf-tr.pdf http://www.vision.huji.ac.il/videowarping/
r736 | pmdumuid | 2006-02-07 13:27:31 +0000 (Tue, 07 Feb 2006) | 1 line Addition of Histogram split checkbox by Jonas Wulff (dasypus at gmx dot net) Emailed on 2006/01/02 4:55 PM to cinelerraCV mailing list.
r735 | ga | 2006-02-04 18:47:45 +0000 (Sat, 04 Feb 2006) | 3 lines Added the Basque translation and updated the spanish one.
r734 | minmax | 2006-02-03 21:50:22 +0000 (Fri, 03 Feb 2006) | 2 lines fix the previous patch
r733 | minmax | 2006-02-03 19:35:03 +0000 (Fri, 03 Feb 2006) | 4 lines Patch by Brendan Conoboy fix mpeg encoding
r732 | minmax | 2006-02-03 08:33:47 +0000 (Fri, 03 Feb 2006) | 3 lines do not swap spatially in temporal deinterlace mode Fix by Jerome Cornet
r731 | ga | 2006-02-02 01:04:26 +0000 (Thu, 02 Feb 2006) | 4 lines Spanish translation updated
r730 | minmax | 2006-01-31 17:00:44 +0000 (Tue, 31 Jan 2006) | 2 lines Added italian translation
r729 | baver | 2006-01-31 03:05:36 +0000 (Tue, 31 Jan 2006) | 3 lines Fix audio offset/frame positioning functions for NTSC and possibly PAL.
r728 | pmdumuid | 2006-01-31 00:26:08 +0000 (Tue, 31 Jan 2006) | 1 line fix vertical position of the auto-zoom-text (that I previously coverted to a textbox from a title)
r727 | baver | 2006-01-22 18:51:18 +0000 (Sun, 22 Jan 2006) | 6 lines Rewrite of raw dv file i/o. KNOWN ISSUES: write_samples writes no audio to frames periodically.
r726 | pmdumuid | 2006-01-20 22:12:12 +0000 (Fri, 20 Jan 2006) | 1 line Implementing ability to add textural info to the labels
r725 | pmdumuid | 2006-01-15 23:20:32 +0000 (Sun, 15 Jan 2006) | 1 line Implementing conversion of qoutes to " for tag properties including suggestions from j6t
r724 | pmdumuid | 2006-01-15 23:19:30 +0000 (Sun, 15 Jan 2006) | 1 line Reverting r723
r723 | pmdumuid | 2006-01-14 02:50:39 +0000 (Sat, 14 Jan 2006) | 1 line convert the " character in xml tag properties to and from "
r722 | pmdumuid | 2006-01-13 23:25:32 +0000 (Fri, 13 Jan 2006) | 1 line sscanf testing for Turn the Automation range text label into an editable textbox..(2)
r721 | pmdumuid | 2006-01-13 12:33:08 +0000 (Fri, 13 Jan 2006) | 1 line sscanf testing for Turn the Automation range text label into an editable textbox..
r720 | minmax | 2006-01-08 17:19:36 +0000 (Sun, 08 Jan 2006) | 1 line
r719 | pmdumuid | 2006-01-07 06:33:29 +0000 (Sat, 07 Jan 2006) | 1 line Turn the Automation range text label into an editable textbox..
r718 | kbielefe | 2006-01-07 03:06:01 +0000 (Sat, 07 Jan 2006) | 3 lines Take latency between putting frames in buffer and their display on the DV device into account when calculating audio_position for dv1394.
r717 | pmdumuid | 2005-12-23 12:29:00 +0000 (Fri, 23 Dec 2005) | 1 line Made the highlighted text color of the menus WHITE
r716 | minmax | 2005-12-22 10:46:13 +0000 (Thu, 22 Dec 2005) | 2 lines Fixes for bugs 219 and 220 by linux01@htam.net
r715 | minmax | 2005-12-21 23:18:47 +0000 (Wed, 21 Dec 2005) | 2 lines I forgot this one...
r714 | minmax | 2005-12-21 23:15:43 +0000 (Wed, 21 Dec 2005) | 1 line
r713 | minmax | 2005-12-21 23:12:57 +0000 (Wed, 21 Dec 2005) | 2 lines alt+left/right navigates trough edit handles
r712 | minmax | 2005-12-21 22:31:06 +0000 (Wed, 21 Dec 2005) | 2 lines Remove code duplication...
r711 | minmax | 2005-12-21 13:59:51 +0000 (Wed, 21 Dec 2005) | 1 line
r710 | minmax | 2005-12-21 13:58:29 +0000 (Wed, 21 Dec 2005) | 4 lines Fix a crushing bug when drag'n'dropping single image asset from asset window bonus: also honor the single image duration while dnding this way...
r709 | j6t | 2005-12-19 21:29:14 +0000 (Mon, 19 Dec 2005) | 1 line Fix ambiguous parameter name for picky compilers (by Brendan Conoboy).
r708 | j6t | 2005-12-19 20:48:53 +0000 (Mon, 19 Dec 2005) | 1 line Removed redundant qualification in member function declarations (by Tim Murphy).
r707 | pmdumuid | 2005-12-16 23:39:31 +0000 (Fri, 16 Dec 2005) | 1 line Apply a patch for defaults of ffmpeg output for ffmpeg to make an elementary stream rather than a transport stream (Bug 164)
r706 | j6t | 2005-12-16 21:21:41 +0000 (Fri, 16 Dec 2005) | 1 line French translation update by Jean-Luc Coulon.
r705 | j6t | 2005-12-16 21:10:59 +0000 (Fri, 16 Dec 2005) | 1 line More gettextizations (mostly plugins) by Jean-Luc Coulon.
r704 | j6t | 2005-12-10 21:32:13 +0000 (Sat, 10 Dec 2005) | 1 line Fixed crash during renderfarm client setup.
r703 | minmax | 2005-12-10 14:30:45 +0000 (Sat, 10 Dec 2005) | 2 lines make aligning cursor on frames default for new instalations!
r702 | minmax | 2005-12-10 13:29:51 +0000 (Sat, 10 Dec 2005) | 2 lines Fix regression from 1.2.2 - right mouse click on the keyframe icon should open keyframe popup
r701 | j6t | 2005-12-08 19:37:38 +0000 (Thu, 08 Dec 2005) | 1 line Jean-Luc Coulon has gettextized [tm] 2 more strings in the time average effect.
r700 | pmdumuid | 2005-12-08 09:55:07 +0000 (Thu, 08 Dec 2005) | 1 line Modification to bctextbox.C to use printf to generate correct precision, as well as ability to declare it on creation of a bc_textbox(x,y,float,...). Patch includes a modification to the 'selective temporal averaging' plugin to have a precision of 8 decimal places.
r699 | pmdumuid | 2005-11-30 05:56:22 +0000 (Wed, 30 Nov 2005) | 1 line Brazillian Language File update from rafael@riseup.net (bug # 213)
r698 | pmdumuid | 2005-11-28 14:27:04 +0000 (Mon, 28 Nov 2005) | 1 line Brazillian Language File update from rafael@riseup.net (bug # 208)
r697 | pmdumuid | 2005-11-24 10:12:08 +0000 (Thu, 24 Nov 2005) | 7 lines Made BC_TumbleTextBox to be a BC_RelocatableWidget object. Added BC_TumbleTextBox::reposition_widget - to be used when the tumbletextbox is accessed as a BC_RelocatableWidget. Make BC_Tumbler::reposition_window() have 4 int arguments instead of 2 so it gets used when accessing it as a BC_RelocatableWidget. Reduced WidgetGrid from having add_subwindow, add_radial() .. functions to one add function (requested by j6t)
r696 | j6t | 2005-11-23 20:24:34 +0000 (Wed, 23 Nov 2005) | 1 line Updated French translation (by Jean-Luc Coulon).
r695 | pmdumuid | 2005-11-22 14:46:01 +0000 (Tue, 22 Nov 2005) | 1 line Widget Grid system - small bug in initial patch, BC_WidgetGrid::reposition_widget() had 2 instead of 4 args, making it not respond to RelocatableWidget->reposition_widget() calls.
r694 | pmdumuid | 2005-11-22 08:36:21 +0000 (Tue, 22 Nov 2005) | 1 line Widget Grid system - This system allows you to place widgets in a grid (ignoring the width of the individual widgets) then a call to move_widgets will work out all the widths and spacing for that grid. This fixes all the language overlapping problem. Note: This is only the 'engine', all the files that create dialogs need to be modified to make use this tool.
r693 | pmdumuid | 2005-11-22 08:34:45 +0000 (Tue, 22 Nov 2005) | 1 line Widget Grid system - This system allows you to place widgets in a grid (ignoring the width of the individual widgets) then a call to move_widgets will work out all the widths and spacing for that grid. This fixes all the language overlapping problem. Note: This is only the 'engine', all the files that create dialogs need to be modified to make use this tool.
r692 | j6t | 2005-11-21 20:57:56 +0000 (Mon, 21 Nov 2005) | 1 line Made tips-of-the-day translatable (by Jean-Luc Coulon).
r691 | j6t | 2005-11-18 22:01:41 +0000 (Fri, 18 Nov 2005) | 2 lines Check new source files for translated strings.
r690 | j6t | 2005-11-12 22:37:24 +0000 (Sat, 12 Nov 2005) | 2 lines Fixed that dragging mask points would not be an undoable operation.
r689 | j6t | 2005-11-12 22:23:20 +0000 (Sat, 12 Nov 2005) | 6 lines Fixed that changes made by dragging a control would often store each pixel motion as an undoable action. The problem was that the undo stack implementation did not check whether successive pushes were triggered by the same 'creator', a feature that has been introduced in upstream 2.0, but was not merged.
r688 | pmdumuid | 2005-11-10 10:13:56 +0000 (Thu, 10 Nov 2005) | 1 line Patch to make the BC_Toggle calculate_extents function calculate the extents using the images assigned to it rather than the default checkbox_images (small changes in Blond-cv theme to compensate for the changes)
r687 | pmdumuid | 2005-11-10 09:02:05 +0000 (Thu, 10 Nov 2005) | 1 line Patch to make Blond theme work with 2.0, notes: (1) Renamed to Blond-CV (otherwise it's impossible to select this theme as there's code to set default to S.U.V. if the theme is Blond) (2) A few things need to be fixed in the rest of cinelerra to make things look right (follow up patch later)
r686 | pmdumuid | 2005-11-09 08:25:41 +0000 (Wed, 09 Nov 2005) | 1 line tiny patch to set the default interlace to not Error when ~/.bcast is deleted
r685 | j6t | 2005-11-03 21:47:35 +0000 (Thu, 03 Nov 2005) | 3 lines Implemented a more complete check when an asset is dropped whether the track is suitable. This fixes bug # 206.
r684 | minmax | 2005-11-01 23:28:15 +0000 (Tue, 01 Nov 2005) | 2 lines Remove libsndfilehv.install
r683 | minmax | 2005-11-01 23:27:57 +0000 (Tue, 01 Nov 2005) | 2 lines remove libsndfile
r682 | minmax | 2005-11-01 22:53:40 +0000 (Tue, 01 Nov 2005) | 2 lines New dependencies ...
r681 | minmax | 2005-11-01 22:39:08 +0000 (Tue, 01 Nov 2005) | 2 lines New dependencies in 2.0
r680 | minmax | 2005-11-01 22:27:12 +0000 (Tue, 01 Nov 2005) | 2 lines No more mplexhi
r679 | j6t | 2005-11-01 20:46:24 +0000 (Tue, 01 Nov 2005) | 1 line Merged modifications that were missed by the conversion to svn.
r678 | minmax | 2005-10-27 11:52:04 +0000 (Thu, 27 Oct 2005) | 2 lines fix the main menu colors changing wrongly
r677 | minmax | 2005-10-27 11:51:45 +0000 (Thu, 27 Oct 2005) | 2 lines Get back our beloved dnd from 1.2.2
r676 | j6t | 2005-10-07 19:39:44 +0000 (Fri, 07 Oct 2005) | 2 lines Fixed that parsing autos would miss all but the first entry. (Bugs # 195 and # 199)
r675 | herman | 2005-10-07 19:25:30 +0000 (Fri, 07 Oct 2005) | 2 lines Removed lpnotfr.free.fr, since it no longer hosts Maraillat's stuff.
r674 | j6t | 2005-10-05 19:01:34 +0000 (Wed, 05 Oct 2005) | 2 lines Also move the reload and delete buttons when the window is resized.
r673 | j6t | 2005-10-05 18:29:43 +0000 (Wed, 05 Oct 2005) | 2 lines Fixed double-free, a remnant from the merge.
r672 | j6t | 2005-10-01 20:14:13 +0000 (Sat, 01 Oct 2005) | 2 lines Fixed that pan and mask keyframes were not drawn.
r671 | j6t | 2005-09-30 18:23:07 +0000 (Fri, 30 Sep 2005) | 3 lines Fixed missing file if MMX/SSE is enabled. thanks go to 'j' for the patch.
r670 | j6t | 2005-09-30 18:19:22 +0000 (Fri, 30 Sep 2005) | 3 lines Removed -DMMX because it conflicts with lame.h in ffmpeg; thanks go to 'j' for the patch.
r669 | j6t | 2005-09-30 18:14:15 +0000 (Fri, 30 Sep 2005) | 4 lines Configure.in and autogen.sh cleanup based on ideas by giskard. New checks for libiec61883 and libraw1394. Autodetect CPU type.
r668 | j6t | 2005-09-29 20:11:25 +0000 (Thu, 29 Sep 2005) | 4 lines Configure.in and autogen.sh cleanup based on ideas by giskard. New checks for libiec61883 and libraw1394. Autodetect CPU type.
r667 | j6t | 2005-09-29 19:06:55 +0000 (Thu, 29 Sep 2005) | 2 lines Fixed missing forward declaration for gcc 4.
r666 | j6t | 2005-09-28 19:53:34 +0000 (Wed, 28 Sep 2005) | 2 lines Merged the official release 2.0.
r665 | j6t | 2005-09-28 19:47:11 +0000 (Wed, 28 Sep 2005) | 2 lines Merged the official release 2.0.
r663 | j6t | 2005-09-28 19:11:49 +0000 (Wed, 28 Sep 2005) | 3 lines This commit was generated by cvs2svn to compensate for changes in r662, which included commits to RCS files with non-trunk default branches.
r661 | j6t | 2005-09-28 19:11:18 +0000 (Wed, 28 Sep 2005) | 3 lines This commit was generated by cvs2svn to compensate for changes in r660, which included commits to RCS files with non-trunk default branches.
r658 | j6t | 2005-09-28 19:11:18 +0000 (Wed, 28 Sep 2005) | 2 lines Initial revision
r654 | j6t | 2005-09-28 18:39:56 +0000 (Wed, 28 Sep 2005) | 2 lines Initial revision
r652 | giskard | 2005-09-07 16:53:54 +0000 (Wed, 07 Sep 2005) | 4 lines Modified Files: ChangeLog
r651 | minmax | 2005-09-05 19:54:42 +0000 (Mon, 05 Sep 2005) | 2 lines Ok, wrong fix...
r650 | minmax | 2005-09-05 19:40:56 +0000 (Mon, 05 Sep 2005) | 2 lines Add check for fftw3.h and libfftw3 ...
r649 | minmax | 2005-09-05 19:32:21 +0000 (Mon, 05 Sep 2005) | 2 lines the right place to fix :)
r648 | minmax | 2005-09-05 19:30:51 +0000 (Mon, 05 Sep 2005) | 2 lines Add fftw3 to ldadd in Makefile.am
r647 | minmax | 2005-09-05 19:25:51 +0000 (Mon, 05 Sep 2005) | 2 lines fix a bordercase bug
r646 | giskard | 2005-09-03 15:52:43 +0000 (Sat, 03 Sep 2005) | 4 lines Modified Files: ChangeLog
r645 | minmax | 2005-09-03 14:01:36 +0000 (Sat, 03 Sep 2005) | 3 lines Apply patch as per bug 191 Fixes crush when opening files produced by Minolta DimageZ3
r644 | minmax | 2005-09-02 01:24:19 +0000 (Fri, 02 Sep 2005) | 2 lines ... fix
r643 | minmax | 2005-09-01 21:22:07 +0000 (Thu, 01 Sep 2005) | 2 lines Add fftw3-dev to debian dependencies
r642 | minmax | 2005-09-01 21:10:56 +0000 (Thu, 01 Sep 2005) | 12 lines New pitch control plugin code, and based on the same code new timestretch plugin which is now realtime! This code brings - libfourier now has advanced overlaping mode with custom oversampling - libfourier in advanced mode uses fftw3 to be _fast_ - pitch control plugin is now at least useful (it wasn't before) - timestretch plugin is now both useful and realtime (it wasn't before) - architecture that makes it easy to fix other fft-depending plugins... Thanks go out to Stephan Bernsee for creating great tutorials on dspdimension.com
r641 | minmax | 2005-09-01 20:35:53 +0000 (Thu, 01 Sep 2005) | 2 lines Add pt_BR language
r640 | benjif | 2005-08-28 18:35:56 +0000 (Sun, 28 Aug 2005) | 2 lines Fixed YUV bug in diffkey
r639 | giskard | 2005-08-26 10:21:54 +0000 (Fri, 26 Aug 2005) | 3 lines Committing in . ChangeLog
r638 | minmax | 2005-08-25 07:49:17 +0000 (Thu, 25 Aug 2005) | 2 lines Add jan to the credits
r637 | minmax | 2005-08-25 07:47:08 +0000 (Thu, 25 Aug 2005) | 2 lines fix control file,
r636 | minmax | 2005-08-25 07:42:22 +0000 (Thu, 25 Aug 2005) | 4 lines j^'s (j@v2v.cc) patch to mux ogg in a way compilant with specification y - makes oggz-validate happy and probably some players also Thanks also go to MikeS for helping j^.
r635 | pmdumuid | 2005-08-25 04:13:56 +0000 (Thu, 25 Aug 2005) | 2 lines Autoconf style fix in order to compila with new mjpegtools
r634 | j6t | 2005-08-24 20:50:16 +0000 (Wed, 24 Aug 2005) | 2 lines Fixed missing local variable initialization. (Bug 188)
r633 | minmax | 2005-08-24 19:09:23 +0000 (Wed, 24 Aug 2005) | 2 lines Fix two more placement bugs
r632 | minmax | 2005-08-23 23:32:49 +0000 (Tue, 23 Aug 2005) | 2 lines Boost up the requirement for mjpegtools to 1.6.3
r631 | minmax | 2005-08-23 21:09:00 +0000 (Tue, 23 Aug 2005) | 2 lines *** empty log message ***
r630 | minmax | 2005-08-23 20:58:17 +0000 (Tue, 23 Aug 2005) | 4 lines a) remove dragdrop preference - since new mode can give all existing behaviours it is sensible that old mode can be discarded b) small fix for drop placement - off by one error
r629 | minmax | 2005-08-23 19:29:40 +0000 (Tue, 23 Aug 2005) | 2 lines Make position finding rutines nicer...
r628 | minmax | 2005-08-23 15:25:22 +0000 (Tue, 23 Aug 2005) | 2 lines Fix a bug when paste_silence didn't return proper editlist
r627 | minmax | 2005-08-22 22:32:34 +0000 (Mon, 22 Aug 2005) | 2 lines Small fix for the dnd patch
r626 | minmax | 2005-08-22 22:18:24 +0000 (Mon, 22 Aug 2005) | 4 lines Here it is, infamous ga's patch fixed up and polished and beaten up into submission "Just Works" (till the first tester comes at least)
r625 | minmax | 2005-08-21 10:29:07 +0000 (Sun, 21 Aug 2005) | 2 lines Small fix to mask engine
r624 | minmax | 2005-08-20 18:59:44 +0000 (Sat, 20 Aug 2005) | 2 lines Clear out the debug printf
r623 | minmax | 2005-08-20 18:39:34 +0000 (Sat, 20 Aug 2005) | 3 lines Forgot to set defaults for theora so they weren't persistent ... now they are
r622 | minmax | 2005-08-20 18:00:57 +0000 (Sat, 20 Aug 2005) | 5 lines Fixes misplacement of the mask when resizing track and misplacement of the mask outline (in compositor window) when resizing project or changing it's aspect ratio fixes bug 161
r621 | minmax | 2005-08-20 00:31:00 +0000 (Sat, 20 Aug 2005) | 3 lines Moved from libavcodec-dev to libavcodec2-dev to make it compile under latest sid
r620 | minmax | 2005-08-19 23:41:01 +0000 (Fri, 19 Aug 2005) | 3 lines Fix for bug 176 - implements sample zooming when holding shift and using scrollwheel
r619 | giskard | 2005-08-11 21:12:04 +0000 (Thu, 11 Aug 2005) | 4 lines Modified Files: ChangeLog
r618 | j6t | 2005-08-11 19:40:26 +0000 (Thu, 11 Aug 2005) | 2 lines Undo items are only pushed if some time has passed since the last push.
r617 | j6t | 2005-08-11 19:34:44 +0000 (Thu, 11 Aug 2005) | 2 lines This enables undo of plugin parameter tweaks. Fixes Bug 154.
r616 | j6t | 2005-08-11 19:27:00 +0000 (Thu, 11 Aug 2005) | 3 lines The UndoStackItem::redo() is dropped and replaced by UndoStackItem::undo(). The latter must reverse its state so that the next invocation does a redo.
r615 | j6t | 2005-08-11 19:21:03 +0000 (Thu, 11 Aug 2005) | 2 lines Only one project state is stored in an undo item instead of two.
r614 | j6t | 2005-08-11 19:09:08 +0000 (Thu, 11 Aug 2005) | 3 lines The undo stack is split into an undo stack and a redo stack. This makes class UndoStack unnecessary.
r613 | j6t | 2005-08-11 18:57:54 +0000 (Thu, 11 Aug 2005) | 4 lines The invokers of MWindow::load_filenames() instead of this function itself mark the project unchanged. Exception: When a backup is loaded, the project remains marked as changed.
r612 | giskard | 2005-08-11 10:57:35 +0000 (Thu, 11 Aug 2005) | 3 lines ChangeLog -- we have a ChangeLog maintainer now :))))
r611 | giskard | 2005-08-10 21:57:31 +0000 (Wed, 10 Aug 2005) | 6 lines Committing in . Modified Files: control minor changes in debian/control, addedd libtheora-mmx-dev to the build-deps
r610 | minmax | 2005-07-30 11:49:04 +0000 (Sat, 30 Jul 2005) | 2 lines Make it compile under gcc 4.0
r609 | minmax | 2005-07-30 11:40:25 +0000 (Sat, 30 Jul 2005) | 2 lines Make it compile with xorg
r608 | pmdumuid | 2005-06-23 12:37:15 +0000 (Thu, 23 Jun 2005) | 2 lines Added a percentage display
r607 | pmdumuid | 2005-06-23 10:54:01 +0000 (Thu, 23 Jun 2005) | 2 lines default interlace mode for dv set to bottom first as per http://www.transcoding.org/cgi-bin/transcode?action=history&id=Interlacing
r606 | pmdumuid | 2005-06-23 10:50:59 +0000 (Thu, 23 Jun 2005) | 2 lines convert ODDLEADS to TOP_FIRST and EVENLEADS to BOTTOM_FIRST
r605 | pmdumuid | 2005-06-23 10:37:52 +0000 (Thu, 23 Jun 2005) | 2 lines convert ODDLEADS to TOP_FIRST and EVENLEADS to BOTTOM_FIRST
r604 | minmax | 2005-06-23 00:16:50 +0000 (Thu, 23 Jun 2005) | 2 lines Fixed compilation with gcc 4.0.1 - Slavko Igric
r603 | pmdumuid | 2005-06-19 12:59:11 +0000 (Sun, 19 Jun 2005) | 2 lines change the directory display to an address like bar
r602 | minmax | 2005-06-12 16:48:35 +0000 (Sun, 12 Jun 2005) | 2 lines Fix baver's code... don't insert timecode when show_tc is not set
r601 | minmax | 2005-06-12 00:18:19 +0000 (Sun, 12 Jun 2005) | 2 lines add image directory to be built... i forgot it before
r600 | minmax | 2005-06-11 23:08:16 +0000 (Sat, 11 Jun 2005) | 2 lines add image and menu entry, patch by giskard
r599 | minmax | 2005-06-11 23:07:39 +0000 (Sat, 11 Jun 2005) | 2 lines Added image file and menu entry, patch by giskard
r598 | pmdumuid | 2005-06-09 14:48:15 +0000 (Thu, 09 Jun 2005) | 2 lines fix the window title when loading file as [replace current project]
r597 | minmax | 2005-06-08 18:11:24 +0000 (Wed, 08 Jun 2005) | 2 lines French translation update by Jean-luc
r596 | minmax | 2005-06-07 12:49:39 +0000 (Tue, 07 Jun 2005) | 3 lines Make cinelerra deb package depend upon the same version of other cinelerra library packages as itself
r595 | minmax | 2005-06-06 15:23:08 +0000 (Mon, 06 Jun 2005) | 3 lines Fix SVQ3 decoding (Apple Sorenson 3) Inspiration and piece of code lifted from MPlayer
r594 | minmax | 2005-06-05 15:24:30 +0000 (Sun, 05 Jun 2005) | 2 lines fix for bug 157 - pan popup extends outside of screen
r593 | minmax | 2005-06-05 13:03:53 +0000 (Sun, 05 Jun 2005) | 4 lines Adds theora video decoding support Replaces use of vorbisfile with native rutines (could cause regressions, please test!).
r592 | pmdumuid | 2005-06-04 07:02:36 +0000 (Sat, 04 Jun 2005) | 2 lines patch for gcc4 initially from kysucix@dyne.org, and fixed by Hannes
r591 | pmdumuid | 2005-06-04 01:16:45 +0000 (Sat, 04 Jun 2005) | 2 lines patch for a wrong casting config.offset_fixed_value for the textbox - my mistake
r590 | pmdumuid | 2005-06-01 16:23:59 +0000 (Wed, 01 Jun 2005) | 2 lines patch for latest ffmpeg from kysucix@dyne.org
r589 | pmdumuid | 2005-06-01 16:21:49 +0000 (Wed, 01 Jun 2005) | 2 lines patch for gcc4 from kysucix@dyne.org
r588 | pmdumuid | 2005-06-01 16:19:55 +0000 (Wed, 01 Jun 2005) | 2 lines patch for gcc4
r587 | pmdumuid | 2005-05-27 14:42:49 +0000 (Fri, 27 May 2005) | 2 lines Adding Selective Temporal Averaging Plugin
r586 | pmdumuid | 2005-05-27 14:40:25 +0000 (Fri, 27 May 2005) | 2 lines Adding Selective Temporal Averaging Plugin
r585 | pmdumuid | 2005-05-24 12:32:56 +0000 (Tue, 24 May 2005) | 2 lines Fixed faad detection for latest version of faad
r584 | j6t | 2005-05-23 18:53:12 +0000 (Mon, 23 May 2005) | 2 lines Fixed crash when an UI update switches between Radial and Linear gradient.
r583 | minmax | 2005-05-13 07:34:08 +0000 (Fri, 13 May 2005) | 2 lines Fix a crushing bug in previous patch
r582 | minmax | 2005-05-12 14:19:30 +0000 (Thu, 12 May 2005) | 3 lines removed double reference to libopenexr-dev reported by j@v2v.cc
r581 | minmax | 2005-05-12 11:12:06 +0000 (Thu, 12 May 2005) | 11 lines Pierre's patch adding default interlacing to specific fileformats () Here's the latest patch to implement yuv interlacing option. Actually, while I was at it, I took the liberty of applying detection schemes, primarily: * all the still pictures should return not-interlaced * mov files are detected, ( I looked up in the quicktime specifications manual) * others are set to unknown!
r580 | minmax | 2005-05-12 10:50:30 +0000 (Thu, 12 May 2005) | 2 lines put locks around stream_packetin also
r579 | minmax | 2005-05-12 07:16:50 +0000 (Thu, 12 May 2005) | 3 lines - cleanup - add mutex around flush function just in case
r578 | j6t | 2005-05-11 20:25:58 +0000 (Wed, 11 May 2005) | 3 lines Factored UndoStackItem into an interface class UndoStackItem and a derived class MainUndoStackItem that keeps the EDL backups.
r577 | minmax | 2005-05-11 11:20:47 +0000 (Wed, 11 May 2005) | 5 lines Clips internal position on creation is now set to 0 this prevents bad behaviour when clip was put into viewer window again and no knob on the slider was present and no image shown. This happened when view cursor was outside of the clip creation region at the time of creation
r576 | minmax | 2005-05-11 08:14:04 +0000 (Wed, 11 May 2005) | 2 lines Applying j^'s autofoo fixes patch + johannes' patch of the patch
r575 | minmax | 2005-05-11 07:47:43 +0000 (Wed, 11 May 2005) | 2 lines Fix in order to work with libvorbis <1.1
r574 | minmax | 2005-05-10 23:21:32 +0000 (Tue, 10 May 2005) | 2 lines fixes for frame sizes not dividable by 16
r573 | minmax | 2005-05-10 12:51:33 +0000 (Tue, 10 May 2005) | 2 lines fix another typo
r572 | minmax | 2005-05-10 12:48:11 +0000 (Tue, 10 May 2005) | 3 lines another fix flush_ogg is not needed because it is called by both writes already
r571 | minmax | 2005-05-10 12:45:31 +0000 (Tue, 10 May 2005) | 2 lines fix missing eos
r570 | minmax | 2005-05-10 11:54:21 +0000 (Tue, 10 May 2005) | 3 lines Optimisation - don't output to canvas the picture when overlay has to be added
r569 | minmax | 2005-05-10 11:52:48 +0000 (Tue, 10 May 2005) | 2 lines A speedup when caching last rendered frame for static display
r568 | minmax | 2005-05-10 11:52:14 +0000 (Tue, 10 May 2005) | 3 lines Make background of the videos black. This fixes bug 98 - WYSIWYG compilance for RGBA8888 mode
r567 | minmax | 2005-05-09 22:32:06 +0000 (Mon, 09 May 2005) | 2 lines add minor fix for vorbis export
r566 | minmax | 2005-05-09 07:59:57 +0000 (Mon, 09 May 2005) | 2 lines small leak fix
r565 | minmax | 2005-05-08 23:10:57 +0000 (Sun, 08 May 2005) | 2 lines better dependencies
r564 | minmax | 2005-05-08 22:59:40 +0000 (Sun, 08 May 2005) | 2 lines add new dependancies to libogg and libtheora
r563 | minmax | 2005-05-08 22:56:20 +0000 (Sun, 08 May 2005) | 2 lines Ogg theora+vorbis export added
r562 | j6t | 2005-05-07 20:07:28 +0000 (Sat, 07 May 2005) | 2 lines Removed the size state from UndoStack; a minimum number of undo entries is enforced.
r561 | minmax | 2005-05-07 16:20:22 +0000 (Sat, 07 May 2005) | 2 lines ARGH2
r560 | minmax | 2005-05-07 14:26:37 +0000 (Sat, 07 May 2005) | 2 lines reverse interlace -yuvmpeg patch
r559 | minmax | 2005-05-07 14:23:45 +0000 (Sat, 07 May 2005) | 2 lines ARGH
r558 | minmax | 2005-05-07 08:32:50 +0000 (Sat, 07 May 2005) | 2 lines add two files from previous patch
r557 | minmax | 2005-05-06 23:29:23 +0000 (Fri, 06 May 2005) | 3 lines patch for interlacing compensation by Pierre Marc Dumuid
r556 | j6t | 2005-05-06 21:48:20 +0000 (Fri, 06 May 2005) | 2 lines Moved the defintion of undo item classes into mwindowedit.C, where they are used.
r555 | minmax | 2005-05-06 10:57:08 +0000 (Fri, 06 May 2005) | 2 lines Highlight affected plugin when dragging a keyframe
r554 | minmax | 2005-05-05 17:14:16 +0000 (Thu, 05 May 2005) | 2 lines fix paste silence/mute
r553 | j6t | 2005-04-30 19:26:03 +0000 (Sat, 30 Apr 2005) | 2 lines Modern gccs require __attribute__((used)) for variables used only in assembly.
r552 | j6t | 2005-04-27 19:34:46 +0000 (Wed, 27 Apr 2005) | 2 lines Fixed clip title when a clip is created in the time line window.
r551 | j6t | 2005-04-16 19:50:33 +0000 (Sat, 16 Apr 2005) | 3 lines Fixed references of shared effects when a track is deleted. Shared effects that reference the deleted track are also deleted.
r550 | j6t | 2005-04-13 20:27:39 +0000 (Wed, 13 Apr 2005) | 2 lines References to a shared plugin that is moved up or down must be updated.
r549 | j6t | 2005-04-09 21:51:10 +0000 (Sat, 09 Apr 2005) | 2 lines When a track is deleted remove all open plugin windows, not just the first one.
r548 | j6t | 2005-04-08 22:09:45 +0000 (Fri, 08 Apr 2005) | 2 lines Fixed radio button update after mode change.
r547 | j6t | 2005-04-08 21:50:40 +0000 (Fri, 08 Apr 2005) | 2 lines Fixed uninitialized memory; fixed color models without alpha channel.
r546 | j6t | 2005-04-07 18:59:50 +0000 (Thu, 07 Apr 2005) | 2 lines Update mode menu checkmarks correctly if mode keyframes change the mode.
r545 | j6t | 2005-04-05 20:09:24 +0000 (Tue, 05 Apr 2005) | 2 lines Fix that output layer cannot be switched to Bottom.
r544 | j6t | 2005-04-03 15:48:02 +0000 (Sun, 03 Apr 2005) | 2 lines Fixed colorbalance for more than 2 CPUs.
r543 | j6t | 2005-04-03 11:34:26 +0000 (Sun, 03 Apr 2005) | 2 lines Fixed bounds clipping when input is smaller than output (by Pierre Dumuid).
r542 | j6t | 2005-04-02 19:33:44 +0000 (Sat, 02 Apr 2005) | 2 lines -lavc1394 and -lrom1394 depend on -lraw1394.
r541 | j6t | 2005-04-01 21:33:48 +0000 (Fri, 01 Apr 2005) | 2 lines Removed unnecessary libraries from the link commands.
r540 | j6t | 2005-03-30 21:10:42 +0000 (Wed, 30 Mar 2005) | 3 lines Moved compiler options that are required for the build from CFLAGS/CXXFLAGS to AM_CFLAGS/AM_CXXFLAGS.
r539 | minmax | 2005-03-30 08:43:55 +0000 (Wed, 30 Mar 2005) | 3 lines Bring it closer to defaulttheme - patch by: Pierre Marc Dumuid
r538 | minmax | 2005-03-29 20:20:38 +0000 (Tue, 29 Mar 2005) | 2 lines treat dot as separator
r537 | minmax | 2005-03-29 19:32:19 +0000 (Tue, 29 Mar 2005) | 2 lines ah...
r536 | minmax | 2005-03-29 19:30:48 +0000 (Tue, 29 Mar 2005) | 2 lines make previous fix better
r535 | minmax | 2005-03-29 19:06:39 +0000 (Tue, 29 Mar 2005) | 2 lines Don't draw ibeam when textbox is not focused
r534 | minmax | 2005-03-28 23:48:51 +0000 (Mon, 28 Mar 2005) | 2 lines Johannes' experimental patch for bug 153
r533 | minmax | 2005-03-28 16:01:20 +0000 (Mon, 28 Mar 2005) | 2 lines fix backward play for these two plugins
r532 | minmax | 2005-03-28 14:49:12 +0000 (Mon, 28 Mar 2005) | 2 lines Fix the timecode off by one problem when playing backwards
r531 | minmax | 2005-03-28 12:59:39 +0000 (Mon, 28 Mar 2005) | 2 lines A new fix for rounding errors in hmsf calculation
r530 | minmax | 2005-03-26 23:10:02 +0000 (Sat, 26 Mar 2005) | 2 lines add more optimizations by default
r529 | minmax | 2005-03-26 22:43:45 +0000 (Sat, 26 Mar 2005) | 2 lines Fix colorbalance plugin - gui wasn't upate when doing keyframe interpolation
r528 | minmax | 2005-03-26 21:56:23 +0000 (Sat, 26 Mar 2005) | 2 lines one more occurance of the leak
r527 | minmax | 2005-03-26 21:53:37 +0000 (Sat, 26 Mar 2005) | 2 lines Fix small leak
r526 | minmax | 2005-03-26 21:13:16 +0000 (Sat, 26 Mar 2005) | 2 lines Add automagic placement of keyframes when pasting
r525 | minmax | 2005-03-23 14:01:34 +0000 (Wed, 23 Mar 2005) | 2 lines another fix to bring it closer to heroines
r524 | minmax | 2005-03-23 13:59:05 +0000 (Wed, 23 Mar 2005) | 2 lines just a small change to bring it closer to heroines
r523 | minmax | 2005-03-23 13:36:50 +0000 (Wed, 23 Mar 2005) | 2 lines Fix the copy&pasting of pan keyframes
r522 | minmax | 2005-03-20 08:57:22 +0000 (Sun, 20 Mar 2005) | 3 lines Filebox - sort by extension. patch by Pierre Marc Dumuid
r521 | minmax | 2005-03-19 12:40:21 +0000 (Sat, 19 Mar 2005) | 4 lines Fix a regression - not displaying keyframe context menu when clicking with third mouse button + simplify and bring file closer to heroine's 1.2.2
r520 | minmax | 2005-03-19 10:31:36 +0000 (Sat, 19 Mar 2005) | 2 lines Fix < and > in titler ...
r519 | minmax | 2005-03-15 13:03:20 +0000 (Tue, 15 Mar 2005) | 2 lines changed dependancy to libavcodec-dev from libavcodec1-dev
r518 | j6t | 2005-03-12 20:53:50 +0000 (Sat, 12 Mar 2005) | 2 lines Restored translatability of undo step descriptions.
r517 | minmax | 2005-03-06 20:55:32 +0000 (Sun, 06 Mar 2005) | 3 lines Undo patch by uhauufo02@sneakemail.com (Karl Bielefeldt) speeds up some undo operations and reduces memory load
r516 | minmax | 2005-03-06 19:09:42 +0000 (Sun, 06 Mar 2005) | 3 lines Fix for improperly detecting direct-copy situations by Jonathan Woithe
r515 | minmax | 2005-02-27 12:58:02 +0000 (Sun, 27 Feb 2005) | 3 lines Fix crush in perspective plugin and possibly motion plugin by bugzilla@rogmann.org (Sascha Rogmann)
r514 | baver | 2005-02-25 07:01:47 +0000 (Fri, 25 Feb 2005) | 4 lines deactive ReelWindow from opening on a clip open
r513 | minmax | 2005-02-21 19:08:52 +0000 (Mon, 21 Feb 2005) | 2 lines fix regressions from late 1.2.1
r512 | minmax | 2005-02-10 10:57:34 +0000 (Thu, 10 Feb 2005) | 2 lines Revert the accidental reverts ... patch by Johannes Sixt
r511 | minmax | 2005-02-08 15:46:52 +0000 (Tue, 08 Feb 2005) | 2 lines update for 1.2.2
r510 | j6t | 2005-01-22 20:15:35 +0000 (Sat, 22 Jan 2005) | 2 lines Fixed the path to the default wipe shape.
r509 | j6t | 2005-01-22 10:35:56 +0000 (Sat, 22 Jan 2005) | 2 lines Merged the official release 1.2.2.
r508 | j6t | 2005-01-18 20:59:19 +0000 (Tue, 18 Jan 2005) | 2 lines Merged the official release 1.2.2.
r507 | j6t | 2005-01-18 20:36:48 +0000 (Tue, 18 Jan 2005) | 2 lines Merged the official release 1.2.2.
r505 | j6t | 2005-01-18 20:10:04 +0000 (Tue, 18 Jan 2005) | 3 lines This commit was generated by cvs2svn to compensate for changes in r504, which included commits to RCS files with non-trunk default branches.
r502 | j6t | 2005-01-18 20:09:43 +0000 (Tue, 18 Jan 2005) | 2 lines Initial revision
r501 | j6t | 2005-01-18 20:09:43 +0000 (Tue, 18 Jan 2005) | 3 lines This commit was generated by cvs2svn to compensate for changes in r500, which included commits to RCS files with non-trunk default branches.
r498 | j6t | 2005-01-10 20:49:29 +0000 (Mon, 10 Jan 2005) | 2 lines Added the correct terminating tag for VIDEO_OMIT tags.
r497 | j6t | 2005-01-04 19:46:05 +0000 (Tue, 04 Jan 2005) | 2 lines Added some wipe shapes.
r496 | j6t | 2005-01-04 19:45:38 +0000 (Tue, 04 Jan 2005) | 3 lines Added an option to preserve the aspect ratio of the shape PNG. This assumes that the shape image's pixels are square.
r495 | j6t | 2005-01-04 15:53:15 +0000 (Tue, 04 Jan 2005) | 2 lines Fixed shape scaling and a memory leak. Assorted minor cleanups.
r494 | minmax | 2005-01-02 21:48:12 +0000 (Sun, 02 Jan 2005) | 2 lines Moved TESTS.TXT to TESTS to fix bug 143
r493 | minmax | 2004-12-29 18:01:21 +0000 (Wed, 29 Dec 2004) | 3 lines First part of copy single keyframe functionality - autos can now be copied to clipboard one by one even when they are set at the same time
r492 | minmax | 2004-12-29 01:04:14 +0000 (Wed, 29 Dec 2004) | 2 lines Add cntrl modifier to play commands - play from in point to outpoint
r491 | minmax | 2004-12-28 22:47:28 +0000 (Tue, 28 Dec 2004) | 2 lines Two display bugs on pixellevel... documented on the mailing list
r490 | minmax | 2004-12-28 22:21:12 +0000 (Tue, 28 Dec 2004) | 2 lines fix ... ah.. stupid me.. vwindow needs this fix also
r489 | minmax | 2004-12-28 15:54:19 +0000 (Tue, 28 Dec 2004) | 2 lines Fix for a crusher
r488 | minmax | 2004-12-28 15:40:24 +0000 (Tue, 28 Dec 2004) | 2 lines fix for bug 34
r487 | minmax | 2004-12-28 01:19:40 +0000 (Tue, 28 Dec 2004) | 2 lines delete livido from makefile, how it got there?
r486 | minmax | 2004-12-28 00:55:38 +0000 (Tue, 28 Dec 2004) | 2 lines Add two files
r485 | minmax | 2004-12-28 00:06:48 +0000 (Tue, 28 Dec 2004) | 2 lines Add manual goto - keypress 'g'
r484 | minmax | 2004-12-27 12:43:13 +0000 (Mon, 27 Dec 2004) | 3 lines Add mode menu and pan popup when clicking on "Show keyframe settings" in context menu
r483 | minmax | 2004-12-26 21:27:40 +0000 (Sun, 26 Dec 2004) | 2 lines Fix for bug 80 - add right click context menu to all types of keyframes
r482 | minmax | 2004-12-26 18:53:11 +0000 (Sun, 26 Dec 2004) | 2 lines Fix for bug 70 - big zoom in projector causes crush
r481 | minmax | 2004-12-26 16:40:37 +0000 (Sun, 26 Dec 2004) | 2 lines fix for second part of bug 141 (first part is fixed by fix to 114)
r480 | minmax | 2004-12-26 13:50:38 +0000 (Sun, 26 Dec 2004) | 2 lines Additional fix for bug 114
r479 | minmax | 2004-12-25 21:18:37 +0000 (Sat, 25 Dec 2004) | 2 lines Bug 131
r478 | minmax | 2004-12-25 21:18:33 +0000 (Sat, 25 Dec 2004) | 2 lines add support for 16 bit per channel tiff (48bpp and 64bpp) - bug 131
r477 | minmax | 2004-12-25 20:24:03 +0000 (Sat, 25 Dec 2004) | 2 lines Fix for bug 97
r476 | minmax | 2004-12-25 20:12:31 +0000 (Sat, 25 Dec 2004) | 2 lines Fix for bug 97
r475 | minmax | 2004-12-24 17:29:23 +0000 (Fri, 24 Dec 2004) | 2 lines Fix for bug 168
r474 | minmax | 2004-12-24 14:42:35 +0000 (Fri, 24 Dec 2004) | 2 lines Fix for bug 130
r473 | minmax | 2004-12-23 22:56:29 +0000 (Thu, 23 Dec 2004) | 2 lines Fix to bug 134 by Paul Tobin
r472 | baver | 2004-12-19 20:50:19 +0000 (Sun, 19 Dec 2004) | 4 lines Added options to AssetEditWindow to modify reel name, reel number and the time code start offset.
r471 | nate | 2004-12-19 06:33:25 +0000 (Sun, 19 Dec 2004) | 7 lines Fix blue/green color switch when using YUV4MPEG pipe output. Turns out that ffmpeg is using a different pixel order than we are for 24 bit RGB. Instead of the obvious PIX_FMT_RGBA32 == BC_RGBA8888, it seems like their PIX_FMT_RGBA32 is the same as our BC_BGR8888. Might be interesting to figure out who is doing this wrong, but for now...
r470 | baver | 2004-12-19 05:41:43 +0000 (Sun, 19 Dec 2004) | 3 lines update asset->tcstart for dv encoded files
r469 | baver | 2004-12-19 00:37:40 +0000 (Sun, 19 Dec 2004) | 8 lines Added reel_name, reel_number to Asset When loading a file, another window pops up asking for reel name and number. Also allows using a default reel name and number. TODO: load the previous entries for reel name and number in the ReelWindow, and the use default checkbox status.
r468 | j6t | 2004-12-15 21:16:52 +0000 (Wed, 15 Dec 2004) | 2 lines Temporal swap of fields implemented by Jerome Cornet .
r467 | baver | 2004-12-10 21:15:24 +0000 (Fri, 10 Dec 2004) | 20 lines removed frame_start from Asset, replaced with tcstart, tcend, tcformat viewer displays timecode based on Asset->tcstart. filedv updates asset->tcstart, asset->tcend to coincide with information from the first and last frame in the file vrender.C: added function to insert timecode onto display/ update a gui clock/print to console. Currently only prints to console (not enabled in source). Must set show_tc to 1 in renderengine.C in order for this function to be called. Prints out 0 timecode if transition/two tracks have video. rendering a section results in the timecode offset of the rendered clip to coincide with the timeline location (only quicktime dv). current_frame added to FileDV (used as a frame counter for writing the timecode). still need to call libdv to encode the timecode.
r466 | baver | 2004-12-09 23:20:43 +0000 (Thu, 09 Dec 2004) | 3 lines fix timecode offset (remove + 1)
r465 | baver | 2004-12-09 22:30:53 +0000 (Thu, 09 Dec 2004) | 3 lines update title on initial load with a clip
r464 | baver | 2004-12-09 22:14:43 +0000 (Thu, 09 Dec 2004) | 4 lines rounding up for fps results in more frames per second than the timecode. should just truncate.
r463 | cobra | 2004-12-03 23:19:56 +0000 (Fri, 03 Dec 2004) | 4 lines Misc updates, enable reframert plugin Kevin Brosius
r462 | mammique | 2004-11-24 11:26:06 +0000 (Wed, 24 Nov 2004) | 2 lines replace duild-dep obsolete "libxvidencore0 and libxvidcore-dev" by "libxvidcore4-dev"
r461 | j6t | 2004-11-20 20:53:29 +0000 (Sat, 20 Nov 2004) | 2 lines Added the Shape Wipe plugin.
r460 | j6t | 2004-11-17 21:05:05 +0000 (Wed, 17 Nov 2004) | 2 lines libxvidcore is no longer used.
r459 | minmax | 2004-11-01 14:54:47 +0000 (Mon, 01 Nov 2004) | 2 lines small fix for initialization
r458 | j6t | 2004-10-11 09:50:40 +0000 (Mon, 11 Oct 2004) | 2 lines Simplified an if-else cascade by using atan2 instead of atan.
r457 | j6t | 2004-10-11 09:23:43 +0000 (Mon, 11 Oct 2004) | 3 lines Fixed multi-threaded access of the color picker's color and alpha value when the color is tweaked during playback.
r456 | j6t | 2004-10-11 09:04:04 +0000 (Mon, 11 Oct 2004) | 2 lines Fixed a race condition with a crash when a color picker is opened during playback.
r455 | j6t | 2004-10-10 19:51:22 +0000 (Sun, 10 Oct 2004) | 2 lines Replaced a Mutex by a Condition since the unlock() happens in a different thread.
r454 | j6t | 2004-10-10 19:12:50 +0000 (Sun, 10 Oct 2004) | 2 lines Fixed that the color pickers (if opened) were not updated during playback.
r453 | nate | 2004-10-08 20:34:05 +0000 (Fri, 08 Oct 2004) | 8 lines Utility macros for standardizing printing of debug messages. Allows debug messages to be turned on/off from the command line with the environment variable 'DEBUG' on a per file or per function basis without requiring recompile. Debug messages included in code if and only if code is compiled with -DDEBUG. Details in debug.h header.
r452 | nate | 2004-10-08 20:25:27 +0000 (Fri, 08 Oct 2004) | 13 lines Macros to standardize printing of errors statements to stderr. Does not change current behaviour, but makes things easier and clearer for new code. Instead of: fprintf(stderr, "Function(): bad foo %d", result"); return 1; One can use: return ERROR("bad foo %d", result); Currently included as part of guicast.h to simplify inclusion in source files, but this can be changed if desired.
r451 | j6t | 2004-10-08 09:58:25 +0000 (Fri, 08 Oct 2004) | 2 lines Work-around for build problems on some systems (exact reason is unknown).
r450 | nate | 2004-10-08 03:40:40 +0000 (Fri, 08 Oct 2004) | 5 lines Don't define ERROR to -1 in the external header file for libmpeg3.h. It seems like the only reason we were defining it was that vlc.h only defines it to the value we want if it is already defined.
r449 | nate | 2004-10-08 03:30:04 +0000 (Fri, 08 Oct 2004) | 3 lines Stop creating a new dc_offset_thread object everytime we start playback.
r448 | nate | 2004-10-06 10:04:58 +0000 (Wed, 06 Oct 2004) | 3 lines Simplify constructor destructor now that subwindows are properly destroyed.
r447 | minmax | 2004-10-05 12:52:05 +0000 (Tue, 05 Oct 2004) | 2 lines Added dirty hack for utf8 reversion from Jean-Michel POURE
r446 | minmax | 2004-10-03 22:47:40 +0000 (Sun, 03 Oct 2004) | 2 lines Fix for bug in avi index parsing
r445 | minmax | 2004-10-02 21:59:44 +0000 (Sat, 02 Oct 2004) | 2 lines Drag only armed tracks and plugins
r444 | minmax | 2004-10-02 21:17:44 +0000 (Sat, 02 Oct 2004) | 3 lines Prevent buzz from crushing when not present Write producer info to EDL
r443 | minmax | 2004-10-02 20:00:40 +0000 (Sat, 02 Oct 2004) | 2 lines Cinelerra should behave like a nice citizen in X
r442 | minmax | 2004-10-01 22:10:56 +0000 (Fri, 01 Oct 2004) | 2 lines Fix for bug 98, transition underflow
r441 | minmax | 2004-10-01 21:34:03 +0000 (Fri, 01 Oct 2004) | 2 lines Fix bug 51 and another minor one
r440 | nate | 2004-10-01 20:59:59 +0000 (Fri, 01 Oct 2004) | 4 lines More changes from Jean-Michel. Allow environment variables to override names for auto* program names.
r439 | minmax | 2004-10-01 18:51:53 +0000 (Fri, 01 Oct 2004) | 2 lines Cache memleak fix
r438 | minmax | 2004-10-01 17:56:08 +0000 (Fri, 01 Oct 2004) | 2 lines Fix a crush when rendering audio plugins, bug 103
r437 | minmax | 2004-10-01 14:30:00 +0000 (Fri, 01 Oct 2004) | 2 lines workaround for alsa oss's emulation...
r436 | nate | 2004-10-01 11:41:33 +0000 (Fri, 01 Oct 2004) | 3 lines Fix my previous stupidity when I used an uninitialized char *.
r435 | minmax | 2004-10-01 10:48:07 +0000 (Fri, 01 Oct 2004) | 2 lines Fixed transitions when using nudge
r434 | nate | 2004-10-01 10:46:41 +0000 (Fri, 01 Oct 2004) | 6 lines Improvements to by Jean-Michel POURE . Makes it easier for autogen.sh to work on systems that do not have symlinks from auto* to auto*-version. We need to revisit our whole configure approach sometime soon, but things like this will buy us some time.
r433 | minmax | 2004-10-01 10:44:11 +0000 (Fri, 01 Oct 2004) | 2 lines Fixed greyscale tiff import
r432 | nate | 2004-10-01 09:52:06 +0000 (Fri, 01 Oct 2004) | 3 lines Call reset_parameters from constructor to avoid uninitialized use.
r431 | nate | 2004-10-01 09:47:53 +0000 (Fri, 01 Oct 2004) | 3 lines Initialize rd and wr variables before they are first used.
r430 | nate | 2004-10-01 09:44:41 +0000 (Fri, 01 Oct 2004) | 10 lines This should fix some of the problems with resampling. Resample reads in large chunks, and currently doesn't pay attention to the exact length of the file while doing so. This fixes that by coercing the length read to never be longer than file. In general, resampling is rather a mess. Speed, quality, and readability are all poor. In the future we probably want to move to a better solution like making use of libsamplerate.
r429 | nate | 2004-10-01 09:23:31 +0000 (Fri, 01 Oct 2004) | 6 lines Change so that the channel is set before set_audio_position is called, rather than changing the channel between set_audio_position and read_samples. I've looked at this for a long time, and just can't figure out how the current approach could be intentional.
r428 | nate | 2004-10-01 09:14:18 +0000 (Fri, 01 Oct 2004) | 3 lines Remove duplicate line causing small leak.
r427 | nate | 2004-10-01 08:55:12 +0000 (Fri, 01 Oct 2004) | 6 lines Fix relatively large bug/leak where only half the subwindows were being deleted when a window was destroyed. It's possible that might trigger some new bugs, if any code was (erroneously) depending on that data not to be freed.
r426 | nate | 2004-10-01 08:42:12 +0000 (Fri, 01 Oct 2004) | 3 lines Cleanup so that pointer to allocation is keep rather than lost.
r425 | nate | 2004-10-01 08:35:53 +0000 (Fri, 01 Oct 2004) | 3 lines Avoid numerous small leaks.
r424 | nate | 2004-10-01 08:33:10 +0000 (Fri, 01 Oct 2004) | 3 lines Don't try to handle SIGKILL.
r423 | minmax | 2004-09-30 23:42:50 +0000 (Thu, 30 Sep 2004) | 3 lines 1. fix slider navigation by keys before mouse click 2. enable undo and redo from vwindow
r422 | minmax | 2004-09-30 21:45:54 +0000 (Thu, 30 Sep 2004) | 2 lines Updated control file
r421 | minmax | 2004-09-30 18:44:35 +0000 (Thu, 30 Sep 2004) | 3 lines Removed interpolateall from builing, since it is dead code and causes crushes
r420 | minmax | 2004-09-29 23:12:17 +0000 (Wed, 29 Sep 2004) | 2 lines fix for bug 122
r419 | minmax | 2004-09-29 20:16:25 +0000 (Wed, 29 Sep 2004) | 2 lines various fixes, memory allocations, etc.
r418 | minmax | 2004-09-29 20:06:40 +0000 (Wed, 29 Sep 2004) | 2 lines Sole edit by using shift key
r417 | j6t | 2004-09-27 18:12:53 +0000 (Mon, 27 Sep 2004) | 2 lines Fixed 'make dist' in the theme data directories.
r416 | minmax | 2004-09-26 18:17:51 +0000 (Sun, 26 Sep 2004) | 2 lines Codefest commit by Johannes and Andraz
r415 | j6t | 2004-09-13 18:35:21 +0000 (Mon, 13 Sep 2004) | 2 lines Fixed incorrect (missing) locking to avoid hangs.
r414 | nate | 2004-09-07 09:02:51 +0000 (Tue, 07 Sep 2004) | 3 lines Add reposition_window() call to previous file pulldown patch.
r413 | nate | 2004-09-07 08:42:43 +0000 (Tue, 07 Sep 2004) | 4 lines Add a wrapper class for ffmpeg/libavcodec routines, with examples of use in fileyuv. Still in progress, but works for what it does so far.
r412 | nate | 2004-09-07 08:01:06 +0000 (Tue, 07 Sep 2004) | 10 lines Changed from including to . Currently, our configure doesn't actually check where avcodec.h is installed, and we hardcode the includes to be /usr/include/ffmpeg. Thus the current include fails things are actually in /usr/local/include/ffmpeg. The new approach works anywhere on the default include path. We may want to revisit this once we have better configure detection, though.
r411 | nate | 2004-09-07 07:50:31 +0000 (Tue, 07 Sep 2004) | 5 lines Add pulldown support for recently selected files when opening and saving files. Pulldown support integrated with 'File' menu choices of recently used files.
r410 | mammique | 2004-09-06 12:05:03 +0000 (Mon, 06 Sep 2004) | 2 lines adding fr
r409 | mammique | 2004-09-06 11:58:15 +0000 (Mon, 06 Sep 2004) | 2 lines main() returns 0;
r408 | nate | 2004-09-06 05:47:23 +0000 (Mon, 06 Sep 2004) | 5 lines Move cinelerra/recentlist.[Ch] to guicast/bcrecentlist.[Ch]. No functional changes, but moving required changing arguments of RecentList to avoid dependencies from guicast to cinelerra.
r407 | nate | 2004-09-06 05:44:42 +0000 (Mon, 06 Sep 2004) | 3 lines This is locally generated file and shouldn't be in CVS.
r406 | nate | 2004-09-06 01:56:39 +0000 (Mon, 06 Sep 2004) | 7 lines ALSA wasn't being checked for correctly. Upped requirement to version 1.0.2. Moved ALSA check to be above other checks. Bug in AM_PATH_ALSA() (not our bug) clobbers libraries who start with the letter m, so moved call to AM_PATH_ALSA to before check for library -lmjpegutils.
r405 | nate | 2004-09-04 06:38:46 +0000 (Sat, 04 Sep 2004) | 8 lines Changed so aclocal runs first. Apologies for changing something I don't much understand, but on my system at least, I've never been able to checkout and build without having to blunder around blindly typing 'aclocal' here and there. With this, I seem to be able to autogen.sh, configure, make.
r404 | nate | 2004-09-04 06:10:37 +0000 (Sat, 04 Sep 2004) | 3 lines Oops, this should have been in the last patch, but I forgot to add it.
r403 | nate | 2004-09-04 04:37:02 +0000 (Sat, 04 Sep 2004) | 5 lines Tiny patch: if RenderWindow is open and render is selected again, raise the existing render window instead of giving an error message. Only give the old error message if render is actually in progress.
r402 | nate | 2004-09-04 00:12:54 +0000 (Sat, 04 Sep 2004) | 11 lines Continuation of previous patch to add support to exporting to YUV4MPEG pipes. Rearrangement of approach to make easier for other export modules to add support for pipes, and retry at interface for pipes. Interface for pipes is better, but probably still not finished. Patch causes changes to behaviour of FormatTools panel used to configure all Rendering options from many locations (Render, Batch render, Preferences, Record) but testing really only done for Render. Support added for pulldown to select recently used files (and pipes).
r401 | j6t | 2004-09-03 21:31:19 +0000 (Fri, 03 Sep 2004) | 3 lines Changed the way in which theme PNGs are packaged and retrieved to Heroine's, i.e. concatenate them with the bootstrap utility and make an object from it.
r400 | mammique | 2004-09-02 20:39:56 +0000 (Thu, 02 Sep 2004) | 2 lines Arch checking and target arch flags (PowerPC and non-PowerPC)
r399 | j6t | 2004-09-02 20:08:44 +0000 (Thu, 02 Sep 2004) | 2 lines Added the missing decoration at the top of to the Set Format background image.
r398 | mammique | 2004-09-02 04:54:48 +0000 (Thu, 02 Sep 2004) | 2 lines Transparency conversion for Big-Endian X-Server.
r397 | mammique | 2004-09-02 04:52:32 +0000 (Thu, 02 Sep 2004) | 2 lines Adding transfer_RGBA8888_to_ARGB8888 needed Big-Endian X11 conversion.
r396 | mammique | 2004-09-02 04:49:19 +0000 (Thu, 02 Sep 2004) | 2 lines Colormodel to for Big-Endian is ARGB not RGBA
r395 | nate | 2004-09-01 20:46:39 +0000 (Wed, 01 Sep 2004) | 5 lines Small modifications to previous YUV4MPEG support patch. 1) Disable audio configure from render window 2) Change mpeg2enc presets to use .m2v instead of .mpv endings
r394 | j6t | 2004-09-01 20:33:43 +0000 (Wed, 01 Sep 2004) | 6 lines 1. Fixed incorrect package size where some lines were not computed for certain combinations of frame sizes and/or number of cpus. 2. Fixed undefined behavior in variable swap frenzy. 3. Replaced cartesian<->polar conversion by rotation matrix (fixes rounding errors near +-180 and 0 degrees).
r393 | nate | 2004-09-01 03:35:23 +0000 (Wed, 01 Sep 2004) | 16 lines This is a large patch to add support for YUV4MPEG streams. This will allow Cinelerra to open pipes to the mjpegtools toolchain, such as mpeg2enc. Files can be opened as well, but not via pipes. This patch is large enough that it may well introduce some bugs, possibly not only in YUV export, but in other rendering areas, and possibly autoconf. If this happens, I'll fix things as fast as I can. This module introduces a new dependency on libmjpegutils.a, which can be found at . The autoconf support I put in is still rather rough, and needs to be revisited. But it should be enough for people to start playing with... (We can always back it out, right?)
r392 | nate | 2004-09-01 03:26:52 +0000 (Wed, 01 Sep 2004) | 8 lines Small change to make the selection be preferred over the in/out points. Slightly complicated because the selection start is currently the same as the position in the file, and thus the frame that is viewed in the Compositor. Probably we'll want to change to having a separate cursor and selection start, but this will give us something to play with in the interim to see if it feels right like this.
r391 | j6t | 2004-08-30 20:18:08 +0000 (Mon, 30 Aug 2004) | 2 lines Fixed division by zero when the height box is cleared in the New Project dialog.
r390 | baver | 2004-08-30 18:07:34 +0000 (Mon, 30 Aug 2004) | 4 lines remove quicktime_set_position for JUNK at the end of avi finalization. (otherwise data and the idx1 header is overwritten)
r389 | baver | 2004-08-30 05:11:01 +0000 (Mon, 30 Aug 2004) | 3 lines added quicktime_fseek to quicktime_write_data to reposition stream when presave is not in use (needed for avi's).
r388 | nate | 2004-08-24 03:00:09 +0000 (Tue, 24 Aug 2004) | 8 lines Fixed check for configure to work without intervention if OpenEXR installed in /usr/local. OpenEXR headers are broken in that they include each other as instead of "file.h" or . So configure needs to set proper -I flags. But since AC_CHECK_HEADER also checks with "-E" preprocessor flag, these checks must be in CPPFLAGS, not just in CFLAGS. Yuch. Bad OpenEXR.
r387 | baver | 2004-08-24 00:54:42 +0000 (Tue, 24 Aug 2004) | 2 lines FFMPEG DV decode support
r386 | baver | 2004-08-24 00:00:54 +0000 (Tue, 24 Aug 2004) | 2 lines change USE_FFMPEG to DV_USE_FFMPEG (more specific)
r385 | baver | 2004-08-24 00:00:13 +0000 (Tue, 24 Aug 2004) | 4 lines include own calculate_samples, instead of using libdv's PAL fixes ffmpeg decode support
r384 | baver | 2004-08-23 23:58:21 +0000 (Mon, 23 Aug 2004) | 2 lines use FILE stream instead of a file descriptor. should make VFS compatible (not tested).
r383 | taraba | 2004-08-23 04:30:46 +0000 (Mon, 23 Aug 2004) | 2 lines Fix YUV-8 and YUV-16 mixed with black when the source contains an alpha channel. [BUG 110]
r382 | nate | 2004-08-22 23:02:06 +0000 (Sun, 22 Aug 2004) | 3 lines Bug # 105: Allow x11-xv acceleration for AVI files.
r381 | nate | 2004-08-22 22:58:23 +0000 (Sun, 22 Aug 2004) | 3 lines Bug # 106: Allow use of xv-acceleration even in windows that have scrollbars.
r380 | baver | 2004-08-18 20:29:28 +0000 (Wed, 18 Aug 2004) | 2 lines added reminder that developer packages (headers) are required to build Cinelerra as well as the runtime libraries.
r379 | minmax | 2004-08-18 13:56:23 +0000 (Wed, 18 Aug 2004) | 2 lines Add dependancy to libexr and update version to 1.2.1
r378 | taraba | 2004-08-18 06:01:09 +0000 (Wed, 18 Aug 2004) | 2 lines Add RGB-16 to YUV-16 [Bug 107]
r377 | taraba | 2004-08-18 06:00:52 +0000 (Wed, 18 Aug 2004) | 3 lines Fix colormodels for quicktime dv [Bug 76] Add RGB-16 to YUV-16 [Bug 107]
r376 | taraba | 2004-08-18 05:59:52 +0000 (Wed, 18 Aug 2004) | 2 lines Fix colormodels for quicktime dv [Bug 76]
r375 | taraba | 2004-08-17 05:44:02 +0000 (Tue, 17 Aug 2004) | 2 lines Add RGB-16 and RGBA-16 to RGB-FLOAT conversions
r374 | taraba | 2004-08-17 05:22:14 +0000 (Tue, 17 Aug 2004) | 2 lines Support for all types of PNGs.
r373 | j6t | 2004-08-16 19:51:49 +0000 (Mon, 16 Aug 2004) | 2 lines Merged the official release 1.2.1.
r371 | j6t | 2004-08-16 19:31:36 +0000 (Mon, 16 Aug 2004) | 3 lines This commit was generated by cvs2svn to compensate for changes in r370, which included commits to RCS files with non-trunk default branches.
r368 | j6t | 2004-08-16 19:31:06 +0000 (Mon, 16 Aug 2004) | 2 lines Initial revision
r367 | minmax | 2004-08-15 11:08:01 +0000 (Sun, 15 Aug 2004) | 3 lines Add check wheather proper plugins exist when loading file Sort the list of plugins according to i18n language
r366 | baver | 2004-08-14 19:36:04 +0000 (Sat, 14 Aug 2004) | 2 lines revert colormodels changed by accident in last commit
r365 | baver | 2004-08-14 19:25:20 +0000 (Sat, 14 Aug 2004) | 3 lines changed FILE_DV to FILE_RAWDV changed DV_NAME to RAWDV_NAME
r364 | minmax | 2004-08-14 13:34:30 +0000 (Sat, 14 Aug 2004) | 2 lines remove runing bootstrap
r363 | minmax | 2004-08-14 13:16:52 +0000 (Sat, 14 Aug 2004) | 2 lines i18n batch recording dialog
r362 | minmax | 2004-08-14 08:14:26 +0000 (Sat, 14 Aug 2004) | 2 lines update libdv dependency to libdv4 0.103
r361 | cobra | 2004-08-12 00:26:21 +0000 (Thu, 12 Aug 2004) | 5 lines Fixup Koen's comments about menu highlighting in submenu's (menuitem) entries. Kevin Brosius
r360 | herman | 2004-08-11 22:27:09 +0000 (Wed, 11 Aug 2004) | 2 lines Changed defaulttheme's name to "blond", and added bluedotthteme
r359 | j6t | 2004-08-11 19:22:13 +0000 (Wed, 11 Aug 2004) | 2 lines Adjusted object target and architecture checks for older seds.
r358 | j6t | 2004-08-10 19:57:04 +0000 (Tue, 10 Aug 2004) | 3 lines Defined mkinstalldirs explicitly as mkdir -p assuming that cinelerra won't build anywhere but on GNU-based systems.
r357 | taraba | 2004-08-10 02:43:23 +0000 (Tue, 10 Aug 2004) | 2 lines Added option to load an image as a specified duration or a single frame. Under settings->preferences->recording
r356 | taraba | 2004-08-10 00:50:52 +0000 (Tue, 10 Aug 2004) | 2 lines Temp fix to prevent 16 bit PNG crash
r355 | baver | 2004-08-08 05:32:02 +0000 (Sun, 08 Aug 2004) | 3 lines another fix for gcc-3.4
r354 | baver | 2004-08-07 16:07:41 +0000 (Sat, 07 Aug 2004) | 2 lines fixed libxvidcore detection
r353 | baver | 2004-08-07 15:54:14 +0000 (Sat, 07 Aug 2004) | 2 lines removed "#include ../hvirtual_config.h", not needed in the cvs.
r352 | baver | 2004-08-07 15:35:50 +0000 (Sat, 07 Aug 2004) | 5 lines gcc 3.4 patch, courtesy of Danny van Dyk and the Gentoo peoples. The Gentoo Foundation holds copyright on this patch, however the patch is under the same license as the application the patch is for, and distributable under that license's conditions (So, it's GPL'd).
r351 | cobra | 2004-07-31 21:05:48 +0000 (Sat, 31 Jul 2004) | 8 lines Change text theme color for asset info window in media clips resource viewer. Fixes the problem of yellow text (low contrast) in the asset info window for blue dot. Not change to blond, expect that the color is now themed yellow. Kevin Brosius
r350 | cobra | 2004-07-28 01:56:32 +0000 (Wed, 28 Jul 2004) | 4 lines Finish pause.png addition (Record works now.) Add Koen to contributors. Kevin Brosius
r349 | cobra | 2004-07-28 00:38:26 +0000 (Wed, 28 Jul 2004) | 8 lines Add edges to the title bg png, so that video clip boundaries are visible in the main panel. Add pause.png to blue dot (part of record gui for ieee1394 devices. Record is still broken though.) Kevin Brosius
r348 | cobra | 2004-07-27 02:29:56 +0000 (Tue, 27 Jul 2004) | 4 lines Space cleanup in configure.in Kevin Brosius
r347 | cobra | 2004-07-27 01:59:07 +0000 (Tue, 27 Jul 2004) | 9 lines Merge Blue Dot theme by koen muylkens , use Settings | Preferences | Interface | Theme to change, and then restart. Change versioning of RPM spec file, to indicate builder and that it's from cvs. Add '%build_nick your_nick' to your ~/.rpmmacros when building RPMs. Kevin Brosius
r346 | cobra | 2004-07-27 01:43:42 +0000 (Tue, 27 Jul 2004) | 9 lines Merge Blue Dot theme by koen muylkens , use Settings | Preferences | Interface | Theme to change, and then restart. Change versioning of RPM spec file, to indicate builder and that it's from cvs. Add '%build_nick your_nick' to your ~/.rpmmacros when building RPMs. Kevin Brosius
r345 | cobra | 2004-07-27 01:35:50 +0000 (Tue, 27 Jul 2004) | 9 lines Merge Blue Dot theme by koen muylkens , use Settings | Preferences | Interface | Theme to change, and then restart. Change versioning of RPM spec file, to indicate builder and that it's from cvs. Add '%build_nick your_nick' to your ~/.rpmmacros when building RPMs. Kevin Brosius
r344 | cobra | 2004-07-27 01:10:18 +0000 (Tue, 27 Jul 2004) | 9 lines Merge Blue Dot theme by koen muylkens , use Settings | Preferences | Interface | Theme to change, and then restart. Change versioning of RPM spec file, to indicate builder and that it's from cvs. Add '%build_nick your_nick' to your ~/.rpmmacros when building RPMs. Kevin Brosius
r343 | j6t | 2004-07-15 19:19:57 +0000 (Thu, 15 Jul 2004) | 5 lines Fixed build with libdv 0.103, which no longer ships dv1394.h. This dv1394.h is a copy from the 2.6.4 kernel (as is ieee1394-ioctl.h). The ioctl variables dv1394_* were removed since the ioctls have always been the same for 2.4.x and 2.6.x kernels (just the names changed).
r342 | cobra | 2004-07-03 15:59:06 +0000 (Sat, 03 Jul 2004) | 9 lines Follow up to the below commit. Do some cleanup on delayvideo, using the existing macros. No functional changes. (Fix for Bug#52 - delayvideo plugin cannot be closed using the window close tool. (It looks like the plugin should also be converted to use the plugin macros in pluginclient.h)) Kevin Brosius
r341 | cobra | 2004-07-03 13:52:42 +0000 (Sat, 03 Jul 2004) | 5 lines Update RPM README and .spec. Now install mpeg3 tools from cinelerra build as mpeg3toc.hv, mpeg3cat.hv, and mpeg3dump.hv Kevin Brosius
r340 | dreamlx | 2004-07-01 21:09:02 +0000 (Thu, 01 Jul 2004) | 2 lines minor bugfix in xml handling
r339 | baver | 2004-06-28 00:25:14 +0000 (Mon, 28 Jun 2004) | 5 lines fixed crash in read_samples increased size of input and output because libdv reads past the size needed for the actual frame initialized input and output because of this
r338 | baver | 2004-06-26 20:10:18 +0000 (Sat, 26 Jun 2004) | 3 lines libdv 0.99 compatibility minor changes to file opening and entering asset information
r337 | herman | 2004-06-26 12:21:36 +0000 (Sat, 26 Jun 2004) | 3 lines Added a new section of prerequisites; the ones specific for CinCVS. Automake 1.7, autoconf and libtool are listed. Do we require more?
r336 | herman | 2004-06-26 11:59:43 +0000 (Sat, 26 Jun 2004) | 2 lines Added gettext to the first list of prerequisites (distros should have it)
r335 | herman | 2004-06-25 21:24:31 +0000 (Fri, 25 Jun 2004) | 2 lines Added libfaad2 to the build dependencies.
r334 | baver | 2004-06-25 18:38:21 +0000 (Fri, 25 Jun 2004) | 2 lines fixed avi file reading (reverted to 1.1.9 code).
r333 | baver | 2004-06-24 23:15:18 +0000 (Thu, 24 Jun 2004) | 2 lines added FILE_DV as a format that quicktime can copy directly from
r332 | baver | 2004-06-24 23:04:53 +0000 (Thu, 24 Jun 2004) | 2 lines fixed raw dv to raw dv stream copying
r331 | baver | 2004-06-24 22:08:25 +0000 (Thu, 24 Jun 2004) | 2 lines correct value returned for get_video_position
r330 | baver | 2004-06-24 22:07:43 +0000 (Thu, 24 Jun 2004) | 2 lines read audio support
r329 | baver | 2004-06-24 00:28:36 +0000 (Thu, 24 Jun 2004) | 2 lines read support for video
r328 | baver | 2004-06-23 18:02:18 +0000 (Wed, 23 Jun 2004) | 2 lines fixed can_copy_from so that we can copy from Quicktime DV
r327 | baver | 2004-06-23 18:00:58 +0000 (Wed, 23 Jun 2004) | 2 lines config windows
r326 | baver | 2004-06-23 17:21:22 +0000 (Wed, 23 Jun 2004) | 2 lines audio skipping fix
r325 | baver | 2004-06-23 02:07:47 +0000 (Wed, 23 Jun 2004) | 4 lines memmove() crush fixed uninitialized variable crush fixed initialized other non-initialized variables
r324 | minmax | 2004-06-22 20:06:41 +0000 (Tue, 22 Jun 2004) | 2 lines some translation fixes
r323 | baver | 2004-06-22 20:02:54 +0000 (Tue, 22 Jun 2004) | 5 lines small corrections: encoder and decoder set up with more options colormodels reported correctly can_copy_from now detects whether the source is quicktime DV or it isn't
r322 | baver | 2004-06-22 19:54:29 +0000 (Tue, 22 Jun 2004) | 2 lines Initial audio writing support
r321 | minmax | 2004-06-22 00:26:56 +0000 (Tue, 22 Jun 2004) | 2 lines some translation updates
r320 | baver | 2004-06-20 04:28:28 +0000 (Sun, 20 Jun 2004) | 2 lines Initial raw dv file support (write video)
r319 | j6t | 2004-06-18 18:30:08 +0000 (Fri, 18 Jun 2004) | 4 lines Moved the files from the codegen directory into the cinelerra directory. On the way, `gen' was renamed to `gen-feather-h'. (This fixes a build where srcdir != builddir.)
r318 | j6t | 2004-06-18 18:25:54 +0000 (Fri, 18 Jun 2004) | 2 lines Added a missing double-quote.
r317 | baver | 2004-06-17 16:42:36 +0000 (Thu, 17 Jun 2004) | 7 lines Changes the context menu when right clicking on plugins to reflect behaviour (instead of "Attach", it is now "Change"). Changes the plugin dialog accordingly as well. Fixes bug 9.
r316 | minmax | 2004-06-17 09:40:54 +0000 (Thu, 17 Jun 2004) | 3 lines TAB shortcut to arm track that is currently under mouse cursor Fix by Gustavo Iniguez
r315 | minmax | 2004-06-17 08:36:40 +0000 (Thu, 17 Jun 2004) | 2 lines some more
r314 | minmax | 2004-06-17 08:34:46 +0000 (Thu, 17 Jun 2004) | 2 lines more fixes to translation
r313 | minmax | 2004-06-16 10:55:30 +0000 (Wed, 16 Jun 2004) | 2 lines Updated slovenian translation
r312 | cobra | 2004-06-15 13:34:37 +0000 (Tue, 15 Jun 2004) | 8 lines Update for RPM builds off 1.2.0 from cvs. Remove packager from .spec file, it should be in your local ~/.rpmmacros rather than here. Add codegen/feather.h to Makefiles so it gets into 'dist' sources. Add stricter VIDEO4LINUX2 header check. Kevin Brosius
r311 | minmax | 2004-06-13 09:21:04 +0000 (Sun, 13 Jun 2004) | 2 lines Codegen stuff
r310 | minmax | 2004-06-13 09:19:58 +0000 (Sun, 13 Jun 2004) | 2 lines experimental maskengine feather speedup stuff
r309 | minmax | 2004-06-13 09:01:52 +0000 (Sun, 13 Jun 2004) | 2 lines Fix tumblers issues
r308 | j6t | 2004-06-07 20:21:51 +0000 (Mon, 07 Jun 2004) | 5 lines 1. Added a check for libfaad. 2. Unified all library checks. 3. A warning is issued if a library is not found instead of just a notice. 4. Reformatted the final summary.
r307 | minmax | 2004-06-06 22:31:53 +0000 (Sun, 06 Jun 2004) | 2 lines new spanish translation by ga_
r306 | minmax | 2004-06-06 22:30:26 +0000 (Sun, 06 Jun 2004) | 2 lines ga_'s fix for buz driver
r305 | minmax | 2004-06-05 21:21:54 +0000 (Sat, 05 Jun 2004) | 2 lines fix an incidental change
r304 | minmax | 2004-06-05 21:17:54 +0000 (Sat, 05 Jun 2004) | 2 lines race fix in framecache
r303 | minmax | 2004-06-05 20:58:56 +0000 (Sat, 05 Jun 2004) | 2 lines Two i18n fixes
r302 | minmax | 2004-06-05 20:34:14 +0000 (Sat, 05 Jun 2004) | 2 lines Additional fix from ga_
r301 | minmax | 2004-06-04 22:05:23 +0000 (Fri, 04 Jun 2004) | 2 lines Fix gang faders in trackcanvas to work in non autokeyframed mode
r300 | j6t | 2004-06-03 20:18:33 +0000 (Thu, 03 Jun 2004) | 3 lines Moved the automake version check from configure to autogen.sh and changed it so that it allows versions 1.7 and higher.
r299 | j6t | 2004-06-03 19:24:29 +0000 (Thu, 03 Jun 2004) | 2 lines Worked around missing mkinstalldirs.
r298 | j6t | 2004-06-03 18:52:43 +0000 (Thu, 03 Jun 2004) | 2 lines Changed checks for architecture and target to use objdump, so they work with older binutils.
r297 | j6t | 2004-06-02 20:08:55 +0000 (Wed, 02 Jun 2004) | 3 lines Added a configure test for Video4Linux2 and renamed HAVE_V4L2 to HAVE_VIDEO4LINUX2 (the former is already used in ).
r296 | j6t | 2004-06-02 19:59:58 +0000 (Wed, 02 Jun 2004) | 2 lines config.h.in is generated automatically by autoheader.
r295 | j6t | 2004-06-02 19:30:52 +0000 (Wed, 02 Jun 2004) | 2 lines Fixed underquoted AC_DEFUNs to reduce warnings from aclocal of automake 1.8.x.
r294 | j6t | 2004-06-02 19:08:33 +0000 (Wed, 02 Jun 2004) | 2 lines Fixed underquoted AC_DEFUNs to reduce warnings from aclocal of automake 1.8.x.
r293 | minmax | 2004-06-02 11:15:56 +0000 (Wed, 02 Jun 2004) | 2 lines fix a chrush when dnding video plugins - bug no. 60
r292 | minmax | 2004-06-01 12:37:00 +0000 (Tue, 01 Jun 2004) | 2 lines greyscale png loading fix (1/3 of width images...)
r291 | minmax | 2004-06-01 11:05:45 +0000 (Tue, 01 Jun 2004) | 2 lines update to 1.2.0
r290 | minmax | 2004-06-01 11:04:32 +0000 (Tue, 01 Jun 2004) | 2 lines added dependancy to Faad2
r289 | j6t | 2004-05-31 19:23:37 +0000 (Mon, 31 May 2004) | 2 lines Merged the official release 1.2.0.
r287 | j6t | 2004-05-31 18:56:15 +0000 (Mon, 31 May 2004) | 3 lines This commit was generated by cvs2svn to compensate for changes in r286, which included commits to RCS files with non-trunk default branches.
r284 | j6t | 2004-05-31 18:55:48 +0000 (Mon, 31 May 2004) | 2 lines Initial revision
r283 | j6t | 2004-05-31 18:55:47 +0000 (Mon, 31 May 2004) | 3 lines This commit was generated by cvs2svn to compensate for changes in r282, which included commits to RCS files with non-trunk default branches.
r280 | cobra | 2004-05-06 03:45:03 +0000 (Thu, 06 May 2004) | 9 lines For Andraz... I hope this wasn't one of the easy bugs... as I still don't fully understand the threading model for plugins. :) Fix for Bug#52 - delayvideo plugin cannot be closed using the window close tool. (It looks like the plugin should also be converted to use the plugin macros in pluginclient.h) Kevin Brosius
r279 | minmax | 2004-05-03 09:01:33 +0000 (Mon, 03 May 2004) | 2 lines Two more simple fixes
r278 | minmax | 2004-05-02 18:00:47 +0000 (Sun, 02 May 2004) | 2 lines Two simple fixes
r277 | minmax | 2004-05-01 22:31:06 +0000 (Sat, 01 May 2004) | 2 lines Fixes a frame skiping problem when displaying frame number
r276 | minmax | 2004-05-01 20:46:16 +0000 (Sat, 01 May 2004) | 2 lines fix for dv passtrough from some avis
r275 | cobra | 2004-05-01 10:28:28 +0000 (Sat, 01 May 2004) | 6 lines Bootstrap patch looks great! I needed this CLEANFILES define to get a clean distcheck. Also, automake seems to only understand _SOURCES, although I see no difference in the build either way... Kevin Brosius
r274 | cobra | 2004-05-01 02:52:59 +0000 (Sat, 01 May 2004) | 6 lines Hannes AC_DISABLE_STATIC change, tested for builds. Speeds things up about 20-30%. Need to remove *.a lib rules from RPM dist rules... Possibly other package types? Kevin Brosius
r273 | j6t | 2004-04-30 19:46:53 +0000 (Fri, 30 Apr 2004) | 3 lines Removed the requirement for the "bootstrap" step by linking the PNG files into the program and plugin. objcopy is used to create .o files from the .pngs.
r272 | minmax | 2004-04-30 14:08:28 +0000 (Fri, 30 Apr 2004) | 3 lines Make gang fadeing work in trackcanvas Make snapping to the closest value work while holding shift
r271 | minmax | 2004-04-29 20:48:48 +0000 (Thu, 29 Apr 2004) | 2 lines Fix to bug 50 - drag behaviour of plugins dragged from awindow
r270 | cobra | 2004-04-29 01:55:27 +0000 (Thu, 29 Apr 2004) | 4 lines Additional package info for RPM installs. Kevin Brosius
r269 | minmax | 2004-04-28 01:10:31 +0000 (Wed, 28 Apr 2004) | 2 lines Fix previous br0ken build... stupid me
r268 | minmax | 2004-04-28 00:46:26 +0000 (Wed, 28 Apr 2004) | 2 lines Fix br0ken build and put gettext into diffkey
r267 | minmax | 2004-04-28 00:19:40 +0000 (Wed, 28 Apr 2004) | 2 lines Sanity checks for input variables
r266 | minmax | 2004-04-27 23:59:32 +0000 (Tue, 27 Apr 2004) | 2 lines Fix for bug 35, problems with automation when dnd inside the same track
r265 | minmax | 2004-04-27 21:11:50 +0000 (Tue, 27 Apr 2004) | 3 lines Bunch of trivial fixes to make the plugin names get into list for translations but not to translate them inline
r264 | minmax | 2004-04-27 18:11:13 +0000 (Tue, 27 Apr 2004) | 3 lines Fixes for faster playback of mp3 and vorbis, when output freq != input freq (for example having 44.1khz file and output freq 48khz)
r263 | minmax | 2004-04-27 08:50:51 +0000 (Tue, 27 Apr 2004) | 2 lines fix something i have messed up
r262 | minmax | 2004-04-26 23:02:29 +0000 (Mon, 26 Apr 2004) | 2 lines Fix buggy buttons when x or y isn't changed by hands, but z is
r261 | minmax | 2004-04-25 22:55:25 +0000 (Sun, 25 Apr 2004) | 2 lines off by one error while determing canvas size according to zoom
r260 | minmax | 2004-04-24 10:25:30 +0000 (Sat, 24 Apr 2004) | 2 lines Speedup for yuva8888 -> bgr888 conversion
r259 | cobra | 2004-04-24 00:32:23 +0000 (Sat, 24 Apr 2004) | 6 lines Initial file additions for the RPM/build update patch. RPM and distcheck cleanups. Please send me comments or discuss on the mailing list how this works for other distro's. This was targeted at SuSE 9.0 originally. Kevin Brosius
r258 | cobra | 2004-04-24 00:14:45 +0000 (Sat, 24 Apr 2004) | 6 lines Initial file additions for the RPM/build update patch. RPM and distcheck cleanups. Please send me comments or discuss on the mailing list how this works for other distro's. This was targeted at SuSE 9.0 originally. Kevin Brosius
r257 | cobra | 2004-04-22 00:21:37 +0000 (Thu, 22 Apr 2004) | 5 lines Initial file additions for the RPM/build update patch. Heroine's license and the .spec file. Kevin Brosius
r256 | minmax | 2004-04-18 08:46:06 +0000 (Sun, 18 Apr 2004) | 2 lines cleanup of the debug messages from previous commit
r255 | minmax | 2004-04-18 08:43:15 +0000 (Sun, 18 Apr 2004) | 2 lines fix no-fadeout bug
r254 | minmax | 2004-04-17 08:27:33 +0000 (Sat, 17 Apr 2004) | 2 lines xscroll fix, same as previous one
r253 | minmax | 2004-04-17 08:22:09 +0000 (Sat, 17 Apr 2004) | 2 lines yscroll fix on width resize in asset window
r252 | baver | 2004-04-12 17:07:11 +0000 (Mon, 12 Apr 2004) | 3 lines transparency * chroma_zero now calculate once instead of multiples times in each loop
r251 | baver | 2004-04-10 22:26:19 +0000 (Sat, 10 Apr 2004) | 7 lines Fixed crash due to dv1394_init instead of dv1394_status being used in an ioctl() call. Fixed "picture in picture" playback issue. Removed unneeded sections.
r250 | baver | 2004-04-08 00:18:29 +0000 (Thu, 08 Apr 2004) | 3 lines lower bit domain speed-up
r249 | minmax | 2004-04-06 11:15:16 +0000 (Tue, 06 Apr 2004) | 2 lines Fix for non-smp
r248 | minmax | 2004-04-04 23:06:11 +0000 (Sun, 04 Apr 2004) | 2 lines fix for track optimisation rutine. actually fixes wrong behaviour at the end.
r247 | minmax | 2004-04-04 22:33:11 +0000 (Sun, 04 Apr 2004) | 2 lines Oneliner i18n fix
r246 | minmax | 2004-04-04 21:15:56 +0000 (Sun, 04 Apr 2004) | 3 lines Double click plugin region selection correclty change cursor when changing view with keyboard
r245 | minmax | 2004-04-04 19:25:38 +0000 (Sun, 04 Apr 2004) | 2 lines Fix for crush with hscroll in asset window
r244 | minmax | 2004-04-04 16:57:12 +0000 (Sun, 04 Apr 2004) | 2 lines Bunch of drag'n'drop fixes
r243 | herman | 2004-04-04 15:15:56 +0000 (Sun, 04 Apr 2004) | 2 lines Replaced reference to lpnotfr.free.fr (dead) with kiberpipa and marillat.
r242 | minmax | 2004-04-02 17:11:44 +0000 (Fri, 02 Apr 2004) | 2 lines Fixes a severe leak in caching
r241 | minmax | 2004-03-29 22:56:30 +0000 (Mon, 29 Mar 2004) | 2 lines Popup menu for keyframes
r240 | minmax | 2004-03-29 09:12:57 +0000 (Mon, 29 Mar 2004) | 2 lines Added diffkey plugin
r239 | minmax | 2004-03-29 09:12:30 +0000 (Mon, 29 Mar 2004) | 2 lines Inclusion of diffkey plugin and ordering of plugins alphabetically
r238 | minmax | 2004-03-29 09:11:36 +0000 (Mon, 29 Mar 2004) | 2 lines Adding diffkey plugin
r237 | minmax | 2004-03-28 22:06:10 +0000 (Sun, 28 Mar 2004) | 2 lines Show transition length in popup menu
r236 | herman | 2004-03-28 15:47:14 +0000 (Sun, 28 Mar 2004) | 2 lines Norwegian bokmaal translation, only half finished!
r235 | minmax | 2004-03-28 13:24:10 +0000 (Sun, 28 Mar 2004) | 3 lines formattols.* File:: reversion mwindowedit.C a small fix to be the same as heroine's version
r234 | minmax | 2004-03-28 11:19:09 +0000 (Sun, 28 Mar 2004) | 2 lines Bugzilla is up...
r233 | minmax | 2004-03-28 11:10:15 +0000 (Sun, 28 Mar 2004) | 2 lines Visual indication of the lenghts of the transitions
r232 | minmax | 2004-03-27 23:50:46 +0000 (Sat, 27 Mar 2004) | 3 lines Redefine File::File constructor to please Adam and different cleanups along the way
r231 | minmax | 2004-03-27 16:52:18 +0000 (Sat, 27 Mar 2004) | 2 lines Patch a (crushing) bug in histogram
r230 | minmax | 2004-03-27 16:29:34 +0000 (Sat, 27 Mar 2004) | 2 lines Speedup!
r229 | minmax | 2004-03-27 14:45:00 +0000 (Sat, 27 Mar 2004) | 2 lines Fix plugin name translation propagation to .xml when saving projects... this means crushes at the end
r228 | minmax | 2004-03-23 11:36:50 +0000 (Tue, 23 Mar 2004) | 2 lines Cache fix
r227 | minmax | 2004-03-23 10:44:52 +0000 (Tue, 23 Mar 2004) | 2 lines Additional cache patches... minor speedups
r226 | baver | 2004-03-22 03:45:48 +0000 (Mon, 22 Mar 2004) | 3 lines Reduced number of calculations for each row in APPLY_FADE
r225 | baver | 2004-03-22 03:26:24 +0000 (Mon, 22 Mar 2004) | 11 lines 250%-300% increase in fading algorithm. Details: In APPLY_FADE: max cancels itself out, so it was removed. Equations simplified. multiplication with alpha results in a floating point number; lrintf used to convert to a long int. opacity and transparency variables removed (not needed).
r224 | baver | 2004-03-21 18:26:53 +0000 (Sun, 21 Mar 2004) | 2 lines RGBA888 to YUV422 slight speed up
r223 | baver | 2004-03-16 18:33:41 +0000 (Tue, 16 Mar 2004) | 2 lines changed curent_frame to current_frame
r222 | baver | 2004-03-16 18:15:02 +0000 (Tue, 16 Mar 2004) | 2 lines Fixed potential user recording block due to realtime thread.
r221 | baver | 2004-03-16 18:03:49 +0000 (Tue, 16 Mar 2004) | 3 lines Fixed programme timecode displaying in viewer. Programme timecode should be written to QT DV file now.
r220 | baver | 2004-03-16 18:03:33 +0000 (Tue, 16 Mar 2004) | 6 lines Added "void quicktime_set_frame_start(quicktime_t *file, int64_t value)" to quicktime.c/quicktime.h Added current_frame to quicktime_t. dv.c now encodes timecode into dv frame.
r219 | baver | 2004-03-16 01:13:15 +0000 (Tue, 16 Mar 2004) | 4 lines Changed avc1394.{C,h} to avc1394control.{C,h} so as not to confuse naming (avc1394.h is part of libavc1394). AVC1394 is now AVC1394Control. Modified the null pointer fix in avc1394control.C -- should work better.
r218 | baver | 2004-03-16 00:02:44 +0000 (Tue, 16 Mar 2004) | 4 lines Disabled realtime. Users can now see a preview in monitor window and record.
r217 | minmax | 2004-03-15 23:26:47 +0000 (Mon, 15 Mar 2004) | 2 lines Removed unnecessary lib
r216 | minmax | 2004-03-15 23:25:08 +0000 (Mon, 15 Mar 2004) | 2 lines Cache improvement
r215 | baver | 2004-03-15 22:58:55 +0000 (Mon, 15 Mar 2004) | 3 lines Fixed crush when timecode from camera is null.
r214 | baver | 2004-03-15 22:23:39 +0000 (Mon, 15 Mar 2004) | 4 lines Added timecode offset (Programme timecode) to GUI. Still needs to be put in DV stream.
r213 | baver | 2004-03-15 17:33:36 +0000 (Mon, 15 Mar 2004) | 3 lines Fixed resizing of record monitor with AVC controls.
r212 | baver | 2004-03-14 20:08:53 +0000 (Sun, 14 Mar 2004) | 2 lines Fixed reversion due to last commit.
r211 | baver | 2004-03-14 19:09:21 +0000 (Sun, 14 Mar 2004) | 3 lines fixed device transport play/pause behavior by adding a pause button.
r210 | baver | 2004-03-14 19:08:30 +0000 (Sun, 14 Mar 2004) | 3 lines added pause image for device transport
r209 | baver | 2004-03-14 00:56:58 +0000 (Sun, 14 Mar 2004) | 3 lines fixed preceding "/" as a result of last commit
r208 | baver | 2004-03-14 00:45:46 +0000 (Sun, 14 Mar 2004) | 3 lines fixed crush due to timecode display when root user
r207 | minmax | 2004-03-13 22:53:02 +0000 (Sat, 13 Mar 2004) | 2 lines Disable mistakingly enabled printf
r206 | minmax | 2004-03-13 21:37:01 +0000 (Sat, 13 Mar 2004) | 2 lines One liner fix for SMP rendering
r205 | minmax | 2004-03-13 20:02:58 +0000 (Sat, 13 Mar 2004) | 2 lines Fix motion when not using keyframes
r204 | minmax | 2004-03-13 09:09:00 +0000 (Sat, 13 Mar 2004) | 3 lines Add desktop menu entries for KDE and GNOME Patch by Jure Cuhalev - gandalf@NOSPAMowca.info
r203 | minmax | 2004-03-09 23:08:29 +0000 (Tue, 09 Mar 2004) | 2 lines fix keycombos to match the text
r202 | minmax | 2004-03-08 19:10:19 +0000 (Mon, 08 Mar 2004) | 2 lines updated to 1.1.9
r201 | baver | 2004-02-18 23:31:31 +0000 (Wed, 18 Feb 2004) | 6 lines Fixed crush when exiting (need feedback, since I have found it hard to reproduce on my machine). Added timecode display, very buggy.
r200 | j6t | 2004-02-17 20:02:28 +0000 (Tue, 17 Feb 2004) | 2 lines Merged the official release 1.1.9.
r198 | j6t | 2004-02-17 19:21:15 +0000 (Tue, 17 Feb 2004) | 3 lines This commit was generated by cvs2svn to compensate for changes in r197, which included commits to RCS files with non-trunk default branches.
r195 | j6t | 2004-02-17 19:20:10 +0000 (Tue, 17 Feb 2004) | 2 lines Initial revision
r194 | j6t | 2004-02-17 19:20:10 +0000 (Tue, 17 Feb 2004) | 3 lines This commit was generated by cvs2svn to compensate for changes in r193, which included commits to RCS files with non-trunk default branches.
r192 | baver | 2004-02-06 02:46:11 +0000 (Fri, 06 Feb 2004) | 7 lines AV/C controls added to record monitor gui for ieee1394 devices. Currently shows a transport bar if a device is found (even if ieee1394 is not selected in the record options). If no device is found, then the transport bar is not shown.
r191 | baver | 2004-02-02 04:50:35 +0000 (Mon, 02 Feb 2004) | 4 lines Updated output ioctls for kernel 2.4.23 and 2.6.x. Maintained compatibility with older kernels.
r190 | baver | 2004-02-02 01:20:13 +0000 (Mon, 02 Feb 2004) | 3 lines Fixed building with alsa-1.x
r189 | minmax | 2004-01-28 23:01:17 +0000 (Wed, 28 Jan 2004) | 2 lines added mpeg3toc to install
r188 | minmax | 2004-01-27 23:36:20 +0000 (Tue, 27 Jan 2004) | 2 lines Another speedup for specific codepath
r187 | minmax | 2004-01-25 21:11:10 +0000 (Sun, 25 Jan 2004) | 2 lines Fix a crush when removing a track that has been shared from
r186 | minmax | 2004-01-25 14:52:40 +0000 (Sun, 25 Jan 2004) | 2 lines A small GUI misbehaviour fix
r185 | minmax | 2004-01-24 22:23:09 +0000 (Sat, 24 Jan 2004) | 2 lines Two fixes regarding mask editing behaviour
r184 | minmax | 2004-01-24 22:21:44 +0000 (Sat, 24 Jan 2004) | 2 lines Fix for maskengine when using multiple masks
r183 | minmax | 2004-01-24 21:57:07 +0000 (Sat, 24 Jan 2004) | 2 lines Alsa fix for 2.6 on my machine, works for everyone that has tested it also
r182 | minmax | 2004-01-24 21:52:34 +0000 (Sat, 24 Jan 2004) | 2 lines I18n solutions
r181 | minmax | 2004-01-24 18:45:43 +0000 (Sat, 24 Jan 2004) | 2 lines Totaly awsome new, fast and accurate maskengine
r180 | minmax | 2004-01-22 01:07:26 +0000 (Thu, 22 Jan 2004) | 2 lines Fix crop tool - crush & visual behaviour
r179 | minmax | 2004-01-20 23:27:23 +0000 (Tue, 20 Jan 2004) | 2 lines Allow 32khz dv tapes to work automagically
r178 | j6t | 2004-01-18 19:35:38 +0000 (Sun, 18 Jan 2004) | 2 lines Added missing gettextize-installed file.
r177 | herman | 2004-01-17 14:56:07 +0000 (Sat, 17 Jan 2004) | 2 lines Updated some dependencies. Please verify!
r176 | minmax | 2004-01-16 01:24:01 +0000 (Fri, 16 Jan 2004) | 2 lines Last fix, i hope so :)
r175 | minmax | 2004-01-16 00:47:48 +0000 (Fri, 16 Jan 2004) | 2 lines Some more fixes
r174 | minmax | 2004-01-16 00:28:06 +0000 (Fri, 16 Jan 2004) | 2 lines Fix libmpeg3 renaming
r173 | minmax | 2004-01-16 00:25:28 +0000 (Fri, 16 Jan 2004) | 2 lines Fix quicktime control files for debian to new names
r172 | minmax | 2004-01-16 00:20:13 +0000 (Fri, 16 Jan 2004) | 2 lines libmpeg3 and libquicktime renaming to hv
r171 | herman | 2004-01-14 23:56:39 +0000 (Wed, 14 Jan 2004) | 2 lines Almost complete French translation supplied by Eric Seigne
r170 | j6t | 2004-01-12 19:24:41 +0000 (Mon, 12 Jan 2004) | 2 lines Add build instructions for mpeg3toc, mpeg3dump, mpeg3cat.
r169 | j6t | 2004-01-12 19:18:44 +0000 (Mon, 12 Jan 2004) | 2 lines Removed autoconf variables that were never substituted.
r168 | j6t | 2004-01-12 19:13:08 +0000 (Mon, 12 Jan 2004) | 2 lines Don't invoke gettextize; this fixes the duplicate po/Makefile.in problem.
r167 | minmax | 2004-01-12 12:52:26 +0000 (Mon, 12 Jan 2004) | 2 lines Fix leak in framecache implementation
r166 | minmax | 2004-01-10 19:34:17 +0000 (Sat, 10 Jan 2004) | 2 lines Changed VERSION -> CINELERRA_VERSION
r165 | minmax | 2004-01-10 18:46:42 +0000 (Sat, 10 Jan 2004) | 2 lines Updated SVG plugin, protocol changed
r164 | minmax | 2004-01-06 23:23:42 +0000 (Tue, 06 Jan 2004) | 2 lines added libxvidcore-dev dependency
r163 | minmax | 2004-01-06 15:14:09 +0000 (Tue, 06 Jan 2004) | 2 lines Updated SVG plugin, needs latest soidpodi2.diff patch to work with sodipodi
r162 | dyce | 2004-01-04 23:00:09 +0000 (Sun, 04 Jan 2004) | 2 lines Removed the unneccessary glib dependency.
r161 | minmax | 2003-12-26 21:08:06 +0000 (Fri, 26 Dec 2003) | 2 lines SVG plugin compilation fix and including it in Makefile.am
r160 | minmax | 2003-12-23 18:24:17 +0000 (Tue, 23 Dec 2003) | 2 lines Added thumbnail cache (and infrastructure for other caches in future)
r159 | minmax | 2003-12-23 15:23:00 +0000 (Tue, 23 Dec 2003) | 2 lines experimentally enable internal RGB decoding in libdv
r158 | dyce | 2003-12-22 11:12:00 +0000 (Mon, 22 Dec 2003) | 2 lines The default plugin path is back to $(prefix)/lib/cinelerra.
r157 | minmax | 2003-12-22 00:26:06 +0000 (Mon, 22 Dec 2003) | 2 lines memfix
r156 | minmax | 2003-12-21 23:39:36 +0000 (Sun, 21 Dec 2003) | 2 lines fix initialization
r155 | minmax | 2003-12-21 13:33:36 +0000 (Sun, 21 Dec 2003) | 2 lines more sane default rules
r154 | minmax | 2003-12-21 13:33:26 +0000 (Sun, 21 Dec 2003) | 2 lines update
r153 | minmax | 2003-12-21 13:26:43 +0000 (Sun, 21 Dec 2003) | 3 lines Make sure libsndfilehv builds with .so extension. Patch and the solution is actually from Johannes Sixt
r152 | minmax | 2003-12-21 12:13:32 +0000 (Sun, 21 Dec 2003) | 2 lines Enable locale in a way that doesn't create problems with saved files (numeric locale is not honoured now)
r151 | minmax | 2003-12-21 11:12:35 +0000 (Sun, 21 Dec 2003) | 2 lines Updated linguas file, so it includes es language
r150 | minmax | 2003-12-19 18:45:42 +0000 (Fri, 19 Dec 2003) | 2 lines added bootstrapping of cinelerra binary
r149 | herman | 2003-12-19 13:33:25 +0000 (Fri, 19 Dec 2003) | 2 lines Spanish translation by Gustavo I?\195?\177iguez.
r148 | minmax | 2003-12-19 12:27:05 +0000 (Fri, 19 Dec 2003) | 2 lines dded locale include
r147 | minmax | 2003-12-19 12:07:14 +0000 (Fri, 19 Dec 2003) | 2 lines added locale include...:
r146 | dreamlx | 2003-12-18 05:20:33 +0000 (Thu, 18 Dec 2003) | 2 lines colorbalance fix
r145 | minmax | 2003-12-18 01:20:57 +0000 (Thu, 18 Dec 2003) | 2 lines dded libsndfilehv libraray
r144 | minmax | 2003-12-18 01:19:36 +0000 (Thu, 18 Dec 2003) | 2 lines dded custom cinelerras' libsndfile
r143 | minmax | 2003-12-17 23:49:39 +0000 (Wed, 17 Dec 2003) | 3 lines fixed the changelog format

r142 | minmax | 2003-12-17 23:05:52 +0000 (Wed, 17 Dec 2003) | 2 lines updated rules for debian
r141 | herman | 2003-12-17 22:29:09 +0000 (Wed, 17 Dec 2003) | 2 lines The 1.1.8 was merged into CVS
r140 | herman | 2003-12-14 19:42:41 +0000 (Sun, 14 Dec 2003) | 2 lines .mo files don't belong in CVS. Removed de.mo and sl.mo
r139 | dreamlx | 2003-12-06 07:20:31 +0000 (Sat, 06 Dec 2003) | 2 lines -c (alternate rcfile) and -r (render) added
r138 | dreamlx | 2003-12-06 07:15:51 +0000 (Sat, 06 Dec 2003) | 2 lines xml compliance patches
r137 | j6t | 2003-12-05 22:23:05 +0000 (Fri, 05 Dec 2003) | 2 lines Merged Heroine Virtual's release 1.1.8.
r135 | j6t | 2003-12-05 21:39:01 +0000 (Fri, 05 Dec 2003) | 3 lines This commit was generated by cvs2svn to compensate for changes in r134, which included commits to RCS files with non-trunk default branches.
r132 | j6t | 2003-12-05 21:38:53 +0000 (Fri, 05 Dec 2003) | 2 lines Initial revision
r131 | j6t | 2003-12-05 21:38:52 +0000 (Fri, 05 Dec 2003) | 3 lines This commit was generated by cvs2svn to compensate for changes in r130, which included commits to RCS files with non-trunk default branches.
r128 | herman | 2003-11-30 22:59:37 +0000 (Sun, 30 Nov 2003) | 2 lines The cinelerra-commits mailing list is up!
r127 | herman | 2003-11-30 22:50:23 +0000 (Sun, 30 Nov 2003) | 2 lines Testing the commit-log mailing script...
r126 | herman | 2003-11-30 22:45:23 +0000 (Sun, 30 Nov 2003) | 2 lines Added request for commit mailing list
r124 | dyce | 2003-11-10 22:28:39 +0000 (Mon, 10 Nov 2003) | 2 lines Added ./configure-time detection for a52dec.
r123 | herman | 2003-11-10 02:39:12 +0000 (Mon, 10 Nov 2003) | 2 lines Merged HEAD and TEST. New stuff shall be committed to HEAD from now on.
r120 | herman | 2003-11-04 22:27:12 +0000 (Tue, 04 Nov 2003) | 2 lines This is what some of us think we should do.
r112 | minmax | 2003-10-28 06:40:39 +0000 (Tue, 28 Oct 2003) | 2 lines Disabled filecache for everything but thumbnails
r109 | herman | 2003-10-27 21:13:16 +0000 (Mon, 27 Oct 2003) | 2 lines Made clear that mmx options only concerns x86 CPUs
r104 | minmax | 2003-10-26 19:38:42 +0000 (Sun, 26 Oct 2003) | 2 lines fixes off by one error
r103 | minmax | 2003-10-26 19:02:37 +0000 (Sun, 26 Oct 2003) | 2 lines new[]/delete[] fixes
r102 | minmax | 2003-10-24 09:35:30 +0000 (Fri, 24 Oct 2003) | 2 lines Two patches for ilegal access
r101 | minmax | 2003-10-21 23:47:58 +0000 (Tue, 21 Oct 2003) | 2 lines Make windows' close buttons work
r100 | baver | 2003-10-21 00:52:24 +0000 (Tue, 21 Oct 2003) | 7 lines Added xlib-dev, libavcodec, automake/autoconf version detection to configure.in Added libmp3lame detection to configure.in, but doesn't work Added xlib-dev, libavcodec, autoconf requirements to README.BUILD
r99 | dyce | 2003-10-20 16:58:53 +0000 (Mon, 20 Oct 2003) | 2 lines Updated libsndfile requirement.
r98 | herman | 2003-10-19 23:51:02 +0000 (Sun, 19 Oct 2003) | 2 lines Applied Jens Seidel's patch.
r97 | herman | 2003-10-19 23:49:34 +0000 (Sun, 19 Oct 2003) | 2 lines Minor typo: "millimeter", not "milimeter"
r96 | herman | 2003-10-19 23:47:17 +0000 (Sun, 19 Oct 2003) | 2 lines current_head is now cast to int.
r95 | herman | 2003-10-19 23:46:16 +0000 (Sun, 19 Oct 2003) | 2 lines Minor typo corrected.
r94 | herman | 2003-10-19 23:40:25 +0000 (Sun, 19 Oct 2003) | 2 lines Removed synchrolib.h from libmpeg2enc_la_SOURCES
r93 | herman | 2003-10-19 23:34:25 +0000 (Sun, 19 Oct 2003) | 2 lines Set MSGID_BUGS_ADDRESS =
r92 | herman | 2003-10-19 23:32:37 +0000 (Sun, 19 Oct 2003) | 2 lines de (German) added.
r91 | minmax | 2003-10-19 23:27:10 +0000 (Sun, 19 Oct 2003) | 2 lines Fixed a crush
r90 | herman | 2003-10-19 19:10:53 +0000 (Sun, 19 Oct 2003) | 2 lines Added an entry on behalf of Richard Baverstock. Let's use this file!
r89 | baver | 2003-10-19 04:00:31 +0000 (Sun, 19 Oct 2003) | 4 lines Added for those trying to build without esd or the alsa library.
r88 | baver | 2003-10-19 03:56:20 +0000 (Sun, 19 Oct 2003) | 6 lines Now detects missing libraw1394, libavc1394, libvideo1394 libraries. Prints out missing libraries or that all libraries were successfully found at the end of configure. Does not abort and stop Makefile generation.
r87 | herman | 2003-10-19 01:47:08 +0000 (Sun, 19 Oct 2003) | 2 lines Added comment about "--without-pic" option.
r86 | herman | 2003-10-18 02:11:39 +0000 (Sat, 18 Oct 2003) | 2 lines Commited Jens Seidel's draft German translation.
r85 | minmax | 2003-10-16 13:23:06 +0000 (Thu, 16 Oct 2003) | 2 lines Updated maintainer to poin to the mailing list
r84 | minmax | 2003-10-16 12:20:31 +0000 (Thu, 16 Oct 2003) | 2 lines Applied Baver's patch
r83 | dyce | 2003-10-15 18:00:52 +0000 (Wed, 15 Oct 2003) | 3 lines Added support for libsndfile 1.x.x. Modified configure.in to detect the library version automagically.
r82 | dyce | 2003-10-15 17:39:10 +0000 (Wed, 15 Oct 2003) | 2 lines Workaround for the 'missing )' gettextize bug
r81 | dyce | 2003-10-15 09:18:43 +0000 (Wed, 15 Oct 2003) | 2 lines FreeType compilation fix. FreeType includes are not version dependent anymore.
r80 | minmax | 2003-10-14 23:14:07 +0000 (Tue, 14 Oct 2003) | 2 lines Overlayframe speedups
r79 | minmax | 2003-10-14 22:48:40 +0000 (Tue, 14 Oct 2003) | 2 lines Trackcanvas cache speedup
r78 | baver | 2003-10-14 21:57:00 +0000 (Tue, 14 Oct 2003) | 4 lines changed instructions to run ./autogen.sh instead of autoreconf -i
r77 | baver | 2003-10-14 21:50:30 +0000 (Tue, 14 Oct 2003) | 8 lines Added autogen.sh to created necessary files, Makefile.in's and configure correctly. Fixed build problems related to po/Makefile.in, m4/Makefile, AM_INIT_AUTOMAKE macro not being found.
r76 | baver | 2003-10-14 02:38:14 +0000 (Tue, 14 Oct 2003) | 4 lines Libtool 1.5 fix
r75 | baver | 2003-10-14 02:30:09 +0000 (Tue, 14 Oct 2003) | 4 lines Fix for libtool 1.5
r74 | baver | 2003-10-13 16:18:04 +0000 (Mon, 13 Oct 2003) | 3 lines put m4/Makefile back in
r73 | minmax | 2003-10-12 22:47:42 +0000 (Sun, 12 Oct 2003) | 2 lines updated sl.po
r72 | minmax | 2003-10-12 22:20:37 +0000 (Sun, 12 Oct 2003) | 2 lines updated sl.po
r71 | minmax | 2003-10-12 22:19:56 +0000 (Sun, 12 Oct 2003) | 2 lines Updated sl.po and one marked one more string in delayvideo.C
r70 | minmax | 2003-10-12 21:32:12 +0000 (Sun, 12 Oct 2003) | 2 lines updated po & fixed previously added bug
r69 | minmax | 2003-10-12 21:27:08 +0000 (Sun, 12 Oct 2003) | 4 lines 5th gettext patch SVG plugin update quark partial fix
r68 | minmax | 2003-10-12 18:27:18 +0000 (Sun, 12 Oct 2003) | 2 lines SVG plugin
r67 | minmax | 2003-10-12 17:51:31 +0000 (Sun, 12 Oct 2003) | 2 lines Added svg plugin
r66 | minmax | 2003-10-12 17:36:27 +0000 (Sun, 12 Oct 2003) | 2 lines Fourth internationalization patch
r65 | minmax | 2003-10-12 00:20:37 +0000 (Sun, 12 Oct 2003) | 2 lines another fix
r64 | minmax | 2003-10-12 00:06:25 +0000 (Sun, 12 Oct 2003) | 2 lines *** empty log message ***
r63 | minmax | 2003-10-12 00:00:14 +0000 (Sun, 12 Oct 2003) | 2 lines Fix crushing fix
r62 | minmax | 2003-10-11 23:32:48 +0000 (Sat, 11 Oct 2003) | 2 lines gettextization
r61 | minmax | 2003-10-11 21:48:51 +0000 (Sat, 11 Oct 2003) | 2 lines Added gettext support
r60 | minmax | 2003-10-11 21:46:14 +0000 (Sat, 11 Oct 2003) | 2 lines Added gettextization
r59 | minmax | 2003-10-11 11:16:17 +0000 (Sat, 11 Oct 2003) | 2 lines Removed obsolete patches
r58 | minmax | 2003-10-11 11:13:32 +0000 (Sat, 11 Oct 2003) | 2 lines Debian build package
r57 | baver | 2003-10-09 01:35:03 +0000 (Thu, 09 Oct 2003) | 5 lines changed libdv requirement from 0.95 to 0.99
r56 | baver | 2003-10-09 01:32:29 +0000 (Thu, 09 Oct 2003) | 4 lines Removed hardcoded -lasound
r55 | baver | 2003-10-05 20:05:31 +0000 (Sun, 05 Oct 2003) | 4 lines Added instructions on how to run the autotools and generate configure
r54 | baver | 2003-10-05 19:35:27 +0000 (Sun, 05 Oct 2003) | 4 lines changed to Andraz's nasm file
r53 | baver | 2003-10-05 19:34:17 +0000 (Sun, 05 Oct 2003) | 4 lines histogram patch
r52 | baver | 2003-10-05 18:42:54 +0000 (Sun, 05 Oct 2003) | 4 lines addition for mmx optimisation compilation
r51 | baver | 2003-10-05 18:37:36 +0000 (Sun, 05 Oct 2003) | 5 lines nasm fix
r50 | herman | 2003-10-04 22:59:40 +0000 (Sat, 04 Oct 2003) | 2 lines The "admin" directory is gone.
r49 | herman | 2003-10-04 22:30:09 +0000 (Sat, 04 Oct 2003) | 2 lines Removed mpeg2enc as plugin. In 1.1.7 it is statically linked into Cinelerra.
r48 | herman | 2003-10-04 22:06:17 +0000 (Sat, 04 Oct 2003) | 2 lines This file was removed in 1.1.7
r47 | herman | 2003-10-04 00:19:41 +0000 (Sat, 04 Oct 2003) | 2 lines Documentation entered the source tree in release 1.1.7
r46 | herman | 2003-10-04 00:13:17 +0000 (Sat, 04 Oct 2003) | 2 lines New file from 1.1.7 (not in 1.1.6) added from Rich's automakified src tree.
r45 | herman | 2003-10-04 00:06:01 +0000 (Sat, 04 Oct 2003) | 2 lines New file from 1.1.7 (not in 1.1.6) added from Rich's automakified src tree.
r44 | herman | 2003-10-03 23:53:07 +0000 (Fri, 03 Oct 2003) | 2 lines New file from 1.1.7 (not in 1.1.6) added from Rich's automakified src tree.
r43 | herman | 2003-10-03 23:46:15 +0000 (Fri, 03 Oct 2003) | 2 lines Moved from a plugin to a statically linked part of Cinelerra.
r42 | herman | 2003-10-03 23:44:05 +0000 (Fri, 03 Oct 2003) | 2 lines Moved from a plugin to a statically linked component of Cinelerra.
r41 | herman | 2003-10-03 23:42:11 +0000 (Fri, 03 Oct 2003) | 2 lines Moved from a plugin to a statically linked component of Cinelerra
r40 | herman | 2003-10-03 23:19:18 +0000 (Fri, 03 Oct 2003) | 2 lines These files were moved to the subdirectory "plugins/freeverb/Components/"
r39 | herman | 2003-10-03 23:15:05 +0000 (Fri, 03 Oct 2003) | 2 lines Moved file from plugins/freeverb/ to plugins/freeverb/Components/
r38 | herman | 2003-10-03 23:14:25 +0000 (Fri, 03 Oct 2003) | 2 lines This file has moved from plugins/freeverb/ to plugins/freeverb/Components
r37 | herman | 2003-10-03 22:57:18 +0000 (Fri, 03 Oct 2003) | 2 lines New file from 1.1.7 (not in 1.1.6) added from Rich's automakified src tree.
r35 | herman | 2003-08-10 18:04:38 +0000 (Sun, 10 Aug 2003) | 2 lines Added automake1.7 requirement.
r34 | minmax | 2003-08-09 21:40:46 +0000 (Sat, 09 Aug 2003) | 2 lines new speedups
r33 | minmax | 2003-08-08 18:50:44 +0000 (Fri, 08 Aug 2003) | 2 lines Libsndfile0 -> 1 dependency...
r32 | minmax | 2003-08-04 17:24:48 +0000 (Mon, 04 Aug 2003) | 2 lines Updated libfreetype dependencie to 2.1.4
r31 | minmax | 2003-08-01 00:26:16 +0000 (Fri, 01 Aug 2003) | 2 lines Added Sixt's patch for multihead and updated changelog
r30 | minmax | 2003-07-18 10:45:03 +0000 (Fri, 18 Jul 2003) | 2 lines Don't call close_file twice. It is harmless, but unnecessary
r29 | minmax | 2003-07-18 10:44:23 +0000 (Fri, 18 Jul 2003) | 2 lines Fix a leak in quicktime library
r28 | minmax | 2003-07-18 09:57:27 +0000 (Fri, 18 Jul 2003) | 3 lines Fix from justin-video@bouncybouncy.net, so mask can consist of only two points - bezier curves should be used in that case
r27 | minmax | 2003-07-18 09:18:12 +0000 (Fri, 18 Jul 2003) | 4 lines - Patch for invalid memory access of patchbay's tracks that have been already deleted when creating a new project over previous one - Fix for leak in virtualconsole
r26 | minmax | 2003-07-17 19:21:19 +0000 (Thu, 17 Jul 2003) | 3 lines Patch for perspective plugin, so streching works ok in modes with alpha channel.
r25 | minmax | 2003-07-17 12:57:53 +0000 (Thu, 17 Jul 2003) | 2 lines *** empty log message ***
r24 | minmax | 2003-07-17 12:56:14 +0000 (Thu, 17 Jul 2003) | 6 lines Second patch to speed up overlaying. It effects the speed of: - camera and projector zoom - camera and projector automation - bicubic and bilinear enlarge/reduce - playing when Xv is not used (most of mpeg playing)
r23 | minmax | 2003-07-17 12:55:00 +0000 (Thu, 17 Jul 2003) | 2 lines FT2 include file ftstroker.h was renamed to ftstroke.h in new version
r22 | minmax | 2003-07-17 12:54:14 +0000 (Thu, 17 Jul 2003) | 3 lines Workaround the bug in libdv, so it does not access the 8 bytes after the end of the buffer. The real bug is in libdv and needs to be fixed...
r21 | minmax | 2003-07-17 12:53:28 +0000 (Thu, 17 Jul 2003) | 2 lines Bugfix for compiling under latest debian libdv
r20 | minmax | 2003-06-26 16:54:11 +0000 (Thu, 26 Jun 2003) | 2 lines Applied patch to prevent crushing on reframe plugin
r19 | minmax | 2003-06-26 16:52:48 +0000 (Thu, 26 Jun 2003) | 2 lines Applied new title -stroker patch
r18 | minmax | 2003-06-25 16:01:36 +0000 (Wed, 25 Jun 2003) | 2 lines changelog update
r17 | minmax | 2003-06-25 16:00:21 +0000 (Wed, 25 Jun 2003) | 2 lines Speedup patch
r16 | minmax | 2003-06-24 23:06:31 +0000 (Tue, 24 Jun 2003) | 3 lines Added real font border support - stroke width and color can be set Depends on FreeType's 2.1.4 undocumented functions
r15 | minmax | 2003-06-19 11:17:46 +0000 (Thu, 19 Jun 2003) | 2 lines Applied dv out patch from andreaskielb@web.de
r14 | minmax | 2003-06-19 11:17:13 +0000 (Thu, 19 Jun 2003) | 2 lines updated changelog
r13 | doudou | 2003-06-18 06:35:59 +0000 (Wed, 18 Jun 2003) | 2 lines Added smp2 in DEB_BUILD_OPTIONS
r12 | minmax | 2003-06-16 22:12:24 +0000 (Mon, 16 Jun 2003) | 3 lines Fixed rules file so now cinelerra is buildable without any modifications under debian Sid.
r11 | minmax | 2003-06-16 21:31:59 +0000 (Mon, 16 Jun 2003) | 11 lines Applied following patches: exit-crush.diff 16-May-2003 19:44 1k filexml.diff 09-Jun-2003 01:57 1k libmpeg3-threads.diff 09-Jun-2003 01:57 1k loop-crush.diff 16-May-2003 15:20 1k loop-tracking.diff 16-May-2003 19:44 1k small-clean.diff 09-Jun-2003 01:57 1k splash-leak.diff 16-May-2003 19:44 1k Separately available from: http://www.kiberpipa.org/~minmax/cinelerra/
r9 | herman | 2003-06-16 20:01:23 +0000 (Mon, 16 Jun 2003) | 3 lines This commit was generated by cvs2svn to compensate for changes in r8, which included commits to RCS files with non-trunk default branches.
r2 | herman | 2003-06-16 20:00:48 +0000 (Mon, 16 Jun 2003) | 2 lines Initial revision