- 20 Jan, 2011 1 commit
-
-
Jean-Paul Saman authored
Follow up of commit id: 1f223e37 Use a message callback of dvbpsi_h instead of printf. The decoder table functions all use a decoder_t. In dvbpsi.h a decoder_t * is typedefed as dvbpsi_h. Table encoder (or generators) do not use a dvbpsi_h handle. The DVBPSI_{ERROR,DEBUG} have been disabled in these functions for now. The descriptors will be done in another commit.
-
- 14 Jan, 2011 3 commits
-
-
Jean-Paul Saman authored
Libdvbpsi used printf and fprintf to return debug and error information to the caller. This bypasses any logging mechanism the calling application uses and does not take multi-threaded applications into account. The unifying of messages (error, debug or warning) allows a calling application to filter (message level: -1, 0, 1 or 2) and handle the messages in its own way.
-
Jean-Paul Saman authored
- add --std=gnu99 - add -D_GNU_SOURCE - remove DEBUG define in preparation of message callback.
-
Jean-Paul Saman authored
-
- 03 Jan, 2011 19 commits
-
-
Jean-Paul Saman authored
Update documentation information and fix structure somewhat.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Raise warnings to error level and break compilation.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Replace unsigned int i; for(i = 0; ...) with for(unsigned int i=; ...)
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Fixed compiler warning in function TSHandle(), which passed a 'const uint8_t *' into dvbpsi_PushPacket() that expected a 'uint8_t *'.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Zlu Zu authored
Original patch was modified by Jean-Paul Saman <jpsaman@videolan.org> - changed license to LGPLv2.1 - general cleanup - fixed memleaks - add missing prototypes to bat_private.h - add static to functions in example/decode_bat.c
-
Jean-Paul Saman authored
Update license information
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
All original authors and contributors have been contacted and asked the question: "Do you agree with relicensing libdvbpsi under the LGPLv2.1 ?". All original authors contributors and responded positively to this request as summurized in this commit log: Authors and committers GPLv2 -> LGPLv2.1 License change ================================================================================ Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> Yes Johan Bilien <jobi@via.ecp.fr> Yes Johann Hanne <jhml@gmx.net> Yes Andrew John Hughes <gnu_andrew@member.fsf.org> Yes Tristan Leteurtre <tristan.leteurtre@anevia.com> Yes Damien Lucas <damien.lucas@anevia.com> Yes Viktor Luzin <vl@msp.ru> Yes Christophe Massiot <massiot@via.ecp.fr> Yes Jiri Pinkava <jiri.pinkava@vscht.cz> Yes Jean-Paul Saman <jpsaman@videolan.org> Yes Gildas Bazin <gbazin@videolan.org> Yes Derk-Jan Hartman <thedj@videolan.org> Yes Sam Hocevar <sam@videolan.org> Yes Sigmund Augdal <dnumgis@videolan.org> Yes Laurent Aimar <fenrir@videolan.org> Yes
-
Jean-Paul Saman authored
From SCTE 35 (2004) specification.
-
Jean-Paul Saman authored
From SCTE 35 2004 specification
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 01 Jan, 2011 1 commit
-
-
Jean-Paul Saman authored
-
- 02 May, 2010 1 commit
-
-
Christophe Mutricy authored
Take it from your distro if you need it
-
- 23 Apr, 2010 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- added libdvbpsi.spec.in - generate libdvbpsi.spec from configure
-
- 13 Apr, 2010 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Christophe Massiot authored
-
- 14 Feb, 2010 1 commit
-
-
Ramiro Polla authored
-
- 12 Feb, 2010 1 commit
-
-
Jean-Paul Saman authored
-
- 13 Jan, 2010 1 commit
-
-
Jean-Paul Saman authored
-
- 07 Jan, 2010 4 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 18 Nov, 2009 1 commit
-
-
Marian Durkovic authored
-
- 20 Oct, 2009 1 commit
-
-
Christophe Massiot authored
-
- 17 Sep, 2009 1 commit
-
-
Christophe Mutricy authored
-