Janne Grunau 
							
						 
					 
					
						
						
						
						
							
						
						
							348b8218f7 
							
						 
					 
					
						
						
							
							convert svn:ignore properties to .gitignore files  
						
						... 
						
						
						
						Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> 
						
						
					 
					
						2011-01-17 15:50:14 +01:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
						
						
							
						
						
							90603f7c93 
							
						 
					 
					
						
						
							
							Update smc fate ref due to r26310  
						
						... 
						
						
						
						Originally committed as revision 26342 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2011-01-14 22:32:26 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							dc7e07ac1f 
							
						 
					 
					
						
						
							
							Add stereo rematrixing support to the AC-3 encoders.  
						
						... 
						
						
						
						This improves the audio quality significantly for stereo source with both the
fixed-point and floating-point AC-3 encoders.
Update acodec-ac3_fixed and seek-ac3_rm test references.
Originally committed as revision 26271 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2011-01-08 23:21:17 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							87c1410d11 
							
						 
					 
					
						
						
							
							Add a FATE test for Playstation STR version 3  
						
						... 
						
						
						
						Originally committed as revision 26231 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2011-01-05 19:53:16 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							6fd96d1a85 
							
						 
					 
					
						
						
							
							Change the AC-3 encoder to use floating-point.  
						
						... 
						
						
						
						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 
						
						
					 
					
						2011-01-04 11:53:44 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							815495f040 
							
						 
					 
					
						
						
							
							Remove the "-idct simple" command line option from the fate-psx-str test,  
						
						... 
						
						
						
						it should not be necessary anymore.
Originally committed as revision 26198 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2011-01-02 12:42:49 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							ec44dd5fc2 
							
						 
					 
					
						
						
							
							Change the default dB-per-bit code from 2 to 3.  
						
						... 
						
						
						
						This gives slightly better quality in PEAQ tests.
Code 3 gives a dBpb value of 2816 = -132dB (128 psd units = -6dB), which
corresponds to 22 bits. Since the exponents have an offset applied, the
16-bit source looks like 24-bit source to the bit allocation routine.
So using dBpb code=3 is a closer match to the exponent range.
Regression test refs updated for acodec-ac3, lavf-rm, and seek-ac3_rm.
Originally committed as revision 26144 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-29 19:17:22 +00:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
						
						
							
						
						
							8d660f7527 
							
						 
					 
					
						
						
							
							Make fate vp8 test cover emu_edge cases  
						
						... 
						
						
						
						Originally committed as revision 26134 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-29 17:48:57 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							2c77c90684 
							
						 
					 
					
						
						
							
							add SubRip decoder  
						
						... 
						
						
						
						Originally committed as revision 26119 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-28 23:52:53 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							b567020943 
							
						 
					 
					
						
						
							
							Add copy filter, useful for testing the avfilter_draw_slice() copy  
						
						... 
						
						
						
						code.
Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-28 01:01:09 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							295ab2af6e 
							
						 
					 
					
						
						
							
							Change FIX15() back to clipping to -32767..32767.  
						
						... 
						
						
						
						This avoids a 16-bit overflow in mdct512() due to a -32768 value in costab.
References updated for acodec-ac3, lavf-rm, and seek-ac3_rm tests.
Thanks to Måns Rullgård for finding the bug.
Originally committed as revision 26071 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-21 21:18:58 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							90ca26e121 
							
						 
					 
					
						
						
							
							Increase STDDEV tolerance for the fate-amrwb-14k25 test so it pass in  
						
						... 
						
						
						
						x86_64 boxes.
Originally committed as revision 26064 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-20 22:01:48 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							9c32023f5b 
							
						 
					 
					
						
						
							
							Add AMR-WB FATE tests  
						
						... 
						
						
						
						Originally committed as revision 26063 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-20 21:35:18 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							eb066a4ce9 
							
						 
					 
					
						
						
							
							Discard partial packet of last frame for fate-wmv8-drm to avoid test fails  
						
						... 
						
						
						
						due to VC-1 decoder overreads resulting in different output.
Originally committed as revision 26055 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-18 23:11:31 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							853395b913 
							
						 
					 
					
						
						
							
							Add test for ASF -cryptokey that tests only demuxing, but both audio and video  
						
						... 
						
						
						
						to complement the existing video-only decode test.
Originally committed as revision 26054 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-18 16:06:56 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							bf09a01981 
							
						 
					 
					
						
						
							
							Change ASF demuxer to return incomplete last packets.  
						
						... 
						
						
						
						Whether the behaviour for streams using scrambling makes sense
