summaryrefslogtreecommitdiff
path: root/libdvbmpeg
AgeCommit message (Collapse)Author
2008-03-12FreeBSD compatibility (#435)schmirl
Modified Files: Makefile common.h libdvbmpeg/ctools.c server/connectionVTP.c tools/socket.c
2007-09-21fixes for some new warnings from gcc 4.3.0schmirl
- array subscript is above array bounds (real bug - might overwrite other var) - deprecated conversion from string constant to 'char*' - suggest explicit braces to avoid ambiguous 'else' Thanks to Petri Hintukainen (#354) Modified Files: common.c libdvbmpeg/cpptools.cc libdvbmpeg/remux.c
2007-03-19Silence warnings caused by implicit casts between uint8_t and char.schmirl
In most places casting was easy to avoid as the variables have been casted forth and back between both data types. Anyway - the affected functions are never used by streamdev.
2005-02-08- transferlordjaxom
2004-12-30Initial revisionlordjaxom