- 26 Jun, 2012 16 commits
-
-
Anton Khirnov authored
The warning silenced was: libavfilter/avfiltergraph.c: In function ‘avfilter_graph_config’: libavfilter/avfiltergraph.c:500:13: warning: ‘best_idx’ may be used uninitialized in this function [-Wuninitialized]
-
Anton Khirnov authored
The warning silenced was: libavfilter/af_join.c: In function ‘join_request_frame’: libavfilter/af_join.c:451:9: warning: ‘nb_samples’ may be used uninitialized in this function [-Wuninitialized]
-
Anton Khirnov authored
It is a plain int now.
-
Anton Khirnov authored
-
Anton Khirnov authored
Move private fields to the private section, remove holes.
-
Anton Khirnov authored
Place related fields together, remove holes.
-
Anton Khirnov authored
Place related fields together, remove holes, move private fields to the end and mark them as private.
-
Anton Khirnov authored
Place related fields together, remove holes.
-
Anton Khirnov authored
Place related fields together, remove holes.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It is not used in any filters currently and is inherently evil. If passing binary data to filters is required in the future, it should be done with some AVOptions-based system.
-
- 22 Jun, 2012 5 commits
-
-
Alex Converse authored
Inspired by MPlayer's af_channels filter and SoX's remix effect.
-
Anton Khirnov authored
It joins multiple input streams into one multi-channel output.
-
Anton Khirnov authored
This makes synchronization simpler for filters with multiple inputs.
-
Anton Khirnov authored
This breaks libavfilter ABI.
-
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 4 commits
-
-
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.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It will be used for audio too.
-
- 18 Jun, 2012 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 15 Jun, 2012 1 commit
-
-
Janne Grunau authored
-
- 13 Jun, 2012 7 commits
-
-
Anton Khirnov authored
Fixes a possible invalid write, found by Nicolas George.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This is more consistent with naming in the rest of Libav.
-
Anton Khirnov authored
It will allow adding new fields to it without ABI breaks.
-
Anton Khirnov authored
This will allow making AVFilterPad opaque for the calling apps, since those are the only two fields that can be useful to the users.
-
Anton Khirnov authored
They are only useful inside filters and we don't allow user filters for now.
-
- 12 Jun, 2012 2 commits
-
-
Anton Khirnov authored
-
Alex Converse authored
-
- 10 Jun, 2012 1 commit
-
-
Anton Khirnov authored
Fix build after b74a1da4.
-
- 05 Jun, 2012 2 commits
-
-
Anton Khirnov authored
They are only useful inside filters and we don't allow user filters for now.
-
Anton Khirnov authored
They are only useful inside filters and we don't allow user filters for now.
-