Clément Bœsch 
							
						 
					 
					
						
						
							
						
						9986e50a6e 
					 
					
						
						
							
							configure: make vp9 decoder select the parser.  
						
						... 
						
						
						
						The parser is needed. FATE breaks if not present. 
						
						
					 
					
						2014-05-17 16:13:42 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						2ca97c7802 
					 
					
						
						
							
							configure: make sure pkg-config flags are populated in FT test.  
						
						
						
						
					 
					
						2014-05-17 16:13:42 +02:00 
						 
				 
			
				
					
						
							
							
								Katerina Barone-Adesi 
							
						 
					 
					
						
						
							
						
						4d25c2bc76 
					 
					
						
						
							
							build: Support building using clang-usan and disable-optimization  
						
						... 
						
						
						
						Clang Undefined Behaviour Sanitizer seems to make non-constant constant
expressions, making the compilation fail when they are used within
inline assembly if no optimization is requested.
Add -O1 to the cflags to hide the misbehaviour.
Bug-Id: 683 
						
						
					 
					
						2014-05-16 19:58:34 +02:00 
						 
				 
			
				
					
						
							
							
								James Almer 
							
						 
					 
					
						
						
							
						
						cdff1cc98f 
					 
					
						
						
							
							configure: add check for AVX inline support  
						
						... 
						
						
						
						Signed-off-by: James Almer <jamrial@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-16 05:24:59 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						ffa05e0802 
					 
					
						
						
							
							avcodec/opusdec: switch to swresample  
						
						... 
						
						
						
						This also fixes linking failures in doc/examples which where apparently
caused by the linking order between avcodec and avresample
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-15 18:28:45 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						2c7d3ecfc9 
					 
					
						
						
							
							Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'  
						
						... 
						
						
						
						* commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222':
  lavc: add a native Opus decoder.
Conflicts:
	Changelog
	configure
	libavcodec/version.h
Fate tests pass with both avresample as well as swresample based opus decoder, but
are disabled (reference files are very large so i want to think a day or 2 about
if theres an alternative or if they could be avoided, they also dont match the
official samples)
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-15 18:20:17 +02:00 
						 
				 
			
				
					
						
							
							
								Tristan Matthews 
							
						 
					 
					
						
						
							
						
						7c5ca546a0 
					 
					
						
						
							
							configure: fix enable-libopus help string  
						
						
						
						
					 
					
						2014-05-15 18:17:01 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						b70d7a4ac7 
					 
					
						
						
							
							lavc: add a native Opus decoder.  
						
						... 
						
						
						
						Initial implementation by Andrew D'Addesio <modchipv12@gmail.com > during
GSoC 2012.
Completion by Anton Khirnov <anton@khirnov.net >, sponsored by the
Mozilla Corporation.
Further contributions by:
Christophe Gisquet <christophe.gisquet@gmail.com >
Janne Grunau <janne-libav@jannau.net >
Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2014-05-15 06:49:34 +02:00 
						 
				 
			
				
					
						
							
							
								batguano999 
							
						 
					 
					
						
						
							
						
						434ba17b22 
					 
					
						
						
							
							configure: add encoding to --enable-libopus doc.  
						
						
						
						
					 
					
						2014-05-14 19:07:49 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						c683e6aa2c 
					 
					
						
						
							
							build: move ebur128 swr dep to configure.  
						
						
						
						
					 
					
						2014-05-13 23:13:44 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						f0ae467e6c 
					 
					
						
						
							
							configure: swresample depends on avutil  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-13 22:40:47 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						3d7218d932 
					 
					
						
						
							
							Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'  
						
						... 
						
						
						
						* commit '449511740f06a4675b0066730fa45cdb764ffafc':
  build: handle library dependencies in configure
Conflicts:
	common.mak
	configure
	libavdevice/Makefile
	libavfilter/Makefile
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-13 22:40:32 +02:00 
						 
				 
			
				
					
						
							
							
								Janne Grunau 
							
						 
					 
					
						
						
							
						
						449511740f 
					 
					
						
						
							
							build: handle library dependencies in configure  
						
						... 
						
						
						
						Instead of setting FFLIBS in each library Makefile configure
