- 17 May, 2013 1 commit
-
-
Anton Khirnov authored
-
- 09 Apr, 2013 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 11 Nov, 2012 1 commit
-
-
Justin Ruggles authored
Also reorder some other #include when applicable.
-
- 10 Oct, 2012 1 commit
-
-
Mans Rullgard authored
A number of compilers, for example those from TI and IBM, choke on these initialisers. The current style is also quite ugly. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 21 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
-
- 26 Jun, 2012 1 commit
-
-
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 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.
-
- 05 Jun, 2012 1 commit
-
-
Anton Khirnov authored
It is only useful inside filters and we don't allow user filters for now.
-
- 14 May, 2012 1 commit
-
-
Anton Khirnov authored
Based on a patch by Mina Nagy Zaki <mnzaki@gmail.com>
-