]> git.sesse.net Git - vlc/commit
dvb/access.c - properly cast memory returned by malloc()
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 10 May 2004 19:57:38 +0000 (19:57 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 10 May 2004 19:57:38 +0000 (19:57 +0000)
commit7bec8db20657e69333a1837e25ac93a3d3a408d1
treea2ebe71a5aba223985990887f2c4585581033ec3
parentbdb8fad04425ff5243cc9165a2c3cef8fa08601c
dvb/access.c - properly cast memory returned by malloc()
             - fix small memory leak on closing of dvb plugin.
dvb/linux-dvb.c - remove astray spaces
                - always empty the event queue before FE_SET_FRONTEND and FrontendCheck().
                  dvbstream does the same for OFDM and QAM.

Summary:
   DVB-C is working (did a few tests)
   DVB-T not tested.
   Using polarization=A doesn't work anymore INVERSION_AUTO is not honered for tuning.
   SEC_VOLTAGE_OFF is missing when using latest code DVB-1.1.7 from http://www.metzlerbros.org/dvb/index.html. While include/linux/dvb/version.h is not updated and still reflects this API version: #define DVB_API_VERSION 3
modules/access/dvb/access.c
modules/access/dvb/linux_dvb.c