Notes: the first version deb of from Jan. 11th was broken. and the tar.gz, too ... doh
Changes: 2007-12-16 Benjamin Larsson <banan@ludd.ltu.se> * src: codecs.c, codecs.h: added codecs "Flash Screen Video" and "FFmpeg Video 1" for lossless screen captures 2007-12-16 Karl H. Beckers <karl.h.beckers@gmx.net> * src/xtoffmpeg.c: fix flawed capture size calculation with rescale * src/gnome_ui.c: fix flawed UI behaviour around hiding and showing frame * src/Makefile.am: fix build without dbus 2007-11-30 Karl H. Beckers <karl.h.beckers@gmx.net> * src: gnome_ui.c, capture.c, app_data.c, app_data.h, gnome_frame.c, gnome_options.c, options.c, gnome-xvidcap.glade: Add functionality for following the mouse pointer when capturing and hiding the frame. * src: codecs.c, codecs.h: add format for direct VOB creation * src/app_data.c: fixed array arithmetic for error printing in nongui mode 2007-11-23 dAniel hAhler <daniel@thequod.de> * po/de.po: bugfix for missing echo's 2007-11-20 Karl H. Beckers <karl.h.beckers@gmx.net> * src: gnome_ui.c, capture.c, app_data.c, job.c, app_data.h, job.h: make capturing more correct, avoid some more potential deadlocks through tighter thread synchronization 2007-11-13 Karl H. Beckers <karl.h.beckers@gmx.net> * src: gnome_ui.c, capture.c, gnome_frame.c: some fixes, improvements, optimizations for changing the capture area while capturing. You may notice some more delay of repainting the control UI while capturing and moving it, but your captured video will now be correct. 2007-11-08 Karl H. Beckers <karl.h.beckers@gmx.net> * src: frame.h, gnome_ui.c, capture.c, app_data.c, app_data.h, gnome_frame.c, frame.c: optimize X11 roundtrips by obtaining required X11 info up front and storing it in XVC_AppData. Also fix a BadMatch with stopping when using XDamage and the notification area 2007-11-07 Karl H. Beckers <karl.h.beckers@gmx.net> * src/xtoffmpeg.c: fix ffmpeg multi-threading for very small capture areas where 4 threads would exceed ffmpeg's internal maximum * src: xtoffmpeg.c, gnome_ui.c, capture.c, job.c: fixes to state changes during capture to make sure no external state changes can occur while we're reacting on a given state * src: control.h, xtoffmpeg.c, gnome_ui.c, capture.c, app_data.c, job.c, app_data.h, gnome_frame.c, job.h, main.c: add the mutexes to the XVC_AppData struct to avoid their being global and make sure movement of the capture area during a capture can only take place with the right timing so as not to capture the frame while it is moved. Also we need to caputre full frames (no Xdamage) when the capture area is moved during capture. 2007-11-06 Karl H. Beckers <karl.h.beckers@gmx.net> * po/en.po, po/de.po, src: gnome_ui.c, capture.c, job.c, job.h: Added error msg popup when error occurs writing captured data to file 2007-11-04 Karl H. Beckers <karl.h.beckers@gmx.net> * src/xvidcap-dbus-client.c, src/main.c, po: en.po, de.po, POTFILES.in: updated i18n * doc/man: C/xvidcap-dbus-client.1.xml, C/xvidcap-dbus-client.1, C/xvidcap-dbus-client.1.xml.pot, C/Makefile.am, C/xvidcap.1.xml, C/xvidcap.1, C/xvidcap.1.xml.pot, de/xvidcap.1-de.po, de/xvidcap-dbus-client.1.xml, de/xvidcap-dbus-client.1, de/xvidcap-dbus-client.1-de.po, de/Makefile.am, de/xvidcap.1.xml, de/xvidcap.1: added xvidcap-dbus-client manpage and updated xvidcap manpage for 1.1.7 2007-11-02 Karl H. Beckers <karl.h.beckers@gmx.net> * src: gnome_ui.c, capture.c, job.c, Makefile.am: fix --continue with --time and one condition where starting recording with current frame == max frame would cause a crash 2007-10-29 Karl H. Beckers <karl.h.beckers@gmx.net> * src: dbus-server-object.c, dbus-server-object.h, xvidcap-dbus-client.c: added doxygen comments 2007-10-25 Karl H. Beckers <karl.h.beckers@gmx.net> * configure.in, Makefile.am, src: dbus-server-object.c, xvidcap-dbus.xml, dbus-server-object.h, gnome_ui.c, xvidcap-dbus-client.c, Makefile.am: make dbus activation work (make sure you can write your video file) * src: xtoffmpeg.c, capture.c, job.c: code cleanup and additional debug output * depcomp, INSTALL, COPYING, missing, aclocal.m4, install-sh: new autotools version * doc/xvidcap/de/figures/xvidcap-warning.png: added image to svn 2007-10-24 Karl H. Beckers <karl.h.beckers@gmx.net> * src: dbus-server-object.c, xvidcap-dbus.xml, dbus-server-object.h, xvidcap-dbus-client.c: added start, stop, pause remote functions to dbus server. * src: xvidcap-dbus-client.c, Makefile.am: integrate xvidcap-dbus-client in normal build 2007-10-23 Karl H. Beckers <karl.h.beckers@gmx.net> * net.jarre_de_the.Xvidcap.service.in, Makefile.am, src: dbus-server-object.c, dbus-server-object.h, Makefile.am, xvidcap-infos.xml: prototype for dbus support * Makefile.am, src: dbus-server-object.c, xvidcap-dbus.xml, dbus-server-object.h, xvidcap-dbus-client.c, app_data.c, app_data.h, Makefile.am, xvidcap-infos.xml: dbus prototype works, now * src/capture.c: Solaris does not have extutil.h 2007-10-22 Karl H. Beckers <karl.h.beckers@gmx.net> * src/app_data.c: reimplemented passing of environment variables to spawned processes (e. g. animate/play) to make it work independant of the shell * src: colors.h, app_data.c, xtoxwd.c, gnome_options.c: some fixes for compiling with DEBUG=1 * src: gnome_ui.c, gnome_ui.h: code cleanup 2007-09-13 Karl H. Beckers <karl.h.beckers@gmx.net> * src/gnome_frame.c: fixed bug where resizing the capture frame on one side would change the other end, too. 2007-08-25 lon <lon83129@126.com> * po/zh_CN.po: updated l10n 2007-08-13 Karl H. Beckers <karl.h.beckers@gmx.net> * src/gnome_ui.c: fix for bug 1757339 (gtk+ 2.4 compat issue) 2007-06-30 Karl H. Beckers <karl.h.beckers@gmx.net> * ffmpeg: ffmpeg version bump to current version (preliminary tests look good, needs more testing). Also fixed svn externals to always pull well-defined version of libswscale. 2007-06-30 Samuli Suominen <drac@gentoo.org> * src/xtoffmpeg.c: remove include of dsputil.h 2007-06-30 lon <lon83129@126.com> * po/zh_CN.po: updated Chinese l10n 2007-06-30 TreviƱo <trevi55@gmail.com> * debian: control, rules: enable libtheora and require imagemagick
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use