- 20 Mar, 2013 2 commits
-
-
Nicolas George authored
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 19 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 16 Mar, 2013 1 commit
-
-
Anton Khirnov authored
This is more consistent with the naming in the rest of Libav.
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 07 Mar, 2013 2 commits
-
-
Reimar Döffinger authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Stefano Sabatini authored
The escape API will be useful to perform escaping programmatically, which is required when crafting argument strings, and will be used for context printing as well. This is based on the ffescape tool code, with a few extensions and fixes.
-
- 24 Feb, 2013 1 commit
-
-
Stefano Sabatini authored
Allow to select sample rates.
-
- 23 Feb, 2013 1 commit
-
-
Justin Ruggles authored
-
- 14 Feb, 2013 5 commits
-
-
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>
-
- 26 Jan, 2013 1 commit
-
-
Nicolas George authored
-
- 25 Jan, 2013 2 commits
-
-
Justin Ruggles authored
Can be used to set multiple key/value pairs from a string. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
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>
-
- 19 Jan, 2013 2 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
- 15 Jan, 2013 1 commit
-
-
Martin Storsjö authored
This supports HMAC-MD5 and HMAC-SHA1 for now, other hashes are simple to add. 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>
-
- 12 Jan, 2013 1 commit
-
-
Diego Biurrun authored
Also fix a lavu version typo in APIchanges.
-
- 08 Jan, 2013 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
This allows reordering, duplication, and silencing of input channels.
-
- 29 Dec, 2012 1 commit
-
-
Luca Barbato authored
Thread safe version of the common basename and dirname.
-
- 20 Dec, 2012 1 commit
-
-
Nicolas George authored
-
- 15 Dec, 2012 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 25 Nov, 2012 1 commit
-
-
Stefano Sabatini authored
The interface is implemented against the style of the other options accessors. Possibly simplify programmatic setting of options.
-
- 17 Nov, 2012 1 commit
-
-
Nicolas George authored
-
- 16 Nov, 2012 2 commits
-
-
Nicolas George authored
Do not skip the end delimiter. Reserve positive return values. This is an API break, but the function was introduced less than two weeks ago.
-
Nicolas George authored
-
- 15 Nov, 2012 1 commit
-
-
Janne Grunau authored
-
- 13 Nov, 2012 1 commit
-
-
Stefano Sabatini authored
The channels field is required since the channel layout is not always available.
-
- 11 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 05 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 04 Nov, 2012 1 commit
-
-
Nicolas George authored
This function does the low-level work of av_opt_set_from_string() but can be used when there is no option context or when a generic handling of unknown keys is needed. av_opt_set_from_string() is changed to make use of it.
-
- 03 Nov, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 28 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
They are essential to be able to use the utils without av_malloc() That is for example use with malloc(), memalign(), some other private allocation function, on the stack or others. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Oct, 2012 1 commit
-
-
Anton Khirnov authored
In addition to the recent tables mess, the AVOption defaults behavior changed, so an old lavc used with a new lavu will get completely messed up defaults.
-