commit e4fa9a2b399af3707610741ed7ac25cb11df2d62
Author: Hampa Hug <hampa@hampa.ch>
Date:   2023-09-20 09:32:33 +0200

    Updated for version 0.1.5

commit e41898925ae08de834a2cfd4f2538d7d9844387b
Author: Hampa Hug <hampa@hampa.ch>
Date:   2023-09-18 07:03:47 +0200

    Add make target 'release'

commit d048c48c8ca4c6435a855d57f493bad5f5d670c0
Author: Hampa Hug <hampa@hampa.ch>
Date:   2023-09-16 08:10:51 +0200

    Remove unused file TODO

commit 5f7c8481b99718acbe5217166aac8e7d117704c4
Author: Hampa Hug <hampa@hampa.ch>
Date:   2023-09-16 08:09:27 +0200

    Use 8 character hashes when determining the git version

commit 0ec326a962cc9293c11dd0a8a843364f96476974
Author: Hampa Hug <hampa@hampa.ch>
Date:   2023-09-16 08:03:06 +0200

    Fix a typo

commit 63b0c1f6e77b83b0a864de4dcfa357120c0003a3
Author: Hampa Hug <hampa@hampa.ch>
Date:   2023-09-16 07:59:34 +0200

    Update autoconf to version 2.71

commit 64f3a53de603cb2904ddd818057210b3f4a13988
Author: Hampa Hug <hampa@hampa.ch>
Date:   2023-09-16 07:17:03 +0200

    Rename configure.in to configure.ac

commit 2859b04a6088db1995385191c25aeaddc6658883
Author: Hampa Hug <hampa@hampa.ch>
Date:   2011-08-07 14:17:02 +0200

    Do not remove configure script during "make distclean"
    
    Patch by Santiago Vila.

commit 1e6622f210002671182f3647d86a8f7c576c1705
Author: Hampa Hug <hampa@hampa.ch>
Date:   2011-04-02 19:03:50 +0200

    Remove unused variable 'skip'

commit 93a3505fd41f0ed9c88367690f7678a5e32a9a3f
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-12-21 15:11:04 +0100

    configure: Regenerate with autoconf 2.68

commit 79daf8964bd991433ba2a764d0c3b1c4bedbd327
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-07-29 04:39:47 +0200

    Replace unsigned long long by uint64_t
    
    On systems that don't have inttypes.h uint64_t is defined as
    unsigned long. This will work as long as the streams worked
    on are shorter than 4 GiB.

commit ae97a93714a7957c0261a917ca4cb541919bdb2f
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-07-29 04:39:10 +0200

    Move int type definitions to mpeg_ints.h

commit a62e76bbec287e9c4a326e5a7803853ece181f01
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-07-29 04:37:57 +0200

    Add an extra type cast
    
    This cast to unsigned char should not be necessary, but it silences
    warnings from some older compilers.

commit 1d9214cdd1bc9fc0c5a1a7c73229c4fc88530482
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-07-29 04:37:10 +0200

    Change mpeg_stream_excl() parameters from unsigned char to unsigned int
    
    This patch should have no effect, but it silences warnings from
    some older compilers.

commit 5e7243c2a23a09e8029554cf40e732f4d315c15d
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-07-02 18:28:14 +0200

    Update for version 0.1.4

commit 728b20355125bda8807ae7dd49c603e354b0c4b3
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-07-02 14:01:03 +0200

    Add a make file for DOS
    
    This is a make file for Turbo C / Turbo C++ / Borland C++ for DOS.

commit 38ed3cc761c655ec647935e3c0fde8eac149336e
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-05-31 17:29:53 +0200

    configure: Regenerate with autoconf 2.65

commit db57644308dd23900a27a0e3ee384ccf9ecd257d
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-05-31 17:29:07 +0200

    Add a new command line option parser
    
    The new command line option parser supports combining single
    character options (-ab is equivalent to -a -b).

commit 0bf510b84ac9d40520a4040532fad5d45d3b38d9
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-05-31 17:28:30 +0200

    Use C99 printf format macros for 64 bit integers

commit 79dd582e0ff273945462e9a0a6f0495d9cab23cf
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-05-31 17:28:03 +0200

    Check for inttypes.h and use it if available

commit 139964ca1346dcd740e25f20f0ab90383ae7ce80
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-05-29 07:11:54 +0200

    Support executable file extensions

