[mythtv] [mythtv-commits] Ticket #1694: backport DVB-EIT fixes to 0.19 branch

Stephen Williams stephen.gw at gmail.com
Tue Apr 18 22:31:19 UTC 2006


On 4/16/06, MythTV <mythtv at cvs.mythtv.org> wrote:
> #1694: backport DVB-EIT fixes to 0.19 branch
> --------------------------------------------+-------------------------------
>  Reporter:  Janne <janne-mythtv at grunau.be>  |       Owner:  danielk
>      Type:  patch                           |      Status:  new
>  Priority:  minor                           |   Milestone:
> Component:  dvb                             |     Version:
>  Severity:  medium                          |
> --------------------------------------------+-------------------------------
>  Daniel, I'll collect in this ticket fixes from head that should go in the
>  0.19 branch. This are DVB-EIT ones to silence the complaints about taking
>  too much CPU time and crashes.
>
>  1. PESPacket allocator (#1433):
>  The two allocators in pespacket.cpp are bad. 80% of the get_*_block calls
>  have to allocate memory and write addresses into the free_blocks vector.
>  Plain malloc is probably faster.
>  Needed unfortunately three commits for a correct solution ([9238], [9240],
>  [9337]).
>  Patch is the second chunk of svn diff -r 9237:9337
>  libs/libmythtv/mpeg/pespacket.cpp
>
>  2. Cache QTextCodecs (#1420):
>  Just changeset [9220]
>  (http://svn.mythtv.org/trac/changeset/9220?format=diff&new=9220)
>
>  next part is probably #1482. I'll reconsider the issue.
>
> --
> Ticket URL: <http://svn.mythtv.org/trac/ticket/1694>
> MythTV <http://www.mythtv.org/>
> MythTV
> _______________________________________________
> mythtv-commits mailing list
> mythtv-commits at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

Janne,

I'm sure there are quite a few of us out there that would appreciate
it if you could put together a unified patch against the 0.19-fixes
branch. Would be a shame to waste the effort you've already invested
in looking into this, I for one would use/test such a patch.

Stephen


More information about the mythtv-dev mailing list