exports FFLIBS-$library in config.mak. 
						
						
					 
					
						2014-05-13 20:02:01 +02:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						a01fedd9b8 
					 
					
						
						
							
							Fix compilation with --enable-lto --enable-shared with icc.  
						
						
						
						
					 
					
						2014-05-12 18:16:48 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Oliver 
							
						 
					 
					
						
						
							
						
						4d93e758d7 
					 
					
						
						
							
							configure: Ensure log2 is disable based on msvcrt version.  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-12 10:08:15 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Oliver 
							
						 
					 
					
						
						
							
						
						3b2ab8a783 
					 
					
						
						
							
							configure: Allow log2 with msvc12 onwards.  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-12 03:46:50 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						5449239a03 
					 
					
						
						
							
							Merge commit '67afcefb35932b420998f6f3fda46c7c85848a3f'  
						
						... 
						
						
						
						* commit '67afcefb35932b420998f6f3fda46c7c85848a3f':
  lavc: Add new VDA hwaccel
Conflicts:
	configure
	libavcodec/vda.h
	libavcodec/vda_h264.c
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-12 01:57:02 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						67afcefb35 
					 
					
						
						
							
							lavc: Add new VDA hwaccel  
						
						... 
						
						
						
						It leverages the new hwaccel 1.2 features:
- get_buffer2 is never called
- the internal context is automatically initialized/deinitialized
Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2014-05-11 15:00:03 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Oliver 
							
						 
					 
					
						
						
							
						
						efcea0b911 
					 
					
						
						
							
							configure: Fix floating point conformance ith icl.  
						
						... 
						
						
						
						Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-11 13:57:00 +02:00 
						 
				 
			
				
					
						
							
							
								Hendrik Leppkes 
							
						 
					 
					
						
						
							
						
						bc47801968 
					 
					
						
						
							
							configure: check for recent dxva2api headers with fixed COBJMACROS defines  
						
						... 
						
						
						
						This fixes build failures on older mingw chains (before 2012).
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-09 14:18:05 +02:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						db01de4c0a 
					 
					
						
						
							
							Fix standalone compilation of sonic lossless encoder.  
						
						
						
						
					 
					
						2014-05-05 09:14:31 +02:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						431c7bd3f4 
					 
					
						
						
							
							Map --enable-lto to -ipo when compiling with icc.  
						
						
						
						
					 
					
						2014-05-04 17:16:26 +02:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						a64df19c5b 
					 
					
						
						
							
							Disable inline_asm_direct_symbol_refs if lto was requested.  
						
						... 
						
						
						
						This fixes link time optimizations with gcc without disabling inline asm.
Fixes ticket #2941 . 
						
						
					 
					
						2014-05-04 17:09:21 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Oliver 
							
						 
					 
					
						
						
							
						
						a6b0c0e123 
					 
					
						
						
							
							Enable inline asm in intel compiler on windows.  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-04 03:26:40 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Oliver 
							
						 
					 
					
						
						
							
						
						1ccd1a3860 
					 
					
						
						
							
							Enable opencl wihtout pthreads.  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-02 05:37:07 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						154d80eae7 
					 
					
						
						
							
							Merge commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e'  
						
						... 
						
						
						
						* commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e':
  lavfi: add Bauer stereo-to-binaural audio filter
Conflicts:
	Changelog
	configure
	doc/filters.texi
	libavfilter/Makefile
	libavfilter/allfilters.c
	libavfilter/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-05-01 14:14:10 +02:00 
						 
				 
			
				
					
						
							
							
								Alessandro Ghedini 
							
						 
					 
					
						
						
							
						
						1c0210c798 
					 
					
						
						
							
							lavfi: add Bauer stereo-to-binaural audio filter  
						
						... 
						
						
						
						Signed-off-by: Anton Khirnov <anton@khirnov.net > 
						
						
					 
					
						2014-05-01 08:00:30 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						21c7e99659 
					 
					
						
						
							
							Merge commit 'a61c2115fb936d50b8b0328d00562fe529a7c46a'  
						
						... 
						
						
						
						* commit 'a61c2115fb936d50b8b0328d00562fe529a7c46a':
  configure: rework dxva in avconv handling
