- 29 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 28 Oct, 2012 3 commits
-
-
Martin Storsjö authored
Mainly clean up the RTP statistics code, plus a few other obviously misindentend lines. Remove some useless comments, de-doxygenize some comments, add spacing around operators and fix a typo. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
The muxer already rejects unsupported pixel formats, reject also unsupported codecs to prevent dangerous misuses.
-
Luca Barbato authored
-
- 27 Oct, 2012 11 commits
-
-
Mans Rullgard authored
This changes the event_cmp() function to the correct signature, avoiding an ugly cast. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Indexing across array boundaries is not allowed by C99. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Subtracting a (positive) value from the address of an array violates C99 section 6.5.6: If both the pointer operand and the result point to elements of the same array object, or one past the last element of the array object, the evaluation shall not produce an overflow; otherwise, the behavior is undefined. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Subtracting a (positive) value from the address of an array violates C99 section 6.5.6: If both the pointer operand and the result point to elements of the same array object, or one past the last element of the array object, the evaluation shall not produce an overflow; otherwise, the behavior is undefined. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Various socket functions expect a pointer to socklen_t which is not necessarily int. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
getsockname() takes a pointer to socklen_t which is not necessarily int. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
HAVE_THREADS is set in config.h if pthreads or w32threads is available, which presumably the proper condition here. Also fixes undefined behaviour in preprocessor directives. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 26 Oct, 2012 12 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This avoids Doxygen believing the attribute is the function name.
-
Diego Biurrun authored
-
Janne Grunau authored
Fixes CID602232.
-
Mans Rullgard authored
It is wrong to force -mcpu=ultrasparc when checking for vis. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Michael Kostylev authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 25 Oct, 2012 2 commits
-
-
Martin Storsjö authored
This makes sure the previously always installed public header lzo.h is installed if the LZO functionality is enabled. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
-
- 01 Jan, 2001 1 commit
-
-
Luca Barbato authored
-
- 25 Oct, 2012 9 commits
-
-
Janne Grunau authored
This was previously implicitly done in ff_raw_read_header(). Fixes fate tests with pcm input.
-
Janne Grunau authored
avio_size() reports the filesize which returns 0 for /dev/null. avio_tell() reports the current position. Also handle errors from avio_tell().
-
Janne Grunau authored
Fixes CID700635, CID700636 and CID732274.
-
Luca Barbato authored
It is not used anymore and is a kludge.
-
Luca Barbato authored
The code shared is not actually shared with anything else.
-
Luca Barbato authored
-
Luca Barbato authored
ff_raw_read_header is used only for this demuxer for video.
-
Diego Biurrun authored
-
Diego Biurrun authored
The function is used elsewhere and does not belong with the LZO code.
-
- 24 Oct, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-