Burt P 
							
						 
					 
					
						
						
							
						
						c41718c0d0 
					 
					
						
						
							
							af_hdcd: detect and report encoding errors and oddities  
						
						... 
						
						
						
						Count and report when a code is signaled but fails to match a known pattern.
For example try Līve - Secret Samadhi.
Signed-off-by: Burt P <pburt0@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-07-14 22:09:00 +02:00 
						 
				 
			
				
					
						
							
							
								Burt P 
							
						 
					 
					
						
						
							
						
						5c7457c028 
					 
					
						
						
							
							af_hdcd: only hdcd_update_info() when something changes  
						
						... 
						
						
						
						Only call hdcd_update_info() when the control code changes
instead of every frame, so the counters are more meaningful.
Signed-off-by: Burt P <pburt0@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-07-14 22:09:00 +02:00 
						 
				 
			
				
					
						
							
							
								Burt P 
							
						 
					 
					
						
						
							
						
						33fc4cc7c6 
					 
					
						
						
							
							af_hdcd: fewer false positives by ignoring code_counterC in HDCD detection  
						
						... 
						
						
						
						Signed-off-by: Burt P <pburt0@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-07-14 22:09:00 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						e879819e7b 
					 
					
						
						
							
							avfilter/vf_uspp: Check for encoding failure  
						
						... 
						
						
						
						Fixes CID1363015
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-07-13 20:16:27 +02:00 
						 
				 
			
				
					
						
							
							
								Burt P 
							
						 
					 
					
						
						
							
						
						7af44ce2f7 
					 
					
						
						
							
							af_hdcd: don't log full HDCD stats if HDCD was not detected  
						
						... 
						
						
						
						Signed-off-by: Burt P <pburt0@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-07-12 22:55:04 +02:00 
						 
				 
			
				
					
						
							
							
								Burt P 
							
						 
					 
					
						
						
							
						
						0d8caeb41e 
					 
					
						
						
							
							af_hdcd: integrate() renamed hdcd_integrate() to be consistent with the other function names  
						
						... 
						
						
						
						Signed-off-by: Burt P <pburt0@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-07-12 21:39:01 +02:00 
						 
				 
			
				
					
						
							
							
								Sami Hult 
							
						 
					 
					
						
						
							
						
						d4c8e93190 
					 
					
						
						
							
							Changed metadata print option to accept general urls  
						
						... 
						
						
						
						This is an - once again - updated patch, that uses avio_write instead
of avio_puts to stream clean text output without null characters. Works
now for me as intended.
Changes metadata filter to accept general urls as file argument without
breaking former behaviour. As a byproduct, it also allows for writing to
file "-" if specified as "file:-".
Example:
ffmpeg -i test.wav -filter_complex "silencedetect=n=-40dB:d=0.1,ametadata=mode=print:file='pipe\:4'" -f null
Signed-off-by: Sami Hult <sami.hult@gmail.com >
Reviewed-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-07-10 00:36:49 +02:00 
						 
				 
			
				
					
						
							
							
								Burt P 
							
						 
					 
					
						
						
							
						
						ba69a81019 
					 
					
						
						
							
							libavfilter/af_hdcd.c: Collect HDCD stats and report  
						
						... 
						
						
						
						The new HDCD filter really does nothing to show that it is working or
that HDCD control information was even detected in the stream. This
patch collects information about the decode, like which features were
used, and reports it to the user at the end.
Also,
* Fixes low-level gain adjustment
* Updates the documentation
Signed-off-by: Burt P <pburt0@gmail.com >
Reviewed-by: Paul B Mahol <onemda@gmail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-07-06 22:54:47 +02:00 
						 
				 
			
				
					
						
							
							
								Paul B Mahol 
							
						 
					 
					
						
						
							
						
						de30863fff 
					 
					
						
						
							
							avfilter/vf_rotate: add >8 bit depth support  
						
						... 
						
						
						
						Signed-off-by: Paul B Mahol <onemda@gmail.com > 
						
						
					 
					
						2016-07-04 20:39:16 +02:00 
						 
				 
			
				
					
						
							
							
								Timo Rothenpieler 
							
						 
					 
					
						
						
							
						
						1a75145559 
					 
					
						
						
							
							lavfi: Move new field to the end of AVFilterContext  
						
						... 
						
						
						
						This fixes an accidental ABI break introduced at 8688d3a 
						
						
					 
					
						2016-06-29 18:23:28 +02:00 
						 
				 
			
				
					
						
							
							
								Timo Rothenpieler 
							
						 
					 
					
						
						
							
						
						1eb43af1a0 
					 
					
						
						
							
							lavfi: Move new field to the end of AVFilterLink  
						
						... 
						
						
						
						Even though this is not part of the public API, some external
