Next | Query returned 42 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2014-04-17 14:28:56 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 1.2.0:

Changes between 1.1.2 and 1.2.0:
--------------------------------

 * Rename define  DVDPSI_GetContentCategoryFromType() to \ 
DVBPSI_GetContentCategoryFromType()
   - the prefix said DVD, should have been DVB instead
 * Added new descriptors:
   - 0xa1 Service location
   - 0x4c Time shifted service
   - 0x53 CA system id
   - 0x81 AC3 audio
   - 0x86 Caption service
 * Fixed Coverity Scan issues
   - out-of-bound writes
   - null pointer dereferences
   - resource leaks
   - check return values
   2013-11-13 20:44:58 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.1.2:

Changes between 1.1.1 and 1.1.2:
--------------------------------

 * Various bugfixes for ATSC PSI tables
 * dvbpsi_packet_push() bugfix
 * Various bugfixes for dvbinfo
 * Ignore invalid program pids (pid=0) inside PAT table (closes vlc ticket #9695)
   2013-10-05 10:29:38 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 1.1.1:

Changes between 1.1.0 and 1.1.1:
--------------------------------

 * Various bugfixes (documentation, dvbinfo)
 * Check TDT and TOT in dvbpsi_CheckPSISection() both have b_syntax_indicator \ 
set to '0'.
 * Allow SDT with table_id 0x46
   2013-04-28 01:06:19 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
One more warning to ignore for Clang.
   2013-04-23 15:22:22 by Thomas Klausner | Files touched by this commit (4)
Log message:
Add comment to patch-src_descriptors_dr__7c.c (accepted upstream).
Add portability fix for example from upstream, instead of not building it
(thanks, Jean-Paul Saman <jpsaman@videolan.org>).

No change to binary package, so no PKGREVISION bump.
   2013-04-23 11:02:27 by Thomas Klausner | Files touched by this commit (5)
Log message:
Update to 1.1.0. Bump ABI depends due to shlib major bump; but no packages use
this version yet.

Changes between 1.0.0 and 1.1.0:
--------------------------------

 * Remove deprecated APIs and bump library version.
 * Corrected use of dvbpsi_ValidPSISection() to not use b_syntax_indicator as check,
   the function tries to always check the CRC32 of the given PSI section. Take care
   to only use the function for PSI sections that have a CRC32 field. Use the \ 
function
   dvbpsi_has_CRC32() for this purpose.
 * Remove workaround for checking CRC32 in TOT PSI table.
 * Add function dvbpsi_CalculateCRC32() to calculate a CRC32 on the payload.
 * Fix offset for description parsing in tables;
   - CAT
   - BAT
   - TOT
   - NIT
 * New descriptor:
   - 0x54 content descriptor
 * EIT: add NVOD event detection.
   2013-02-26 12:27:28 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Don't bail out on questionable constant compares. Add explicit () around ?:.
   2013-01-21 15:41:27 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
Update to 1.0.0:

Changes between 0.2.2 and 1.0.0:
--------------------------------

 * new example application dvbinfo: use 'dvbinfo -h' for more information on \ 
commandline options
 * misc examples: fixes to gen_pat, gen_pmt
 * updated documentation (new api howto)
 * add log callback (remove fprintf's)
 * make API more consistent, see doxygen "howto-new-api" section for \ 
converting your code:
   - introduces dvbpsi_t typedef
   - removed dvbpsi_handle
   - changed argument order
   - changed table functions prototypes
 * EIT table generation, and decoding fixes
 * RST table decoding and generation
 * new descriptor 0x40, 0x41, 0x49, 0x4a, 0x4b, 0x4f, 0x50 and 0x7c (decoder and \ 
generators)
 * descriptor 0x03: added variable_rate_audio_indicator
 * new descriptor (ATSC): 0x13, 0x14, 0x62, 0x66, 0x73, 0x83 decoders
 * ATSC tables EIT, ETT, MGT, STT and VCT decoders
   2012-12-25 22:16:24 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Add socket libs on Solaris.
   2012-10-08 11:21:16 by Aleksej Saushev | Files touched by this commit (161)
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Next | Query returned 42 messages, browsing 11 to 20 | Previous