summaryrefslogtreecommitdiff
path: root/fontosd-iso8859-2.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2004-11-21 18:00:00 +0100
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2004-11-21 18:00:00 +0100
commit630ba21dc198e3fbf8c15c59f7ea852f7174c476 (patch)
treee22596d33f241fb414204c962c004c605a838a1b /fontosd-iso8859-2.c
parent23ed5a5ed3824b01cbf66699ff0b34f72ddb9826 (diff)
downloadvdr-patch-lnbsharing-630ba21dc198e3fbf8c15c59f7ea852f7174c476.tar.gz
vdr-patch-lnbsharing-630ba21dc198e3fbf8c15c59f7ea852f7174c476.tar.bz2
Version 1.3.17vdr-1.3.17
- Fixed cRemux::ScanVideoPacket() to make sure it doesn't access memory beyond the end of the given buffer, which has caused some unjustified "unknown picture type errors" (thanks to Marco Schlüßler). - Fixed a possible crash when pausing live video and the recording was unable to start, maybe because there was no lock on the device (thanks to Andreas Brugger for reporting this one). - Fixed some characters in the iso8859-2 font file (thanks to Dino Ravnic). - Fixed some errors in the Croatian language texts (thanks to Dino Ravnic). - Fixed a possible recursion in cControl::Shutdown() (thanks to Sascha Volkenandt). - Now setting the VPID before the APID in live mode to avoid unnecessary overhead in the firmware (thanks to Werner Fink). - Now checking available OSD memory at runtime (thanks to Oliver Endriss). - Fixed some typos in the Makefile's 'font' target (thanks to Olaf Titz). - Fixed handling childTid in cThread to avoid possible race conditions (thanks to Stefan Huelswitt for pointing this out). - Fixed toggling the "Day" item in the "Timers" menu, so that it selects the right day of week for timers in the future. - Some improvements to cPoller (thanks to Marco Schlüßler).
Diffstat (limited to 'fontosd-iso8859-2.c')
-rw-r--r--fontosd-iso8859-2.c112
1 files changed, 56 insertions, 56 deletions
diff --git a/fontosd-iso8859-2.c b/fontosd-iso8859-2.c
index bf9c0fb..4b68e4e 100644
--- a/fontosd-iso8859-2.c
+++ b/fontosd-iso8859-2.c
@@ -4992,34 +4992,34 @@ cFont::tPixelData FontOsd_iso8859_2[][29] = {
0x00000000, // ...............
},
{ // 198 iso8859-2
- 12, 27,
- 0x00000000, // ............
- 0x00000000, // ............
- 0x00000000, // ............
- 0x00000000, // ............
- 0x00000000, // ............
- 0x00000000, // ............
- 0x00000030, // .......**...
- 0x00000060, // ......**....
- 0x000000C0, // .....**.....
- 0x00000000, // ............
- 0x000001F0, // ....*****...
- 0x000007F8, // ..********..
- 0x0000061C, // ..**....***.
- 0x00000C0C, // .**......**.
- 0x00000C00, // .**.........
- 0x00000C00, // .**.........
- 0x00000C00, // .**.........
- 0x00000C00, // .**.........
- 0x00000C0C, // .**......**.
- 0x0000061C, // ..**....***.
- 0x000007F8, // ..********..
- 0x000001F0, // ....*****...
- 0x00000000, // ............
- 0x00000000, // ............
- 0x00000000, // ............
- 0x00000000, // ............
- 0x00000000, // ............
+ 17, 27,
+ 0x000000E0, // ..........***....
+ 0x000000C0, // ..........**.....
+ 0x00000180, // .........**......
+ 0x00000300, // ........**.......
+ 0x00000000, // .................
+ 0x00000FC0, // ......******.....
+ 0x00003FE0, // ....*********....
+ 0x00007070, // ...***.....***...
+ 0x0000E038, // ..***.......***..
+ 0x0000C018, // ..**.........**..
+ 0x0000C000, // ..**.............
+ 0x00018000, // .**..............
+ 0x00018000, // .**..............
+ 0x00018000, // .**..............
+ 0x00018000, // .**..............
+ 0x00018000, // .**..............
+ 0x00018018, // .**..........**..
+ 0x0000C018, // ..**.........**..
+ 0x0000E018, // ..***........**..
+ 0x00007030, // ...***......**...
+ 0x00007FF0, // ...***********...
+ 0x00001FC0, // .....*******.....
+ 0x00000000, // .................
+ 0x00000000, // .................
+ 0x00000000, // .................
+ 0x00000000, // .................
+ 0x00000000, // .................
},
{ // 199
17, 27,
@@ -5952,34 +5952,34 @@ cFont::tPixelData FontOsd_iso8859_2[][29] = {
0x00000000, // .............
},
{ // 230 iso8859-2
- 17, 27,
- 0x000000E0, // ..........***....
- 0x000000C0, // ..........**.....
- 0x00000180, // .........**......
- 0x00000300, // ........**.......
- 0x00000000, // .................
- 0x00000FC0, // ......******.....
- 0x00003FE0, // ....*********....
- 0x00007070, // ...***.....***...
- 0x0000E038, // ..***.......***..
- 0x0000C018, // ..**.........**..
- 0x0000C000, // ..**.............
- 0x00018000, // .**..............
- 0x00018000, // .**..............
- 0x00018000, // .**..............
- 0x00018000, // .**..............
- 0x00018000, // .**..............
- 0x00018018, // .**..........**..
- 0x0000C018, // ..**.........**..
- 0x0000E018, // ..***........**..
- 0x00007030, // ...***......**...
- 0x00007FF0, // ...***********...
- 0x00001FC0, // .....*******.....
- 0x00000000, // .................
- 0x00000000, // .................
- 0x00000000, // .................
- 0x00000000, // .................
- 0x00000000, // .................
+ 12, 27,
+ 0x00000000, // ............
+ 0x00000000, // ............
+ 0x00000000, // ............
+ 0x00000000, // ............
+ 0x00000000, // ............
+ 0x00000000, // ............
+ 0x00000030, // .......**...
+ 0x00000060, // ......**....
+ 0x000000C0, // .....**.....
+ 0x00000000, // ............
+ 0x000001F0, // ....*****...
+ 0x000007F8, // ..********..
+ 0x0000061C, // ..**....***.
+ 0x00000C0C, // .**......**.
+ 0x00000C00, // .**.........
+ 0x00000C00, // .**.........
+ 0x00000C00, // .**.........
+ 0x00000C00, // .**.........
+ 0x00000C0C, // .**......**.
+ 0x0000061C, // ..**....***.
+ 0x000007F8, // ..********..
+ 0x000001F0, // ....*****...
+ 0x00000000, // ............
+ 0x00000000, // ............
+ 0x00000000, // ............
+ 0x00000000, // ............
+ 0x00000000, // ............
},
{ // 231
12, 27,