comparison Changelog @ 23510:a6c619ee9d30

Teletext support for tv:// (v4l and v4l2 only) modified patch from Otvos Attila oattila at chello dot hu Module uses zvbi library for all low-level VBI operations (like I/O with vbi device, converting vbi pages into usefull vbi_page stuctures, rendering them into RGB32 images). All teletext related stuff (except properties, slave commands and rendering osd in text mode or RGB32 rendered teletext pages in spu mode) is implemented in tvi_vbi.c New properties: teletext_page - switching between pages teletext_mode - switch between on/off/opaque/transparent modes teletext_format - (currently read-only) allows to get format info (black/white,gray,text) teletext_half_page - trivial zooming (displaying top/bottom half of teletext page) New slave commands: teletext_add_dec - user interface for jumping to any page by editing page number interactively teletext_go_link - goes though links, specified on current page
author voroshil
date Sun, 10 Jun 2007 00:06:12 +0000
parents 059d7c379fb3
children 21c28c2645fe
comparison
equal deleted inserted replaced
23509:53d57a0ebe13 23510:a6c619ee9d30
49 * fix AAC-LATM over RTSP 49 * fix AAC-LATM over RTSP
50 * support AMR over RTSP 50 * support AMR over RTSP
51 * support H.264 over RTSP 51 * support H.264 over RTSP
52 * "device" and "adevice" suboptions now works for *BSD BT848 tv driver too 52 * "device" and "adevice" suboptions now works for *BSD BT848 tv driver too
53 * dvdnav:// now depends on mplayer's fork of libdvdnav 53 * dvdnav:// now depends on mplayer's fork of libdvdnav
54 * Teletext support for tv:// (v4l and v4l2 only)
54 55
55 FFmpeg/libavcodec: 56 FFmpeg/libavcodec:
56 * Intel Music coder audio decoder 57 * Intel Music coder audio decoder
57 * Fraps v2/v4 video decoder 58 * Fraps v2/v4 video decoder
58 * H.264 decoding speedup 59 * H.264 decoding speedup