commit b8d5d78784797351d0a63658ddccf7960835addb
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-05-29 01:14:26 +0200

    Check the return value of fwrite()

commit fc39a250fe0f65666f2bf807073e3ba3670b35df
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-03-15 09:06:13 +0100

    configure: Rebuild with autoconf 2.64

commit bce40579e63c9e42921d4b45692028807ce4233d
Author: Hampa Hug <hampa@hampa.ch>
Date:   2010-03-15 09:05:33 +0100

    configure: Remove "git" from version string

commit 5875734f9366f2b2f2b2f958710bde29fbdce859
Author: Hampa Hug <hampa@hampa.ch>
Date:   2009-07-28 01:11:52 +0200

    New non-recursive build system

commit c26469b77f16278ff555b8841ff391cb552c72e8
Author: Hampa Hug <hampa@hampa.ch>
Date:   2009-02-15 18:28:55 +0000

    Update for version 0.1.3

commit e2b6c39a593068923d0ce188572647985a28863e
Author: Hampa Hug <hampa@hampa.ch>
Date:   2009-02-14 16:09:33 +0000

    Sort the command line options in the man page and help text

commit 7fb4dc9a43f3bcf4dad4b198ead727d6374806fd
Author: Hampa Hug <hampa@hampa.ch>
Date:   2009-02-13 11:47:34 +0000

    Remove obsolete file

commit 7211c8cd6905907a6d3e88506745c5b4e6008d1d
Author: Hampa Hug <hampa@hampa.ch>
Date:   2009-02-13 11:46:24 +0000

    Add "make dist" target

commit 950188be33f9752d24f4613fba9992988250c585
Author: Hampa Hug <hampa@hampa.ch>
Date:   2009-02-12 18:55:23 +0000

    Fix all file header comments
    
    This patch removes all subversion keywords and makes the formatting
    of file header comments more consistent. This is purely cosmetics.

commit a5f89342bee7a22ff3898b96b32920b7dfcde414
Author: Hampa Hug <hampa@hampa.ch>
Date:   2008-12-29 21:42:03 +0000

    Clarify that the -a and -u options apply to all substreams

commit dcf2c23b86bb9d96b275c4f29bef711457199f82
Author: Hampa Hug <hampa@hampa.ch>
Date:   2008-12-29 21:40:50 +0000

    Check the packet size when demuxing (based on patch by Bas Zoetekouw)

commit 4ebc5b981f290de9d19d1c614c1fe336137b5f17
Author: Hampa Hug <hampa@hampa.ch>
Date:   2008-10-24 23:14:44 +0000

    Define _POSIX_C_SOURCE in config.h

commit 9522f059aa7a9afba4f635152909109225692482
Author: Hampa Hug <hampa@hampa.ch>
Date:   2007-12-08 01:26:24 +0000

    Don't strip binaries by default

commit 20062f71ffb2a487e2c1cb1cb667dfd22a1c9ca1
Author: Hampa Hug <hampa@hampa.ch>
Date:   2007-01-02 12:05:00 +0000

    Added new option -K to copy skipped bytes when remuxing.

commit fb880ec9612bbadf51a23cb689c6fb4d1af0e981
Author: Hampa Hug <hampa@hampa.ch>
Date:   2007-01-02 11:40:05 +0000

    Reversed the removal of str_clone() because strdup() is not in
    ISO C.

commit 2fb9d7ffee76ed56cae8d5f06b43bb33d3c96bf9
Author: Hampa Hug <hampa@hampa.ch>
Date:   2007-01-02 11:28:09 +0000

    Changed indentation. This is all cosmetics.

commit 2dc5c163aba68cdedde6ba591c988844f060dde4
Author: Hampa Hug <hampa@hampa.ch>
Date:   2006-11-16 04:56:53 +0000

    Updated.

commit f7d67c718563717d80126cda08ffc4a1fd089ae3
Author: Hampa Hug <hampa@hampa.ch>
Date:   2006-07-15 21:21:24 +0000

    Added autogen.sh script.

commit ffe1f1e1180384bfae0282891e11d82719b175eb
Author: Hampa Hug <hampa@hampa.ch>
Date:   2006-07-15 21:21:08 +0000

    Added new autoconf variable datarootdir.

commit bdffbc0f1e8548d5bf14a94d0e8d0083876ed53b
Author: Hampa Hug <hampa@hampa.ch>
Date:   2006-07-15 21:20:39 +0000

    - Removed useless test for size of long long.
    - Modified info output a bit.

