- 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 4 commits
-
-
Anton Khirnov authored
-
Janne Grunau authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 01 Oct, 2012 1 commit
-
-
Clément Bœsch authored
This needs to be accessible for libavfilter in the next commit.
-
- 25 Sep, 2012 1 commit
-
-
Derek Buitenhuis authored
All versions of MinGW-w64 prior to version 3, as well as all versions of MinGW32 have broken implementations of vsnprintf. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 06 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
This reverts commit ba537202. A better implementation has been commited by the same author to qatar Conflicts: configure Found-by: jamal <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 05 Sep, 2012 1 commit
-
-
Ronald S. Bultje authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 28 Aug, 2012 1 commit
-
-
Ronald S. Bultje authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 05 Jul, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #1513
-
- 04 Jul, 2012 3 commits
-
-
Diego Biurrun authored
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 24 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Jun, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 11 Jun, 2012 1 commit
-
-
Stefano Sabatini authored
The table is mostly useful to enumerate the available AVERROR* in the test output.
-
- 08 Jun, 2012 1 commit
-
-
Justin Ruggles authored
Move vector_fmul() from DSPContext to AVFloatDSPContext.
-
- 07 May, 2012 1 commit
-
-
Diego Biurrun authored
-
- 20 Apr, 2012 1 commit
-
-
Justin Ruggles authored
The functions operate on the sample level rather than the byte level and work with all audio sample formats.
-
- 12 Apr, 2012 1 commit
-
-
Diego Biurrun authored
-
- 26 Mar, 2012 3 commits
-
-
Diego Biurrun authored
This allows simplifying the Makefiles; it is no longer necessary to register arch subdirectory Makefiles, just putting them in place is enough.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 21 Mar, 2012 1 commit
-
-
Nicolas George authored
-
- 12 Mar, 2012 1 commit
-
-
Janne Grunau authored
The were broken since August of 2010 without anyone noticing until three weeks ago. Nobody cares about it anymore and hopefully Marvell will support NEON like in the PXA978 from now on.
-
- 23 Feb, 2012 1 commit
-
-
Michael Niedermayer authored
Reviewed-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Feb, 2012 1 commit
-
-
Stefano Sabatini authored
-