- 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
-
- May 12, 2012
-
-
Clément Bœsch authored
-
- May 09, 2012
-
-
Clément Bœsch authored
-
- May 02, 2012
-
-
Joakim Plate authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Apr 27, 2012
-
-
Diego Biurrun authored
Ignoring all files that start with the name of a library matches some files that are not generated. So replace libfoo/libfoo* with patterns for static and shared libraries, pkg-config and version files.
-
- Mar 25, 2012
-
-
Diego Biurrun authored
-
- Feb 23, 2012
-
-
Diego Biurrun authored
This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
-
- Jan 25, 2012
-
-
Diego Biurrun authored
-
- Jan 23, 2012
-
-
Anton Khirnov authored
-
- Dec 20, 2011
-
-
Alexander Strasser authored
Also create a plain text (.txt) file from fate.texi if the makeinfo program is available. Signed-off-by:
Alexander Strasser <eclipse7@gmx.net> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 19, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 12, 2011
-
-
Hendrik Leppkes authored
Ignore another filetype, as generated by Microsofts lib.exe when creating the import libraries.
-
- Sep 11, 2011
-
-
Joakim Plate authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 22, 2011
-
-
Nicolas George authored
The table is automatically generated from the definition of enum CodecID in avcodec.h and contains the name of all known codecs, even those for which no encoder nor decoder exists or is enabled. The table is queried using the avcodec_get_name function. If CONFIG_SMALL is true, the table is not compiled in; the avcodec_get_name looks for names in the list of available decoders and encoders.
-
- Aug 12, 2011
-
-
Anton Khirnov authored
It will be further developed with a few incompatible changes. ffmpeg.c will stay as is for some time, so any scripts using it won't be broken.
-
- Aug 09, 2011
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- Jul 13, 2011
-
-
Diego Biurrun authored
-
- Jul 06, 2011
-
-
Diego Biurrun authored
-