- Oct 17, 2014
-
-
Benoit Fouet authored
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.
-
- Aug 01, 2014
-
-
Diego Biurrun authored
This allows running all the tests individually and/or in parallel.
-
- Jul 10, 2014
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 18, 2014
-
-
Anton Khirnov authored
It has not been properly maintained for years and there is little hope of that changing in the future. It appears simpler to write a new replacement from scratch than unbreaking it.
-
- Jun 16, 2014
-
-
Vittorio Giovara authored
-
- May 06, 2014
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 23, 2014
-
-
Stefano Sabatini authored
Restore the old name, which was more meaningful and consistent with the names of the other examples.
-
- Feb 25, 2014
-
-
Anton Khirnov authored
Based on a patch by Andrew Kelley <superjoe30@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Feb 19, 2014
-
-
Diego Biurrun authored
-
- Feb 02, 2014
-
-
Stefano Sabatini authored
-
- Jan 20, 2014
-
-
Stefano Sabatini authored
Show how to perform streamcopy from one container to another.
-
- Dec 01, 2013
-
-
Diego Biurrun authored
-
- Nov 30, 2013
-
-
Timothy Gu authored
Also the libavutil/ffversion.h will be installed. Rationale: * Applications might want to know FFmpeg's version besides the individual libraries'. * Avoids file name clash between FFmpeg's ./version.h and lib*/version.h when a library source file includes both and is compiled on an out-of-tree build. Fixes #1769. Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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
-
-
Nicolas George authored
The benchmark tests the speed of the following algorithms: MD5, SHA-1, SHA-256, SHA-512, RIPEMD-160, AES-128. It can optionally be built to perform the same benchmark on other crypto libraries, for comparison purposes. The supported libraries are: - crypto: OpenSSL's libcrypto; - gcrypt: GnuTLS's libgcrypt; - tomcrypt: LibTomCrypt To enable them, use this syntax: make VERSUS=crypto+gcrypt+tomcrypt tools/crypto_bench They do not need to have been enabled in configure.
-
- May 16, 2013
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 14, 2013
-
-
Stefano Sabatini authored
-
- Apr 05, 2013
-
-
Reinhard Tartler authored
The gcov/lcov are a common toolchain for visualizing code coverage with the GNU/Toolchain. The documentation and implementation of this integration was heavily inspired from the blog entry by Mike Melanson: http://multimedia.cx/eggs/using-lcov-with-ffmpeg/
-
Stefano Sabatini authored
In particular, add documentation configuration system, through the doc/config.texi file. Fix trac issue #2374.
-
- Mar 26, 2013
-
-
Loren Merritt authored
Taken from: http://lists.mplayerhq.hu/pipermail/mencoder-users/2006-August/003801.html and x264 See: [FFmpeg-devel] [PATCH] tools: add tiny_ssim Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 24, 2013
-
-
Nicolas George authored
Useful for testing seek implementations.
-
- Jan 17, 2013
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Dec 06, 2012
-
-
Clément Bœsch authored
-
- Nov 06, 2012
-
-
Stefano Sabatini authored
-
- Nov 03, 2012
-
-
Stefano Sabatini authored
-
- Oct 25, 2012
-
-
Stefano Sabatini authored
-
- Oct 23, 2012
-
-
Diego Biurrun authored
-
- Oct 19, 2012
-
-
Hendrik Leppkes authored
exp files are created in every build and contain export information of the libraries. Both pdb and ilk are created during debug builds, and contain linking and debug information used by MSVC. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Oct 16, 2012
-
-
Andrew Euell authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 07, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 02, 2012
-
-
Stefano Sabatini authored
-
- Aug 28, 2012
-
-
Clément Bœsch authored
-
- Aug 07, 2012
-
-
Mans Rullgard authored
Many compilers need special flags to compile *.h files as regular source code, if they will do so at all. Rather than hoping all compilers will have such a flag and adding mappings for it, create wrapper .c files for test building single headers. This allows using the regular rule for compiling C files without the need for special flags, and it also provides proper dependency tracking for these objects. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jul 07, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 04, 2012
-
-
Mans Rullgard authored
This tool uses lavfi internal symbols not accessible in shared libraries. TESTPROGS are linked statically to allow them use of library internals not normally exported. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
This avoids confusion from patterns meant to only match at the top level matching files in subdirectories.
-
- Jun 13, 2012
-
-
Diego Biurrun authored
-