- 20 Oct, 2011 1 commit
-
-
Justin Ruggles authored
-
- 18 Oct, 2011 1 commit
-
-
Stefano Sabatini authored
The function strtok_r() is part of the POSIX.1 specification, but is not available on some platforms. We provide an internal implementation, so we do not need to rely on a platform implementation.
-
- 17 Oct, 2011 3 commits
-
-
Derek Buitenhuis authored
Add a wrapper for libutvideo's decoder. This supports decoding the following FOURCCs: ULY0 - 4:2:0 YCbCr ULY2 - 4:2:2 YCbCr ULRG - RGB ULRA - RGBA Also, bump version. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
The ported filter supports named option parsing and more YUV formats. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
With the following additions: * support to gray format * support to yuva420p format * parametric luma/chroma/alpha radius * consistency check on the radius values, avoid crashes with invalid values Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 12 Oct, 2011 2 commits
-
-
Elvis Presley authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
- 10 Oct, 2011 1 commit
-
-
Diego Biurrun authored
-
- 04 Oct, 2011 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- 03 Oct, 2011 1 commit
-
-
Mans Rullgard authored
The inline asm added in bf5d46d8 uses the 'y' modifier which is only supported from gcc 4.5. This check allows building with older compilers. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 26 Sep, 2011 2 commits
-
-
Mans Rullgard authored
This declares dependencies to skip tests using libavfilter when it is disabled. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
tipok authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Sep, 2011 1 commit
-
-
Reimar Döffinger authored
Replaces a very hackish hack to fix the same issue (call instruction overwriting stack variables). Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 24 Sep, 2011 1 commit
-
-
Sean McGovern authored
When using suncc to build, the Solaris linker will mark an executable with each instruction set encountered by the Solaris assembler. As our libraries contain their own guards for processor-specific code, instead suppress generation of the HWCAPS ELF section on Solaris x86 only. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 19 Sep, 2011 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Similar to libswscale this does resampling and format convertion, just for audio instead of video. changing sampling rate, sample formats, channel layouts and sample packing all in one with a very simple public interface. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Sep, 2011 1 commit
-
-
Anton Khirnov authored
-
- 16 Sep, 2011 1 commit
-
-
Stefano Sabatini authored
Add aconvert filter to perform sample format, channel layout, and packing format conversion. The aconvert code depends on audio conversion code in libavcodec, so this requires a dependency on libavcodec. Based on previous work by S.N. Hemanth Meenakshisundaram and Mina Nagy Zaki, performed for the GSoC 2010 and 2011.
-
- 15 Sep, 2011 2 commits
-
-
Elvis Presley authored
Signed-off-by:
Elvis Presley <elvis@e.p>
-
Elvis Presley authored
Signed-off-by:
Elvis Presley <elvis@e.p>
-
- 13 Sep, 2011 3 commits
-
-
Michael Niedermayer authored
This reverts commit 9104cd51. Revert requested by ramiro Conflicts: configure
-
Michael Niedermayer authored
I dont know on which system the prior check failed but an advanced linker on some platform might have optimized func() out as unreachable. Patch taken from http://floss.freebox.fr Author: unknown Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
-
- 11 Sep, 2011 1 commit
-
-
Art Clarke authored
taken from svn head of xuggle
-
- 08 Sep, 2011 1 commit
-
-
Mohamed Naufal authored
-
- 04 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
Based on code by Rolf Siegrist Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Sep, 2011 2 commits
-
-
Reimar Döffinger authored
This is the same code as for x86_64. This is necessary because uname returns PPC64 if the hardware is 64 bit, however the userland can still be fully 32 bit. In that case FFmpeg fails to compile because some macros in the asm code are set up incorrectly. For details see https://bugs.gentoo.org/show_bug.cgi?id=341235Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Clément Bœsch authored
-
- 30 Aug, 2011 2 commits
-
-
Mohamed Naufal authored
-
Mohamed Naufal authored
-
- 27 Aug, 2011 1 commit
-
-
Stefano Sabatini authored
-
- 26 Aug, 2011 1 commit
-
-
Diego Biurrun authored
-
- 23 Aug, 2011 2 commits
-
-
Alberto Delmás authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Carl Eugen Hoyos authored
Fix ticket 413.
-
- 21 Aug, 2011 1 commit
-
-
Mina Nagy Zaki authored
Originally based on code by Stefano Sabatini and S. N. Hemanth. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
- 16 Aug, 2011 1 commit
-
-
Stefano Sabatini authored
strsep() is not POSIX compliant, and thus not supported on some platform. Fix compilation on Solaris.
-
- 15 Aug, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-