- 07 Sep, 2011 1 commit
-
-
Anton Khirnov authored
It's a hack which was created to allow for multiple options with different defaults to refer to same field (e.g. 'b' vs 'ab'). There is no need for it anymore.
-
- 06 Sep, 2011 3 commits
-
-
Michael Niedermayer authored
Found-by: Rolf Siegrist Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
This is done in order to clarify the non-video-specific nature of the buffersink code, as the result of the video/audio API unification of the previous commit, and for improving overall consistency.
-
Stefano Sabatini authored
The new API is more generic (no distinction between audio/video for pulling frames), and avoids code duplication. A backward compatibility layer is kept for avoiding tools ABI breaks (only for the video binary interface, audio interface was never used in the tools).
-
- 05 Sep, 2011 2 commits
-
-
Michael Niedermayer authored
vf_drawtext: always use expanded_text as we always support strftime() now and dont depend on localtime_r() anymore Found-by: Rolf Siegrist Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
modern OS should have localtime_r() or return thread locals on localtime() hopefully Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 31 Aug, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 30 Aug, 2011 4 commits
-
-
Michael Niedermayer authored
the basetime argument also enables useage of pts instead of time() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This makes it easier to refer to filters where things are seperated by spaces. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
- 29 Aug, 2011 5 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Found-by: Nicolas George Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 27 Aug, 2011 3 commits
-
-
Michael Niedermayer authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 26 Aug, 2011 1 commit
-
-
Diego Biurrun authored
-
- 23 Aug, 2011 2 commits
-
-
Stefano Sabatini authored
The file is going to contain the amovie source, so give it a less specific name.
-
Stefano Sabatini authored
Reduce code duplication.
-
- 22 Aug, 2011 4 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
This is required for the pending lavfi indev extension, also consistent with the video buffer sink.
-
Stefano Sabatini authored
Allow factorization for the pending work on the audio movie source.
-
Stefano Sabatini authored
-
- 21 Aug, 2011 3 commits
-
-
Stefano Sabatini authored
Add the sar option. Useful for debugging/testing purposes.
-
Stefano Sabatini authored
Fix GCC warning: asrc_abuffer.c: In function ‘init’: asrc_abuffer.c:258: warning: passing argument 1 of ‘strtok_r’ discards qualifiers from pointer target type
-
Mina Nagy Zaki authored
Originally based on code by Stefano Sabatini and S. N. Hemanth. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
- 20 Aug, 2011 1 commit
-
-
Stefano Sabatini authored
Useful for debugging.
-
- 17 Aug, 2011 1 commit
-
-
Mina Nagy Zaki authored
Based on a patch by Stefano. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
- 16 Aug, 2011 2 commits
-
-
Stefano Sabatini authored
strsep() is not POSIX compliant, and thus not supported on some platform. Fix compilation on Solaris.
-
Stefano Sabatini authored
-
- 15 Aug, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 14 Aug, 2011 4 commits
-
-
Stefano Sabatini authored
The previous default value 0x0 was not good, since it is not even valid.
-
Stefano Sabatini authored
In apply_unsharp(), when y is >= height, prevent out-of-buffer reading from src, read from the last buffer line in src2 instead. The check was implemented in the original unsharp libmpcodecs code and lost in the port. This also fixes output discrepancy between the two filters.
-
Stefano Sabatini authored
The delogo filter has been natively integrated into libavfilter, simplify.
-
Stefano Sabatini authored
The ported filter supports named option parsing and more YUV formats.
-