Late in 2003 the idea to create a simple DVB library from the code snippets in the test/utility programs was discussed on the linux-dvb mailing list. Hopefully someone will invest some time in this project to turn the idea into reality... Here is an outline of what libdvb2 should be, according to my recollection: (For first hand information search the linux-dvb list archives for "libdvb2".) - C - small: The goal is to make the library usable in *any* DVB project, which is easier if the library sticks to the basics. Advanced stuff can be done in a second library. What exacty "basic" and "advanced" means is subject of discussion, but I want avoid to impose a certain programming model (e.g. multi-threaded vw. event-loop) on users of the library. - a prime target is to establish a standard DVB config and service list format, to make this sharable between different applications - LGPL About the name: There already is a libdvb written by the Metzler Bros., but the main drawback is that it is written in C++ and thus rejected by many projects. Johannes Stezenbach cd4linux.git/about/'>aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/plugins (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2005-03-30[lcd4linux @ 2005-03-30 04:57:50 by reinelt]reinelt3-23/+67
Evaluator speedup: use bsearch for finding functions and variables
2005-03-28[lcd4linux @ 2005-03-28 22:29:23 by reinelt]reinelt1-250/+346
HD44780 multiple displays patch from geronet
2005-03-28[lcd4linux @ 2005-03-28 19:39:14 by reinelt]reinelt9-256/+1147
HD44780/I2C patch from Luis merged (still does not work for me)
2005-03-25[lcd4linux @ 2005-03-25 15:44:43 by reinelt]reinelt1-2/+5
HD44780 Backlight fixed (thanks to geronet)
2005-03-23[lcd4linux @ 2005-03-23 12:23:35 by reinelt]reinelt1-27/+32
fixed some signed/unsigned char mismatches in the Crystalfontz driver (ticket #12)
2005-02-24[lcd4linux @ 2005-02-24 07:07:55 by reinelt]reinelt1-0/+53
ChangeLog
2005-02-24[lcd4linux @ 2005-02-24 07:06:45 by reinelt]reinelt11-28/+347
SimpleLCD driver added
2005-02-24[lcd4linux @ 2005-02-24 06:51:40 by reinelt]reinelt1-4/+5
LCD-Linux driver GOTO_COST corrected
2005-01-30[lcd4linux @ 2005-01-30 06:43:22 by reinelt]reinelt4-69/+95
driver for LCD-Linux finished
2005-01-29[lcd4linux @ 2005-01-29 09:30:56 by reinelt]reinelt1-8/+11
minor HD44780 cleanups
2005-01-22[lcd4linux @ 2005-01-22 22:57:57 by reinelt]reinelt9-47/+382
LCD-Linux driver added
2005-01-22[lcd4linux @ 2005-01-22 12:44:41 by reinelt]reinelt1-3/+6
MatrixOrbital backlight micro-fix
2005-01-18[lcd4linux @ 2005-01-18 06:30:21 by reinelt]reinelt89-261/+603
added (C) to all copyright statements
2005-01-17[lcd4linux @ 2005-01-17 06:38:48 by reinelt]reinelt1-1/+6
info about backlight and brightness
2005-01-17[lcd4linux @ 2005-01-17 06:29:24 by reinelt]reinelt3-33/+85
added software-controlled backlight support to HD44780