- 28 Mar, 2011 8 commits
-
-
Jean-Paul Saman authored
Assert if p_decoder->p_current_section is not NULL.
-
Jean-Paul Saman authored
Do not make an exception for dvbpsi tables debugging.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Change prototype of dvbpsi_PushPacket() to return bool iso void
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Do not check continuity counter when this PID has not been seen before. This used to produce false positives.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 25 Mar, 2011 1 commit
-
-
Jean-Paul Saman authored
SCTE 35 2004 section 7.2 describes the following Splice Commands: - 0x00 splice_null - 0x04 splice_schedule - 0x05 splice_insert - 0x06 time_signal - 0x07 bandwidth_reservation
-
- 16 Mar, 2011 2 commits
-
-
Jean-Paul Saman authored
Make use p_current->b_syntax_indicator and p_current->b_private_indicator are used as booleans.
-
Jean-Paul Saman authored
-
- 15 Mar, 2011 5 commits
-
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
Jean-Paul Saman authored
-
- 23 Feb, 2011 4 commits
-
-
Jean-Paul Saman authored
The dvbpsi_decoder_t members b_discontinuity and b_complete_header are used as a boolean.
-
Jean-Paul Saman authored
Simplify code by using dvbpsi_HasDecoder().
-
Jean-Paul Saman authored
The function dvbpsi_HasDecoder(dvbpsi_t *handle) returns 'true' when a decoder has been attached to this dvbpsi handle. If the handle is not valid or no decoder is attached, then it will return 'false'.
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
- 16 Feb, 2011 5 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
Jean-Paul Saman authored
The dvbpsi-info tool provides information about the DVB PSI tables in DVB and MPEG-TS streams (or files). It uses libdvbpsi to gather all information and prints it to stdout.
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
- 14 Feb, 2011 3 commits
-
-
Jean-Paul Saman authored
- Introduce bool for things that are used as bools - Indentation
-
Jean-Paul Saman authored
Remove executable bit.
-
Jean-Paul Saman authored
Check mallocs return value.
-
- 10 Feb, 2011 3 commits
-
-
Jean-Paul Saman authored
- Add pointer to dvbpsi_t * to dvbpsi_BuildPSISection() - Make dvbpsi_ValidTOTSection() return a boolean - Make dvbpsi_ValidPSISection() return a boolean
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Less duplicate code.
-
- 07 Feb, 2011 9 commits
-
-
Jean-Paul Saman authored
- dvbpsi_AttachDemux() - dvbpsi_AttachPAT() - dvbpsi_AttachPMT() - dvbpsi_AttachSDT() - dvbpsi-AttachCAT() - dvbpsi-AttachBAT() - dvbpsi-AttachEIT() - dvbpsi-AttachNIT() - dvbpsi-AttachTOT() - dvbpsi-AttachSIS()
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Even when sys/time.h exists the function gettimeofday is not picked up by this configure script. The example/decode_mpeg.c program compiles fine when sys/time.h is present.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The cleanup paths forgot to cleanup the libdvbpsi handles.
-
Jean-Paul Saman authored
The cleanup paths forgot to cleanup the allocated libdvbpsi handles.
-
Jean-Paul Saman authored
The assert fired on the p_dvbpsi->p_private being NULL, while it should have reacted on p_dvbpsi->p_private not being NULL. When the handle to libdvbpsi (holding msg callback) is being deleted NO decoder maybe attached.
-
Jean-Paul Saman authored
Fixed: - bug in discontinuity counter signalling (ignore null packets) - check for TS sync word
-
Jean-Paul Saman authored
The source file had executable permissions which is inappropriate for source code files.
-