<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/post/deinterlace/tvtime.h, branch 1.2.1</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>Trim trailing space &amp; reduce space+tab.</title>
<updated>2009-11-30T21:37:30+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2009-11-30T21:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=140ffc62a23b22f84656ae768cfe719658aedbc2'/>
<id>140ffc62a23b22f84656ae768cfe719658aedbc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>configurable parameter for tvtime pulldown sync sensitivity</title>
<updated>2009-01-03T04:00:31+00:00</updated>
<author>
<name>Jason Tackaberry</name>
<email>tack@urandom.ca</email>
</author>
<published>2009-01-03T04:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=f654b11f2176d71c3c0971d9a87b749225eb229c'/>
<id>f654b11f2176d71c3c0971d9a87b749225eb229c</id>
<content type='text'>
Currently, once the tvtime plugin has locked onto a telecine pattern, it
will wait PULLDOWN_ERROR_WAIT (a hardcoded #defined value) number of frames
before switching to filmmode.

This sensitivity is excessively high (i.e. the value is too low) for certain
content -- the kind of content that was shot on film but edited in video
mode, so telecine patterns are constantly breaking (examples like Buffy,
Simpsons and Family Guy are especially egregious offenders).

The attached patch turns this constant into a modifiable post plugin
parameter called pulldown_error_wait.

Xine helpfully emits a XINE_EVENT_POST_TVTIME_FILMMODE_CHANGE event when
film mode changes (a patch I submitted some years back).  With the attached
patch, a front-end can monitor the frequency of these events, and
dynamically adjust pulldown_error_wait in a sensible way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, once the tvtime plugin has locked onto a telecine pattern, it
will wait PULLDOWN_ERROR_WAIT (a hardcoded #defined value) number of frames
before switching to filmmode.

This sensitivity is excessively high (i.e. the value is too low) for certain
content -- the kind of content that was shot on film but edited in video
mode, so telecine patterns are constantly breaking (examples like Buffy,
Simpsons and Family Guy are especially egregious offenders).

The attached patch turns this constant into a modifiable post plugin
parameter called pulldown_error_wait.

Xine helpfully emits a XINE_EVENT_POST_TVTIME_FILMMODE_CHANGE event when
film mode changes (a patch I submitted some years back).  With the attached
patch, a front-end can monitor the frequency of these events, and
dynamically adjust pulldown_error_wait in a sensible way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update FSF address on non-contributed code and COPYING files.</title>
<updated>2007-11-09T17:11:05+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-11-09T17:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c8f3cd1faf678b64920ad62f1275b03aae0157a7'/>
<id>c8f3cd1faf678b64920ad62f1275b03aae0157a7</id>
<content type='text'>
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
</pre>
</div>
</content>
</entry>
<entry>
<title>more merging with tvtime - no functional changes (i hope)</title>
<updated>2005-05-15T02:41:03+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2005-05-15T02:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2b254f08178d0467671260bea7820afd1f726738'/>
<id>2b254f08178d0467671260bea7820afd1f726738</id>
<content type='text'>
CVS patchset: 7544
CVS date: 2005/05/15 02:41:03

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 7544
CVS date: 2005/05/15 02:41:03

</pre>
</div>
</content>
</entry>
<entry>
<title>tvtime deinterlacing algorithms assumed top_field_first=1</title>
<updated>2004-04-09T02:57:05+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2004-04-09T02:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=575527352ef6ca07f7f752838ccccf2f0171314c'/>
<id>575527352ef6ca07f7f752838ccccf2f0171314c</id>
<content type='text'>
top_field_first=0 (aka bottom_field_first) should now work as expected

CVS patchset: 6356
CVS date: 2004/04/09 02:57:05

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
top_field_first=0 (aka bottom_field_first) should now work as expected

CVS patchset: 6356
CVS date: 2004/04/09 02:57:05

</pre>
</div>
</content>
</entry>
<entry>
<title>Use inttypes.h or stdint.h as appropriate.</title>
<updated>2003-09-24T06:46:43+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2003-09-24T06:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a8c1408ff4d5cd298ea7f3fbf3a1ce5e81729090'/>
<id>a8c1408ff4d5cd298ea7f3fbf3a1ce5e81729090</id>
<content type='text'>
CVS patchset: 5411
CVS date: 2003/09/24 06:46:43

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 5411
CVS date: 2003/09/24 06:46:43

</pre>
</div>
</content>
</entry>
<entry>
<title>new deinterlacer plugin based on tvtime</title>
<updated>2003-06-13T01:48:09+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2003-06-13T01:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d349cabadd8f4b3530a9ae7049faa3f11387eab8'/>
<id>d349cabadd8f4b3530a9ae7049faa3f11387eab8</id>
<content type='text'>
(please report if compilation breaks on non-x86 plataform)
see xine-devel for more information

CVS patchset: 5032
CVS date: 2003/06/13 01:48:09

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(please report if compilation breaks on non-x86 plataform)
see xine-devel for more information

CVS patchset: 5032
CVS date: 2003/06/13 01:48:09

</pre>
</div>
</content>
</entry>
</feed>
