- 09 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Aug, 2014 1 commit
-
-
Clément Bœsch authored
-
- 06 Jul, 2014 1 commit
-
-
Timothy Gu authored
This header is designed as a public header (with APIchanges entry and everything), but it is forgotten to put into the headers to be installed list. Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 May, 2014 1 commit
-
-
Nicolas George authored
-
- 19 May, 2014 1 commit
-
-
Vittorio Giovara authored
Add AV_PKT_DATA_DISPLAYMATRIX and AV_FRAME_DATA_DISPLAYMATRIX as stream and frame side data (respectively) to describe a display transformation matrix for linear transformation operations on the decoded video. Add functions to easily extract a rotation angle from a matrix and conversely to setup a matrix for a given rotation angle. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 30 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
This avoids a dependancy of libavfilter on libavcodec See Ticket 3592 Fixes Ticket2784 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Apr, 2014 1 commit
-
-
Nedeljko Babic authored
Signed-off-by:
Nedeljko Babic <nbabic@mips.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Mar, 2014 1 commit
-
-
Anton Khirnov authored
-
- 18 Mar, 2014 1 commit
-
-
Janne Grunau authored
-
- 15 Feb, 2014 1 commit
-
-
Tim Walker authored
-
- 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
-