applications access fields after it, thus breaking after updating from
ffmpeg 3.0 or earlier.
Since it is not public, it can be freely moved to the end to avoid
that problem in the future.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-29 12:53:07 +02:00 
						 
				 
			
				
					
						
							
							
								Matthieu Bouron 
							
						 
					 
					
						
						
							
						
						0acc170aad 
					 
					
						
						
							
							Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'  
						
						... 
						
						
						
						* commit '535a742c2695a9e0c586b50d7fa76e318232ff24':
  build: Change structure of the linker version script templates
Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com > 
						
						
					 
					
						2016-06-27 17:56:47 +02:00 
						 
				 
			
				
					
						
							
							
								Matthieu Bouron 
							
						 
					 
					
						
						
							
						
						9eb3da2f99 
					 
					
						
						
							
							asm: FF_-prefix internal macros used in inline assembly  
						
						... 
						
						
						
						See merge commit '39d6d3618d48625decaff7d9bdbb45b44ef2a805'. 
						
						
					 
					
						2016-06-27 17:21:18 +02:00 
						 
				 
			
				
					
						
							
							
								Hendrik Leppkes 
							
						 
					 
					
						
						
							
						
						c142dc203e 
					 
					
						
						
							
							Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'  
						
						... 
						
						
						
						* commit 'dc40a70c5755bccfb1a1349639943e1f408bea50':
  Drop unnecessary libavutil/x86/asm.h #includes
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com > 
						
						
					 
					
						2016-06-26 15:53:00 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						8baa1d2209 
					 
					
						
						
							
							avfilter/vf_paletteuse: enable skip_initial_unpaired  
						
						... 
						
						
						
						Fixes crash due to unprocessed input being passed through
This fixes the last segfault caused by mixing 3.0 and 3.1 libs and
applications
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-26 01:08:28 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						f1dabc958e 
					 
					
						
						
							
							avfilter/dualinput: Add support to skip initial unpaired frames  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-26 01:01:28 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						fdd8aac7e1 
					 
					
						
						
							
							avfilter/src_movie: Add option to remove timestamp discontinuities  
						
						... 
						
						
						
						This can also be extended to remove discontiuities caused by seek commands
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-26 00:20:00 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						a887fbb582 
					 
					
						
						
							
							lavfi/subtitles: remove unecessary checks  
						
						
						
						
					 
					
						2016-06-25 19:14:21 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						e73ccfd6ad 
					 
					
						
						
							
							lavfi/subtitles: fix memleak after  6bcb1e1a 
						
						... 
						
						
						
						Spotted-by: James Almer <jamrial@gmail.com > 
						
						
					 
					
						2016-06-25 19:12:03 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						6bcb1e1aff 
					 
					
						
						
							
							lavfi/subtitles: switch to codecpar  
						
						
						
						
					 
					
						2016-06-25 16:53:35 +02:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						1b7eaead0c 
					 
					
						
						
							
							avfilter/showcqt: set some frame properties  
						
						... 
						
						
						
						Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2016-06-24 15:33:16 +07:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						5d48e4eafa 
					 
					
						
						
							
							Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'  
						
						... 
						
						
						
						* commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196':
  tests: Move all test programs to a subdirectory
Merged-by: Clément Bœsch <clement@stupeflix.com > 
						
						
					 
					
						2016-06-22 13:44:34 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						d0d9dbec2f 
					 
					
						
						
							
							Merge commit 'def03d14687b9d089950ba8e45083e666de4eb68'  
						
						... 
						
						
						
						* commit 'def03d14687b9d089950ba8e45083e666de4eb68':
  vf_frei0r: Drop overly verbose and broken debug output
Merged-by: Clément Bœsch <u@pkh.me > 
						
						
					 
					
						2016-06-21 22:00:12 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						8ef57a0d61 
					 
					
						
						
							
							Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'  
						
						... 
						
						
						
						* commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb':
  cosmetics: Fix spelling mistakes
