- 02 Jul, 2011 5 commits
-
-
Reinhard Tartler authored
Also include it into the doxygen documentation
-
Reinhard Tartler authored
Before this, almost all module groups have been used for grouping functions and fields in structures semantically. This causes them to not appear properly in the file documentation and needlessly clutters up the "Modules" index. Additionally, this commit streamlines some spelling and appearances.
-
Reinhard Tartler authored
convert the comment that documents the metadata API to use the doxygen markup
-
Anton Khirnov authored
av_open_input_stream used to allow this, even though it makes no sense. Make it just print a warning instead of failing, thus restoring compatibility. Note that avformat_open_input() will still reject this combination. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
- 01 Jul, 2011 3 commits
-
-
Alex Converse authored
-
Alex Converse authored
-
John Stebbins authored
EBML_STOP leaves matroska->current_id set. Then matroska_read_seek changes the stream position without resetting current_id. The next matroska_parse_cluster fails due to calculation of incorrect pos. So clear current_id when avio_seek happens in matroska_read_seek. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 30 Jun, 2011 3 commits
-
-
Reinhard Tartler authored
-
Benjamin Larsson authored
-
Martin Storsjö authored
This fixes this compilation warning, by making endptr a non-const pointer, as required by strtol: In function ‘udp_open’: warning: passing argument 2 of ‘strtol’ from incompatible pointer type Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 29 Jun, 2011 3 commits
-
-
Ami Fischman authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Ami Fischman authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
ogg_save() copies streams[], but doesn't keep track of free()'ed struct members. Thus, if in between a call to ogg_save() and ogg_restore(), streams[].private was free()'ed, this would result in a double free -> crash, which happened when e.g. playing small chained ogg fragments.
-
- 28 Jun, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Kostya Shishkov authored
These blocks don't report audio stream parameters and they are not needed for decoding. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 25 Jun, 2011 1 commit
-
-
Diego Biurrun authored
Calling Make from subdirectories is not supported and config.mak has multiple inclusion guards anyway, so the top-level include is enough.
-
- 24 Jun, 2011 1 commit
-
-
Can Wu authored
For a unicast udp stream to localhost:1234, currently ffplay udp://:1234?localport=1234 works, but ffplay udp://:1234 doesn't work. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 23 Jun, 2011 3 commits
-
-
Diego Biurrun authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Martin Storsjö authored
This helps catching cases where the format string doesn't match what is passed in, or injection bugs where user data is passed in as format string. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
This eliminates a warning about a set-but-unused variable.
-
- 21 Jun, 2011 6 commits
-
-
Carl Eugen Hoyos authored
-
ami_stuff authored
-
Kamil Nowosad authored
-
ami_stuff authored
This fourcc is used by the "mpegable AVC" codec and files encoded with this codec decode correctly with our H.264 decoder.
-
Carl Eugen Hoyos authored
-
ami_stuff authored
-
- 20 Jun, 2011 2 commits
-
-
Justin Ruggles authored
av_get_bits_per_sample_fmt() is deprecated.
-
Yusuke Nakamura authored
-
- 18 Jun, 2011 2 commits
-
-
Ronald S. Bultje authored
Needed for proper behaviour in our old API compatibility code.
-
Anton Khirnov authored
-
- 16 Jun, 2011 7 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It supports more convenient setting of AVOptions.
-
Anton Khirnov authored
Deprecate the last remaining member of AVFormatParameters.
-
Anton Khirnov authored
Add support for demuxer private options.
-
Diego Biurrun authored
-
Martin Storsjö authored
In this case, the string that was passed couldn't contain user-defined data and thus there was no risk for injection bugs, but it's safer this way, if we later change the content of the options string. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Kirill Zorin authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 13 Jun, 2011 2 commits
-
-
Diego Biurrun authored
-
Carl Eugen Hoyos authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-