- 29 Dec, 2013 1 commit
-
-
Luca Barbato authored
And remove all the circular inclusions of avutil.h while at it.
-
- 16 Dec, 2013 1 commit
-
-
Diego Biurrun authored
It was deprecated over two years ago.
-
- 09 Dec, 2013 1 commit
-
-
Vittorio Giovara authored
-
- 05 Dec, 2013 1 commit
-
-
James Almer authored
Originally written by James Almer <jamrial@gmail.com> With the following contributions by Timothy Gu <timothygu99@gmail.com> * Use descriptions of libraries from the pkg-config file generation function * Use "FFmpeg Project" as CompanyName (suggested by Alexander Strasser) * Use "FFmpeg" for ProductName as MSDN says "name of the product with which the file is distributed" [1]. * Use FFmpeg's version (N-xxxxx-gxxxxxxx) for ProductVersion per MSDN [1]. * Only build the .rc files when --enable-small is not enabled. [1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058.aspxSigned-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Nov, 2013 1 commit
-
-
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>
-
- 22 Nov, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 17 Nov, 2013 2 commits
-
-
Michael Niedermayer authored
lls1 taken from ff130d73 This is incompatible with libavcodec version 55.18.100 to 55.43.100 except 55.39.101 This incompatibility is caused by these libavcodec versions depending on a libavutil 52 which is ABI incompatible with the previous ABI 52 you can avoid this incompatibility by upgrading your libavcodec so it does no longer depend on the invalid ABI See: 502ab21a See: cc6714bb See: 41578f70 See: Ticket3136 Tested-by: marillat Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Sep, 2013 1 commit
-
-
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.
-
- 09 Aug, 2013 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Jun, 2013 1 commit
-
-
James Almer authored
Includes RIPEMD-128, RIPEMD-160, RIPEMD-256 and RIPEMD-320 Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 02 Jun, 2013 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 May, 2013 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 May, 2013 2 commits
-
-
Reimar Döffinger authored
Also use this API in framemd5. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 09 May, 2013 1 commit
-
-
Michael Niedermayer authored
This is about 6 times faster than md5sum on linux Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Apr, 2013 1 commit
-
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Apr, 2013 1 commit
-
-
Anton Khirnov authored
-
- 03 Apr, 2013 2 commits
-
-
Carl Eugen Hoyos authored
-
Anton Khirnov authored
Add simpler names and a shorthand for native atomics (as opposed to pthreads fallback).
-
- 01 Apr, 2013 1 commit
-
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Mar, 2013 4 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Add AVBuffer-based reference counting API to it.
-
Anton Khirnov authored
-
Ronald S. Bultje authored
These could be used for reference counting, or for keeping track of decoding progress in references in multithreaded decoders. Support is provided by gcc/msvc/suncc intrinsics, with a fallback using pthread mutexes. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 15 Jan, 2013 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This supports HMAC-MD5 and HMAC-SHA1 for now, other hashes are simple to add. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 11 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 05 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 25 Oct, 2012 3 commits
-
-
Stefano Sabatini authored
-
Alexis Ballier authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
- 23 Oct, 2012 1 commit
-
-
Anton Khirnov authored
This reverts commit d15c21e5. After the major bump this is no longer necessary.
-
- 20 Oct, 2012 2 commits
-
-
Martin Storsjö authored
Earlier versions of for instance of libavcodec expect this symbol to be present in libavutil. This commit can be reverted after the next major bump. New shared builds of avcodec will link to the internal copy of the table within that library, so those builds won't rely on this table being present in avutil any longer either. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
This removes inline av_log2 and av_log2_16bit from the public API, instead exporting them as regular functions. In-tree code still gets the inline and otherwise optimised variants. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Oct, 2012 1 commit
-
-
Mans Rullgard authored
Add a configure function to pull in a compat object and set up redirects in one operation. This avoids duplicating conditions across configure and makefiles. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 Oct, 2012 1 commit
-
-
Diego Biurrun authored
The table is so small that the space gain is not worth the performance overhead of cross-library access.
-
- 11 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 08 Oct, 2012 2 commits
-
-
Anton Khirnov authored
-
Janne Grunau authored
-