- 04 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Ignore durations which differ significantly from the previous Fixes Ticket2018 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Feb, 2013 1 commit
-
-
Michael Niedermayer authored
This significantly reduces the memory needed per AVStream when the array is not needed. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Feb, 2013 1 commit
-
-
Clément Bœsch authored
-
- 07 Feb, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Jan, 2013 1 commit
-
-
Carl Eugen Hoyos authored
av_codec_get_tag() may return 0 both in case a codec_tag was found and if no codec_tag was found. The new function does not have this ambiguity.
-
- 20 Dec, 2012 1 commit
-
-
Diego Biurrun authored
-
- 15 Dec, 2012 1 commit
-
-
Harald Axmann authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Dec, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 21 Nov, 2012 1 commit
-
-
Peter Ross authored
Signed-off-by:
Peter Ross <pross@xvid.org> Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Nov, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #1909.
-
- 14 Nov, 2012 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
Support multiple video/audio streams with different format in the same session. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 02 Nov, 2012 2 commits
-
-
Anton Khirnov authored
A sentence was mistakenly inserted in the middle of another sentence.
-
Anton Khirnov authored
-
- 24 Oct, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 23 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Oct, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 14 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1065 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Oct, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 01 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 27 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
This allows avoiding negative timestamps. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
This may fix Ticket730 Reviewed-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 04 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
This way the variable is available outside find_stream_info Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jul, 2012 3 commits
-
-
Anton Khirnov authored
According to its description, it is supposed to be the LCM of all the frame durations. The usability of such a thing is vanishingly small, especially since we cannot determine it with any amount of reliability. Therefore get rid of it after the next bump. Replace it with the average framerate where it makes sense. FATE results for the wtv and xmv demux tests change. In the wtv case this is caused by the file being corrupted (or possibly badly cut) and containing invalid timestamps. This results in lavf estimating the framerate wrong and making up wrong frame durations. In the xmv case the file contains pts jumps, so again the estimated framerate is far from anything sane and lavf again makes up different frame durations. In some other tests lavf starts making up frame durations from different frame.
-
Anton Khirnov authored
AVPacket.duration is mostly made up and thus completely useless, this is especially true for video streams. Therefore use dts difference for framerate estimation and the max_analyze_duration check. The asyncts test now needs -analyzeduration, because the default is 5 seconds and the audio stream in the sample appears at ~10 seconds.
-
Luca Barbato authored
Useful in cases where a significant analyzeduration is still needed, while minimizing buffering before output. An example is processing low-latency streams where all media types won't necessarily come in if the analyzeduration is small. Additional changes by Josh Allmann <joshua.allmann@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Jul, 2012 1 commit
-
-
Stefano Sabatini authored
Prefer impersonal form over third person, consistent with the rest of docs.
-
- 24 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Jul, 2012 1 commit
-
-
Nicolas George authored
The new function is called avformat_match_stream_specifier() and does not include logging the error message.
-
- 13 Jul, 2012 1 commit
-
-
Derek Buitenhuis authored
It should not be a part of the RIFF FourCCs group. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 12 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jul, 2012 1 commit
-
-
Lou Logan authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Jun, 2012 1 commit
-
-
Michael Bradshaw authored
Signed-off-by:
Michael Bradshaw <mbradshaw@sorensonmedia.com>
-
- 21 Jun, 2012 1 commit
-
-
Mans Rullgard authored
This avoids some warnings about redundant declarations. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-