summaryrefslogtreecommitdiff
path: root/libavformat/libquvi.c
Commit message (Collapse)AuthorAge
* avformat/libquvi: fix error handlingGilles Chanteperdrix2015-05-31
| | | | | | avoid calling cleanup functions on uninitialized variables Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/libquvi: Fix whitelist handlingGilles Chanteperdrix2015-04-08
| | | | | | Fixes null pointer dereference Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat: Add and use ff_copy_whitelists()Michael Niedermayer2014-10-24
| | | | | | | Fixes potential security issue in case of running out of memory Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/libquvi: Forward whitelists to subdemuxerMichael Niedermayer2014-10-23
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-05
| | | | | | Demuxers where the changed code looked less readable where skiped Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf/libquvi: fix error reporting.Clément Bœsch2013-04-15
|
* lavf: add libquvi demuxer.Clément Bœsch2013-04-10