commit ef3fd865da249dda6e9d98674673424042532a3d
Author: Hampa Hug <hampa@hampa.ch>
Date:   2006-07-15 21:19:49 +0000

    Updated.

commit c9584e8388427b21778cebb4cf46a47343dbdf8f
Author: Hampa Hug <hampa@hampa.ch>
Date:   2006-07-15 21:19:16 +0000

    Don't gzip compress man page.

commit 624a19ff83b870403216dd59bce58a2c563dd8cb
Author: Hampa Hug <hampa@hampa.ch>
Date:   2005-04-24 01:06:13 +0000

    - Added new options "-S" and "-P" to remap streams and substreams.
    - Some cleanups.

commit c28104581174807b747bc204079001edaf40628b
Author: Hampa Hug <hampa@hampa.ch>
Date:   2005-03-25 19:05:24 +0000

    Made build process less verbose.

commit b09c8a52fe14fd5ea7a933a6d65de4d8501f1ea5
Author: Hampa Hug <hampa@hampa.ch>
Date:   2005-03-25 19:05:09 +0000

    Fixed a typo.

commit 1d52b5624e045ebf6b52ddbd5269b17599cd8f85
Author: Hampa Hug <hampa@hampa.ch>
Date:   2005-03-25 19:04:27 +0000

    Renamed inclusion guard.

commit 1d3edd60145385273fcea4eea81b8b91960a1674
Author: Hampa Hug <hampa@hampa.ch>
Date:   2005-01-12 02:58:06 +0000

    Removed --verbose option from the man page.

commit 0018c5db6e68a6968b579a0679eb69b04c4d2f9e
Author: Hampa Hug <hampa@hampa.ch>
Date:   2004-10-12 02:43:50 +0000

    - Cleaned up stream selection code.
    - Added new option -m to set a packet size limit.

commit 60376f10b05fa892046433481625884a8b3d76d1
Author: Hampa Hug <hampa@hampa.ch>
Date:   2004-09-19 07:16:57 +0000

    Updated for version 0.1.2.

commit e6682dfa225d300a6aab373631dccf5e8ddbccb7
Author: Hampa Hug <hampa@hampa.ch>
Date:   2004-09-19 07:16:45 +0000

    Changed ULL suffix to (unsigned long long) cast.

commit d82c9b3134226c106234419682ee0c7c7eb684f3
Author: Hampa Hug <hampa@hampa.ch>
Date:   2004-09-19 06:04:27 +0000

    Updated for version 0.1.1.

commit 5c4fb9cdf062207d59dc7c042f386edaf7f91d7f
Author: Hampa Hug <hampa@hampa.ch>
Date:   2004-04-08 18:57:31 +0000

    Added a new command line option (-F, --first-pts) to list
    the packet with the lowest PTS in scan mode.

commit 64259c56ec45f77750fc07314cac13abba91d29f
Author: Hampa Hug <hampa@hampa.ch>
Date:   2004-01-14 11:10:53 +0000

    This is a verbatim copy of the GPL.

commit c1a85197966b620cfcf3db40fbd64ce3373dbd51
Author: Hampa Hug <hampa@hampa.ch>
Date:   2004-01-02 18:20:15 +0000

    Made the transition from CVS to SVN. This is the first subversion
    commit.

commit e38fcfaf638b6d59d5da8d975106a257bfe8ec83
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-12-30 10:54:00 +0000

    Forgot to save.

commit 92b3c9f88680afe6a67f69c6a1584445d9c41dc1
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-12-30 10:52:35 +0000

    Added simple inversion for invalid streams.

commit 5b84ec103969971bb3cbd26a1f4536c9bd207bba
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-10-21 04:41:11 +0000

    Updated version handling.

commit e28ae941d3a249e201c9cf2c595abe6159866b56
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-10-21 04:39:51 +0000

    Forgot to write SPU header if output file was specified with -o instead
    of -b.

commit ce367d4b54da0fe8edd04429145c0ec1663a6307
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-09-10 17:05:00 +0000

    Streams can now be declared invalid.

commit 254d89657a0196fe177bb086cf7b13c39998a9ca
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-08-10 21:56:33 +0000

    Updated for version 0.1.1.

commit 7b90e2ffd871660b3216de9689961a79ac78c954
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-08-10 21:35:13 +0000

    Updated for version 0.1.0.

commit e204e6f0ed873fdbb76c82bf34fabe547421637d
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-08-02 11:11:25 +0000

    Modified text output.

