- 04 Dec, 2015 1 commit
-
-
Clément Bœsch authored
-
- 02 Dec, 2015 3 commits
-
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
Avoid false positives while syncing. Bug-Id: ffmpeg/4086 Bug-Id: 879 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
avio_tell returns an int64_t.
-
- 27 Oct, 2015 1 commit
-
-
Hendrik Leppkes authored
-
- 26 Oct, 2015 1 commit
-
-
Luca Barbato authored
`av_packet_unref` matches the AVFrame ref-counted API and can be used as a drop in replacement. Deprecate `av_free_packet`.
-
- 17 Sep, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes: broken_rv40.avi Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Sep, 2015 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes Ticket4851 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Aug, 2015 1 commit
-
-
Vittorio Giovara authored
Deprecated in 10/2012.
-
- 12 Aug, 2015 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
The flac parser does not support it, its also not needed. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes Ticket4758 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 20 Jul, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes: genio-avi Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Jul, 2015 1 commit
-
-
Luca Barbato authored
-
- 16 May, 2015 1 commit
-
-
Michael Niedermayer authored
avformat/avidec: add mp2 to the list of exceptions instead of generally treating dshow_block_align==1 special Fixes Ticket4552 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 May, 2015 1 commit
-
-
Andreas Cadhalpun authored
And either error out or set it to 0 if it is negative. CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 04 May, 2015 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Andreas Cadhalpun authored
If max in clean_index is set to a negative ast->sample_size, the following loop never ends: while (max < 1024) max += max; Thus set ast->sample_size to 0 if it would otherwise be negative. Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Andreas Cadhalpun authored
If bit_rate is negative, it can trigger an av_assert2 in av_rescale_rnd. Since av_rescale returns int64_t, but st->codec_bit_rate is int, it can also overflow into a negative value. Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Apr, 2015 1 commit
-
-
Michael Niedermayer authored
This was av_dlog() previously and should not have been changed to av_log() Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
This applies to every library where performance is not critical.
-
- 19 Mar, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Mar, 2015 1 commit
-
-
Carl Eugen Hoyos authored
Instead check for all mov code-points when demuxing avi and print a warning if a video codec is found like this. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 15 Mar, 2015 2 commits
-
-
zhaoxiu.zeng authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
zhaoxiu.zeng authored
Signed-off-by:
Zeng Zhaoxiu <zhaoxiu.zeng@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Mar, 2015 1 commit
-
-
Carl Eugen Hoyos authored
Instead check for all mov code-points when demuxing avi and print a warning if a video codec is found like this. Fixes a regression similar to the one described in ticket #4307.
-
- 05 Mar, 2015 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes use of uninitialized memory in case read fails Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Feb, 2015 1 commit
-
-
Diego Biurrun authored
-
- 27 Jan, 2015 1 commit
-
-
Anton Khirnov authored
Handle its only existing use case internally.
-
- 23 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
about 2x as fast Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Dec, 2014 1 commit
-
-
Thomas Volkert authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Dec, 2014 1 commit
-
-
Gabor Nagy authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Dec, 2014 1 commit
-
-
Gabor Nagy authored
Fixes 00.avi Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Dec, 2014 1 commit
-
-
Joakim Plate authored
This uses the RIFF header stored size to figure out the expected AVI file size, instead of the actual file. To work fully it requires handling failed avio_seek() instead of assuming they always succeed. Some fate file has been cut off and contains half a frame at the end which previously was not output during demuxing. This frame is now output to encoder, thus the fate diff update. Bug-Id: 261 Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 21 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket4086 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes potential security issue in case of running out of memory Found-by: ubitux Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-