
0.9.0: (2003-06-07)
        - patch from Louis-Michel Gelinas for fr translation & locale fixes.
        - removed decode_stop on a STATE_INVALID, seen by Tomi Ollila.
        - found a few more strings that needed translation.
	- finished --pipe command, inspired by gello.
	- fixed lack of fseeko, noticed by Tomi Ollilia.
	- cleaned up %lld into OFF_T_FORMAT for proper non-largefile support.
	- added load/save of .GOPchop rc file
	- made orphaned B-frame dropping a configurable option
	- updated documentation
	- doubling indexing maximum (unsigned)
	- added cache writing (need reading next!)
	- correction from Scott Smith, I was decoding sec/picture wrong!

0.8: (2003-04-13)
        - sped up writes (1 GOP per write instead of 1 packet per write).
        - attempting to put GNU gettext support back in.
        - ported to libmpeg2 0.3.1 (and moved libvo internal).

0.7: (2003-02-16)
        - applied patch from Tony Brummett to display GOP number
          when errors are seen.
        - continuing to improve "mpegcat".
        - got side-tracked with a utility to display SPU contents.
        - assume DVD audio is "private stream 1" instead of reporting errors.
        - added "ignore errors" check box.

0.6: (2002-05-31)
	- wrote "mpegcat" as a tool to help with new parser
        - added non-functional mplayer-control for playback
        - cleaned up documentation a bit

0.5: (2002-01-30)
	- 80 column docs!
	- starting to build more detailed preferences
	- force first GOP of a write to be closed (no: this isn't safe)
	- found PES packet type parsing bug
	- hide error box on a close
	- found silly mmap boundry bug with PES packet parser

0.4: (2002-01-21)
	- corrected GOP timecode information and status bits
	- made the "Offset" and "Bytes" columns mean something on the Info
          window.
	- trying to fix up the configure script to link against libvo when
	  SDL needs pthread support.
	- spit out errors as the come in to stderr.
	- abort with super-garbage files.
	- keep errors visible after a GOP load failure.
	- documentation updated.
	- squashed bug in splicer's packet counter.  Eek.
	- added GOP closing!  This fixes the damned checker-board-at-splices
          problem.

0.3: (2002-01-16)
	- fixed up the configure.in and .h's with the help of Bram Stolk
	- removed intl and po directories since I don't understand them
		and they're just getting in my and everyone else's way.
	
0.2: (2001-11-28)
	- clean ups and adjustments for latest mpeg2dec CVS
	- documentation updates

0.1: initial version