commit 5c7c30eaa564b485cfd8d816bc511f103e689322
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-08-02 11:11:02 +0000

    Increased buffer size to 4KB.

commit d69ceff9f679928e4fc30d5c95e8795591ba0088
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-07-28 06:13:10 +0000

    Added PTS/DTS fields to packet_t.
    
    Overhauled packet parsing.

commit 88b4ee2946a6dd6ce254f752068f9ed1e7972756
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-07-28 06:12:20 +0000

    Only print PTS/DTS if we have them.

commit 30d15991ec29e8e2793936ed70da2062530047f9
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-07-28 06:11:50 +0000

    Print packet type as string.

commit 832673e8f3cc566f1dde2cbfab2743baff4d1eb7
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-07-12 12:21:15 +0000

    Fixed a typo.

commit e92b2cc610333bdcd75d78b97a5d4a6ae0b98c65
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-07-12 12:18:03 +0000

    Updated.

commit 178308ce0eb3ab89d6f7ae870d1eab2030b61900
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-07-12 12:14:59 +0000

    File aclocal.m4 is now longer needed.

commit 89202e7004b507a69c52e6cc4932311875dc9736
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-07-12 12:09:09 +0000

    Substreams can now be demuxed into individual files.

commit 8f263e7afeea3a5948dd4942a98bc484f764f132
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-07-12 11:32:49 +0000

    Removed one byte too many in AC3 streams.

commit 11a04dd3e803d120a766dd8db6729d1d37965362
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-06-07 18:55:47 +0000

    Sequences can now be split while remuxing.

commit 661c35d1dd9bd1c3cabbe65e67bd963fe3e918a4
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-06-07 04:20:14 +0000

    Also list end codes when scanning.

commit 842c968083693adad3660ae62f40bfe8b72ba98f
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-04-09 00:51:03 +0000

    Updated for version 0.0.5.

commit eebb2f22b7f587454ff65cb8a8f79e5af030cc81
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-04-09 00:47:21 +0000

    Updated for version 0.0.4.

commit c13fd7768fb230de09a0ad77b88754d2c351e77a
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-04-08 23:21:11 +0000

    Report all skipped bytes.

commit 7898694387b2682c714d100b961254b8bbd33be6
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-04-08 23:20:59 +0000

    List skipped bytes.

commit 39aa6db308e453ffe840e449376499bcedeb1667
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-04-08 22:03:26 +0000

    Disallow stream ID 0xbb.

commit 9509371697d533bc1da7e5119ca9bed3bcdf9d9c
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-04-08 19:19:30 +0000

    Report incomplete packets and number of end codes.

commit bf201723b20ead98c7f0fabbed93fc448a9da49e
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-04-08 19:01:58 +0000

    Incomplete packets are now dropped by default.
    
    Lots of other small changes.

commit 92858df49f8d2ea26e5fb2656894812c52c578f2
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-04-03 18:09:54 +0000

    Count skipped bytes correctly.

commit 7c585398e324c2c1367e2012afec325e295d986e
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-26 08:23:37 +0000

    Added AC_PREREQ().

commit 7f2c800e1740ec267749a76f62aa192737357373
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-08 21:12:26 +0000

    Flush output in scan mode.

commit 4239f45b079274be38a845d976f69a426fc1f5d5
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-08 08:43:40 +0000

    Compile time is now fixed during configure.

commit e12970b6a771564577337eeb96185a125ca9e83f
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-08 08:23:32 +0000

    Always print statistics when listing or scanning. Removed parameter
    --verbose.

commit cb3c88150c1a9633c69d2c946116a88afcd25658
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-08 08:19:35 +0000

    Remux packs that contain a system header.

commit c88351bbeda498b47e3a557b1f8febc5a12a8e4d
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-08 08:19:17 +0000

    Updated for version 0.0.4.

commit 96d5a34afedd125aaf7a5de7dd591af6020bb7da
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-08 06:50:33 +0000

    Updated for version 0.0.3.

commit b17e7ad21312356ecf2289245ceaceb817d57a93
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-07 08:16:10 +0000

    Massive reshuffling. Fixed a serious stream syntax bug. Changed many
    command line parameters.

commit 0c0aed8be1e7ce3d072ab62254d4cd4c2eec7369
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-07 08:15:26 +0000

    Added new scanning mode.

commit efe1bf2aa5f774748c927cd87f1ef4b0bc203191
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-06 13:37:42 +0000

    Bugfixes.

