9309bdfe2c 
								
							
								 
							
						 
						
							
							
								
								fate: change name of FATE samples location environment variable  
							
							FATE_SAMPLES is now used directly by the Makefiles, which induces the test
system to run a test with the value of the environment variable as name.
Renaming the environment variable to LIBAV_SAMPLES avoids this problem. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9cef89702 
								
							
								 
							
						 
						
							
							
								
								avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.  
							
							Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d603f1b65 
								
							
								 
							
						 
						
							
							
								
								http: Factorize the code by adding http_read_header()  
							
							This function is used for reading http reply headers.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f04f5cc8b 
								
							
								 
							
						 
						
							
							
								
								indeo: Make ivi_calc_band_checksum() static, it is only used in one file.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ccbdc0aca 
								
							
								 
							
						 
						
							
							
								
								indeo: Drop unused debug function ivi_check_band().  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c517644b2 
								
							
								 
							
						 
						
							
							
								
								avcodec/utils: cast a function argument to shut up a compiler warning  
							
							libavcodec/utils.c:251: note: expected ‘const uint8_t *’ but argument is of type ‘const short int *’ 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4466d0e84b 
								
							
								 
							
						 
						
							
							
								
								truemotion1: remove disabled code  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f05b69a79f 
								
							
								 
							
						 
						
							
							
								
								fix typo in comment  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4852cb37ce 
								
							
								 
							
						 
						
							
							
								
								fate: fix dependencies for non-SAMPLES avconv tests  
							
							The encode/decode tests should all depend on avconv.  Since
avconv requires libavfilter, there is no need to enable those
tests selectively.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf61aaaca1 
								
							
								 
							
						 
						
							
							
								
								indeo: check for invalid motion vectors  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9603738221 
								
							
								 
							
						 
						
							
							
								
								indeo: check that band output buffer exists  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23ba1503f2 
								
							
								 
							
						 
						
							
							
								
								indeo: clear allocated band buffers  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a6e4ac40a6 
								
							
								 
							
						 
						
							
							
								
								indeo: track tile macroblock size  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe7a37c36f 
								
							
								 
							
						 
						
							
							
								
								indeo: check custom Huffman tables for errors  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa372cf470 
								
							
								 
							
						 
						
							
							
								
								factor out common decoding code for Indeo 4 and Indeo 5  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b37d945dd4 
								
							
								 
							
						 
						
							
							
								
								mp3: fix start band index for block type 2 in 8kHz audio  
							
							In hybrid frames long window part ends at 36 samples for most of the cases
but at 72 for 8kHz case. For some reason decoder assumed it's 48 or even 36
samples, which caused wrong bitstream decoding for such blocks.
l3_25207.mpg from conformance suite demonstrates it the best. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								68aef0b481 
								
							
								 
							
						 
						
							
							
								
								lavf: change some (de)muxer names to lowercase  
							
							This is consistent with other format names.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81ad97eeda 
								
							
								 
							
						 
						
							
							
								
								lavf: make output format matching case insensitive  
							
							This is consistent with how input formats are matched.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63dcd16d56 
								
							
								 
							
						 
						
							
							
								
								fate: fix dependencies on SAMPLES being set  
							
							This allows fate to run without errors with or without SAMPLES
being set.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ccc1c5975 
								
							
								 
							
						 
						
							
							
								
								fate: remove unnecessary libavfilter dependency  
							
							avconv now requires libavfilter so this dependency is redundant.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								39885a4bd7 
								
							
								 
							
						 
						
							
							
								
								avconv: reindent  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								74b961db77 
								
							
								 
							
						 
						
							
							
								
								avconv: replace -vsync cfr code with the fps filter.  
							
							Invented timestamps for the h264 tests return to something resembling
sanity.
In the idroq-video-encode test when converting 25 fps -> 30 fps the
fifth frame gets duplicated instead of the sixth. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								755cd4197d 
								
							
								 
							
						 
						
							
							
								
								mov: enable parsing for VC-1.  
							
							This makes lavf discard broken timestamps for non-B frames in
samples/isom/vc1-wmapro.ism. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54c5dd89e3 
								
							
								 
							
						 
						
							
							
								
								lavfi: Add fps filter.  
							
							Partially based on a patch by Robert Nagy <ronag89@gmail.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b3b24a8ee 
								
							
								 
							
						 
						
							
							
								
								lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0ad26cdf24 
								
							
								 
							
						 
						
							
							
								
								avconv: add support for audio in complex filtergraphs.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90c9edba58 
								
							
								 
							
						 
						
							
							
								
								doc: Replace some  @file  tags by more suitable markup.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1afc278994 
								
							
								 
							
						 
						
							
							
								
								fate: Set FUZZ factor of vorbis-13 test to 2.  
							
							This is necessary to account for different rounding done in the 3DNow!
