2009-06-28 Michael Riepe * makefile.in: Fix stamp-dist dependencies. Fix non-POSIX sort command. Add bindist target. 2009-06-27 Michael Riepe * src/dvbcut.cpp: * src/dvbcut.h: * src/dvbcutbase.ui: Add help dialog and about box. * src/dvbcut_en.html: Initial (rudimentary) help file. * DISTFILES: Add dvbcut_en.html. * src/Makefile.in: Install dvbcut_en.html. 2009-06-27 Michael Riepe * src/stream.h: Make non-interlaced video the default. 2009-06-27 Michael Riepe * makefile.in: Allow parallel (make -j) install. 2009-06-26 Michael Riepe * import/stdlib.h: Use #include_next instead of a fixed path. 2009-06-23 Michael Riepe * src/buffer.cpp: * src/mpegmuxer.cpp: Fix gcc 4.4 build. 2009-06-19 Dominik Kopp (mr) * contrib/AR_to_169: * contrib/AR_to_43: Add missing quotes. 2009-06-09 Michael Riepe * contrib: New directory * contrib/AR_to_169: * contrib/AR_to_43: New scripts to force an aspect ratio of 16:9 or 4:3. Contributed by Dominik Kopp. * DISTFILES: Add new files to distribution list. 2009-02-11 Michael Riepe * src/Makefile.in: Generate all sources before calling setversion.sh. 2009-01-28 Michael Riepe * configure.in: Also link with -lm when looking for liba52. 2009-01-24 Michael Riepe * VERSION: Bump up to 0.6.0. * README: Edit for release. * INSTALL: Remove references to scons. * Makefile: Tell people to run configure instead of scons. * SConstruct: * SConscript.ffmpeg: * src/SConscript: Remove. * DISTFILES: Remove SConstruct, SConscript.ffmpeg and src/SConscript. * configure.in: Pass configure args to Makefiles. * makefile.in: Generate new version.h for tarball. Pass configure args to "make check-dist". 2009-01-17 Michael Riepe * src/Makefile.in: Delegate version.h creation to toplevel makefile. * makefile.in: Add target to create src/version.h. * DISTFILES: Add missing files. 2009-01-12 Michael Riepe * DISTFILES: New file. * makefile.in: Add distfiles, dist and check-dist targets. * src/Makefile.in: Add distfiles target. 2009-01-12 Michael Riepe * INSTALL: * makefile.in: Add and document `dep' target. 2009-01-12 Michael Riepe * src/stream.h: Fix "impossible bitrate constraints" error from external ffmpeg. 2009-01-11 Michael Riepe * src/dvbcut.cpp: * src/dvbcut.h: * src/dvbcutbase.ui: Add Zoom in/out function. 2009-01-10 Ralph Glasstetter (mr) * src/dvbcut.cpp: Handle left/right key events. Make mouse wheel work in video window. 2009-01-08 Ralph Glasstetter (mr) * src/settings.cpp: Fixed bug with output pipe directory/file names containing spaces (added quotes). * src/dvbcutbase.ui: * src/dvbcut.cpp: * src/dvbcut.h: * src/avframe.cpp: * src/avframe.h: * src/imageprovider.cpp: * src/imageprovider.h: * src/differenceimageprovider.cpp: * src/differenceimageprovider.h: * src/settings.cpp: * src/settings.h: viewscalefactor can now be any positive float, and implemented "Custem size" viewing scale. 2009-01-07 Michael Riepe * configure.in: Add --with-qt3-include and --with-qt3-lib options. * makefile.in: * src/Makefile.in: Use $(DESTDIR). 2009-01-07 Ralph Glasstetter (mr) * INSTALL: Updated dependencies and build instructions. 2008-10-31 Wolfram Gloger (mr) * src/lavfmuxer.cpp: Use avcodec_decode_audio2 with newer ffmpeg. * src/avframe.cpp: Replace img_copy with av_picture_copy for newer ffmpeg. * configure.in: Add -I.../include/qt3 to CPPFLAGS. 2008-10-26 Michael Riepe * src/index.cpp: Fix writing of new index format. 2008-10-19 Michael Riepe * src/buffer.cpp: Fix Windows build. 2008-10-19 Michael Riepe * src/buffer.cpp: Fix Ubuntu compilation error. 2008-10-17 Michael Riepe * src/index.cpp: Disable generation of new index format for now. 2008-10-10 Ralph Glasstetter (mr) * src/dvbcutbase.ui: * src/dvbcut.cpp: * src/index.cpp: * src/index.h: * src/mpgfile.h: Show picture related infos (slightly changed index format!) 2008-10-10 Michael Riepe * src/mpegmuxer.h: * src/mpegmuxer.cpp: Return false if writing fails. 2008-06-14 Michael Riepe * configure.in: Improve ffmpeg/libswscale handling. 2008-06-14 Michael Riepe * configure.in: * install-sh: * makefile.in: * mkinstalldirs: * src/Makefile.in: New files. 2008-05-18 Michael Riepe * src/main.cpp: Use size_t instead of unsigned int. 2008-03-31 Michael Riepe * src/Makefile.w32: Fix Windows build (patch by Ralph Glasstetter). 2008-03-24 Michael Riepe * SConstruct: * src/avframe.h: * src/lavfmuxer.cpp: * src/lavfmuxer.h: * src/main.cpp: * src/stream.h: * src/streamdata.h: Yet another ffmpeg interface change. 2008-03-23 Michael Riepe * src/psfile.cpp: Add missing #include (thanks, Wolfram). 2008-03-23 Michael Riepe * src/psfile.cpp: Mark audio streams in first pass, renumber in second. 2008-03-21 Michael Riepe * src/Makefile.w32: * src/dvbcut.cpp: Windows compile fixes. 2008-03-17 Michael Riepe * src/tsfile.cpp: Accept 0x80 as legacy video descriptor tag. 2008-03-12 Michael Riepe * src/dvbcut.cpp: Add hack for filenames with colons in them. 2008-03-12 Michael Riepe * SConstruct: Always define __STDC_CONSTANT_MACROS and __STDC_LIMIT_MACROS. * src/buffer.cpp: Remove obsolete definition of __STDC_LIMIT_MACROS. * src/mpgfile.cpp: * src/psfile.cpp: * src/tsfile.cpp: Avoid stupid compiler warnings. 2008-02-17 Ralph Glasstetter (mr) * src/dvbcut.cpp: Always add a trailing slash to directory names. 2008-02-15 Michael Riepe * src/dvbcut.cpp: * src/dvbcut.h: * src/main.cpp: Add "-voracious" option for people who have several gigabytes of cache and want dvbcut to use all of it. 2008-02-15 Michael Riepe * src/settings.cpp: Added "versioned" config file and format adaption. 2008-02-10 Ralph Glasstetter (mr) * src/dvbcut.cpp: * src/settings.cpp: * src/settings.h: Fixed bug with 'lastdir' & toplevel directories under Windows and implemented possibility to use a fixed 'lastdir'. Added *.trp to recognized files. 2008-02-04 Michael Riepe * SConstruct: Install manpages to $PREFIX/share/man. * src/dvbcut.cpp: * src/tsfile.cpp: #include . 2008-01-16 Michael Riepe * src/psfile.cpp: Speed up PS probing. 2008-01-06 Ralph Glasstetter (mr) * src/dvbcutbase.ui: * src/dvbcut.cpp: * src/dvbcut.h: * src/settings.cpp: * src/settings.h: Automated setting of equidistant chapter markers. Fixed bug concerning positioning via output frames. 2007-12-12 Ralph Glasstetter (mr) * src/dvbcutbase.ui: * src/dvbcut.cpp: * src/dvbcut.h: * src/main.cpp: Added 4:3 & 16:9 bookmark conversion to GUI & CLI. Additional -cut & -automarker CLI switches. 2007-12-08 Ralph Glasstetter (mr) * src/dvbcut.cpp: Added format option to -tag of project files. Fixed a chapterlist bug. * src/settings.cpp: Empty defaults for pipe settings. 2007-12-06 Ralph Glasstetter (mr) * src/settings.cpp: * src/settings.h: * src/dvbcut.cpp: * src/dvbcut.h: New recent files format which allows for storing multiple input files. * src/dvbcut.cpp: * src/dvbcut.h: * src/main.cpp: Input file names can come before CLI switches. New -format switch. 2007-12-06 Ralph Glasstetter (mr) * src/settings.cpp: * src/settings.h: New pipe command settings. * src/dvbcut.cpp: Improved pipe command. 2007-12-06 Michael Riepe * src/dvbcutbase.ui: Use zero margin. 2007-11-28 Michael Riepe * src/lavfmuxer.cpp: Compatibility patch for libavformat >= 52.0.0 (contributed by Alexis Ballier). 2007-11-28 Wolfram Gloger (mr) * src/dvbcut.cpp: * src/mpegmuxer.cpp: Allow output to a pipe. * src/port.h: Include on Unix/Linux. 2007-11-26 Ralph Glasstetter (mr) * src/dvbcutbase.ui: * src/dvbcut.cpp: * src/dvbcut.h: * src/settings.cpp: * src/settings.h: Configurable snapshot parameters and chapter snapshots. 2007-11-24 Ralph Glasstetter (mr) * src/tsfile.cpp: * src/tsfile.h: Import bookmarks from new Topfield TF7700HDPVR. * src/mpgfile.cpp: * src/mpgfile.h: readfile() to read (small) files to memory. * src/buffer.cpp: * src/buffer.h: Store filename in files structure. 2007-11-12 Michael Riepe * src/lavfmuxer.cpp: Fix by Wolfram Gloger. 2007-11-03 Michael Riepe * src/tsfile.cpp: Detect legacy audio stream types. 2007-10-30 Ralph Glasstetter (mr) * src/dvbcut.cpp: * src/dvbcut.h: New quick_picture_lookup_table (also used for export)! 2007-10-30 Ralph Glasstetter (mr) * src/dvbcut.cpp: * src/settings.cpp: * src/settings.h: Automatically add missing start/stop markers at BOF/EOF, configurable via "start_bof"/"stop_eof" in settings file. * src/main.cpp: Improved checking of cut list. 2007-10-29 Ralph Glasstetter (mr) * src/dvbcut.cpp: * src/dvbcut.h: * src/main.cpp: * src/dvbcutbase.ui: Allow timestamps in input fields, added -exp option. -exp/-cut/-idx options overrule project file defaults. Add specific "Delete"-entries to marker context menu. Fixed bugs with quick_picture_lookuptable. * src/pts.cpp: * src/pts.h: Function to convert formatted timestamps to pts_t. 2007-10-25 Michael Riepe * SConstruct: Search for libintl and . * src/Makefile.w32: * src/SConscript: Add gettext.{cpp,h}. * src/dvbcutbase.ui: * src/exportdialogbase.ui: * src/mplayererrorbase.ui: * src/progresswindowbase.ui: Make uic include "gettext.h". * src/gettext.cpp: * src/gettext.h: New files providing hooks for gettext(). * src/main.cpp: Add i18n framework. 2007-10-25 Michael Riepe * src/main.cpp: Add missing newlines. * src/dvbcut.cpp: Display '*' marker for exported pictures. 2007-10-25 Michael Riepe * src/dvbcut.cpp: * src/dvbcut.h: * src/dvbcutbase.ui: * src/eventlistitem.h: * src/main.cpp: Add bookmark conversion and the -cut option (patches by Ralph Glasstetter). 2007-10-22 Michael Riepe * src/dvbcut.cpp: Display a message when setting markers failed. * src/mpgfile.h: * src/tsfile.cpp: * src/tsfile.h: Let getbookmarks() return a std::vector (patches by Ralph Glasstetter). 2007-10-22 Michael Riepe * src/dvbcut.cpp: * src/dvbcut.h: * src/dvbcutbase.ui: * src/index.h: * src/mpgfile.h: * src/tsfile.cpp: * src/tsfile.h: Import bookmarks from Topfield receivers (code by Ralph Glasstetter). 2007-10-17 Michael Riepe * src/dvbcut.cpp: Remove picture type on the right. 2007-10-17 Michael Riepe * src/dvbcut.cpp: * src/dvbcutbase.ui: New layout for the label/input area. 2007-10-13 Michael Riepe * src/Makefile.w32: Build dvbcut with -g and place a stripped copy in bin. 2007-10-12 Michael Riepe * src/settings.cpp: * src/settings.h: Do not load settings until they are needed. * src/dvbcut.cpp: * src/eventlistitem.cpp: Use new settings interface. 2007-10-11 Michael Riepe * src/dvbcutbase.ui: Add/change accelerators. 2007-10-10 Michael Kreuzer (mr) * src/dvbcut.cpp: * src/dvbcut.h: * src/dvbcutbase.ui: Add "save snapshot" function to file menu and toolbar 2007-10-08 Michael Riepe * src/dvbcut.cpp: Use multi-line labels. 2007-10-07 Michael Riepe * src/dvbcut.cpp: * src/dvbcut.h: Add "suggest markers" function based on aspect ratio changes. * src/dvbcutbase.ui: Add "suggest markers" to edit menu. * src/mpgfile.h: Add aspect discontinuity finder function. 2007-10-07 Michael Riepe * src/index.cpp: Never write the (binary) index to a terminal. 2007-10-07 Sven Over * src/dvbcut.h: * src/dvbcut.cpp: * src/eventlistitem.h: Display output timecode and picture number. * src/dvbcut.cpp: Evaluate 'expfile' tag or attribute. 2007-10-05 Michael Riepe * src/buffer.cpp: * src/buffer.h: Implement "pipe mode" for reading from non-regular files. * src/index.cpp: * src/index.h: Add separate function for saving to stdout. * src/main.cpp: Allow -generateidx to read from stdin again. 2007-09-30 Michael Riepe * src/defines.h: Move default values to src/settings.cpp. * src/eventlistitem.cpp: Use label strings from the configuration file. * src/settings.cpp: * src/settings.h: Add label strings to the configuration file. 2007-09-29 Michael Riepe * src/eventlistitem.cpp: Use light gray background for STOP items. 2007-09-27 Michael Riepe * src/dvbcut.cpp: Add delete all/others function to event list (patch by Ralph Glasstetter). 2007-09-13 Michael Riepe * src/dvbcut.cpp: Really fix project file encoding this time. 2007-09-07 Michael Riepe * src/dvbcut.cpp: Always use UTF-8 encoding for project file. Add a proper XML declaration at the beginning. 2007-09-06 Michael Riepe * src/main.cpp: Locale patch by Michael Kreuzer. 2007-08-17 Michael Riepe * src/mpegmuxer.cpp: Prepare for DTS audio. * src/psfile.cpp: Improved stream detection (including DTS and subtitle hooks). 2007-08-15 Michael Riepe * src/tsfile.cpp: Improved SI table parser and stream detection. 2007-08-10 Michael Riepe * src/tsfile.cpp: Also detect teletext and subtitle streams. We may not be able to use them, but it's good to know that they're there. 2007-08-03 Michael Riepe * src/tsfile.h: * src/tsfile.cpp: Add SI table parser. 2007-08-02 Michael Riepe * SConstruct: Check for libswscale. * src/avframe.h: * src/avframe.cpp: Use libswscale if present (patch by Michael Kreuzer). * src/Makefile.w32: Also scan Makefile.w32 for id keyword. 2007-07-30 Michael Riepe * src/Makefile.w32: Set svn:keywords property. 2007-07-28 Michael Riepe * src/Makefile.w32: Fix "versioned" build on Windows. 2007-07-28 Michael Riepe * SConstruct: * src/avframe.h: * src/lavfmuxer.cpp: * src/lavfmuxer.h: * src/main.cpp: * src/mpgfile.cpp: * src/mpgfile.h: * src/psfile.cpp: * src/stream.h: * src/tsfile.cpp: Ffmpeg interface cleanup patch by Wolfram Gloger. 2007-07-28 Michael Riepe * VERSION: * setversion.sh: New files. * src/SConscript: * src/Makefile.w32: Generate version.h. * src/dvbcut.cpp: Include version string in caption. 2007-07-23 Michael Riepe * src/dvbcut.cpp: Reset inbuffer only if there are new input files. 2007-07-11 Michael Riepe * src/Makefile.w32: Add explicit dependencies for moc and uil files. * numerous other files: Add "Id" keyword. 2007-07-10 Michael Riepe * src/dvbcut.cpp: Write to log instead of stderr. Redirect log to stderr if there is no GUI. * src/logoutput.cpp: Simplify code, avoid memory allocations. Don't prefix each line with a progress indicator. * src/mpgfile.cpp: Write to log instead of stderr. * src/progresswindow.cpp: Let print("") insert a line break. 2007-07-09 Michael Riepe * src/dvbcut.cpp: Export all frames in batch mode if there isn't a project file (patch by Ralph Glasstetter). * src/main.cpp: Allow multiple filenames in batch mode. 2007-07-07 Michael Riepe * src/Makefile.w32: Add copyright and license text. 2007-07-06 Michael Riepe * src/Makefile.w32: Fix generation of required files. 2007-07-06 Michael Riepe * src/buffer.cpp: * src/buffer.h: Use posix_fadvise in sequential mode. * src/main.cpp: Use sequential mode when indexing. * src/dvbcut.cpp: Use sequential mode when indexing or exporting. 2007-07-05 Michael Riepe * src/Makefile.w32: Use -Wall. Only remove ffmpeg install directories when distcleaning. * src/buffer.cpp: Disable mmap() on Windows. * mingw.sh: Use src/Makefile.w32 for everything. 2007-07-05 Michael Riepe * src/Makefile.w32: New file. * mingw.sh: Set svn:executable property. Use src/Makefile.w32. 2007-07-05 Michael Riepe Added svn:keyword property for all files except src/*.ui (I don't want to confuse Qt designer). 2007-07-04 Michael Riepe * src/buffer.cpp: Use _lseeki64 on Windows. Only seek if necessary. Try to read a buffer full of data. * src/dvbcut.cpp: Remember last used load directory for Open. * src/settings.cpp: * src/settings.h: Add "lastdir" setting. 2007-07-03 Michael Riepe * src/buffer.cpp: Use fstat/_fstati64 to obtain the file size. This is required to overcome the 2 GB limit on 32-bit systems (Windows in particular). * src/defines.h: Better defaults for multi-file mode. 2007-07-02 Michael Riepe * src/buffer.cpp: * src/buffer.h: * src/dvbcut.cpp: "play multiple files" patch by Ralph Glasstetter. 2007-06-30 Michael Riepe * src/buffer.cpp (class inbuffer): * src/buffer.h (class inbuffer): Support multiple input files. * src/dvbcut.cpp: * src/dvbcut.h: Open multiple input files. Read & write new project file format. Factor out pathname canonicalization. * src/main.cpp: Open multiple input files. * src/mpgfile.cpp: Use number of frames for bitrate estimation. 2007-06-29 Michael Riepe * src/buffer.cpp (class inbuffer): * src/buffer.h (class inbuffer): Let open() return bool. Remove copy constructor for inbuffer. Add reset() member for inbuffer reuse. * src/dvbcut.h: * src/dvbcut.cpp: Add reusable inbuffer member to class dvbcut. Pass inbuffer to mpgfile::open(). * src/main.cpp: Centralize option handling. Pass inbuffer to mpgfile::open(). * src/mpgfile.h: * src/mpgfile.cpp: Create mpgfile from inbuffer, not from filename. Use a reference to a single inbuffer. 2007-06-27 Michael Riepe * src/mpgfile.cpp: * src/mpgfile.h: * src/psfile.cpp: * src/psfile.h: * src/tsfile.cpp: * src/tsfile.h: Do not pass a filename to class mpgfile and its derivatives. Once we support multi-file sources, a filename makes no sense any longer. We should instead pass the entire group of files via a multi-file source class (e.g. a modified inbuffer). 2007-06-19 Michael Riepe * src/dvbcut.cpp: suggest a name for the project file. 2007-06-19 Michael Riepe * src/dvbcut.cpp: show filenames in caption. 2007-06-17 Michael Riepe * src/defines.h: include *.rec in DEFAULT_LOADFILTER. 2007-06-17 Michael Riepe * src/dvbcutbase.ui: add accelerators for st(A)rt, e(N)d, (C)hapter and (B)ookmark. * src/defines.h: include *.vdr and *.tts in DEFAULT_LOADFILTER. 2007-06-12 Michael Riepe * Windows build script & README update by Ralph Glasstetter. 2007-06-03 Michael Riepe * src/mpegmuxer.cpp: fix size calculation. 2007-05-30 Michael Riepe * src/streamdata.cpp: add missing #include 2007-05-29 Michael Riepe * audio_addpts() patch by Wolfram Gloger. * Code cleanup + beautification by myself. * src/index.cpp: remove false "missing frame" alarms. 2007-05-27 Michael Riepe * Add batch mode. You can now call "dvbcut -batch .prj" and dvbcut will export the file in your preferred format (default is DVB format using the dvbcut muxer). Note that the project file is essential because it contains the cut list. The name of the output file will be ".mpg". If that file already exists, dvbcut adds numeric suffixes (e.g. "_1.mpg") until the name is unique. 2007-05-13 Michael Riepe * lavfmuxer.cpp: include patch from Wolfram Gloger. * When using the mouse wheel, limit position to [0...pictures-1]. 2007-05-09 Sven Over * Added generic dvbcut_exception class. * Got rid of libavcodec usage in playaudio.cpp. Instead, libmad and liba52 are now used. SCons files changed accordingly. 2007-05-06 Michael Riepe * Remember last used export format. 2007-05-03 Michael Riepe * src/mpgfile.cpp: print estimated data rate. * src/index.cpp: changed additional error messages. 2007-04-29 Michael Riepe * Changed export accelerator to 'E'. 2007-04-13 Sven Over * Released version 0.5.4. 2007-03-06 Michael Riepe * Report missing frames in GOP while indexing. 2007-02-12 Michael Riepe * Write proper GOP time_code values when exporting. 2007-01-30 Michael Riepe * Added workaround for div/0 bug in ffmpeg. * Added missing ChangeLog entry. :-) 2007-01-28 Sven Over * Applied patch for SConstruct file by Ingo Saitz, as forwarded to me by Christian Marillat. * Fixed 2 compiler warnings in mpegmuxer.cpp. * Christian Marillat reported build problems on alpha, where the __bswap_constant_xx macros seem not to be available. Changed defines in defines.h not to use them anymore. 2007-01-26 Michael Riepe * Integrated Windows port by Olivier Raoul. * Added XML generation feature by Ralph Glasstetter. 2006-09-24 Michael Riepe * Moved global settings to a separate class. * Changed jog_offset to type double. The default is now 0.4. * Updated ChangeLog ;-) * Added configurable jog slider patch from Ralph Glasstetter. 2006-09-23 Michael Riepe * Added more configuration settings. 2006-09-22 Michael Riepe * Made mouse wheel resolution configurable. 2006-09-21 Michael Riepe * Added selectable resolutions for the mouse wheel (via modifier keys). 2006-09-18 Michael Riepe * Fixed yesterday's patch. The messages should be gone now. 2006-09-17 Michael Riepe * Modified the indexer to suppress most "inconsistent video PTS (-1696)" message. 2006-09-05 Michael Riepe * Added all existing bug fixes from http://www.mr511.de/dvbcut. 2005-12-16 Sven Over * Release 0.5.3. 2005-12-15 Sven Over * Important bug fixes in the DVBCUT muxer. * Fixed a bug in the audio player function, which caused no audio to be played in certain situations. * Fixed a bug in saving the index file, which caused an "Invalid index file" error when loading the index. * New items in the "View" menu: "Full size", "Half size" and "Quarter Size". Also added a "-geometry" option with the correct display size to the command line when spawning the embedded MPlayer. * The DVBCUT muxer is now available in two variants: apart from the one which creates DVD compliant (well, hopefully) program streams, there is now also one for plain program streams. The latter has no fixed pack size (DVD demands 2048 bytes fixed pack size), and no special placeholder packs for DVD navigation data. (Tech note: audio buffers are as big as 49152 bytes, as opposed to 4096 in the DVBCUT DVD muxer. This is to circumvent problems because of the very big video stream packs.) It creates files that are a few percent smaller than the DVD muxer, as muxing overhead is considerably smaller. 2005-12-11 Sven Over * Release 0.5.2. * Replaced the menu items for exporting MPEG program stream and MPEG transport stream by one item "Export video". When selected, a new dialog window appears, in which you can choose the output format. Apart from the libavformat-based program stream and transport stream output formats, now also a DVBCUT muxer is available which writes DVD compliant program streams. The muxer is still subject to testing. * The "Play" menu now has a submenu "Audio track", in which the user can choose which audio track to play when clicking on "Play audio" or when starting the embedded MPlayer. * AC3 support added. Both the transport and the program stream reader can read AC3 streams (tested with DVB and DVD material, respectively). AC3 gets decoded for the "Play Audio" menu items. Writing AC3 has been tested with the libavformat PS and TS muxers as well as with the new DVBCUT muxer. * Implemented mmapped reading of input files. * Added "Recent files..." submenu to the "File" menu. The information is saved by means of the Qt QSettings mechanism, in a file "~/.qt/dvbcut.sf.netrc". 2005-11-27 Sven Over * Release 0.5.1. * Numerous small fixes. * While indexing an input file, show a progress bar and a cancel button in the status bar of the DVBCUT window. * Show busy mouse cursor while decoding video and while loading or indexing video. * Incorporated the sources of the FFMPEG libraries (libavcodec, libavformat, libavutil) into the DVBCUT source directory. This will ease the install procedure significantly for those who do not have these libraries installed or have installed an incompatible version. * Introduced SCons as build utility. A Makefile is also provided, which calls SCons. 2005-11-21 Sven Over * First public release.