commit 4ef83418b0fa21d391ba03aa8430778055b124a3
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-06 13:02:01 +0000

    Updated for version 0.0.3.

commit a581dbbc9d69cfd433f6048cb438293aad9170ec
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-06 12:57:26 +0000

    Updated for version 0.0.2.

commit 7741ffba4d139a97933ad908b78a0c9f5cbc99a5
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-06 12:53:53 +0000

    Fixed help text (option -p was used twice).

commit 56257e991d29c2e156466a8834d446795c7ef881
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-06 12:53:35 +0000

    The man page now deserves its name.

commit 209eaf752e7a3718adb5cd7c42c9fb29048889fb
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-06 12:53:08 +0000

    Hacked up a short readme.

commit 21774eac6bd450629438bfbce143b1ba677b3cf3
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-06 12:52:52 +0000

    Fixed email address.

commit d57233235ec6c91dc164e57d12f46d8a3fcf8e64
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-05 13:30:55 +0000

    Fixed help text again.

commit d2dad913f605c7deab31f119bc71d1b5c6e6af9a
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-05 12:21:39 +0000

    Demuxed streams are now written to the output file by default.

commit ce5c145d7eac5b5e0101141d38ff082d8375d397
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-05 12:21:09 +0000

    Fixed help message.

commit 3b38a31f8c4c084e292b5043f8652b76c1259963
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-05 10:35:17 +0000

    Added option --empty-packs. Empty packs are no longer remuxed by default.

commit 20904d21fb503809fde59938e626e2320449f3b0
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-05 07:43:59 +0000

    Can now demux DVD subtitles.

commit afaf33c0d8bb4ae888d30e041bf8ff9fa8782cf0
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-02 11:19:49 +0000

    All files now include config.h. Added large file support.

commit ae0301ff4e6f967f4a36a1dcf721ad5563a39b01
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-03-02 11:19:28 +0000

    Remove substream ID from private streams.

commit 96efd460df1f706946e4ff19e617f0295b5b15f0
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-08 07:11:56 +0000

    Support continuing after an end code.

commit 0822f2ccc8db2a98160f0c5e1448cbb942a3d90f
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-05 03:00:54 +0000

    Optimized the case of aligned bytes.

commit 31c49190fdeef49a78a908b39350233a35b92ed7
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-05 02:48:08 +0000

    mpegd_set_offset() now returns an error. Seeking headers is always forced.

commit 7bac38b90c8831674dad609129034e6520e725ad
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-04 22:16:17 +0000

    A lot of restructuring and redefining.

commit aa5224debe57d855e51e6ce7a71ea97f19ff158f
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-04 17:10:22 +0000

    Massive changes to command line parameters and substream handling.

commit da7b4f47d23b157dc85e942efaa3fb3731901725
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-04 03:25:19 +0000

    Implemented demuxing of AC3 audio streams and substreams.

commit d04bb3983e87016e3a908c819f9607d1899ebacd
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-04 02:48:25 +0000

    Fixed a serious bug in buffer handling.

commit c5418fe837773de62663bf72f7ba91ec6ca88535
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-04 02:48:11 +0000

    Modified --demux parameter. Output file base name is now set separately.

commit 9176930f6cdf626f39181589f1f11ce7e065c556
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-03 20:58:34 +0000

    A lot of fixes for mpeg2.

commit 0144239944a7bc0c0a2a0eff8475d1b99c22a4e6
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-03 16:16:31 +0000

    Added number of skipped bytes to statistics.

commit c207b5b8d8816ad12fc8dbae68701f58ff0122d9
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-02 21:19:50 +0000

    Added man page prototype.

commit 4269e8b70af0ecaa192c887049987fae2310b83c
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-02 21:14:49 +0000

    Added stream statistics to parser.

commit 6fafff6089e1e1eed49162610c18992e609d69ab
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-02 21:14:31 +0000

    Removed unneeded tests for header files.

commit 617115eb98e1d9aa7fcb2445690e5b6261b0795b
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-02 20:34:20 +0000

    Updated for version 0.0.2.

commit 9965dd06a997859c0e5ca03ccf701b72ac4eb55c
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-02 20:31:24 +0000

    Added copyright message.

commit a87134b8bd13f3bbf1fc19a863938ee7379660a3
Author: Hampa Hug <hampa@hampa.ch>
Date:   2003-02-02 20:26:12 +0000

    Initial revision