Assembly optimizations. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4cc8e15371 
								
							
								 
							
						 
						
							
							
								
								fate: Set FUZZ factor of (e)ac3-encode test to 3.  
							
							This is necessary to account for different rounding done in the 3DNow!
Assembly optimizations. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab5c38ec45 
								
							
								 
							
						 
						
							
							
								
								fate: remove unused code from regressions-funcs.sh  
							
							The only uses of the do_avconv_nomd5() function were removed in
85cf49f 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b7304e80d 
								
							
								 
							
						 
						
							
							
								
								rtmp: Don't assume path points to a string of nonzero length  
							
							If using the new -rtmp_app and -rtmp_playpath parameters,
one can in many cases set the main url to just rtmp://server/.
If the trailing slash is omitted, path is a string of zero length,
and using path+1 will end up reading uninitialized data.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01e98b1b00 
								
							
								 
							
						 
						
							
							
								
								avconv: fix behavior with -ss as an output option.  
							
							Don't return from poll_filters() immediately, there may be other frames
and/or other streams to handle.
Fixes a memleak. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7d7b40f48a 
								
							
								 
							
						 
						
							
							
								
								pcmenc: set correct bitrate value  
							
							This fixes a bogus bitrate value in the header of WAV files with
alaw/ulaw audio.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d894752387 
								
							
								 
							
						 
						
							
							
								
								avprobe: don't print format entry name when only one was requested  
							
							This is easier to parse with automated tools. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ce51a9b39 
								
							
								 
							
						 
						
							
							
								
								fate: Work around non-standard wc implementations at more places  
							
							This applies the same fix as in ed7409fe9d 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed7409fe9d 
								
							
								 
							
						 
						
							
							
								
								fate: work around non-standard wc implementations  
							
							On some systems, the wc command prints spaces before the first
number causing mismatches with the test references.  Using the
output of wc as arguments to echo removes any extra whitespace.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6797d1948b 
								
							
								 
							
						 
						
							
							
								
								x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95a98ab3f0 
								
							
								 
							
						 
						
							
							
								
								ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16  
							
							Simplifies the code by using cpuflags and a new macro.
Also fixes the invalid use of the MMX2 pshufw operation in the MMX-only
function. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								11e33402ca 
								
							
								 
							
						 
						
							
							
								
								fate: use standard diff options  
							
							diff -w is not a standard option.  This fixes the reference files
to match what the tests actually output and switches to using the
standard diff -b which is sufficient to handle different line ending
styles.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								46ea46357a 
								
							
								 
							
						 
						
							
							
								
								tta: Fix comment about channel number; TTA supports >2 channels.  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								91791ac2ed 
								
							
								 
							
						 
						
							
							
								
								avfilter: Move ff_get_ref_perms_string() to where it is used.  
							
							This fixes a compilation failure with -DDEBUG. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4982e1ddfa 
								
							
								 
							
						 
						
							
							
								
								build: Add 'check' target to run all compile and test targets.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6de226a2b8 
								
							
								 
							
						 
						
							
							
								
								indeo3: validate new frame size before resetting decoder  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc00da2701 
								
							
								 
							
						 
						
							
							
								
								indeo3: when freeing buffers, set pointers referencing them to NULL as well  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81064a8045 
								
							
								 
							
						 
						
							
							
								
								indeo3: initialise pixel planes on allocation  
							
							This prevents decoder from reading garbage from it in case of errors later. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fc417db3f1 
								
							
								 
							
						 
						
							
							
								
								indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoder  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6d042f7989 
								
							
								 
							
						 
						
							
							
								
								fate: rename psx-str-v3-mdec to mdec-v3  
							
							This name better reflects that it is v3 of mdec that is tested.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c68adc7b2f 
								
							
								 
							
						 
						
							
							
								
								fate: convert psx-str to a demuxer test  
							
							While these codecs are covered elsewhere, the container is different
from the other psx-str file.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								db465be45d 
								
							
								 
							
						 
						
							
							
								
								lavf: add mdec to is_intra_only() list  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0ff0af731c 
								
							
								 
							
						 
						
							
							
								
								fate: use diff -b in oneline comparison  
							
							This is simpler and should take care of any problems with mixed
line ending styles.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago