- 26 May, 2011 3 commits
-
-
Alex Converse authored
-
Anton Khirnov authored
-
Diego Biurrun authored
-
- 25 May, 2011 12 commits
-
-
Alex Converse authored
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Some received packets can have size 0. The return value from av_malloc(0) may be NULL, which is ok if the size was 0. On OS X, however, the returned pointer is non-null but leads to crashes when trying to free it. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
John Stebbins authored
Parenthesis are misplaced in calculation of max_time. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It doesn't do anything except produce an error message when set.
-
Anton Khirnov authored
Deprecate the corresponding AVFormatParameters field.
-
Anton Khirnov authored
-
- 24 May, 2011 2 commits
-
-
Ilya authored
strtol could return negative values, leading to various error messages, mainly "non-monotonically increasing dts". Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Carl Eugen Hoyos authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 21 May, 2011 3 commits
-
-
Diego Biurrun authored
Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
-
Can Wu authored
Else a later buffer resize in ffio_set_buf_size() will ABORT. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Can Wu authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 20 May, 2011 1 commit
-
-
Martin Storsjö authored
Since a private class is set for this muxer, the callers will assume that the private data starts with an AVClass pointer. If no such member exists, the first few bytes of the struct will be overwritten, and the class pointer may be broken at any later time. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 19 May, 2011 2 commits
-
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 May, 2011 7 commits
-
-
Anton Khirnov authored
AVClass is already initialized in avformat_get_context_defaults.
-
Anton Khirnov authored
-
Alex Converse authored
-
Uoti Urpala authored
-
Vladimir Pantelic authored
asf_read_seek() inside the asf demuxer already does the right thing, it tries the index and if that fails it uses binary search. If binary search is called from outside of asfdec.c it will fail because the asf code cannot clean up after itself. Therefore introduce AVFMT_NOBINSEARCH that prevents the seek code to fallback to binary search and AVFMT_NOGENSEARCH that prevents the seek code to fallback to generic search.
-
Vladimir Pantelic authored
-
Vladimir Pantelic authored
lavf will do that anyway in case seek by index fails
-
- 13 May, 2011 1 commit
-
-
Baptiste Coudurier authored
ipod shuffle doesn't support anything else. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 12 May, 2011 9 commits
-
-
Martin Storsjö authored
The later parsing of payload data depends on the configuration being present. If it hasn't been configured properly yet, parsing a data packet may lead to a crash. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Aurelien Jacobs authored
Signed-off-by:
Aurelien Jacobs <aurel@gnuage.org> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Aurelien Jacobs authored
Signed-off-by:
Aurelien Jacobs <aurel@gnuage.org> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Marton Balint authored
In the main loop, stream_number is incremented after checking the stream type, so the search usually will not find the wanted stream. This patch eliminates the useless stream_number variable and introduces a new one, called real_stream_index to store the real stream index of the current stream, no matter if we are looping through all the streams or only the streams of a program. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Marton Balint authored
Yet another fix for the code originally designed for use without related_stream. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Yusuke Nakamura authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Clément Bœsch authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Clément Bœsch authored
This avoids the creation of a new AVStream instead of replacing it when a stream reset occurs (track change with some webradios for example). Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-