Changes 22nd of March, 2005

vdrsync.pl:
----------
- just another attempt to handle ac3 streams, that have changed again in 
  vdr-1.3.23

Changes 14th of March, 2005

dvd-menu.pl
-----------
- Repaired dvd-menu.pl to include the older DVD menu fixes and the new temp dir code

check-vdrsync.pl
----------------
- First attempt at writing a small script that checks whether all required
  programs are present and working. Just for bug hunting / installation tests


Changes 4th of March, 2005

vdrsync-gui.pl
------------------
- added the video dir to the config variables that are saved in the preferences (Der_Pit)

vdrsync.pl:
----------
- fixed a bug that crashed VDRsync when single files are specified as input
  (thank to Fridtjof Busse for reporting that)

- fixed a bug that overrode --dont-delete (Thanks to Gavin Hamill for
  reporting that one)
  
- Now the PATH environment variable is used to search for programs (Patrik Cernko)

- remove comments from marks if present to allow noad marks (Patrik Cernko) 

- added use File::Path to VDRRECORDING.pm (foobar42 und Hulk)


Changes 3rd of March, 2005

vdrsync.pl:
-------------
- fixed premature clean up of vdrsync, which broke packing 
  multiple recordings on one DVD, thanks to Andreas (Hulk)

dvd-menu.pl:
------------
- Added a check for required helper programs
- replaced all mkdir by mkpath (and added use File::Path), 
  thanks to Andreas (Hulk)
  
Changes 2rd of March, 2005

vdrsync.pl:
-------------
- Fixed Bugs that affected the synchronization after a cut

- First attempt to process the new AC3 Format correctly

- the temp directory should be configurable (--tmp-dir, --dont-delete)

- vdrsync.pl should wait for the last task to finish, and not return with 
  unfinished tasks still running (esp. dvdauthor)


- dvd-menu.pl also should use the specified temp directory, and should as 
  well accept the option –dont-delete, vdrsync.pl should pass-through the 
  option to dvd-menu.pl
  
  
- the DVD image is finalized only once (after processing all recodings), 
  instead after each recording

- clean up should really clean up the temporary files

- parameter validation is now more accurate / restrictive

- vdrsync_buffer.pl does now work without the size being transmitted at the 
  beginning of each chunk, and the write mode of vdrsync.pl is the same for 
  normal and pipe operation

- fixed a bug in the sync logic, especially after a cut. Thanks to 
  Thorsten.Gehrig for reporting and sending testing material


- fixed a bug wrt removal of Video leftovers before the first package starts. 
  Thanks to THC for providing the appropriate testing material and reporting 
  the bug

vdrsync-gui.pl
------------------

- Made the navigation and marks manipulation menus very configurable (in an 
  external window, show only some controls...)

- Allowed the resizing of the preview window, which is recommend for speed 
  reasons (note: only possible with ffmpeg!)

- added some programs to the list of the required helper programs, and 
  added a feature to complain about missing helper programs at start-up
  
- added --master-dvd as a default parameter to the DVD creation command, 
  otherwise no DVD is generated when Menus are not required

- fixed the missing - before justify

- added a check for the presence of queue-manager.pl, an error is 
  generated if its use  has been specified, but is not present

vdrsync_buffer.pl:
----------------------
- vdrsync_buffer.pl does now work without the size being transmitted 
  at the beginning, and the write mode of vdrsync.pl is the same for normal 
  and pipe operation

queue-manager.pl
-------------------
- More detailed information about progress


dvd-menu.pl
-------------------
- Now accepts a parameter --temp-dir and --dont-delete