Conflicts:
	Makefile
	configure
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-29 01:47:53 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						c6eee3120a 
					 
					
						
						
							
							Merge commit '35177ba77ff60a8b8839783f57e44bcc4214507a'  
						
						... 
						
						
						
						* commit '35177ba77ff60a8b8839783f57e44bcc4214507a':
  avconv: add support for DXVA2 decoding
Conflicts:
	Makefile
	configure
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-29 01:22:22 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						a61c2115fb 
					 
					
						
						
							
							configure: rework dxva in avconv handling  
						
						... 
						
						
						
						Move the dxva check after the dependencies have been detected, make sure
the ole32 library exists.
Fixes build on non-Windows. 
						
						
					 
					
						2014-04-28 23:02:56 +02:00 
						 
				 
			
				
					
						
							
							
								Hendrik Leppkes 
							
						 
					 
					
						
						
							
						
						35177ba77f 
					 
					
						
						
							
							avconv: add support for DXVA2 decoding  
						
						... 
						
						
						
						Signed-off-by: Anton Khirnov <anton@khirnov.net > 
						
						
					 
					
						2014-04-28 21:21:54 +02:00 
						 
				 
			
				
					
						
							
							
								James Almer 
							
						 
					 
					
						
						
							
						
						096de451b0 
					 
					
						
						
							
							configure: add support for new CPUs  
						
						... 
						
						
						
						Add new -march values for Intel CPUs (introduced with GCC 4.9.x), add support
for the missing AMD btver* CPUs, and improve SunCC flags accordingly.
Signed-off-by: James Almer <jamrial@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-28 20:16:40 +02:00 
						 
				 
			
				
					
						
							
							
								James Almer 
							
						 
					 
					
						
						
							
						
						25d5ea6d5a 
					 
					
						
						
							
							lavu: add LOCAL_ALIGNED_32  
						
						... 
						
						
						
						Signed-off-by: James Almer <jamrial@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-25 06:12:51 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						6e5cce1cbe 
					 
					
						
						
							
							configure: allow overriding ranlib  
						
						... 
						
						
						
						Reviewed-by: Timothy Gu <timothygu99@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-25 04:28:43 +02:00 
						 
				 
			
				
					
						
							
							
								YuDenzel 
							
						 
					 
					
						
						
							
						
						443936d8b9 
					 
					
						
						
							
							configure: Fix ld flags when rpath is enabled.  
						
						... 
						
						
						
						Provide correct rpath flags to ld when --enable-rpath is provided. 
						
						
					 
					
						2014-04-24 03:03:45 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						56efd98a65 
					 
					
						
						
							
							Merge commit 'e2834567d73bd1e46478ba67ac133cb8ef5f50fd'  
						
						... 
						
						
						
						* commit 'e2834567d73bd1e46478ba67ac133cb8ef5f50fd':
  On2 AVC decoder
Conflicts:
	Changelog
	configure
	libavcodec/avcodec.h
	libavcodec/codec_desc.c
	libavcodec/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-23 20:47:13 +02:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						e2834567d7 
					 
					
						
						
							
							On2 AVC decoder  
						
						
						
						
					 
					
						2014-04-23 19:57:44 +02:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						bf411fffd4 
					 
					
						
						
							
							examples: rename avcodec.c to decoding_encoding.c  
						
						... 
						
						
						
						Restore the old name, which was more meaningful and consistent with the
names of the other examples. 
						
						
					 
					
						2014-04-23 10:32:42 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						451c78740a 
					 
					
						
						
							
							Merge commit '93e15a323871613fd26f1f1e317029a50b5b24ca'  
						
						... 
						
						
						
						* commit '93e15a323871613fd26f1f1e317029a50b5b24ca':
  fic: use correct IDCT
Merged-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-21 20:20:39 +02:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						93e15a3238 
					 
					
						
						
							
							fic: use correct IDCT  
						
						... 
						
						
						
						Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com > 
						
						
					 
					
						2014-04-21 12:37:54 -04:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						e8fc91e22a 
					 
					
						
						
							
							Merge commit '4936ef6492f640e1606c6507f2c4e495164d3974'  
						
						... 
						
						
						
						* commit '4936ef6492f640e1606c6507f2c4e495164d3974':
  configure: Handle armcc 5.0
