- 10 Oct, 2012 1 commit
-
-
Jean-Paul Saman authored
-
- 08 Oct, 2012 1 commit
-
-
Jean-Paul Saman authored
-
- 24 Sep, 2012 7 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Some distros (Ubuntu lucid) have slightly different glibc headers and require sys/types.h to be included explicitly.
-
Jean-Paul Saman authored
This struct was defined in two descriptors.
-
Jean-Paul Saman authored
Found better solution. This reverts commit 3b68bd17.
-
- 18 Sep, 2012 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 17 Sep, 2012 5 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
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 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-