- 10 Jun, 2013 1 commit
-
-
Anton Khirnov authored
-
- 04 Jun, 2013 1 commit
-
-
Martin Storsjö authored
These help avoiding overflows and simplify error handling. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 03 Jun, 2013 1 commit
-
-
Kostya Shishkov authored
-
- 30 May, 2013 1 commit
-
-
Kostya Shishkov authored
-
- 29 May, 2013 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This simplifies specifying a value containing spaces for this parameter. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 24 May, 2013 4 commits
-
-
Anton Khirnov authored
Mostly based on libavcodec's
-
Anton Khirnov authored
It will be useful in lavfi, and could conceivably be useful to the user applications as well.
-
Anton Khirnov authored
This means that typedef struct SomeStruct {...} SomeStruct will only be documented as SomeStruct in the doxy, without a pointless entry in the typedefs list.
-
Yusuke Nakamura authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 21 May, 2013 1 commit
-
-
Diego Biurrun authored
If the "build_only" variable is set in the configuration file, the FATE client will skip running tests and just compile all targets. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 18 May, 2013 2 commits
-
-
Luca Barbato authored
With the parameter --toolchain valgrind-massif, the configure script sets reasonable defaults that can be overridden as explained in the documentation.
-
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 2 commits
-
-
Anton Khirnov authored
The declaration order is more meanigful in most cases.
-
Kostya Shishkov authored
-
- 15 May, 2013 1 commit
-
-
Anton Khirnov 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.
-
- 04 May, 2013 1 commit
-
-
Reinhard Tartler authored
With the parameter --valgrind-memcheck, the configure script sets reasonable defaults that can be overridden as explained in the documentation. The idea of using set_defaults is from Luca Barbato.
-
- 03 May, 2013 3 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
-
Masaki Tanaka authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 30 Apr, 2013 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 24 Apr, 2013 1 commit
-
-
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>
-
- 19 Apr, 2013 1 commit
-
-
Anton Khirnov authored
Based on a patch by Vittorio Giovara <vittorio.giovara@gmail.com> Fixes Bug 378.
-
- 11 Apr, 2013 13 commits
-
-
Vittorio Giovara authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
Removes an arbitrary hardcoded limit on the number of filters.
-
Anton Khirnov authored
The caller needs to know what valid indices can be passed to avfilter_pad_get_name/type.
-
Anton Khirnov authored
This will be useful in avtools in the following commits. Any other caller might also want to know this information.
-
Anton Khirnov authored
-
Anton Khirnov authored
Drop the unused opaque parameter from its signature.
-
Anton Khirnov authored
It will be useful in the following commits.
-
Anton Khirnov authored
Since this function adds a standalone filter to a filter graph and we do not support creating such filters, there is no reason for this function to exist.
-
Anton Khirnov authored
Since we do not support "standalone" filters not attached to an AVFilterGraph, we should not have a public function to create such filters. In addition that function is horribly named, the action it does cannot be possibly described as "opening" a filter.
-
Anton Khirnov authored
We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do.
-
Anton Khirnov authored
Adapted from the author's blag. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
-
- 09 Apr, 2013 1 commit
-
-
Anton Khirnov authored
-