- 16 Nov, 2011 9 commits
-
-
Jean-Paul Saman authored
If the capture thread finishes first, then empty the capture fifo before exiting the application. The previous logic would just stop the processing thread when the capture thread has ended. This resulted in dvbinfo skipping the rest of the capture file and give an incomplete result as summary.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Add some more comments and do not skip printing of content for NULL packets.
-
Jean-Paul Saman authored
The callback function requires a pointer to dvbpsi_bat_t be passed that will be freed by the receiving application. Make sure there is a clean startup point when attaching the subdecoders,
-
Jean-Paul Saman authored
-
Marc Olzheim authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Marc Olzheim authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Marc Olzheim authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
-
- 14 Nov, 2011 1 commit
-
-
Jean-Paul Saman authored
- add index - add section on develop setup - add section on packaging
-
- 10 Nov, 2011 4 commits
-
-
Jean-Paul Saman authored
Add a description on howto translate the old API into the new (update) API.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
This reverts commit 4a9fb815.
-
- 05 Sep, 2011 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 25 Aug, 2011 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
(cherry picked from commit 9e027628) Conflicts: src/Makefile.am
-
Andry Wolk authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl> (cherry picked from commit 9ecad71f) Conflicts: src/Makefile.am
-
Andry Wolk authored
Libtool did not make DLL when building under MSYS. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl> (cherry picked from commit 3f8a2b7c) (cherry picked from commit e3cbc9d3)
-
- 24 Aug, 2011 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 24 Jun, 2011 17 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Do not print CRC32 for TDT table and make a distinction between the two tables.
-
Jean-Paul Saman authored
TDT carries no CRC_32, thus exclude it from validating CRC_32.
-
Jean-Paul Saman authored
Mention full table names for TDT/TOT.
-
Jean-Paul Saman authored
Give more information in the error message for aiding further analysis of the encountered error.
-
Jean-Paul Saman authored
Add an option to dump the input (file, network stream) to disk for later analysis.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Return NULL when allocation of new PSI sections fail. The function will not return incomplete BAT PSI sections, but will return NULL instead.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Return NULL on failure of building an entire PAT.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Check if it is really the CRC32 that is wrong or if it is another issue.
-