1.0.0: (2004-02-03) - releasing "stable" branch 1.0.0 0.9.3: (2004-02-02) - fixed the botched "make install" - added xshm patch from Simon Truss 0.9.2: (2004-02-01) - added "clip count" to the window - a few more features and bugs documented - fixed incorrect sequence header decoding in mpegcat - added sequence header parsing and visibility (per GOP) - report number of GOPs to "wrote" report - showing default halves of GOP flags - fixed beginning-to-end wrap when pressing "prev" bug - merged mplayer 8-bit dither patch into libvo - pulled file-buffer code out of mpegcat and into separate files - gtkspu can display an arbitrarily sized screen area - making gtkspu much smarter by scanning for valid SPUs - migrated to libmpeg2 0.4.0 - disable "end mark" if start mark is before current GOP - allow "start mark" to be toggled back off - if video output init fails, don't kill the program - include paths fixed to pass "make distcheck" 0.9.1: (2003-08-18) - whoops, forgot to update mpegcat for the sec/pic decode bug. - segfault fix in gtkspu - stomping out possible segfaults due to weird results from libmpeg2 - adding "run speed" idea from Tom Pfeifer - found another signed/unsigned test 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