<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/input, branch 1.1.14</title>
<subtitle>xine-lib git mirror
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/'/>
<entry>
<title>Ask the input plugin which demuxer to use.</title>
<updated>2008-06-20T01:25:34+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-06-20T01:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e8d0ebf629763d195cdc6675f952f479bcedb6c7'/>
<id>e8d0ebf629763d195cdc6675f952f479bcedb6c7</id>
<content type='text'>
This overrides the normal content/extension detection, but can be overridden
by the user.

This is an input plugin API extension; ABI is unchanged.
The version is not bumped (we can't bump it due to 1.2).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This overrides the normal content/extension detection, but can be overridden
by the user.

This is an input plugin API extension; ABI is unchanged.
The version is not bumped (we can't bump it due to 1.2).
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow input plugins to report MIME types as optional data. Implement for http.</title>
<updated>2008-06-20T01:25:33+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-06-20T01:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7325d78ee8eee3d62ad3cc408a1058db0c59bb42'/>
<id>7325d78ee8eee3d62ad3cc408a1058db0c59bb42</id>
<content type='text'>
This is an input plugin API extension; ABI is unchanged.
The version is not bumped (we can't bump it due to 1.2).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an input plugin API extension; ABI is unchanged.
The version is not bumped (we can't bump it due to 1.2).
</pre>
</div>
</content>
</entry>
<entry>
<title>Swap positions of "auto" and "old" in the v4l TV standards list.</title>
<updated>2008-06-19T02:00:43+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-06-19T02:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=048c41a4661a6fffc5a4842390902493eea82168'/>
<id>048c41a4661a6fffc5a4842390902493eea82168</id>
<content type='text'>
"Old" is still the default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Old" is still the default.
</pre>
</div>
</content>
</entry>
<entry>
<title>input_dvb: Recognise new audio and video stream formats</title>
<updated>2008-06-18T16:57:06+00:00</updated>
<author>
<name>Simon Farnsworth</name>
<email>simon.farnsworth@onelan.co.uk</email>
</author>
<published>2008-06-18T16:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f24e088471a94dd37adf342c7634c468157e70ba'/>
<id>f24e088471a94dd37adf342c7634c468157e70ba</id>
<content type='text'>
Update input_dvb's PMT parser to match demux_ts's list of stream types.

This is a stop-gap approach, to avoid doing major rewrites to input_dvb.
Ideally, we'd fix the limitations in demux_ts that the comment above
input_dvb's PMT parser alludes to, and just parse all the streams in the PMT
to demux_ts.

In the meantime, this enables use of input_dvb with things like Finnish DVB-T
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update input_dvb's PMT parser to match demux_ts's list of stream types.

This is a stop-gap approach, to avoid doing major rewrites to input_dvb.
Ideally, we'd fix the limitations in demux_ts that the comment above
input_dvb's PMT parser alludes to, and just parse all the streams in the PMT
to demux_ts.

In the meantime, this enables use of input_dvb with things like Finnish DVB-T
</pre>
</div>
</content>
</entry>
<entry>
<title>input_dvb: Allow automatic detection of DVB parameters</title>
<updated>2008-06-18T15:46:51+00:00</updated>
<author>
<name>Simon Farnsworth</name>
<email>simon.farnsworth@onelan.co.uk</email>
</author>
<published>2008-06-18T15:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fd26e45a60a7a7268910046e2f42d0344326f5f0'/>
<id>fd26e45a60a7a7268910046e2f42d0344326f5f0</id>
<content type='text'>
We've experienced glitches where the NIT does not match the transmission
parameters, and bugs in the kernel where the values we read back from the
frontend don't match the transmission.

To get round this, we've changed scan to store BANDWIDTH_AUTO and equivalents
in the channels.conf file. Update input_dvb to cope with automatic detection
of all frontend parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We've experienced glitches where the NIT does not match the transmission
parameters, and bugs in the kernel where the values we read back from the
frontend don't match the transmission.

To get round this, we've changed scan to store BANDWIDTH_AUTO and equivalents
in the channels.conf file. Update input_dvb to cope with automatic detection
of all frontend parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>input_v4l: Set video format</title>
<updated>2008-06-17T12:27:47+00:00</updated>
<author>
<name>Simon Farnsworth</name>
<email>simon.farnsworth@onelan.co.uk</email>
</author>
<published>2008-06-17T12:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d9ab0b0076c483ebc3971f4e159e55de242cc3cc'/>
<id>d9ab0b0076c483ebc3971f4e159e55de242cc3cc</id>
<content type='text'>
Allow the user to manually configure their tuner to AUTO, PAL, SECAM or NTSC
as appropriate. OLD is allowed (but not documented); it's the default value,
and gives you the same behaviour as you would get before this option was
implemented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow the user to manually configure their tuner to AUTO, PAL, SECAM or NTSC
as appropriate. OLD is allowed (but not documented); it's the default value,
and gives you the same behaviour as you would get before this option was
implemented.
</pre>
</div>
</content>
</entry>
<entry>
<title>input_dvb: Allow the user to configure the location of the channels.conf filename</title>
<updated>2008-06-17T12:00:04+00:00</updated>
<author>
<name>Simon Farnsworth</name>
<email>simon.farnsworth@onelan.co.uk</email>
</author>
<published>2008-06-17T12:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=904233454d25c6eef564676a6446a22d5970bb4f'/>
<id>904233454d25c6eef564676a6446a22d5970bb4f</id>
<content type='text'>
We don't have a "normal" Linux directory layout, and thus prefer to keep
channels.conf in an unusual place. Provide a configuration option to tell Xine
where to find channels.conf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't have a "normal" Linux directory layout, and thus prefer to keep
channels.conf in an unusual place. Provide a configuration option to tell Xine
where to find channels.conf
</pre>
</div>
</content>
</entry>
<entry>
<title>input_dvb: Allow the user to configure the DVB GUI off.</title>
<updated>2008-06-16T16:35:28+00:00</updated>
<author>
<name>Simon Farnsworth</name>
<email>simon.farnsworth@onelan.co.uk</email>
</author>
<published>2008-06-16T16:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=859bf9631b2d1599c86131f71198e15647c7fa3b'/>
<id>859bf9631b2d1599c86131f71198e15647c7fa3b</id>
<content type='text'>
When using Xine in a kiosk-type application, the DVB GUI presents messages
onscreen that confuse the user; because there's no keyboard and mouse, there's
no way to actually do anything useful with the GUI.

Provide a configuration option to turn off the GUI

--HG--
extra : transplant_source : c%F4%13I%97%3F%11%E8s%CCc%15%9F%AF%97%D7%13D%FC%AB
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using Xine in a kiosk-type application, the DVB GUI presents messages
onscreen that confuse the user; because there's no keyboard and mouse, there's
no way to actually do anything useful with the GUI.

Provide a configuration option to turn off the GUI

--HG--
extra : transplant_source : c%F4%13I%97%3F%11%E8s%CCc%15%9F%AF%97%D7%13D%FC%AB
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge.</title>
<updated>2008-06-14T23:42:02+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-06-14T23:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a160c9eb759c921ebc2aa4f6b0464482857061d9'/>
<id>a160c9eb759c921ebc2aa4f6b0464482857061d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove nbc_check_buffers calls; mark it &amp; the low-water mark fns as deprecated.</title>
<updated>2008-06-14T23:14:40+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-06-14T23:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=53926f54e4dcf163afd397ed937c8b542535ee0b'/>
<id>53926f54e4dcf163afd397ed937c8b542535ee0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
