- 23 Jul, 2012 2 commits
-
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPE protocol implementation uses ffrtmpcrypt:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 22 Jul, 2012 1 commit
-
-
Mans Rullgard authored
Use compiler-specific replacements for the -o flag in check_cc. This makes tests work properly with compilers using non-standard flags. The tms470 flags are updated to work with this scheme. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 21 Jul, 2012 11 commits
-
-
Diego Biurrun authored
-
Mans Rullgard authored
This is in preparation for following changes. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Samuel Pitoiset authored
The incompatibility with librtmp is already expressed in the ffrtmphttp protocol dependency declaration, which both RTMPT and RTMPTS depend on. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Mans Rullgard authored
This is in preparation for supporting host compilers with non-standard flags. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is more consistent, and doing it earlier is harmless. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows filtering of linker flags the same was as already supported for CFLAGS. The filter must be initialised to 'echo' early since it is invoked by --extra-ldflags. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Name variables pertaining to various types of flags with 'cflags' etc as prefix instead of suffix. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is not used and the current design would not work properly if mixing tools needing different filters. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This variable is only used once, so setting it there is clearer. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Paul B Mahol authored
-
- 20 Jul, 2012 1 commit
-
-
Nicolas George authored
-
- 19 Jul, 2012 1 commit
-
-
Mans Rullgard authored
This provides a more precise identification of the compiler used. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 Jul, 2012 6 commits
-
-
Stefano Sabatini authored
XShmCreateImage dependency is implied by x11grab.
-
Stefano Sabatini authored
Increase consistency with the other similar messages.
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 17 Jul, 2012 3 commits
-
-
Michael Bradshaw authored
Based on FFmpeg version from commit 713a7854Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 16 Jul, 2012 3 commits
-
-
Samuel Pitoiset authored
The prefix makes it easier to distinguish the proper end-user protocols from the internal ones. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Martin Storsjö authored
This makes the two checks (general vs winsock) fit in better. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Jul, 2012 2 commits
-
-
Martin Storsjö authored
This is only used for checking for a certain library, but the code doesn't need to know whether the function was found. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
The actual result of the check isn't used anywhere (since we use this function unconditionally within #ifdef _WIN32), but it makes sure we explicitly link to shell32 (which is linked in implictly on mingw). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 14 Jul, 2012 3 commits
-
-
Ronald S. Bultje authored
This function is only available in the headers if unconditionally targeting a version >= XP. It is not strictly necessary, since we try loading these functions dynamically at runtime on windows in the fallback, but this makes things a bit faster and more straightforward. On mingw32, this function isn't visible by default, while it is on mingw64 (on both 32 and 64 bit). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
jamal authored
Fixes ticket #1515
-
jamal authored
-
- 12 Jul, 2012 4 commits
-
-
Michael Niedermayer authored
build_system: mark libfdk as non GPL compatible until the situation is clarified by someone qualified. The license fee text may be interpreted as a additional restriction in the GPL sense. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
The old files were scattered in several directories, with an unusual name, but dependencies to the usual name, and relative paths. The new files are regrouped in a singled directory (doc/examples/pc-uninstalled) with their usual name and more absolute paths. With this change, it becomes possible to compile the examples with the ffmpeg build tree by setting the environment variable: PKG_CONFIG_PATH=pc-uninstalled
-
Diego Biurrun authored
The mxf_d10 test depends on avconv, which depends on avfilter, so there is no need to declare an avfilter dependency for the mxf_d10 test.
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 11 Jul, 2012 3 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Ronald S. Bultje authored
This allows compiling and running these tests on systems lacking a built- in version of getopt(), such as MSVC. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Ronald S. Bultje authored
Add a fallback implementation if it doesn't exist. Signed-off-by:
Martin Storsjö <martin@martin.st>
-