- 06 Feb, 2011 1 commit
-
-
Anssi Hannula authored
NASM versions older than 2.08 fail to build ffmpeg with several "error: operation size not specified" errors but this is not caught in configure. Fix that by checking if "pextrd [eax], xmm0, 1" works in configure. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 30 Jan, 2011 1 commit
-
-
Mans Rullgard authored
-
- 25 Jan, 2011 3 commits
-
-
Mans Rullgard authored
This allows passing armcc-specific flags with --extra-cflags without choking the assembler. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This adds a function to filter out words matching a pattern from a list. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Daniel Verkamp authored
This moves network_extralibs setup before use so that the link tests for network functions work correctly. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 24 Jan, 2011 1 commit
-
-
Mans Rullgard authored
The PathScale compiler miscompiles wrapping arithmetic without these flags. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 23 Jan, 2011 1 commit
-
-
Mans Rullgard authored
Dragonfly, NetBSD, and OpenBSD do not support symbol versioning although our link test passes. Disable it explicitly for these systems. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 21 Jan, 2011 4 commits
-
-
Mans Rullgard authored
This fixes shared library builds broken by 50196a98Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Some variants of mktemp require a template, so provide one when checking for the command. We already supply a template in the subsequent uses of mktemp. Thanks to Michael Kostylev. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This does the same thing and also fixes the trapping in some (possibly broken) shells. Suggested by Michael Kostylev. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This makes configure --disable-everything --enable-demuxer=foo work as expected. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 20 Jan, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 Jan, 2011 7 commits
-
-
Mans Rullgard authored
-
Mans Rullgard authored
Recent gcc versions define __ARM_PCS or __ARM_PCS_VFP to indicate the VFP ABI in use, and ARM RVCT defines __SOFTFP__ when using this ABI. If none of these are defined, check $cross_prefix and $cc for the substring "hardfloat", and finally fall back to a linker test. This gives the correct result in most configurations.
-
Mans Rullgard authored
-
Mans Rullgard authored
-
Mans Rullgard authored
This macro has unconditionally used .p2align for a long time and serves no useful purpose.
-
Mans Rullgard authored
This is required on systems where the linker does not change the permissions of an existing output file.
-
Mans Rullgard authored
Some linkers fail if this flag is used when creating an executable file. Since the flag is meaningful only for shared libraries, dropping it from the main link flags is correct.
-
- 17 Jan, 2011 1 commit
-
-
Lou Logan authored
Changes "version from SVN" to "version from Git". Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 05 Jan, 2011 1 commit
-
-
Daniel Verkamp authored
Originally committed as revision 26221 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jan, 2011 2 commits
-
-
Stefano Sabatini authored
Originally committed as revision 26213 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Fixed-point AC-3 encoder renamed to ac3_fixed. Regression test acodec-ac3 renamed to acodec-ac3_fixed. Regression test lavf-rm changed to use ac3_fixed encoder. Originally committed as revision 26209 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jan, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 26203 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jan, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 26200 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
FILTERNAME=ARGS and FILTERNAME:ARGS syntax. The same filter class will be used for managing all the libopencv filtering functions. Originally committed as revision 26079 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 26073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Dec, 2010 1 commit
-
-
Ronald S. Bultje authored
Galvão Póvoa <marspeoplester gmail com>, mentored by Robert Swain <robert dot swain gmail com>. Originally committed as revision 26051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Dec, 2010 1 commit
-
-
Martin Storsjö authored
This macro is disabled if --enable-small or --disable-optimizations are set. Currently, this leads to warnings about functions being defined but not used, for functions in header files. By defining av_always_inline as inline or as av_unused, we avoid these warnings. This doesn't make a normal build with --enable-small any larger, since the compiler probably chooses not to inline these functions even if they're marked as inline. Originally committed as revision 26032 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Dec, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 25944 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Dec, 2010 1 commit
-
-
Michael Chinen authored
Seek test reference updated because FLAC seeking now works properly. Fixes roundup issue 1150. Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25914 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Dec, 2010 1 commit
-
-
Baptiste Coudurier authored
Patch by Baptiste with some fixes by me. Originally committed as revision 25880 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25857 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Nov, 2010 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 25670 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Nov, 2010 1 commit
-
-
Janne Grunau authored
The decoder is just a wrapper around the AAC decoder. based on patch by Paul Kendall { paul <ät> kcbbs gen nz } Originally committed as revision 25642 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Oct, 2010 1 commit
-
-
Jason Garrett-Glaser authored
Required after r25567. Originally committed as revision 25576 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Oct, 2010 1 commit
-
-
Martin Storsjö authored
This allows compilation of one of them without requiring the others' dependencies to be present. Originally committed as revision 25535 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Oct, 2010 1 commit
-
-
Martin Storsjö authored
The demuxer inspects the payload type of a received RTP packet and handles the cases where the content is fully described by the payload type. Originally committed as revision 25527 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Oct, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 25463 to svn://svn.ffmpeg.org/ffmpeg/trunk
-