- 10 Jun, 2013 1 commit
-
-
Anton Khirnov authored
-
- 03 Jun, 2013 1 commit
-
-
Kostya Shishkov authored
-
- 28 May, 2013 2 commits
-
-
Anton Khirnov authored
-
Michael Niedermayer authored
Also add a note about the feature in the changelog. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 24 May, 2013 1 commit
-
-
Anton Khirnov authored
Mostly based on libavcodec's
-
- 18 May, 2013 1 commit
-
-
Eli Friedman authored
Some fixes provided by Paul B Mahol <onemda@gmail.com> and Michael Niedermayer <michaelni@gmx.at> and me. Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 17 May, 2013 1 commit
-
-
Kostya Shishkov authored
-
- 07 May, 2013 1 commit
-
-
Anton Khirnov authored
It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort.
-
- 03 May, 2013 1 commit
-
-
Anton Khirnov authored
-
- 30 Apr, 2013 4 commits
-
-
Anton Khirnov authored
This makes output -ss sample-accurate for audio and will allow further simplication in the future.
-
Anton Khirnov authored
This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 22 Apr, 2013 1 commit
-
-
Nicolas Bertrand authored
Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl> Updated to current programming standards, style and many more small fixes by Diego Biurrun <diego@biurrun.de>. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 11 Apr, 2013 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 09 Apr, 2013 1 commit
-
-
Anton Khirnov authored
-
- 28 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 08 Mar, 2013 2 commits
-
-
Anton Khirnov authored
Print an error and abort when the option is of the wrong type (decoding for output file or vice versa), since this could never be correct for any input or output configuration. Print a warning and continue when the option is of the correct type, just unused, so same commandlines can be reused for different kinds of input or output files.
-
Anton Khirnov authored
-
- 09 Feb, 2013 1 commit
-
-
Vladimir Pantelic authored
Yes, these files do exist Signed-off-by:
Vladimir Pantelic <vladoman@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Jan, 2013 1 commit
-
-
Vladimir Pantelic authored
This is a length limited version of strstr() Signed-off-by:
Vladimir Pantelic <vladoman@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 15 Jan, 2013 1 commit
-
-
Martin Storsjö authored
This only takes care of decrypting incoming packets; the outgoing RTCP packets are not encrypted. This is enough for some use cases, and signalling crypto keys for use with outgoing RTCP packets doesn't fit as simply into the API. If the SDP demuxer is hooked up with custom IO, the return packets can be encrypted e.g. via the SRTP protocol. If the SRTP keys aren't available within the SDP, the decryption can be handled externally as well (when using custom IO). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 13 Jan, 2013 1 commit
-
-
Rémi Denis-Courmont authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 04 Jan, 2013 1 commit
-
-
Reinhard Tartler authored
-
- 03 Jan, 2013 1 commit
-
-
Reinhard Tartler authored
-
- 31 Dec, 2012 2 commits
-
-
Martin Storsjö authored
Limelight is a not too uncommon CDN. The authentication scheme is pretty similar to the adobe authentication, but is even closer to normal http digest authentication (but not close enough to warrant sharing code) than the adobe version. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This is mostly used to authenticate the client when publishing. Tested with wowza and akamai. Some but not all servers support resending a new connect invoke within the same connection, so always reconnect for sending a new connection attempt. This matches what other applications do as well. The authentication scheme is structurally pretty similar to http digest authentication, but uses base64 instead of hex strings. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 29 Dec, 2012 1 commit
-
-
Luca Barbato authored
Thread safe version of the common basename and dirname.
-
- 18 Dec, 2012 1 commit
-
-
Janne Grunau authored
Also adds forgotten Changelog entry.
-
- 07 Dec, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 06 Dec, 2012 1 commit
-
-
Justin Ruggles authored
-
- 05 Dec, 2012 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>.
-
- 15 Nov, 2012 1 commit
-
-
Mans Rullgard authored
This code spews a multitude of warnings with glibc (unchecked return values), some of them possibly warranted. Furthermore, the deamonisation is not suitable for use with typical startup scripts as it does not provide the PID of the daemon in any way. Users wishing to run avserver as a daemon can still do so using start-stop-daemon or equivalent tools. Signed-off-by:
Mans Rullgard <mans@mansr.com> Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 08 Nov, 2012 1 commit
-
-
Justin Ruggles authored
Also move a misplaced line from the 9_beta2 section to <next>
-
- 29 Oct, 2012 1 commit
-
-
Anton Khirnov authored
It can be useful for debugging. Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
- 18 Oct, 2012 1 commit
-
-
Martin Storsjö authored
Also retroactively add a changelog entry to the 9beta1 list for general MSVC support, which was present there already. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 16 Oct, 2012 1 commit
-
-
Victor Vasiliev authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 11 Oct, 2012 1 commit
-
-
Janne Grunau authored
-
- 09 Oct, 2012 1 commit
-
-
Anton Khirnov authored
It has not worked for anything other than fringe codecs (asv1/2, mdec, mjpeg[b]) since about 2003 and nobody ever noticed or complained. This sufficiently proves that there are no users of this option who have a clue of what they are doing, so it is completely useless.
-