- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 05 Aug, 2012 1 commit
-
-
Reinhard Tartler authored
Found with a clang-scan report on http://fate.libav.org/csa/
-
- 09 Jul, 2012 1 commit
-
-
Anton Khirnov authored
-
- 22 Jun, 2012 1 commit
-
-
Anton Khirnov authored
It currently does the following: 1) get a zeroed audio buffer 2) copy some properties (but not the data) of the input buffer to it 3) pass this buffer to the output filter This looks useless and is indeed not used by any filters, therefore delete it. Make ff_null_filter_samples() (just pass the buffer to the next filter) the new default.
-
- 21 Jun, 2012 1 commit
-
-
Anton Khirnov authored
It's redundant, since the input buffer is passed as a parameter to the filter_samples() callback, and can lead to stale pointers remaining on the link.
-
- 13 Jun, 2012 2 commits
-
-
Anton Khirnov authored
Fixes a possible invalid write, found by Nicolas George.
-
Anton Khirnov authored
This is more consistent with naming in the rest of Libav.
-
- 18 May, 2012 1 commit
-
-
Anton Khirnov authored
-
- 09 May, 2012 1 commit
-
-
Anton Khirnov authored
This is easier to follow than having them randomly scattered in avfilter.c and defaults.c.
-