- 14 Dec, 2011 1 commit
-
-
Sašo Kiselkov authored
-
- 09 Nov, 2011 1 commit
-
-
- 04 Nov, 2011 3 commits
-
-
Brad authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org> (cherry picked from commit 67bdf95c)
-
Sašo Kiselkov authored
algorithm didn't take the event_name_length and text_length fields into consideration when calculating memcpy offsets for the text field.
-
-
- 03 Nov, 2011 3 commits
-
-
Jean-Paul Saman authored
(cherry picked from commit 74845e2a)
-
Jean-Paul Saman authored
Fix regression introduced by commit-id: d565a849. (cherry picked from commit 4bd7cd7c) Conflicts: src/dvbpsi.h
-
Jean-Paul Saman authored
(cherry picked from commit 35f3240c)
-
- 13 Oct, 2011 1 commit
-
-
Sašo Kiselkov authored
-
- 01 Sep, 2011 2 commits
-
-
Jean-Paul Saman authored
Squashed commit 53be8f into this one. (cherry picked from commit 53be8f3b)
-
Jean-Paul Saman authored
(cherry picked from commit 870c2f7d76e3a9c34dd54c75947496181eb727bf)
-
- 28 Aug, 2011 1 commit
-
-
Jean-Paul Saman authored
(cherry picked from commit 5e384da0)
-
- 25 Aug, 2011 5 commits
-
-
Jean-Paul Saman authored
(cherry picked from commit 18ddb2a5)
-
Jean-Paul Saman authored
(cherry picked from commit 9e027628)
-
Jean-Paul Saman authored
(cherry picked from commit 49b35a96)
-
Andry Wolk authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Andry Wolk authored
Libtool did not make DLL when building under MSYS. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
- 24 Aug, 2011 1 commit
-
-
Jean-Paul Saman authored
(cherry picked from commit 0a40ad27)
-
- 09 May, 2011 1 commit
-
-
Brad Smith authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 05 May, 2011 1 commit
-
-
Jean-Paul Saman authored
-
- 04 May, 2011 1 commit
-
-
Jean-Paul Saman authored
Using --enable-debug makes libdvbpsi too verbose. Instead use RPM_BUILD_OPTS="-g -gdb3" rpmbuld -ta libdvbpsi-0.2.0.tar.gz to generate a bujld with more debugging information.
-
- 21 Apr, 2011 1 commit
-
-
Jean-Paul Saman authored
- Added --libdir=%{_libdir} to configure - Added --enable-debug to compile with debug symbols
-
- 06 Apr, 2011 1 commit
-
-
Jean-Paul Saman authored
Packagers and application developers should anticipate the following changes for libdvbpsi version 1.0.0: - removal of struct dvbpsi_handle - new struct dvbpsi_t (iso dvbpsi_handle) - structure size changes, decoders share common members - removal of printfs in libdvbpsi code - adding message callback for error, warning and debugging messages The API changes are needed to remove printfs from the library and to make the libdvbpsi API more consistent.
-
- 25 Mar, 2011 1 commit
-
-
Jean-Paul Saman authored
-
- 16 Mar, 2011 2 commits
-
-
Jean-Paul Saman authored
-
Ilkka Ollakka authored
-
- 03 Jan, 2011 14 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
-