- May 10, 2013
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Apr 22, 2013
-
-
Clément Bœsch authored
-
- Apr 17, 2013
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Set select->select internally to the function, avoid lossy double->int conversion causing spurious frame drop (e.g. in case the evaluation result is positive and less than 1).
-
- Apr 14, 2013
-
-
Clément Bœsch authored
dsputil_init() is deprecated and not meant to be exported. ff_dsputil_init() is internal to libavcodec and thus can not be used. avpriv_dsputil_init() is the version shared between libraries. This commit fixes 3 unjustified libavfilter deprecated warnings.
-
- Apr 12, 2013
-
-
Michael Niedermayer authored
This is mostly automated global search and replace The deprecated aconvert filter is disabled, if it still has users it should be updated Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 11, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
- Mar 24, 2013
-
-
Clément Bœsch authored
-
- Mar 10, 2013
-
-
Clément Bœsch authored
-
- Feb 07, 2013
-
-
Stefano Sabatini authored
In particular, fix trac ticket #2248.
-
Stefano Sabatini authored
-
- Dec 20, 2012
-
-
Clément Bœsch authored
-
- Dec 12, 2012
-
-
Stefano Sabatini authored
Also log scene value. Improve debugging.
-
Stefano Sabatini authored
Add options introspection, and improve error feedback.
-
Stefano Sabatini authored
The variable is now used also for audio frames.
-
Stefano Sabatini authored
The file now contains also an audio select implementation. Also move the aselect/select documentation from video filters to the multimedia filters section.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Simplify.
-
- Nov 28, 2012
-
-
Anton Khirnov authored
The new code reads the input frame when its ready, the previous code did read the input frame during start_frame at which point it may not yet be available. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Any alleged performance benefits gained from the split are purely mythological and do not justify added code complexity.
-
- Oct 21, 2012
-
-
Clément Bœsch authored
-
- Oct 14, 2012
-
-
Clément Bœsch authored
-
Clément Bœsch authored
Also make sure we use the actual width of the image and not the whole linesize.
-
- Oct 13, 2012
-
-
Clément Bœsch authored
-
- Oct 10, 2012
-
-
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>
-
- Sep 20, 2012
-
-
Clément Bœsch authored
-
- Sep 18, 2012
-
-
Clément Bœsch authored
This avoid a crash when the filter fails before config_input(), typically with a syntax error in the next filter: select=gt(scene\,.4),select=fail
-
- Aug 17, 2012
-
-
Nicolas George authored
This is only necessary because of the poll_frame implementation. Removing it altogether would be another solution.
-
- Aug 15, 2012
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 22, 2012
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- Jul 21, 2012
-
-
Ronald S. Bultje authored
-
- Jul 20, 2012
-
-
Anton Khirnov authored
This reduces code duplication and prevents stale pointers from remaining on the link.
-
- Jun 26, 2012
-
-
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.
-