[MPlayer-dev-eng] [PATCH] TV teletext

Ötvös Attila oattila at chello.hu
Mon Mar 26 23:07:43 CEST 2007


2007. március 25. 14.46 dátummal Vladimir Voroshilov ezt írta:
Hi Vladimir Voroshilov!

New function:
- Update clock in header

- Add single dec digit to page number
command: vbi_add_dec '0'..'9' or '-'

example:
KP0 vbi_add_dec 0
KP1 vbi_add_dec 1
...
KP9 vbi_add_dec 9
BS vbi_add_dec -

- Use teletext links
command: vbi_go_link <link number>
0: go tpage in tv parameters
1..6: go teletext links

example:
KP0 vbi_go_link 0
KP1 vbi_go_link 1
...
KP6 vbi_go_link 6

> What things were done (i have attached patchws, which should be
> applied after your's).
> 1. process_page is splitted into
> "process_page" (preparing page for drawing) and
> "update_page" (checking pages in buffer and deciding whether page is
> needed update or not)
> 2. removed page_decoded, act_pgno, act_subno (no longer needed)
> 3. simplified steppage. libzvbi already has vbi_bcd2dec and
> vbi_dec2bcd routines for
> convertin page number from hex into decimal and vice versa.

Thanks, your patch.
I modify: clear cache in mp_vbi_reset() (switch tv channel)

> Thereis some strange behaviour in opaque bw/gray mode (white color is
> not white, movie colors can be seen through white pixels).
> See screenshot at
> http://doors.univer.omsk.su/~voroshil/downloads/MPL2.png
Now, draw_alpha() modify only Y planes in display. My color spu patch modify 
all planes. I hope get feedback some time...

> What about swapping 'W' and 'Q' keys?
I swapping 'W' and 'Q'.

> Also "make" after "./configure --disable-teletext" gives me "undefined
> references" errors.
I repaired.

Best regard!
Attila
-------------- next part --------------
A non-text attachment was scrubbed...
Name: teletext-docs.patch
Type: text/x-diff
Size: 932 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20070326/4c465bda/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: teletext.patch
Type: text/x-diff
Size: 66724 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20070326/4c465bda/attachment-0001.patch>


More information about the MPlayer-dev-eng mailing list