Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 2a781e5f78e233aedaa1e51ed196dcc3 > files > 16

lib64zvbi-devel-0.2.35-5.mga6.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>ZVBI Library: Bug List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">ZVBI Library
   &#160;<span id="projectnumber">0.2.35</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Bug List </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_bug000005"></a>Global <a class="el" href="group__Device.html#ga35992a2ce6a8c9b0c676eb30a52da816">vbi_capture_bktr_new</a>  (const char *dev_name, int scanning, unsigned int *services, int strict, char **errstr, vbi_bool trace)</dt>
<dd>You must enable continuous video capturing to read VBI data from the bktr driver, using an RGB video format, and the VBI device must be opened before video capturing starts (METEORCAPTUR). </dd>
<dt><a class="anchor" id="_bug000006"></a>Global <a class="el" href="group__Device.html#ga7460e4ad5963e9b901aa4eea108ad24c">vbi_capture_dvb_last_pts</a>  (const <a class="el" href="structvbi__capture.html">vbi_capture</a> *cap)</dt>
<dd>The read functions should return the PTS along with the capture timestamp. </dd>
<dt><a class="anchor" id="_bug000007"></a>Global <a class="el" href="group__Device.html#gaf211fb350558cde9ce0905f614283769">vbi_capture_dvb_new</a>  (char *dev, int scanning, unsigned int *services, int strict, char **errstr, vbi_bool trace) _vbi_deprecated</dt>
<dd>This function ignores the scanning, services and strict parameter. The read method of this DVB capture context returns -1 on timeout instead of 0. It returns 0 when a single read() does not complete a frame, regardless if the timeout expired. (Decoding resumes with the next call.) Older versions pass select or read EINTR errors back to the caller. They may return partial frames when VBI data of one frame is distributed across multiple PES packets. They will not return VPS, CC, or WSS data and can malfunction or segfault given unusual PES streams. On error and select timeout older versions invariably print a warning on stderr.  </dd>
<dt><a class="anchor" id="_bug000004"></a>Global <a class="el" href="structvbi__char.html#a50872bfac2d3d8a36a82453c03b0cf6e">vbi_char::unicode</a>  </dt>
<dd>Some Teletext character sets contain complementary Latin characters. For example the Greek capital letters Alpha and Beta are re-used as Latin capital letter A and B, while a separate code exists for Latin capital letter C. libzvbi will not analyse the page contents, so Greek A and B are always translated to Greek Alpha and Beta, C to Latin C, even if they appear in a pure Latin character word.  </dd>
<dt><a class="anchor" id="_bug000002"></a>Global <a class="el" href="group__DVBDemux.html#ga4ba8fc52a6c73e780e92f35899e84e67">vbi_dvb_demux_cor</a>  (vbi_dvb_demux *dx, <a class="el" href="structvbi__sliced.html" title="This structure holds one scan line of sliced vbi data. ">vbi_sliced</a> *sliced, unsigned int sliced_lines, int64_t *pts, const uint8_t **buffer, unsigned int *buffer_left)</dt>
<dd>Demultiplexing of raw VBI data is not supported yet, raw data will be discarded. </dd>
<dt><a class="anchor" id="_bug000003"></a>Global <a class="el" href="group__DVBDemux.html#ga8f9c94782bb25d042180d98fd2b00f67">vbi_dvb_demux_feed</a>  (vbi_dvb_demux *dx, const uint8_t *buffer, unsigned int buffer_size)</dt>
<dd>Demultiplexing of raw VBI data is not supported yet, raw data will be discarded. </dd>
<dt><a class="anchor" id="_bug000013"></a>Global <a class="el" href="group__PFCDemux.html#ga92c46d220a81ab6a01a81a864406e690">vbi_pfc_demux_cb</a>  (vbi_pfc_demux *dx, void *user_data, const <a class="el" href="structvbi__pfc__block.html" title="One block of data returned by vbi_pfc_demux_cb(). ">vbi_pfc_block</a> *block)</dt>
<dd><a class="el" href="group__PFCDemux.html#gaa4b895cf6895630a82608b3225c6412c">vbi_pfc_demux_feed()</a> returns the <em>user_data</em> pointer as second parameter the <em>block</em> pointer as third parameter, but prior to version 0.2.26 this function incorrectly defined <em>block</em> as second and <em>user_data</em> as third parameter.  </dd>
<dt><a class="anchor" id="_bug000008"></a>Global <a class="el" href="group__ProgramID.html#gae29384d60da1db037cc029bd97fcdd5d">vbi_pil_lto_to_time</a>  (vbi_pil pil, time_t start, int seconds_east)</dt>
<dd>This function is not thread safe. That is a limitation of the C library which permits the conversion of a broken-down time in an arbitrary time zone only by setting the TZ environment variable. The function may also fail to restore the value of TZ if insufficient memory is available.  </dd>
<dt><a class="anchor" id="_bug000011"></a>Global <a class="el" href="group__ProgramID.html#gaa366a729fc2d72127baf3991e91a3f31">vbi_pil_lto_validity_window</a>  (time_t *begin, time_t *end, vbi_pil pil, time_t start, int seconds_east)</dt>
<dd>This function is not thread safe. That is a limitation of the C library which permits the conversion of a broken-down time in an arbitrary time zone only by setting the TZ environment variable. The function may also fail to restore the value of TZ if insufficient memory is available.  </dd>
<dt><a class="anchor" id="_bug000009"></a>Global <a class="el" href="group__ProgramID.html#gaf4a0271a359ada115e66bcd0612bd184">vbi_pil_to_time</a>  (vbi_pil pil, time_t start, const char *tz)</dt>
<dd>This function is not thread safe unless <em>tz</em> is <code>NULL</code>. That is a limitation of the C library which permits the conversion of a broken-down time in an arbitrary time zone only by setting the TZ environment variable. The function may also fail to restore the value of TZ if insufficient memory is available.  </dd>
<dt><a class="anchor" id="_bug000012"></a>Global <a class="el" href="group__ProgramID.html#gac256d7e11100b73967b68cd90d578b0e">vbi_pil_validity_window</a>  (time_t *begin, time_t *end, vbi_pil pil, time_t start, const char *tz)</dt>
<dd>This function is not thread safe unless <em>tz</em> is <code>NULL</code>. That is a limitation of the C library which permits the conversion of a broken-down time in an arbitrary time zone only by setting the TZ environment variable. The function may also fail to restore the value of TZ if insufficient memory is available.  </dd>
<dt><a class="anchor" id="_bug000010"></a>Global <a class="el" href="group__ProgramID.html#ga494bfcc0863e5cc9cbe8f9e213096ad1">vbi_pty_validity_window</a>  (time_t *begin, time_t *end, time_t time, const char *tz)</dt>
<dd>This function is not thread safe unless <em>tz</em> is <code>NULL</code>. That is a limitation of the C library which permits the conversion of a broken-down time in an arbitrary time zone only by setting the TZ environment variable. The function may also fail to restore the value of TZ if insufficient memory is available. </dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>