| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Signed-off-by: Anton Khirnov <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Initially written by Guillaume Martres <[email protected]> as a GSoC
project. Further contributions by the OpenHEVC project and other
developers, namely:
Mickaël Raulet <[email protected]>
Seppo Tomperi <[email protected]>
Gildas Cocherel <[email protected]>
Khaled Jerbi <[email protected]>
Wassim Hamidouche <[email protected]>
Vittorio Giovara <[email protected]>
Jan Ekström <[email protected]>
Anton Khirnov <[email protected]>
Martin Storsjö <[email protected]>
Luca Barbato <[email protected]>
Yusuke Nakamura <[email protected]>
Reimar Döffinger <[email protected]>
Diego Biurrun <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
|
|
|
|
|
|
|
|
| |
This can be optionally disabled whith the "output_corrupt" flags
option. When in "output_corrupt" mode, incomplete frames are
signalled through AVFrame.flags FRAME_FLAG_INCOMPLETE_FRAME.
Signed-off-by: Anton Khirnov <[email protected]>
|
|
|
|
| |
Signed-off-by: Diego Biurrun <[email protected]>
|
|
|
|
|
|
| |
Quite useful for debugging.
Signed-off-by: Luca Barbato <[email protected]>
|
| |
|
|
|
|
|
|
| |
Used by LXF.
Signed-off-by: Luca Barbato <[email protected]>
|
|
|
|
|
|
|
|
|
| |
Also add options for specifying a certificate and key, which can
be used both when operating as client and as server.
Partially based on a patch by Peter Ross.
Signed-off-by: Martin Storsjö <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A file containing the trusted CA certificates needs to be
supplied via the ca_file AVOption, unless the TLS library
has got a system default file/database set up.
This doesn't check the hostname of the peer certificate with
openssl, which requires a non-trivial piece of code for
manually matching the desired hostname to the string provided
by the certificate, not provided as a library function.
That is, with openssl, this only validates that the received
certificate is signed with the right CA, but not that it is
the actual server we think we're talking to.
Verification is still disabled by default since we can't count
on a proper CA database existing at all times.
Signed-off-by: Martin Storsjö <[email protected]>
|
| |
|
|
|
|
| |
Signed-off-by: Luca Barbato <[email protected]>
|
|
|
|
|
| |
Container and lossy decoding by Aneesh Dogra <[email protected]>
Lossless decoding by Justin Ruggles <[email protected]>
|
|
|
|
| |
Also fix the typo in the last entry version.
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Diego Biurrun <[email protected]>
|
| |
|
|
|
|
| |
Signed-off-by: Luca Barbato <[email protected]>
|
|
|
|
| |
And drop a typo from the previous FLV entry.
|
| |
|
|
|
|
|
|
|
| |
Faststart moves the moov atom to the beginning of the file and rewrites
the rest of the file after muxing is complete.
Signed-off-by: Martin Storsjö <[email protected]>
|
|
|
|
| |
This allows for dropping or duplication to match a particular start time.
|
|
|
|
| |
Signed-off-by: Martin Storsjö <[email protected]>
|
|
|
|
| |
Signed-off-by: Martin Storsjö <[email protected]>
|
|
|
|
| |
Signed-off-by: Martin Storsjö <[email protected]>
|
|
|
|
|
|
|
|
|
| |
The fact that a different user agent is used is cruicial for getting
publishing authentication working. (When using librtmp, this other
user agent has to be specified manually, but that's not needed
with the libavformat internal RTMP support.)
Signed-off-by: Martin Storsjö <[email protected]>
|
|
|
|
| |
Signed-off-by: Martin Storsjö <[email protected]>
|
|
|
|
| |
Provide a clean way to manipulate packets.
|
| |
|
| |
|
|
|
|
| |
As for intra-refresh it is just a commodity.
|
|
|
|
|
|
|
|
| |
The bitstream buffers are now private and freed by libavcodec. For
backward compatibility, the hold bitstream buffer pointer is left NULL
(applications were supposed to av_freep() it).
Signed-off-by: Anton Khirnov <[email protected]>
|
|
|
|
| |
Signed-off-by: Anton Khirnov <[email protected]>
|
|
|
|
| |
Signed-off-by: Anton Khirnov <[email protected]>
|
|
|
|
|
| |
Insert (a)trim filters on the corresponding inputs, so the extra frames
are decoded and discarded.
|
|
|
|
|
|
| |
Set output_picture_number in H.264 parser.
Signed-off-by: Diego Biurrun <[email protected]>
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Martin Storsjö <[email protected]>
|
|
|
|
| |
Also fix some similar typos in comments and documentation.
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Derek Buitenhuis <[email protected]>
|
|
|
|
| |
Signed-off-by: Anton Khirnov <[email protected]>
|
| |
|
|
|
|
|
|
| |
These help avoiding overflows and simplify error handling.
Signed-off-by: Martin Storsjö <[email protected]>
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Martin Storsjö <[email protected]>
|