is unclear.
Originally committed as revision 26053 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-18 13:18:52 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							8c634b707b 
							
						 
					 
					
						
						
							
							Update the test references for lavf-rm and seek-ac3_rm.  
						
						... 
						
						
						
						The references changed due to r25956.
Originally committed as revision 26004 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-14 16:14:52 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							918cd2255c 
							
						 
					 
					
						
						
							
							Simplify fix15().  
						
						... 
						
						
						
						Turn it into 2 macros, and use av_clip_int16() and lrintf().
This matches the int16 to float sample conversion in audioconvert.c.
The regression test output is different due to lrintf() rounding.
Originally committed as revision 25956 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-12-14 14:51:02 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Chinen 
							
						 
					 
					
						
						
						
						
							
						
						
							475ae04a27 
							
						 
					 
					
						
						
							
							Add a FLAC parser.  
						
						... 
						
						
						
						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 
						
						
					 
					
						2010-12-07 14:50:50 +00:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
						
						
							
						
						
							ad556addfd 
							
						 
					 
					
						
						
							
							Fix h264-conformance-frext-frext_mmco4_sony_b conformance test.  
						
						... 
						
						
						
						This includes a revert of r25840
Originally committed as revision 25842 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-11-29 10:35:57 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
						
						
							
						
						
							79561f0ed4 
							
						 
					 
					
						
						
							
							Update fate h264 test due to r25824, this file has 2 frames delay  
						
						... 
						
						
						
						Originally committed as revision 25840 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-11-28 23:09:30 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
						
						
							
						
						
							9d9c3e1a70 
							
						 
					 
					
						
						
							
							Make DNxHD encoder produce files that are strictly VC-3 compatible  
						
						... 
						
						
						
						Originally committed as revision 25756 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-11-16 01:00:55 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							bad1117b8c 
							
						 
					 
					
						
						
							
							Add AMR-NB FATE tests  
						
						... 
						
						
						
						Originally committed as revision 25750 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-11-14 09:35:51 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							4aa826e994 
							
						 
					 
					
						
						
							
							Add Musepack7 FATE test  
						
						... 
						
						
						
						Originally committed as revision 25749 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-11-14 09:34:55 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							bbf07bf9b8 
							
						 
					 
					
						
						
							
							Remove now unused file (should have been part of commit r25735)  
						
						... 
						
						
						
						Originally committed as revision 25736 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-11-12 20:15:36 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							c51722bf97 
							
						 
					 
					
						
						
							
							Test 4XM decoding (and not only demuxing) in FATE tests  
						
						... 
						
						
						
						Originally committed as revision 25735 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-11-12 20:04:41 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							e61bb0852f 
							
						 
					 
					
						
						
							
							Add test for cropping of interlaced H.264.  
						
						... 
						
						
						
						Originally committed as revision 25677 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-11-04 21:48:54 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							9fc2b70826 
							
						 
					 
					
						
						
							
							Update 24 bpp TM1 reference for decoder fixes.  
						
						... 
						
						
						
						Originally committed as revision 25664 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-11-03 18:13:09 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							94bdb1f80c 
							
						 
					 
					
						
						
							
							Avoid negative SCR in mpeg ps muxer.  
						
						... 
						
						
						
						Fixes a scr issue reported with dvdauthor ([FFmpeg-user] FFMPEG encoded MPEG-2 video causes error in DVDAuthor)
Originally committed as revision 25512 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-10-16 21:31:31 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Strange 
							
						 
					 
					
						
						
						
						
							
						
						
							e4dccc0d59 
							
						 
					 
					
						
						
							
							Update rv30 FATE reference after last commit  
						
						... 
						
						
						
						The rm demuxer has timestamp bugs, so this test is sensitive to changes in
timestamp correction. The previous commit did not make output any better or worse
on this test, just different.
See https://roundup.ffmpeg.org/issue2288  for details.
Originally committed as revision 25432 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-10-10 02:20:02 +00:00 
						 
				 
			
				
					
						
							
							
								Baptiste Coudurier 
							
						 
					 
					
						
						
						
						
							
						
						
							a7ba165a0c 
							
						 
					 
					
						
						
							
							Update gxf regression tests because of r25399  
						
						... 
						
						
						
						Originally committed as revision 25400 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-10-07 19:37:37 +00:00 
						 
				 
			
				
					
						
							
							
								Reuben Martin 
							
						 
					 
					
						
						
						
						
							
						
						
							ad4c3c6840 
							
						 
					 
					
						
						
							
							In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at gmail dot com  
						
						... 
						
						
						
						Originally committed as revision 25395 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-10-07 19:15:35 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							9b272e3274 
							
						 
					 
					
						
						
							
							Init SCR in mpeg muxer based on first DTS.  
						
						... 
						
						
						
						This fixes issues if the first DTS is far away from 0.
