- 07 Sep, 2012 1 commit
-
-
Ramiro Polla authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 06 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
The native filter transpose is perfectly equivalent.
-
- 05 Sep, 2012 5 commits
-
-
Stefano Sabatini authored
Make internal small_strptime() function public, and use it in place of strptime(). This allows to avoid a dependency on strptime() on systems which do not support it. In particular, fix trac ticket #992.
-
Nedeljko Babic authored
FFT in MIPS implementation is working iteratively instead of "recursively" calling functions for smaller FFT sizes. Some of DSP and format convert utils functions are also optimized. Signed-off-by:
Nedeljko Babic <nbabic@mips.com> Reviewed-by:
Vitor Sessak <vitor1001@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 04 Sep, 2012 5 commits
-
-
Martin Storsjö authored
Also mention this change in APIchanges. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Stefano Sabatini authored
Emulate the mp=rotate passthrough mode.
-
Stefano Sabatini authored
This is more useful for testing purposes. Also allow to specify the name of the output file.
-
Stefano Sabatini authored
The new option name is more descriptive.
-
Stefano Sabatini authored
CSV escaping code is borrowed from ffprobe.c.
-
- 02 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 01 Sep, 2012 2 commits
-
-
Stefano Sabatini authored
It was natively integrated into libavfilter.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Aug, 2012 4 commits
-
-
Jérémy Tran authored
This allows dynamic reconfiguration of the filter. The callback uses some code that was in the init function. Hence this code has been moved in its own function. Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Stefano Sabatini authored
This filter is based on the MPlayer decimate filter by Rich Felker.
-
Stefano Sabatini authored
It was natively integrated into libavfilter.
-
Alberto Delmás authored
Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 30 Aug, 2012 9 commits
-
-
Stephan Hilb authored
The cpia video decoder is intended to be used with the v4l2 demuxer. There are some small changes to the v4l2 demuxer to support the variable frame length of the format. Fixes ticket #1537 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
Stefano Sabatini authored
In case CFLAGS/LDLIBS are already defined and conflicting with the pkg-config flags, give priority to the latter since they are used to detect compilation flags. This should fix for example the case where there are many different instances of a library, CFLAGS=-I/foo/include and pkg-config cflags say -I/bar/include.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 29 Aug, 2012 2 commits
-
-
Ramiro Polla authored
Based on patch by rogerdpack <rogerpack2005@gmail.com> Tested-by:
Roger Pack <rogerdpack2@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
- 28 Aug, 2012 5 commits
-
-
Andrey Utkin authored
This patch accepts 'timeout' option for input mode only. As far as i know, UDP output cannot introduce delays. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
$(RM) already includes that flag. Spotted-by: ubitux
-
Stefano Sabatini authored
This example should be useful to show the basic functionality of the libswscale API. More advanced features (scaling options etc., colorspace tweaking) may be added later.
-
Jérémy Tran authored
This is a port of the MPlayer smartblur filter (libmpcodecs/vf_smartblur.c) by Michael Niedermayer. Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Nicolas George authored
Extract of the output: | Individual channels: | NAME DESCRIPTION | FL front left | FR front right | <snip> | SDR surround direct right | | Standard channel layouts: | NAME DECOMPOSITION | mono FC | stereo FL+FR | <snip> | octagonal FL+FR+FC+BL+BR+BC+SL+SR | downmix DL+DR
-
- 27 Aug, 2012 3 commits
-
-
Stefano Sabatini authored
Add a switch which controls which operation to perform. Useful to test only a single feature. Also the new behavior is more self-consistent.
-
Stefano Sabatini authored
Use $(RM) in place of rm, drop useless "-r" for removing files.
-
Stefano Sabatini authored
Do not clutter the temporary directory with files, also "/tmp" is not always available, e.g. in Windows. Also add the clean-test Makefile rule, which will clean the generated files.
-
- 24 Aug, 2012 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-