- 13 Sep, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 07 Sep, 2011 1 commit
-
-
Kieran Kunhya authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 23 Aug, 2011 1 commit
-
-
Alberto Delmás authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 19 Aug, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 17 Aug, 2011 1 commit
-
-
Sven Hesse authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 09 Aug, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 22 Jul, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 13 Jul, 2011 2 commits
-
-
Tomas Härdin authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Benjamin Larsson authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 12 Jul, 2011 1 commit
-
-
Diego Biurrun authored
Sometimes it makes sense to replace a raw URL with some informative text that links to the URL instead of using the raw URL itself in the text. Also transform some mailing list references into links.
-
- 08 Jul, 2011 6 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Now the bin directory only contains those DLLs that are actually used. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The build system doesn't use lib.exe any longer, and therefore this can be simplified. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Jul, 2011 2 commits
-
-
Martin Storsjö authored
Specifying --enable-static --disable-shared isn't necessary, these are the defaults. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
It is enabled automatically when required nowadays. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 24 Jun, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 22 Jun, 2011 2 commits
-
-
Stefano Sabatini authored
Avoid an incomplete listing of the libav* libraries, and the need to update them again.
-
Stefano Sabatini authored
-
- 27 May, 2011 2 commits
-
-
Justin Ruggles authored
This adds basic stream format support and allows for arbitrary bit rates rather than just those supported in AC-3.
-
Diego Biurrun authored
-
- 26 May, 2011 1 commit
-
-
Diego Biurrun authored
-
- 23 May, 2011 1 commit
-
-
Kamil Nowosad authored
This needs work but it should not rot in soc svn.
-
- 15 May, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 12 May, 2011 1 commit
-
-
Diego Biurrun authored
Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems since it causes certain system functions to be hidden on some (BSD) systems. The solution is to only add the flag on systems that really require it, i.e. glibc-based ones. This change makes BSD systems compile out-of-the-box without the need for adding specific flags manually. It also allows dropping a number of flags set manually on a file-per-file basis, but were only present to work around breakage introduced by the presence of _POSIX_C_SOURCE. Also add _XOPEN_SOURCE to CPPFLAGS for glibc systems. We use XSI extensions in several places already, so it is preferable to define it globally instead of littering source files with individual #defines only needed for glibc.
-
- 11 May, 2011 1 commit
-
-
Baptiste Coudurier authored
-
- 01 May, 2011 1 commit
-
-
Peter Ross authored
-
- 29 Apr, 2011 1 commit
-
-
Joshua Warner authored
-
- 26 Apr, 2011 2 commits
-
-
anatoly authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Alexander E. Patrakov authored
-
- 24 Apr, 2011 2 commits
-
-
Nicolas George authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Apr, 2011 1 commit
-
-
Diego Biurrun authored
-
- 22 Apr, 2011 3 commits
-
-
Carl Eugen Hoyos authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Setting this should fix the FATE build failure on DragonFly BSD, since inet_aton only is visible if __BSD_VISIBLE is set. Alternatively, a line defining __BSD_VISIBLE=1 could be added at the top of os_support.c. For FreeBSD, similar lines are required in libavdevice/bktr.c and libavdevice/oss_audio.c, too. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Carl Eugen Hoyos authored
-