Originally committed as revision 25383 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-10-07 00:32:22 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							f71abdbbd7 
							
						 
					 
					
						
						
							
							Remove pointless -vn option, the file has no video stream.  
						
						... 
						
						
						
						Originally committed as revision 25314 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-10-02 10:00:48 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							01e4b67598 
							
						 
					 
					
						
						
							
							Rename fate-gsm test to the more accurate fate-gsm-ms  
						
						... 
						
						
						
						and add a test for regular GSM as fate-gsm.
Fixes a 8kHz sample from issue 113.
Originally committed as revision 25313 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-10-02 09:56:21 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							8c067b5dfd 
							
						 
					 
					
						
						
							
							Update rv20 seek test reference  
						
						... 
						
						
						
						Originally committed as revision 25204 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-09-26 09:02:51 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							53eb458a72 
							
						 
					 
					
						
						
							
							Fix rv20 encoding so the binary decoder can decode it.  
						
						... 
						
						
						
						Originally committed as revision 25203 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-09-26 01:56:48 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							75b67a8a99 
							
						 
					 
					
						
						
							
							Make the crop filters accept parametric expressions.  
						
						... 
						
						
						
						Originally committed as revision 25185 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-09-25 01:18:43 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							2bc05d3547 
							
						 
					 
					
						
						
							
							Change the syntax of the crop filter from x:y:w:h to w:h:x:y.  
						
						... 
						
						
						
						Slightly more intuitive and required by a pending changes for making
the filter parametric.
Originally committed as revision 25184 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-09-24 23:14:01 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							c4795e8069 
							
						 
					 
					
						
						
							
							fate: print commands being executed with V=1  
						
						... 
						
						
						
						Originally committed as revision 25161 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-09-23 09:55:31 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							6c834328b9 
							
						 
					 
					
						
						
							
							Allow audiogen to take commandline parameters for sample rate and number of  
						
						... 
						
						
						
						channels.
Originally committed as revision 25127 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-09-15 21:36:04 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Ruggles 
							
						 
					 
					
						
						
						
						
							
						
						
							c7d89948a3 
							
						 
					 
					
						
						
							
							Set a constant frame size for encoding G.726 audio.  
						
						... 
						
						
						
						Originally committed as revision 25107 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-09-11 19:52:09 +00:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
						
						
							
						
						
							fe5f761ab6 
							
						 
					 
					
						
						
							
							Add a FATE test for the G.722 decoder  
						
						... 
						
						
						
						Originally committed as revision 25104 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-09-11 10:23:02 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							69a9c80bed 
							
						 
					 
					
						
						
							
							fate: delete log files ahead of each run  
						
						... 
						
						
						
						Originally committed as revision 25025 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-09-02 15:39:44 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							82c76ceee7 
							
						 
					 
					
						
						
							
							QTRLE regtest  
						
						... 
						
						
						
						Originally committed as revision 25017 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-09-01 12:38:36 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							4b7539f1cd 
							
						 
					 
					
						
						
							
							SHA fate test  
						
						... 
						
						
						
						Originally committed as revision 25013 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-08-31 20:07:38 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							6b85316bd2 
							
						 
					 
					
						
						
							
							Test decoding in fate-lavf-gif  
						
						... 
						
						
						
						Originally committed as revision 25012 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-08-31 17:55:31 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							f5d4fc43bb 
							
						 
					 
					
						
						
							
							PNG image regression testing  
						
						... 
						
						
						
						Originally committed as revision 25011 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-08-31 17:53:48 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							d81db9c7d1 
							
						 
					 
					
						
						
							
							Add RealVideo 3 FATE test  
						
						... 
						
						
						
						Originally committed as revision 25008 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-08-31 11:15:04 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							61f89303c0 
							
						 
					 
					
						
						
							
							10l, add flags forgotten in last commit  
						
						... 
						
						
						
						Originally committed as revision 25007 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-08-31 11:14:15 +00:00