⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 数字电视广播系统mpeg-2的ts流的解复用和分析软件
💻
字号:
2003-11-06 Thursday 17:41  sam   * configure.ac, src/Makefile.am:     + Set interface to 3:0:0.     + Set version number to 0.1.4.     + Use the autotools/ directory.   * debian/control:     + Set policy to 3.6.1.0.     + Renamed source package to libdvbpsi3.     + Removed the autotools-dev build dependency.2003-11-06 Thursday 16:20  nitrox . 0x59 (dvb subtitles) descriptor decoder   Work of Tristan Leteurtre <tristan.leteurtre@anevia.com>2003-11-06 Thursday 10:13  sam   * bootstrap: imported libdvdcss's bootstrap file.2003-09-23 Tuesday 13:04  tooney   . Memory leak fix     Courtesy of Johann Hanne <jhml@gmx.net>2003-09-16 Tuesday 18:43  asmax * fixed an unitialiazed pointer (thanks jonny ;)2003-07-30 Wednesday 10:14  sam   * debian/Makefile.am:     + Added debian/compat.     + Removed debian/*.dirs.2003-07-30 Wednesday 10:11  sam   * debian/rules: Don't rely on debian/*.dirs to create directories.2003-07-30 Wednesday 10:06  sam   * debian/control:     + Set policy to 3.6.0. No changes required.     + Set debhelper build-dependency to (>= 4.0) due to debian/compat.     + Renamed source package to libdvbpsi2.   * libdvbpsi.spec:     + Renamed source package to libdvbpsi2.2003-07-30 Wednesday 10:00  sam   * src/Makefile.am: Changed major number.   * configure.ac: Changed package name to libdvbpsi2.2003-07-28 Monday 23:24  gbazin * src/Makefile.am: include demux.h in the dist.2003-07-28 Monday 23:12  gbazin * ALL: bumped version number to 0.1.32003-07-25 Friday 21:08  fenrir  * pmt.c : fixed my last commit.2003-07-25 Friday 20:20  fenrir  * all: fixed segfault with invalid/corrupted psi data.2003-02-02 Sunday 11:47  yves - updated URL again. - macros for redhat. - fixes here and here.2003-01-14 Tuesday 19:51  sam   * ./debian/control: fixed a typo (thanks jorge!).2002-12-13 Friday 13:06  yves corrected few things for sir rpmlint (uploaded in Mandrake).2002-12-13 Friday 09:54  yves update spec file:  - s#Copyright#License#  - include the libtool .la files.  - use macros.  - update URL: tag.2002-12-13 Friday 09:34  massiot Fixed a typo.2002-12-12 Thursday 10:19  jobi   * src/descriptors/*: fixed some typos   * misc/*: added tests on the new descriptors2002-12-11 Wednesday 13:14  jobi   * src/descriptors/*: added a few DVB descriptors decoder and generator     (Stuffing, Bouquet Name, Service Name)2002-12-11 Wednesday 13:04  jobi   * src/demux.*: DVB PSI tables demux, required since one PID channel     may contain different tables.   * src/tables/sdt*: SDT decoder (no generator yet)   * examples/decode_sdt.c: added SDT decoder example2002-12-02 Monday 12:59  sam   * ./bootstrap: automake 1.7 is accepted as well.   * ./bootstrap: we look for glibtoolize if libtoolize isn't present.2002-10-14 Monday 09:23  alexis Package Debian for Woody / Sarge / Sid and not just Sid.2002-10-11 Friday 09:40  sam   * Updated changelogs and package files for the release.2002-10-11 Friday 09:28  sam   * Makefile.am: added bootstrap to the distribution.2002-10-11 Friday 09:19  sam   * bootstrap: we remove generated files before running the autotools, to     make sure we get the latest version.   * bootstrap, Makefile.am: moved the --foreign flag to Makefile.am.   * src/Makefile.am: renamed an unused _SOURCES variable to something     automake will not choke on.   * src/Makefile.am: updated the library version.2002-10-10 Thursday 22:24  massiot Better automake detection.2002-10-10 Thursday 22:08  massiot Really bumped up revision number to 0.1.2 :p.2002-10-10 Thursday 22:07  massiot   * */Makefile.am: reworked automake directories to avoid linking problems     on Mac OS X.   * Bumped up revision number to 0.1.2.2002-10-10 Thursday 09:27  sam   * configure.ac, bootstrap: removed redundant stuff from CVS such as the     Makefile.in files, configure and config.*, and added a bootstrap script     to generate them; renamed configure.in to configure.ac and moved config.h     to . because it's now the recommended practice.2002-10-07 Monday 14:15  sam   * src/dvbpsi.h: removed automatic inclusion of inttypes.h because it was     too platform-dependent and led to lots of cross-compilation problems. Now     the program using libdvbpsi has to make sure it is C99 compliant.2002-06-06 Thursday 21:33  bozo   * ltmain.sh: updated from debian 'sid' version of libtool, should fix the     Mac OS X compilation.2002-06-02 Sunday 23:04  bozo   * configure.in, configure, src/config.h.in, src/dvbpsi.h, misc/gen_crc.c: int types detection. It fixes (or should fix) solaris and mingw port.2002-05-24 Friday 21:58  bozo   * src/tables/pmt.c: fixed the PMT generator which used to add one PSI     section for one ES.2002-05-18 Saturday 12:20  sam   * ALL: ran the auto* tools across the whole mess.2002-05-18 Saturday 12:12  sam   * ./debian/Makefile.am: forgot to update this file. hmpf.2002-05-18 Saturday 11:53  sam   * ./debian/*: updated Debian control files for the 0.1.1 release.2002-05-18 Saturday 11:41  bozo   * .cvsignore: fixed ignore list.2002-05-18 Saturday 11:39  bozo  * ALL: automake rebuild.  * ChangeLog: up to date changelog.  * configure, configure.in: updated version.  * libdvbpsi.spec: updated RPM configuration.  * src/Makefile.am, src/Makefile.in: updated libtool interface.  * misc/Makefile.am, misc/Makefile.in: added test_dr.h into distribution.2002-05-14 Tuesday 21:47  massiot Fix for MacOS X.2002-05-11 Saturday 11:42  bozo   * src/descriptors/dr.h: stupid mistake.2002-05-10 Friday 23:50  bozo   * ALL: doc fixes.2002-05-10 Friday 22:58  bozo   * src/descriptors/dr_09.c: reserved bits set to 1 as specified in ISO.   * src/descriptors/dr.h: new headers.   * src/descriptors/Makefile.am: new descriptors.   * misc/dr.xml, misc/test_dr.c: up to date descriptor definition and     associated generated file.   * src/descriptors/dr_0b.h, src/descriptors/dr_0b.c: MPEG2 "system     clock" descriptor decoder and generator.   * src/descriptors/dr_0c.h, src/descriptors/dr_0c.c: MPEG2 "multiplex     buffer utilization" descriptor decoder and generator.   * src/descriptors/dr_0d.h, src/descriptors/dr_0d.c: MPEG2 "copyright"     descriptor decoder and generator.   * src/descriptors/dr_0e.h, src/descriptors/dr_0e.c: MPEG2 "maximum     bitrate" descriptor decoder and generator.   * src/descriptors/dr_0f.h, src/descriptors/dr_0f.c: MPEG2 "private     data indicator" descriptor decoder and generator. Note: all the MPEG2 descriptors decoders and generators (except for wide range data) have been tested with the "test_dr" program located in the "misc" directory.2002-05-09 Thursday 20:39  bozo   * misc/dr.dtd, misc/dr.xml, misc/dr.xsl, misc/test_dr.h, misc/test_dr.c: more improvement.2002-05-09 Thursday 19:59  bozo   * misc/dr.dtd, misc/dr.xml, misc/dr.xsl, misc/test_dr.h, misc/test_dr.c: modified the way tests are performed (avoid stupid iterations).2002-05-09 Thursday 17:00  bozo   * src/descriptors/dr_02.c:   * src/descriptors/dr_07.c:   * src/descriptors/dr_08.c:   * src/descriptors/dr_09.c:   * src/descriptors/dr_0a.c:   * misc/dr.xml: xml brief description of each descriptor to generate     "misc/test_dr.c".   * misc/dr.xsl: stylesheet used to generate "misc/test_dr.c".   * misc/dr.dtd: DTD against which misc/dr.xml validates.   * misc/test_dr.c: generated file.   * misc/test_dr.h: macros used by misc/test_dr.c.   * src/descriptors/dr.h: gathers all dr_*.h headers.2002-05-08 Wednesday 16:45  bozo   * src/descriptors/dr_08.h: fixed a typo.   * src/descriptors/dr_09.h, src/descriptors/dr_09.c: MPEG2 "conditional     access" descriptor decoder and generator (not tested).   * src/descriptors/dr_0a.h, src/descriptors/dr_0a.c: MPEG2 "ISO 639     language" descriptor decoder and generator (not tested).2002-05-08 Wednesday 15:55  bozo   * src/descriptors/dr_06.h, src/descriptors/dr_06.c: MPEG2 "data     stream alignment" descriptor decoder and generator (not tested).   * src/descriptors/dr_07.h, src/descriptors/dr_07.c: MPEG2 "target     background grid" descriptor decoder and generator (not tested).   * src/descriptors/dr_08.h, src/descriptors/dr_08.c: MPEG2 "video     window" descriptor decoder and generator (not tested).2002-05-08 Wednesday 14:56  bozo   * doc/doxygen.cfg: up to date documentation configuration.   * src/descriptor.c: doesn't copy data if none when creating a     descriptor.   * src/descriptors/dr_02.c, src/descriptors/dr_03.c: generators     optimization.   * src/descriptors/dr_04.h, src/descriptors/dr_04.c: MPEG2 "hierarchy"     descriptor decoder and generator (not tested).   * src/descriptors/dr_05.h, src/descriptors/dr_05.c: MPEG2     "registration" descriptor decoder and generator (not tested).2002-05-08 Wednesday 13:33  bozo   * src/descriptors/dr_02.h, src/descriptors/dr_02.c: fixed a typo and     a little optimization.   * src/descriptors/dr_03.h, src/descriptors/dr_03.c: MPEG2 "audio     stream" descriptor decoder and generator (not tested).2002-05-08 Wednesday 13:11  bozo   * src/descriptors/dr_02.c: removed a warning under solaris.2002-05-08 Wednesday 13:00  bozo   * ALL: added the src/descriptors directory.   * src/descriptor.h, src/descriptor.c: added a p_decoded field to the     dvbpsi_descriptor_s structure and added an 's' to the     dvbpsi_DeleteDescriptors function.   * src/tables/pmt.c: added 's' where needed.   * src/tables/pat.h: typo in the documentation.   * src/descriptors/dr_02.h, src/descriptors/dr_02.c: MPEG2 "video     stream" descriptor decoder and generator (not tested).2002-04-09 Tuesday 00:42  bozo   * libdvbpsi.spec: corrected sources URL.   * Makefile.*: added spec file to the distribution.2002-04-08 Monday 23:01  bozo   * libdvbpsi.spec: corrected URL.2002-04-08 Monday 22:45  bozo   * libdvbpsi.spec: added rpm .spec file.2002-04-03 Wednesday 00:09  bozo   * ChangeLog: updated cgangelog.   * NEWS: updated NEWS.   * debian/Makefile.*: debian Makefiles.2002-04-02 Tuesday 23:41  sam   * ./debian/libdvbpsi0.copyright: fixed download URL.   * ./debian/rules: we now build packages with --enable-release.2002-04-02 Tuesday 23:30  bozo Removed the font from the distribution.2002-04-02 Tuesday 23:28  bozo   - Added debian stuff in the distribution;   - workaround for the generation of decoder.png in the documentation.2002-04-02 Tuesday 22:57  sam   * ./debian/*: Debian package generation files.   * ./examples/Makefile.am: example programs aren't installed by default.   * ./src/Makefile.am: libtool now uses -version-info instead of -release.2002-04-02 Tuesday 17:55  bozo typo.2002-04-02 Tuesday 17:47  bozo Updated INSTALL and README.2002-03-28 Thursday 14:59  bozo Little modification in the API usage page.2002-03-28 Thursday 14:48  bozo Added the font file and some little fixes.2002-03-28 Thursday 12:08  bozo Cool graphs in documentation.2002-03-27 Wednesday 20:13  bozo Documentation files included in "dist" target.2002-03-27 Wednesday 20:02  bozo More powerfull API documentation. Added Some human readable documentation Added a .cvsignore2002-03-25 Monday 23:34  bozo .cvsignore stuff2002-03-25 Monday 21:00  bozo Doxygen documentation.2002-03-18 Monday 23:53  bozo typo.2002-03-18 Monday 12:38  bozo Bug fix in the PMT decoder.2002-03-15 Friday 12:16  bozo C++ compliant headers.2002-01-22 Tuesday 23:28  bozo I forgot to free the arrays.2002-01-22 Tuesday 20:30  bozo   - new generation of PAT and PMT decoders that can receive non-consecutive     section numbers;   - moved tables codecs into "src/tables";   - moved PSI decoder in public files to allow external decoders.2002-01-09 Wednesday 11:22  bozo   - PMT generator;   - example (gen_pmt);   - fixed a non-null pointer in 'descriptor.c';   - cosmetic changes;   - generators review and comments.2002-01-07 Monday 19:35  bozo Cosmetic change in debug messages.2002-01-07 Monday 18:53  bozo Added .cvsignore files.2002-01-07 Monday 18:44  bozo Fix solaris compilation.2002-01-07 Monday 18:30  bozo Initial commit.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -