- 04 Feb, 2018 1 commit
-
-
Jun Zhao authored
Usage is: ./vaapi_transcode input_stream codec output_stream For example: - ./vaapi_transcode input.mp4 h264_vaapi output_h264.mp4 - ./vaapi_transcode input.mp4 vp8_vaapi output_vp8.ivf Does not handle resolution changes on the input stream. Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
-
- 28 Nov, 2017 1 commit
-
-
Jun Zhao authored
Supports only raw NV12 input. Example use: ./vaapi_encode 1920 1080 test.yuv test.h264 Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
-
- 05 Oct, 2017 1 commit
-
-
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>
-
- 30 Sep, 2017 1 commit
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 29 Sep, 2017 1 commit
-
-
James Almer authored
-
- 29 Jul, 2017 1 commit
-
-
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>
-
- 27 Feb, 2017 1 commit
-
-
Diego Biurrun authored
-
- 21 Feb, 2017 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 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>
-