- 17 Sep, 2012 1 commit
-
-
Jean-Paul Saman authored
Make sure these definitions do not interact with each other.
-
- 14 Sep, 2012 1 commit
-
-
Jean-Paul Saman authored
-
- 06 Sep, 2012 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 04 Sep, 2012 1 commit
-
-
Jean-Paul Saman authored
When p->i_number == p_section->i_number AND p_prev == NULL, then the function will crash with a segmentation fault. In this case the first element in the linked list is going to be replaced. The pointer p_prev does not point to a valid sections, since p is the first element in the list. To solve this case it needs to be treated seperate.
-
- 31 Aug, 2012 7 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Roberto Corno authored
Added dr_4f.{c,h} to src/descriptors/dr.h and src/Makefile.am. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
Various fixes: - add boundary check for p_decoded->i_references - fix comments
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 22 Aug, 2012 9 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Duplicating p_descriptor->p_decoded which has just been newly create is wrong. The pointer is empty. What should have been done is duplicating the pointer p_decoded which is passed to the generator function for the descriptor.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Decode AAC Audio descriptor 0x7c and identify profile, level and type.
-
- 20 Aug, 2012 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 15 Aug, 2012 4 commits
-
-
Jean-Paul Saman authored
The test on line 348 was wrong. It should test for p->p_next to exist instead of testing for it being NULL.
-
Jean-Paul Saman authored
Inserting a new PSI section did not take into account that the previous pointer could be none existing. It was equal to the start of the list, which resulted in a loop. (Fixes commit: 57c6cd63)
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 13 Aug, 2012 1 commit
-
-
Jean-Paul Saman authored
The member p_decoder->ap_sections[256] is replaced by p_decoder->p_sections. This is a pointer to a linked list, which makes the dvbpsi_decoder_section_chain() function obsolete.
-
- 09 Aug, 2012 7 commits
-
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Roberto Corno authored
The dvbpsi_bat_sections_decode method parsing index was wrongly incremented dvbpsi_AddSectionBAT method did not correctly check for memory allocation. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 17 Jul, 2012 1 commit
-
-
Jean-Paul Saman authored
-
- 04 Jul, 2012 1 commit
-
-
Jean-Paul Saman authored
The function arguments and its order have changed during cleaning up. This breaks the old API and a rename of functions was needed to properly mark the older API as deprecated.
-