- 21 Nov, 2015 1 commit
-
-
Timothy Gu authored
-
- 15 Nov, 2015 2 commits
-
-
Michael Niedermayer authored
Fixes assertion failure Fixes: 136f8b8d47af7892306625e597dee655/signal_sigabrt_7ffff6ae7cc9_8941_ab11bea57c84796418f481f873dc31ba.dvr_ms Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Rainer Hochecker authored
avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec Fixes a mpegts file with hevc that fails estimating duration. Increasing number of retries fixes the issue. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Nov, 2015 1 commit
-
-
Hendrik Leppkes authored
This matches the Libav signature and simplifies merging future changes.
-
- 09 Nov, 2015 1 commit
-
-
Anton Khirnov authored
All encoders set pts and dts properly now (and have been doing that for a while), so there is no good reason to do any timestamp guessing in the muxer. The newly added AVStreamInternal will be later used for storing all the private fields currently living in AVStream.
-
- 08 Nov, 2015 2 commits
-
-
Anton Khirnov authored
It will be needed in other functions.
-
Anton Khirnov authored
The reasoning for setting it to zero only applies to demuxing.
-
- 02 Nov, 2015 2 commits
-
-
Hendrik Leppkes authored
Fixes a memory leak when using genpts
-
Hendrik Leppkes authored
This fixes a memory leak when side-data is present.
-
- 27 Oct, 2015 1 commit
-
-
Hendrik Leppkes authored
-
- 26 Oct, 2015 3 commits
-
-
Luca Barbato authored
Make it return an error and check its return value when it is used. Simplify the usage by calling `av_packet_ref` internally when needed.
-
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`.
-
Luca Barbato authored
And drop the av_dup_packet from the input_thread.
-
- 03 Oct, 2015 1 commit
-
-
Rodger Combs authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Sep, 2015 1 commit
-
-
wm4 authored
Note that convergence_duration had another meaning, one which was in practice never used. The only real use for it was a 64 bit replacement for the duration field. It's better just to make duration 64 bits, and to get rid of it. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 17 Sep, 2015 2 commits
-
-
Hendrik Leppkes authored
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 15 Sep, 2015 2 commits
-
-
Carl Eugen Hoyos authored
Both are only accessible through AVOptions.
-
Carl Eugen Hoyos authored
Based on a patch by Steve Swanson, swanysteve at gmail. Fixes ticket #2089.
-
- 11 Sep, 2015 1 commit
-
-
Thierry Foucu authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 Sep, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes: unknown_video.flv Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 02 Sep, 2015 1 commit
-
-
Marton Balint authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 01 Sep, 2015 1 commit
-
-
Carl Eugen Hoyos authored
Add FF_API_PROBESIZE_32 to allow removing 32bit probesize and 32bit max_analyze_duration after the next libavformat version bump.
-
- 28 Aug, 2015 1 commit
-
-
Vittorio Giovara authored
Deprecated in 10/2012.
-
- 23 Aug, 2015 1 commit
-
-
Michael Niedermayer authored
Move field to internal part of AVStream and struct to internal.h Reviewed-by:
Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Jul, 2015 2 commits
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Express bitfields more simply. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 16 Jul, 2015 2 commits
-
-
Michael Niedermayer authored
Fixes Ticket4725 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Jul, 2015 2 commits
-
-
Michael Niedermayer authored
Assuming the wrong protocol can lead to suboptimal seeking performance Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
avformat/utils: adjust short skip threshold in ff_configure_buffers_for_index() to avoid seeking if a packet is skiped Fixes Ticket4126 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Jul, 2015 1 commit
-
-
wm4 authored
This code is one big chunk of WTF. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Jul, 2015 2 commits
-
-
Michael Niedermayer authored
Theres no known case where its use on local files improves performance if you know of such a case, please contact us Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This allows configuring the io buffer in such way that few seeks are needed for playback Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Jul, 2015 1 commit
-
-
Michael Niedermayer authored
This avoids empty streams from being selected if a equivalent non empty one is available The new system is also clearer and more systematic This may need finetuning, which should be easy to do ... Fixes Ticket2687 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
Together with the next commit this prevents non-PCM S302M from being selected unless either it can be decoded or the user selects passthrough/copy Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
This also avoids using a floating point operation Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 May, 2015 1 commit
-
-
Carl Eugen Hoyos authored
av_codec_get_tag() can return 0 both in case of error and success.
-
- 11 May, 2015 1 commit
-
-
Michael Niedermayer authored
Previous version reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-