- Oct 05, 2017
-
-
James Almer authored
Split it off from install-data. Among other things, this prevents spamming triplicate log lines during install. Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Sep 30, 2017
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Sep 29, 2017
-
-
James Almer authored
-
- Jul 29, 2017
-
-
Jun Zhao authored
Works with VAAPI, VDPAU, DXVA2 and D3D11VA. Signed-off-by:
Liu, Kaixuan <kaixuan.liu@intel.com> Signed-off-by:
Jun Zhao <jun.zhao@intel.com> Reviewed-by:
Steven Liu <lingjiujianke@gmail.com> Signed-off-by:
Mark Thompson <sw@jkqxz.net>
-
- Feb 27, 2017
-
-
Diego Biurrun authored
-
- Feb 21, 2017
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Aug 16, 2015
-
-
Mariusz Szczepańczyk authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jul 31, 2015
-
-
Stephan Holljes authored
Signed-off-by:
Stephan Holljes <klaxa1337@googlemail.com>
-
- Mar 28, 2015
-
-
Lukasz Marek authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 10, 2015
-
-
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>
-
- Aug 18, 2014
-
-
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.
-
- Apr 23, 2014
-
-
Stefano Sabatini authored
Restore the old name, which was more meaningful and consistent with the names of the other examples.
-
- Mar 17, 2014
-
-
Andrey Utkin authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 02, 2014
-
-
Stefano Sabatini authored
-
- Jan 20, 2014
-
-
Stefano Sabatini authored
Show how to perform streamcopy from one container to another.
-
- Nov 28, 2013
-
-
Clément Bœsch authored
-
- Nov 04, 2013
-
-
Clément Bœsch authored
That example shows how the decoding process works, not only the demuxing.
-
- Sep 04, 2013
-
-
Clément Bœsch authored
It uses at least sin()
-
- Jun 26, 2013
-
-
Stefano Sabatini authored
There is no much point in optimizing example code, and the -O2 flag is annoying when debugging.
-
- Dec 06, 2012
-
-
Stefano Sabatini authored
-
- Sep 04, 2012
-
-
Stefano Sabatini authored
This is more useful for testing purposes. Also allow to specify the name of the output file.
-
- Sep 02, 2012
-
-
Stefano Sabatini authored
-
- Aug 30, 2012
-
-
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.
-
- Aug 28, 2012
-
-
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.
-
- Aug 27, 2012
-
-
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.
-
- Jun 05, 2012
-
-
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>
-
- May 19, 2012
-
-
Clément Bœsch authored
-
Clément Bœsch authored
These rules are already in gmake builtins.
-
Clément Bœsch authored
-
- May 12, 2012
-
-
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
-
- May 08, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 21, 2012
-
-
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.
-