Conflicts:
	configure
See: db55365d0fmichaelni@gmx.at > 
						
						
					 
					
						2014-04-19 13:39:32 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
							
						
						4936ef6492 
					 
					
						
						
							
							configure: Handle armcc 5.0  
						
						... 
						
						
						
						The first line of the "armcc --vsn" output in one version is
"Product: ARM Compiler 5.04".
Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2014-04-19 12:49:20 +03:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
							
						
						3a1feb01da 
					 
					
						
						
							
							Fix standalone compilation of image2_alias_pix and image2_brender_pix demuxers.  
						
						
						
						
					 
					
						2014-04-19 00:46:23 +02:00 
						 
				 
			
				
					
						
							
							
								James Almer 
							
						 
					 
					
						
						
							
						
						968c44ce89 
					 
					
						
						
							
							configure: Remove deprecated incompatible_fork_abi option  
						
						... 
						
						
						
						It's been deprecated since ffmpeg 2.0
Signed-off-by: James Almer <jamrial@gmail.com >
Analysis of the usage of the switches by: wm4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-18 18:14:40 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						443261cbbd 
					 
					
						
						
							
							Merge commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432'  
						
						... 
						
						
						
						* commit 'f1b239ec8b38474d31f3bfea1f0b1693774fa432':
  drawtext: Add fontconfig support
Conflicts:
	configure
	doc/filters.texi
	libavfilter/vf_drawtext.c
See: 40b7a27badmichaelni@gmx.at > 
						
						
					 
					
						2014-04-17 05:15:26 +02:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						f1b239ec8b 
					 
					
						
						
							
							drawtext: Add fontconfig support  
						
						... 
						
						
						
						Introduce the `font` option and make it optional to pass a fontfile.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org > 
						
						
					 
					
						2014-04-17 00:41:30 +02:00 
						 
				 
			
				
					
						
							
							
								Lars Hammarstrand 
							
						 
					 
					
						
						
							
						
						add5d7a8ce 
					 
					
						
						
							
							configure: allow the gas-preprocessor to be called with an absolute path.  
						
						... 
						
						
						
						Allow the configure tool to call the gas-preprocessor with an absolute
path when included with either the "--as" or with a separate "--gas"
option.  The patch is backward compatible and will not break any current
configuration setups.
The new behavior that comes with this option can be utilized in the
following ways:
Examples:
- Just as single option that includes both the gas-preprocessor.pl and
  cc/as at the same time:
  $ configure --as="/opt/app/build-tools/gas-preprocessor.pl \
                   /Applications/Xcode.app/.../Developer/usr/bin/gcc"
- Call gas-preprocessor with a separate option in conjunction with --as:
  $ configure --gas="/opt/app/build-tools/gas-preprocessor.pl" \
               --as="/Applications/Xcode.app/.../Developer/usr/bin/gcc"
- Address only the the gas-preprocessor and it will automatically fall
  back to as or cc whichever that's defined:
  $ configure --gas="/opt/app/build-tools/gas-preprocessor.pl"
- Or if no gas-preprocessor.pl is explicitly defined, it falls back to
  the old behaivor. 
						
						
					 
					
						2014-04-15 18:23:00 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						0bf25c7b08 
					 
					
						
						
							
							configure: fix arm osx build  
						
						... 
						
						
						
						Fixes Ticket3561
Solution suggested by jeremyhu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-15 04:37:32 +02:00 
						 
				 
			
				
					
						
							
							
								Thilo Borgmann 
							
						 
					 
					
						
						
							
						
						d2417061ef 
					 
					
						
						
							
							Add AVFoundation input device.  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-11 17:51:33 +02:00 
						 
				 
			
				
					
						
							
							
								Thilo Borgmann 
							
						 
					 
					
						
						
							
						
						c740e083bc 
					 
					
						
						
							
							configure: Fail on missing prototypes in check_oc.  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2014-04-09 13:30:40 +02:00