- Oct 23, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 22, 2014
-
-
Eejya Singh authored
Signed-off-by:
Clément Bœsch <u@pkh.me>
-
Michael Niedermayer authored
Fixes Ticket4051 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket2263 Fixes Ticket3934 Reviewed-by:
Rodger Combs <rodger.combs@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 21, 2014
-
-
Carl Eugen Hoyos authored
-
Mika Raento authored
If using MFRA for timestamps, the stream may start from a large offset and/or have gaps. With this change we calculate the bitrate based on frames we've seen. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 733713
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 703721
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 90558
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 733714
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 732242
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 718141
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 732248
-
Thilo Borgmann authored
Reviewed-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Andrey Utkin authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Andrey Utkin authored
Currently this is another name for ff_http_averror() Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 20, 2014
-
-
Thilo Borgmann authored
Fixes ticket #4018 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
CC: libav-stable@libav.org Bug-Id: CID 1238797
-
Luca Barbato authored
Chapters do not have an event_flags field. Bug-Id: CID 1231990
-
Vittorio Giovara authored
len is always >=1 in that case. Bug-Id: CID 1238784
-
Vittorio Giovara authored
Expression already evaluated before, redundant since 05338686. Bug-Id: CID 732199
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 718002
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1198258
-
Vittorio Giovara authored
Avoid a possible null pointer dereference. CC: libav-stable@libav.org Bug-Id: CID 1135769
-
Michael Niedermayer authored
CC: libav-stable@libav.org Bug-Id: CID 732284
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 732198
-
Andrey Utkin authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Andrey Utkin authored
int ff_http_averror(int status_code, int default_averror) This helper function returns AVERROR_ value from 3-digit HTTP status code. Second argument, default_averror, is used if no specific AVERROR_ is available. It is introduced because in different places of code different return codes are used - -1, AVERROR(EIO), AVERROR_INVALIDDATA. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 19, 2014
-
-
Kacper Michajłow authored
For URLs "rtmp://server[:port]/foo " determine what `foo` refers to. If application name has been defined by the user assume that `foo` is a playpath, otherwise assume application name. Signed-off-by:
Kacper Michajłow <kasper93@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This allows restricting demuxers to a list of needed ones for improved security Note, some demuxers themselfs open other demuxers, these are only restricted if AVOptions are forwarded to them. Please check that your code does that. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 18, 2014
-
-
Alexander Drozdov authored
Prevent possible memory leaks. Connect to nginx and request a non-existent resource to trigger the issue. CC: libav-stable@libav.org Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Uwe L. Korn <uwelk@xhochy.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
It is a remnant of the old interrupt callback API.
-
- Oct 17, 2014
-
-
Uwe L. Korn authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Uwe L. Korn authored
Some RTMP commands need the most recent timestamp as their parameter, so keep track of it. This must be the most recent one and not e.g. the max received timestamp as it can decrease again through seeking. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Mika Raento authored
This fixes the abnormally high ts overhead in the files produced by the HLS and segments muxers. See https://trac.ffmpeg.org/ticket/2857 . For example makes it much more likely that it can produces streams that fit under the 64kb App store limit. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-