Merged-by: Clément Bœsch <u@pkh.me > 
						
						
					 
					
						2016-06-21 21:55:34 +02:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						c01f1157ac 
					 
					
						
						
							
							Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'  
						
						... 
						
						
						
						* commit '0f40c9098498ad90dbbd2380eb4269015e84bde4':
  Drop pointless assert.h #includes
Merged-by: Clément Bœsch <clement@stupeflix.com > 
						
						
					 
					
						2016-06-21 15:26:20 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Mundt 
							
						 
					 
					
						
						
							
						
						8b7b52c863 
					 
					
						
						
							
							avfilter/vf_bwdif: Change default to deinterlace all frames  
						
						... 
						
						
						
						Signed-off-by: Thomas Mundt <loudmax@yahoo.de >
Signed-off-by: James Almer <jamrial@gmail.com > 
						
						
					 
					
						2016-06-19 17:02:09 -03:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						0fcc252829 
					 
					
						
						
							
							Revert "avfilter/trim: add compatibility layer to not break ABI used by ffmpeg"  
						
						... 
						
						
						
						This reverts commit 9219ec93b1 
						
						
					 
					
						2016-06-19 01:19:32 +02:00 
						 
				 
			
				
					
						
							
							
								Benjamin Steffes 
							
						 
					 
					
						
						
							
						
						5b95b4616a 
					 
					
						
						
							
							avfilter/af_hdcd: Use int32_t instead of int for gaintable in hdcd filter.  
						
						... 
						
						
						
						Signed-off-by: Benjamin Steffes <benjaminst123@gmail.com >
(comment by ronald)
prevent the theoretical case where the container type (int)
would be 64 bit on some platforms, which would waste some space
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-15 14:30:50 +02:00 
						 
				 
			
				
					
						
							
							
								dsmudhar 
							
						 
					 
					
						
						
							
						
						7a2b9dd060 
					 
					
						
						
							
							vf_codecview: added new options  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-15 13:56:07 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						fa0097e008 
					 
					
						
						
							
							avfilter/vf_telecine: Make frame writable before writing into it  
						
						... 
						
						
						
						Fixes Ticket 5627
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-14 18:08:56 +02:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						6602361295 
					 
					
						
						
							
							avfilter/graphparser: remove '\n' from parse_filter  
						
						... 
						
						
						
						this allow a filter to be written like this:
aformat =
    sample_fmts  = fltp|flt:
    sample_rates = 44100|44800
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2016-06-13 16:17:53 +07:00 
						 
				 
			
				
					
						
							
							
								Ilya87 
							
						 
					 
					
						
						
							
						
						be37a66971 
					 
					
						
						
							
							Timeline function for the eq filter  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-13 01:57:22 +02:00 
						 
				 
			
				
					
						
							
							
								Dave Rice 
							
						 
					 
					
						
						
							
						
						5d12cfacde 
					 
					
						
						
							
							avfilter/vf_histogram: indent histogram options  
						
						
						
						
					 
					
						2016-06-11 18:40:55 +02:00 
						 
				 
			
				
					
						
							
							
								Dave Rice 
							
						 
					 
					
						
						
							
						
						91bc42528c 
					 
					
						
						
							
							avfilter/vf_histogram: shortcuts for histogram options  
						
						
						
						
					 
					
						2016-06-11 18:40:48 +02:00 
						 
				 
			
				
					
						
							
							
								Kyle Swanson 
							
						 
					 
					
						
						
							
						
						765703498a 
					 
					
						
						
							
							avfilter/af_loudnorm: add dual_mono option  
						
						... 
						
						
						
						Signed-off-by: Kyle Swanson <k@ylo.ph > 
						
						
					 
					
						2016-06-09 13:06:30 -05:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						f2c8b666be 
					 
					
						
						
							
							avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE  
						
						... 
						
						
						
						Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-09 10:35:13 +02:00 
						 
				 
			
				
					
						
							
							
								James Almer 
							
						 
					 
					
						
						
							
						
						172af20852 
					 
					
						
						
							
							x86/showcqt: use three operand format for some instructions  
						
						... 
						
						
						
						Fixes failures with yasm 1.1.0 and older
