Commit Graph

13 Commits

Author SHA1 Message Date
Stefan Seyfried
8231b7f0db update ca.h to currently used interface 2014-02-28 18:55:42 +01:00
Stefan Seyfried
3ed147cab7 add set_threadname function 2013-10-05 22:01:57 +02:00
Stefan Seyfried
7c46077051 deuglify library build
* build intermediate libraries for each subdirectory
* link those libs in main directory instead of single objects
* ugly hack in configure.ac to disable dynamic lib for now
2012-12-01 13:29:27 +01:00
Stefan Seyfried
75d4d5021b lt_debug: add HAL_* constants to allow renaming 2012-11-16 23:20:27 +01:00
Stefan Seyfried
8a6f1dea9d add hardware_caps header
First version of a "hardware capabilites information" struct.
This is intended to help clean up the mess in the neutrino GUI.
Surely needs some more work and ongoing changes
2012-09-15 11:49:51 +02:00
Stefan Seyfried
3396316b8c ca.h: add dummy functions to sync up with libcoolstream
libcoolstream has added the functions SendCAPMT(), GetCAIDS() and
SetTSClock(). Add stubs to get compatibility.
2012-07-29 13:06:21 +02:00
Stefan Seyfried
84ee47fd7f correctly declare AVSYNC_TYPE 2012-07-28 22:51:29 +02:00
Stefan Seyfried
47941bd849 create common proc_tools
proc_put, proc_get and proc_get_hex are used in many files.
Avoid duplication by moving them to common/proc_tools.c.
Convert azbox's cVideo to use proc_tools.h
2012-06-24 12:26:03 +02:00
Stefan Seyfried
c50c2888ce move dummy cCA implementation to commmon/ directory 2012-06-18 11:13:33 +02:00
Stefan Seyfried
639b538a99 debug: enable printf format checking for lt_debug 2012-02-25 13:04:11 +01:00
Stefan Seyfried
e87418f43c spark: convert the input thread to use lt_debug 2012-02-12 20:49:13 +01:00
Stefan Seyfried
6c29c65cd7 debug: rename from TRIPLE_DEBUG to HAL_DEBUG
the old variable is still usable as a fallback
2012-02-12 20:34:12 +01:00
Stefan Seyfried
08c393bddf move lt_debug to common/ subdirectory 2012-02-11 14:53:26 +01:00