home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / LINUX / gopchop-1.1.7.tar.tar / gopchop-1.1.7.tar / gopchop-1.1.7 / ChangeLog < prev    next >
Text File  |  2005-05-02  |  8KB  |  184 lines

  1. 1.1.7: (2005-05-02)
  2.     - added --version option
  3.     - fixed typos in preferences handling
  4.     - fixed crash on close
  5.     - created stubbed "make check" tests/ directory
  6.     - added tooltips to the preferences
  7.     - display GOP number in Info window
  8.     - added experimental MPEG1 support from Brent Baccala
  9.     - generalized pref window settings
  10.     - added "ignore program end code" based on patch from Brent Baccala
  11.     - forced sequence injection during playback for MPEG1 sanity
  12.     - updated man pages slightly
  13.  
  14. 1.1.6: (2005-04-30)
  15.     - modified patch from Tiziano Cappellari and Igor Baldachini to optionally
  16.       force a prepended system header.
  17.     - modified patch from Tiziano Cappellari and Igor Baldachini to optionally
  18.       drop trailing packs that have system headers.
  19.     - compilation patches from Eric Jorgensen and Barry Roberts.
  20.     - NetBSD off_t patch from Thomas Klausner.
  21.  
  22. 1.1.5: (2005-04-30)
  23.     - improved gopchop.desktop
  24.     - added debian menu file
  25.     - fixed compile regression in new display code
  26.  
  27. 1.1.4: (2005-04-30)
  28.     - suse patch from Rainer Lay
  29.     - changed scroll wheel usage to try and fix file select windows - schmidtw
  30.     - changed the menus & menu items to be more "standard" where
  31.       possible - schmidtw
  32.     - added XML based load/save using libxml for editing sessions - schmidtw
  33.     - added text enterable gop selector box - schmidtw
  34.     - added view menu to control GOP Info window & in the future the video 
  35.       window - schmidtw
  36.     - changed the menu items to be more descriptive - schmidtw
  37.     - fixed details need to read other MPEG2 PES packets
  38.     - locale clean-ups
  39.     - Xv display is now aspect-correct
  40.     - TODO reorganized - bryce
  41.  
  42. 1.1.3: (2004-03-14)
  43.     - minor correction to gtkspu manpage source - JRH
  44.     - add in Debian packaging related files - JRH
  45.     - #define "or" syntax fix - JRH
  46.     - close-window will exit the app - schmidtw
  47.     - RPM and pixmap packing updates - schmidtw
  48.     - desktop application icon & entry - schmidtw
  49.     - added initial scroll-wheel support suggested by JRH
  50.     - scroll wheel improvements from JRH
  51.  
  52. 1.1.2: (2004-02-29)
  53.     - show two digits in gtkspu's update report
  54.     - GOPchop.spec built from configure script now
  55.     - added gopchop manpage from John R. Hogerhuis
  56.     - changed program name to "gopchop" instead of "GOPchop"
  57.     - added mpegcat manpage from John R. Hogerhuis
  58.     - added gtkspu manpage from John R. Hogerhuis
  59.     - updated configure.ac to use AM instead of AC for PROG_LIBTOOL
  60.     - removed "needs write access" restriction
  61.     - added option tag to turn on/off timestamp adjustment
  62.     - added timestamp calculation function
  63.     - removing redundant frame type strings, consolidating markers
  64.  
  65. 1.1.1: (2004-02-10)
  66.     - the decoder window repaints!
  67.     - throw in a sequence error to fully flush frame decoding
  68.     - lots of STATE_ debugging is "on" right now
  69.     - calling "mpeg2_flush_picture" to dump ALL gop frames
  70.     - (needed) if a show_GOP happens and isn't preceeded by the original
  71.           prior GOP, issue an mpeg2_reset first
  72.     - fixing XShmMem for remote displays that have it but can't use it
  73.     - added --show-states to make it quiet by default
  74.     - made "mpeg2_flush_picture" optional
  75.  
  76. 1.1.0: (2004-02-08)
  77.     - starting development branch 1.1.0
  78.     - updated glade config to use glade-2 project files
  79.     - updated GtkText objects to GtkTextView
  80.     - updating GtkCList objects to GtkTreeView
  81.     - update main GtkTreeView to handle drag/drop
  82.     - update main GtkTreeView to handle delete
  83.     - renamed "Info" window to "GOP Info"
  84.  
  85. 1.0.0: (2004-02-03)
  86.     - releasing "stable" branch 1.0.0
  87.  
  88. 0.9.3: (2004-02-02)
  89.     - fixed the botched "make install"
  90.     - added xshm patch from Simon Truss
  91.  
  92. 0.9.2: (2004-02-01)
  93.     - added "clip count" to the window
  94.     - a few more features and bugs documented
  95.     - fixed incorrect sequence header decoding in mpegcat
  96.     - added sequence header parsing and visibility (per GOP)
  97.     - report number of GOPs to "wrote" report
  98.     - showing default halves of GOP flags
  99.     - fixed beginning-to-end wrap when pressing "prev" bug
  100.     - merged mplayer 8-bit dither patch into libvo
  101.     - pulled file-buffer code out of mpegcat and into separate files
  102.     - gtkspu can display an arbitrarily sized screen area
  103.     - making gtkspu much smarter by scanning for valid SPUs
  104.     - migrated to libmpeg2 0.4.0
  105.     - disable "end mark" if start mark is before current GOP
  106.     - allow "start mark" to be toggled back off
  107.     - if video output init fails, don't kill the program
  108.     - include paths fixed to pass "make distcheck"
  109.  
  110. 0.9.1: (2003-08-18)
  111.     - whoops, forgot to update mpegcat for the sec/pic decode bug.
  112.     - segfault fix in gtkspu
  113.     - stomping out possible segfaults due to weird results from
  114.           libmpeg2
  115.     - adding "run speed" idea from Tom Pfeifer
  116.     - found another signed/unsigned test
  117.  
  118. 0.9.0: (2003-06-07)
  119.     - patch from Louis-Michel Gelinas for fr translation & locale fixes.
  120.     - removed decode_stop on a STATE_INVALID, seen by Tomi Ollila.
  121.     - found a few more strings that needed translation.
  122.     - finished --pipe command, inspired by gello.
  123.     - fixed lack of fseeko, noticed by Tomi Ollilia.
  124.     - cleaned up %lld into OFF_T_FORMAT for proper non-largefile support.
  125.     - added load/save of .GOPchop rc file
  126.     - made orphaned B-frame dropping a configurable option
  127.     - updated documentation
  128.     - doubling indexing maximum (unsigned)
  129.     - added cache writing (need reading next!)
  130.     - correction from Scott Smith, I was decoding sec/picture wrong!
  131.  
  132. 0.8: (2003-04-13)
  133.     - sped up writes (1 GOP per write instead of 1 packet per write).
  134.     - attempting to put GNU gettext support back in.
  135.     - ported to libmpeg2 0.3.1 (and moved libvo internal).
  136.  
  137. 0.7: (2003-02-16)
  138.     - applied patch from Tony Brummett to display GOP number
  139.       when errors are seen.
  140.     - continuing to improve "mpegcat".
  141.     - got side-tracked with a utility to display SPU contents.
  142.     - assume DVD audio is "private stream 1" instead of reporting errors.
  143.     - added "ignore errors" check box.
  144.  
  145. 0.6: (2002-05-31)
  146.     - wrote "mpegcat" as a tool to help with new parser
  147.     - added non-functional mplayer-control for playback
  148.     - cleaned up documentation a bit
  149.  
  150. 0.5: (2002-01-30)
  151.     - 80 column docs!
  152.     - starting to build more detailed preferences
  153.     - force first GOP of a write to be closed (no: this isn't safe)
  154.     - found PES packet type parsing bug
  155.     - hide error box on a close
  156.     - found silly mmap boundry bug with PES packet parser
  157.  
  158. 0.4: (2002-01-21)
  159.     - corrected GOP timecode information and status bits
  160.     - made the "Offset" and "Bytes" columns mean something on the Info
  161.       window.
  162.     - trying to fix up the configure script to link against libvo when
  163.       SDL needs pthread support.
  164.     - spit out errors as the come in to stderr.
  165.     - abort with super-garbage files.
  166.     - keep errors visible after a GOP load failure.
  167.     - documentation updated.
  168.     - squashed bug in splicer's packet counter.  Eek.
  169.     - added GOP closing!  This fixes the damned checker-board-at-splices
  170.       problem.
  171.  
  172. 0.3: (2002-01-16)
  173.     - fixed up the configure.in and .h's with the help of Bram Stolk
  174.     - removed intl and po directories since I don't understand them
  175.       and they're just getting in my and everyone else's way.
  176.     
  177. 0.2: (2001-11-28)
  178.     - clean ups and adjustments for latest mpeg2dec CVS
  179.     - documentation updates
  180.  
  181. 0.1: initial version
  182.  
  183. /* vi:set ai ts=4 sw=4 expandtab: */
  184.