Signed-off-by: James Almer <jamrial@gmail.com > 
						
						
					 
					
						2016-06-08 19:37:08 -03:00 
						 
				 
			
				
					
						
							
							
								James Almer 
							
						 
					 
					
						
						
							
						
						7d7fdd6532 
					 
					
						
						
							
							x86/showcqt: add missing preprocessor checks  
						
						... 
						
						
						
						Old yasm/nasm versions don't support some of these
Signed-off-by: James Almer <jamrial@gmail.com > 
						
						
					 
					
						2016-06-08 19:34:43 -03:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						2991d93520 
					 
					
						
						
							
							avfilter/src_movie: call open_stream after guess_channel_layout  
						
						... 
						
						
						
						fix error 'Channel layout change is not supported' when
opening wav file
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2016-06-09 02:00:10 +07:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						a096d3ec47 
					 
					
						
						
							
							avfilter/avf_showcqt: set range on fps/rate/r option  
						
						... 
						
						
						
						see Ticket #5618 
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2016-06-09 01:16:26 +07:00 
						 
				 
			
				
					
						
							
							
								James Almer 
							
						 
					 
					
						
						
							
						
						99b899483e 
					 
					
						
						
							
							avutil/x86util: move haddps sse emulation from showcqt  
						
						... 
						
						
						
						Signed-off-by: James Almer <jamrial@gmail.com > 
						
						
					 
					
						2016-06-08 14:18:00 -03:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						1e69ac9246 
					 
					
						
						
							
							avfilter/avf_showcqt: cqt_calc optimization on x86  
						
						... 
						
						
						
						on x86_64:
        time    PSNR
plain   3.303   inf
SSE     1.649   107.087535
SSE3    1.632   107.087535
AVX     1.409   106.986771
FMA3    1.265   107.108437
on x86_32 (PSNR compared to x86_64 plain):
        time    PSNR
plain   7.225   103.951979
SSE     1.827   105.859282
SSE3    1.819   105.859282
AVX     1.533   105.997661
FMA3    1.384   105.885377
FMA4 test is not available
Reviewed-by: James Almer <jamrial@gmail.com >
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2016-06-08 16:09:43 +07:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						77d4dfbec6 
					 
					
						
						
							
							avfilter/af_firequalizer: add zero_phase option  
						
						... 
						
						
						
						simply by substracting pts to compensate delay
also handle AV_NOPTS_VALUE
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2016-06-07 07:55:48 +07:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						abc957e896 
					 
					
						
						
							
							avfilter/af_amix: dont fail if there are no samples in output_frame()  
						
						... 
						
						
						
						Fixes Ticket5326
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-06 00:31:05 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Mundt 
							
						 
					 
					
						
						
							
						
						a0a4a4b370 
					 
					
						
						
							
							avfilter/vf_colormatrix: add bt.2020 colorspace  
						
						... 
						
						
						
						Signed-off-by: Thomas Mundt <loudmax@yahoo.de >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-05 19:46:38 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Mundt 
							
						 
					 
					
						
						
							
						
						2e395bbccf 
					 
					
						
						
							
							avfilter/vf_colormatrix: increase precision  
						
						... 
						
						
						
						Signed-off-by: Thomas Mundt <loudmax@yahoo.de >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-06-05 18:47:36 +02:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						1e6a0c9d14 
					 
					
						
						
							
							avfilter/avf_showcqt: render default font at 960x16  
						
						... 
						
						
						
						and let ffmpeg scaler scale it
this impoves quality
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2016-06-04 14:05:04 +07:00 
						 
				 
			
				
					
						
							
							
								Muhammad Faiz 
							
						 
					 
					
						
						
							
						
						1b05521bb7 
					 
					
						
						
							
							avfilter/avf_showcqt: full chroma blending on draw_axis_yuv  
						
						... 
						
						
						
						improve quality on axis drawing with yuv422p and yuv420p format
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com > 
						
						
					 
					
						2016-06-02 16:14:16 +07:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						645f7c1ce5 
					 
					
						
						
							
							avfilter/f_loop: Fix leak on error  
						
						... 
						
						
						
						Fixes CID1355117
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-05-29 21:21:59 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						be96ebdcd7 
					 
					
						
						
							
							avfilter/vf_fieldhint: Reorder operation to prevent hypothetical integer overflow  
						
						... 
						
						
						
						Fixes CID1355110
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc > 
						
						
					 
					
						2016-05-29 19:00:15 +02:00