- 16 Aug, 2015 1 commit
-
-
Mariusz Szczepańczyk authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 31 Jul, 2015 1 commit
-
-
Stephan Holljes authored
Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com>
-
- 28 Mar, 2015 1 commit
-
-
Lukasz Marek authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jan, 2015 1 commit
-
-
Andreas Cadhalpun authored
It uses at least sin(). Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 18 Aug, 2014 1 commit
-
-
Clément Bœsch authored
The reasoning behind this addition is that various third party applications are interested in getting some motion information out of a video "for free" when it is available. It was considered to export other information as well (such as the intra information about the block, or the quantization) but the structure might have ended up into a half full-generic, half full of codec specific cruft. If more information is necessary, it should either be added in the "flags" field of the AVMotionVector structure, or in another side-data. This commit also includes an example exporting them in a CSV stream.
-
- 23 Apr, 2014 1 commit
-
-
Stefano Sabatini authored
Restore the old name, which was more meaningful and consistent with the names of the other examples.
-
- 17 Mar, 2014 1 commit
-
-
Andrey Utkin authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 Feb, 2014 1 commit
-
-
Stefano Sabatini authored
-
- 20 Jan, 2014 1 commit
-
-
Stefano Sabatini authored
Show how to perform streamcopy from one container to another.
-
- 28 Nov, 2013 1 commit
-
-
Clément Bœsch authored
-
- 04 Nov, 2013 1 commit
-
-
Clément Bœsch authored
That example shows how the decoding process works, not only the demuxing.
-
- 04 Sep, 2013 1 commit
-
-
Clément Bœsch authored
It uses at least sin()
-
- 26 Jun, 2013 1 commit
-
-
Stefano Sabatini authored
There is no much point in optimizing example code, and the -O2 flag is annoying when debugging.
-
- 06 Dec, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 04 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
This is more useful for testing purposes. Also allow to specify the name of the output file.
-
- 02 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 30 Aug, 2012 1 commit
-
-
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.
-
- 28 Aug, 2012 2 commits
-
-
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.
-
- 27 Aug, 2012 2 commits
-
-
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.
-
- 05 Jun, 2012 1 commit
-
-
Andrew Wason authored
The filtering_audio.c example needs to be updated for the new "abuffer" filter args. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 May, 2012 3 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
These rules are already in gmake builtins.
-
Clément Bœsch authored
-
- 12 May, 2012 5 commits
-
-
Clément Bœsch authored
It is required for audio filtering.
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
These two examples use the sin() function.
-
Clément Bœsch authored
-
- 08 May, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 Feb, 2012 2 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
Mostly based on doc/examples/filtering.c. lavfi API is still limited to "buffer feeding" instead of "frame feeding" at the moment, so this example code sticks with it.
-
- 19 Feb, 2012 1 commit
-
-
Clément Bœsch authored
-
- 11 Oct, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
-
- 08 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
-
- 04 Jul, 2011 1 commit
-
-
Stefano Sabatini authored
The suffix is redundant since the containing directory itself is called "examples". Simplify.
-
- 01 Jun, 2011 1 commit
-
-
Stefano Sabatini authored
Rename: api-example.c -> encoding-example.c output-example.c -> muxing-example.c
-
- 30 May, 2011 1 commit
-
-
Stefano Sabatini authored
-