﻿Version 0.8.8
- configure.ac: change code to work with /bin/sh -> /bin/dash
- remove mkinstalldirs (from old build system)
- .gitignore: add more files
- autogen.sh: add full version
- replace COPYING with current version

Version 0.8.7
- re-compose a git repository and place it on GitHub
- add support for LIBAVCODEC version 57 (>=ffmpeg-3.4)
  found in patches from misc. linux distributions
- change svdrp port used in vdr since 1.7.15 (>11 years...)
- remove unused code to reduce compiler warnings
- fix warnings and errors for clang-11/12 and gcc-11
- fix compile errors with musl-libc
- channels.h: fix file mode of channels.h
- add autogen.sh for easy use of autoconf/automake
- configure.ac: let "ar" be detected via AM_PROG_AR
  (https://bugs.gentoo.org/469810)

Version 0.8.6
- fixes for ffmpeg 1.2

Version 0.8.5
- fixed a bug setting marks on non-IFrames
- fixed a bug reusing saved logos
- new tool checkMarks for checking that all marks are on IFrames
- new script (checkAllMarks) for checking all records for faulty marks and re-noad them

Version 0.8.4
- fixed handling of hdtv-recordings

Version 0.8.x
- can use libmpeg2 or libavcodec(ffmpeg) for video-decoding
- configure uses pkg-config to detect libmpeg2/libavcodec by default
- fix some configure-issues (thanks to Martin Dummer, Dirk Vornheder, Peter Pfeifer for testing)

Version 0.7.3
- adjustments for current ffmpeg-version

Version 0.7.2
- exit noad if a hdtv-recording is found
- change MAXFRAMESIZE to KILOBYTE(1024) as in vdr
- fixed noadifnew (thanks to Matti Lehtimäki for the patch)
- add some logging in svdrpc.cpp

Version 0.7.0/0.7.1
-  pick up various patches
-  add TS-Demuxer for new vdr ts-format
-  better logodetecion for colored logos

Version 0.6.1
- fixed a bug with using -O and no running vdr is found
  (thanks to Helmut Auer for sending a patch)
- implemented new function for file-io based
  on a patch from Ralf Müller (see readme)

Version 0.6.0
- add audio-silence-detection
- add check for ac3-scan
- fixed a bug in online-scan (wrong marks if there is a short part with ac3-sound
  at the start of the recording)

Version 0.5.3
- change the way to find the mpeg2-headers in configure
  look for pkg-config
  else try /usr/include 
  else try /usr/local/include
- fixed a bug in restart scan after searching for a new logo in online mode
- changed umask for create mark-files
  
Version 0.5.2
- little speedup in blackline-detection 
- change configure to avoid automatic compiling of toolies
- add overlap-detection in online-mode

Version 0.5.1
- fixed a bug in scanRecord (online-mode only)
- add logging-function for backtrace in case of errors

Version 0.5.0
- some code-cleanups
- add Parameter --markfile to set a different markfile-name 
- do logo redetection if no logo found after 12 minutes (Sea of Love, Kabel 1, 6.6.04)
- fixed a bug in cSVDRPC::ReadCompleteReply()
- fixed a bug in checkBlackFrameOnMark (Nuhr vom Feinsten, ProSieben, 28.06.04)
- improvement of ac3-detection
- introducing online-mode
- fixed a bug in scanRecord (04.11.04)

Version 0.4.2:
- default nice-level changed to 19
- fixed a bug in checkBlackFrameOnMark
- fixed a bug in checkMarkPair
- ignore last line in detectBlackLines (bottom)
- fixed a bug in ac3 detection
- added some helper-scripts from Andreas Lenz (noad_scripts.zip, see README inside zip-file)


Version 0.4.1:
- Fehlerbereinigung configure.ac 
- start als Hintergrundprozess verbessert
- pid-file zur Vermeidung von Doppelaufrufen eingefï¿½hrt
- Schrittweite für ac3-scan verringert
- setzen von fehlerhaften Marken in checkBlacklineOnmark bereinigt
- einige Script-Verbesserungen nach einem patch von Thomas Günther
- Zusammenfassung der Versionen 0.3.2b und 0.4.0
- add switch "nelonen" based on a patch from Esa Loukkola
- add english readme

Version 0.4.0:
- overlap-detection
- ac3 detection
- scripte allnewnoad/noadifnew prüfen jetzt auf vorhandene marks.vdr
- stat2html überarbeitet
- OSD-Message
- priority änderbar

Version 0.3.4:
- Verwendung von Automake/Autoconf ==> configure
- Erkennung von vertikal verschobenen Logos
- Priority-Level einstellbar per Parameter
- Statistik-Format erweitert

Version 0.3.3:
- Kommentare zu den Marken in der marks.vdr
- Erkennung von Wiederholungen vor/nach der Werbung
- OSD-Nachrichten für Start und Ende von noad
- Logo-Speicherung defaultmrässig abgeschaltet
- Versions-Nummer abrufbar

Version 0.3.1:
- Änderungen für libmpeg 0.3.2 pre-Release
- Bereinigung div. Compiler-Warnings
- Ausgabe div. Statistikwerte
- script zum bearbeiteten aller noch nicht bearbeiteten Aufnahmen (allnewnoad)
- script zum löschen aller gespeicherten logos (clearlogos)
