diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-12-17 13:46:41 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-12-17 13:46:41 +0000 |
commit | 14b8f8b2df5bdf92ca956dc4658a4b41f8c5070d (patch) | |
tree | 813ae92ed169ab0da10ec6f7f66cd3848aee50a0 | |
parent | d450eaff6543ad647d0a14fe9e01ac3cae18d350 (diff) |
v0.3.1 changes
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@245 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r-- | recordmydesktop/ChangeLog | 4 | ||||
-rw-r--r-- | recordmydesktop/configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index a67763e..db41f31 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -2,6 +2,10 @@ *Added Added custom X error handler, to avoid BadWindow on XGetWindowAttributes, with XQueryTree. *Fixed sound_buffer initialization, which could cause segfault in startup. +*Corrected buffer size in sound recoding. Size can now be specified as an +option. +*Corrected interleaving of audio and video streams. +*Fixed missing end-of-stream in generated files. diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index 68eab7b..2f381b9 100644 --- a/recordmydesktop/configure.ac +++ b/recordmydesktop/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_INIT(src/recordmydesktop.c) -AM_INIT_AUTOMAKE(recordmydesktop,0.3.1-CVS,) +AM_INIT_AUTOMAKE(recordmydesktop,0.3.1,) AC_CONFIG_SRCDIR([src/recordmydesktop.c]) AM_CONFIG_HEADER(config.h) |