~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2004-08-29 10:53:42 UTC
  • Revision ID: james.westby@ubuntu.com-20040829105342-qgmnry37eadfkoxx
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2004-15-02
 
2
        - fixed audio pts bug that made esp. piped audio input ugly
 
3
 
 
4
2004-14-02
 
5
        - enforce a minimum capture area of 20x20. libavcodec seems
 
6
          inclined to segfault on smaller frames
 
7
        - fixed race condition in capture.c due to the delay added
 
8
          for the frame drop meter
 
9
        - backported the pause/max_time fix from gvidcap to xvidcap
 
10
        
 
11
2004-13-02
 
12
        - fixed bug in job.c for building without libavcodec
 
13
 
 
14
2004-12-02
 
15
        - made previous button insensitive when movie_no == 0 or
 
16
          pic_no < step (i.e. when the movie or frame counter would
 
17
          otherwise become negative, though for single frame capture
 
18
          that was taken care of elsewhere, too)
 
19
        - completed backport of autocontinue feature to xvidcap (dis-
 
20
          abled autocontinue for individual frame capture ... change
 
21
          through preferences dialog wasn't detected for xvidcap)
 
22
        - fixed segfault when clicking pause->rec->stop
 
23
        - fixed weird frame count reset when doing rec->stop->pause
 
24
          ->rec->stop. instead of the second rec, the last stop would
 
25
          set the frame count to zero
 
26
        
 
27
2004-07-02
 
28
        - fixed bug which made usage not display --compress
 
29
        - fixed bug where --time 0 would set --frames to  zero, too
 
30
          and vice versa
 
31
        - made sure autocontinue does NOT work with individual frames
 
32
        - fixed some more pause/record stuff
 
33
        - removed several debug statements or output for verbose output
 
34
          only
 
35
 
 
36
2004-06-02
 
37
        - added frame drop monitor widget
 
38
        - fixed incomplete make uninstall
 
39
 
 
40
2004-17-01
 
41
        - changed menu from file menu to popup menu on right click
 
42
          on filename button (saves space)
 
43
        - put filename button into toolbar (looks better)
 
44
        - added autocontinue pref in GTK GUI
 
45
 
 
46
2004-13-01
 
47
        - added FLG_AUTO_CONTINUE, VC_CONTINUE, and XVC_StartCapture
 
48
          so autocontinue can look and work the same for max_frames
 
49
          and max_time
 
50
        - added --continue [yes|no] param
 
51
        - changed --nogui to --gui [yes|no]
 
52
        - changed --audio to --audio [yes|no]
 
53
 
 
54
2004-12-01
 
55
        - added autocontinue for max_time (visible GUI stop/start
 
56
          here, though)
 
57
        - fixed stop_timer handling for pause button
 
58
 
 
59
2004-11-01
 
60
        - added autocontinue for capture to mpeg with movie counter
 
61
          and max_frames. No autocontinue if filename is fix.
 
62
        - improved movie counter and GUI interaction. 
 
63
        - fixed a/v sync problem after pausing
 
64
        - enabled pause button before record in gvidcap
 
65
 
 
66
2004-10-01
 
67
        - Added movie numbering (manually in-/decrement using next
 
68
          and previous buttons)
 
69
        - Changed next/previous buttons to work on movie number
 
70
          for on-the-fly encoding
 
71
        - Changed filename and single capture buttons to only work 
 
72
          for single frame capture 
 
73
        - fixed completely broken pause button in gvidcap
 
74
 
 
75
2004-08-01
 
76
        - minor fix for capturing without audio on audio-enabled
 
77
          systems
 
78
 
 
79
2004-06-01
 
80
        - changed MS_MPEG4 to DIV3 and added MSMPEG4V2 as DIV2
 
81
        - added DIV2 support for AVI files since WMP only supports
 
82
          DIV3 in ASF files and we don't have an audio encoder 
 
83
          WMP accepts for ASF files. WMP comaptibility now through
 
84
          DIV2 in AVI files
 
85
        - fixed pts for audio stream (video frames still timed inde-
 
86
          pendently). This fixes the a/v sync issues
 
87
        - fixed minor bug by which audio on/off toggle in the pre-
 
88
          ferences of gvidcap wouldn't save on OK
 
89
        - changed default codec from NONE to MPEG1. This fixes bug
 
90
          nr 864872
 
91
 
 
92
2003-12-22
 
93
        - fixed configure.ac to remove symlinks in ffmpeg directory
 
94
          correctly
 
95
        - fixed configure.ac to use ${AWK} instead of hard-coded awk
 
96
 
 
97
2003-12-16
 
98
        - fixed various bugs that sneaked in after 1.1.1rc2 or hadn't
 
99
          been noticed before
 
100
 
 
101
2003-12-12
 
102
        - added sound support through FFMPEG
 
103
        - added FLV1 support through FFMPEG
 
104
        - reworked man page
 
105
        - streamlined GTK2 selection frame code
 
106
        - fixed keyboard shortcuts bug for Xt GUI
 
107
        - fixed XVidcap.ad template for Xresources
 
108
        
 
109
2003-11-12
 
110
        - added GTK2 GUI (this is a major redesign of the code to
 
111
          enable GUI abstraction to also be able to keep a unified
 
112
          binary distribution. Also, if somebody with know-how about
 
113
          Qt wants to add a KDE GUI, that should now be easy)
 
114
        - added basic command line functionality
 
115
        - changed --cap_size parameter to --cap_geometry to allow
 
116
          positioning of the selection frame
 
117
 
 
118
2003-10-09
 
119
        - build system bugfixes for building without ffmpeg
 
120
        - recognize *.mpg extension as MPEG
 
121
 
 
122
2003-09-08
 
123
        - bugfixes for compilation with gcc 3.3.1
 
124
        - upgrade to ffmpeg 0.4.7
 
125
        - change of default compilation options regarding ffmpeg (rf. INSTALL)
 
126
 
 
127
2003-07-31
 
128
        - made some small additions/fixes to make building on HP-UX
 
129
          easier ... have been told it works considerably well
 
130
 
 
131
2003-06-30
 
132
        - added config options to allow specification of static linkage
 
133
          for certain libraries
 
134
        - removed GNUTime stuff from default compilation
 
135
        - enabled build without ffmpeg
 
136
        - added basic widget for the selection of coded to use w/ ffmpeg
 
137
        - changed ffmpeg's configure to only build encoders
 
138
 
 
139
2003-06-22
 
140
        - added working code for 8bit pseudo color ... need to keep an
 
141
          eye on quality
 
142
 
 
143
2003-06-18
 
144
        - cleaned up color space handling for 32bit depth in xtoffmpeg.c
 
145
        - fixed some minor bugs w/ handling of options
 
146
        - added variable bitrate depending on image size and selected
 
147
          quality ... need to verify the metric works out well.
 
148
 
 
149
2003-06-13
 
150
        - made xvidcap work on Solaris/SPARC
 
151
 
 
152
2003-05-03
 
153
        - tidied up distribution w/ autotools and embedded ffmpeg. this
 
154
          version uses ffmpeg-cvs-2003-05-18 due to color problems w/
 
155
          image format conversions in 0.4.6. Be expecting dynamically
 
156
          linked versions with the next stable ffmpeg release.
 
157
 
 
158
2003-05-30
 
159
        - fixed stupid error leading to color troubles when encoding through
 
160
          ffmpeg
 
161
        - added very basic support for rgb24 bgr24 input (untested, 8-bit
 
162
          pseudo-color has been confirmed to NOT work atm)
 
163
 
 
164
2003-05-26
 
165
        - released 1.0.10
 
166
        - preliminary support for on-line encoding through FFMPEG, atm. only 
 
167
          works if:
 
168
            - System is running on Linux x86
 
169
            - You can use the Makefile as is (no good configure, yet)
 
170
            - X dump is 32 bit rgba (which should be the case for XFree
 
171
              in 24 or 32 bit)
 
172
 
 
173
1999-02-05
 
174
        - released 1.0.9
 
175
        - small changes in Xw to make keyboard input available again.. still not
 
176
          perfect :(
 
177
        - minor changes in gt/ppm2qt, colors should be correct now
 
178
 
 
179
1999-02-04
 
180
        - added some gt_* prefixes in the gt code
 
181
        - changed ATOM_* to GTA_*
 
182
 
 
183
1999-02-03
 
184
        - released 1.0.8
 
185
        - capture.c/h: defined correct callback arguments
 
186
        - minor changes in configure.in
 
187
        - rename some files, minor changes in gnutime
 
188
 
 
189
1998-12-20
 
190
        - added ChangeLog