- 21 Jul, 2011 2 commits
-
-
Chris Evans authored
This fixes a crash with specifically crafted files. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 69619a13)
-
Mans Rullgard authored
The width and height must be copied from the input before being used. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit e9f98c90)
-
- 18 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
cxtypes.h works with version 2.1 and older, cxcore.h works with 2.2 and older. Signed-off-by:
Diego Biurrun <diego@biurrun.de> (cherry picked from commit 9bc8bcdd)
-
- 16 Jul, 2011 4 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
(cherry picked from commit b047941d)
-
Diego Biurrun authored
(cherry picked from commit 5ccbf809)
-
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> (cherry picked from commit cdc2c1c5)
-
- 12 Jul, 2011 17 commits
-
-
Reinhard Tartler authored
-
Reinhard Tartler authored
-
Ronald S. Bultje authored
This fixes a crash when seeking in some webm files with many threads (e.g. 8). (cherry picked from commit 5eafc8b4)
-
Ronald S. Bultje authored
This prevents a crash when seeking. (cherry picked from commit d1cf4591)
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st> (cherry picked from commit b369f327)
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st> (cherry picked from commit a3a94e14)
-
Reinhard Tartler authored
It is enabled automatically when required nowadays. Signed-off-by:
Martin Storsj <martin@martin.st> (cherry picked from commit 9d361392)
-
Martin Storsjö authored
Specifying --enable-static --disable-shared isn't necessary, these are the defaults. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Chris Evans authored
Specifically crafted samples can reinit ogg->streams[] while reading samples, and thus we should not cache old pointers since these may no longer be valid. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 4cc3467e)
-
Reimar Döffinger authored
Fixes Bugzilla #11. Signed-off-by:
Diego Biurrun <diego@biurrun.de> (cherry picked from commit 0a94020b)
-
Diego Biurrun authored
(cherry picked from commit e3759c56)
-
Diego Biurrun authored
(cherry picked from commit 3c432e11)
-
Christian Schmidt authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 6c374bc0)
-
Robert Swain authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 954a6532)
-
Carl Eugen Hoyos authored
(cherry picked from commit a4ab70f9)
-
Diego Biurrun authored
Do not use Doxygen for comments that apply to specific implementation details; merge some duplicated Doxygen comment blocks. (cherry picked from commit f75e3da5)
-
Diego Biurrun authored
(cherry picked from commit c81a2b9b)
-
- 07 Jul, 2011 1 commit
-
-
Loren Merritt authored
Actually I gave permission for LGPL long ago, but the original import failed to update the license header. (cherry picked from commit 082768f0)
-
- 03 Jul, 2011 15 commits
-
-
Reinhard Tartler authored
-
Reinhard Tartler authored
-
Reinhard Tartler authored
Adding [] to a Doxygen parameter name clashes with Doxygen syntax. (cherry picked from commit ff993cd7)
-
Diego Biurrun authored
(cherry picked from commit 01c17c88)
-
Reinhard Tartler authored
(cherry picked from commit 134557f3)
-
Gavin Kinsey authored
(cherry picked from commit c558122e)
-
Reinhard Tartler authored
This is the version available in Debian stable, so it should be a reasonable baseline that can be expected to be present on all developer machines. Moreover, this is the version that is used by the nightly cronjob that generates the online html version. (cherry picked from commit 10dde477)
-
Stefano Sabatini authored
The previously suggested replacement - av_get_bits_per_sample_fmt() - was also deprecated. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ccfa626d)
-
Stefano Sabatini authored
av_get_bits_per_sample_fmt() was deprecated. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit f6d6783a)
-
Reinhard Tartler authored
Also include it into the doxygen documentation (cherry picked from commit 12489443)
-
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. (cherry picked from commit 21a19b79)
-
Reinhard Tartler authored
(cherry picked from commit 7655cfb1)
-
Reinhard Tartler authored
convert the comment that documents the metadata API to use the doxygen markup (cherry picked from commit 1a53a438 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
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> (cherry picked from commit 4f731c44 ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
Anton Khirnov authored
(cherry picked from commit 5001d6ef ) Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-