d89eca507c 
								
							
								 
							
						 
						
							
							
								
								Add missing version bumps and APIchanges/Changelog entries.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a1ac8c43f 
								
							
								 
							
						 
						
							
							
								
								lavfi: move buffer management function to a separate file.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c64fed37c 
								
							
								 
							
						 
						
							
							
								
								lavfi: move formats-related functions from default.c to formats.c  
							
							It's more convenient to have them all in one file. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5432d3ca4 
								
							
								 
							
						 
						
							
							
								
								lavfi: move video-related functions to a separate file.  
							
							This is easier to follow than having them randomly scattered in
avfilter.c and defaults.c. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7abf789975 
								
							
								 
							
						 
						
							
							
								
								fate: make smjpeg a demux test  
							
							These codecs are covered elsewhere so make this a pure demux test.
Also rename it accordingly.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b1c1d7dae7 
								
							
								 
							
						 
						
							
							
								
								fate: separate sierra-vmd audio and video tests  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0b1c868508 
								
							
								 
							
						 
						
							
							
								
								fate: separate smacker audio and video tests  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e6694659fc 
								
							
								 
							
						 
						
							
							
								
								libmp3lame: set supported channel layouts.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6eeb9a0433 
								
							
								 
							
						 
						
							
							
								
								avconv: automatically insert asyncts when -async is used.  
							
							Deprecate -async. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								369cb092ec 
								
							
								 
							
						 
						
							
							
								
								avconv: add support for audio filters.  
							
							The FATE changes are all off-by-one due to different rounding being used
(lrintf vs av_rescale_q). 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f26421b0b 
								
							
								 
							
						 
						
							
							
								
								lavfi: add asyncts filter.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb604ae850 
								
							
								 
							
						 
						
							
							
								
								lavfi: add aformat filter  
							
							Based on a patch by Mina Nagy Zaki <mnzaki@gmail.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a2cd9be212 
								
							
								 
							
						 
						
							
							
								
								lavfi: add an audio buffer sink.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c66c40718 
								
							
								 
							
						 
						
							
							
								
								lavfi: add an audio buffer source.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								720c6b78d1 
								
							
								 
							
						 
						
							
							
								
								buffersrc: add av_buffersrc_write_frame().  
							
							It's the same as av_vsrc_buffer_add_frame(), except it doesn't take pts
or pixel_aspect parameters. Those are read from AVFrame.
Deprecate av_vsrc_buffer_add_frame(). 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8b05e13df3 
								
							
								 
							
						 
						
							
							
								
								buffersrc: fix invalid read in uninit if the fifo hasn't been allocated  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fad729fa50 
								
							
								 
							
						 
						
							
							
								
								lavfi: rename vsrc_buffer.c to buffersrc.c  
							
							Most of the code will be shared for both audio and video version. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd127ede62 
								
							
								 
							
						 
						
							
							
								
								avfiltergraph: reindent  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff1f51a8aa 
								
							
								 
							
						 
						
							
							
								
								lavfi: add channel layout/sample rate negotiation.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5775a1832c 
								
							
								 
							
						 
						
							
							
								
								lavfi: add types and functions for channel layout/samplerate negotiation  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								394a0267ab 
								
							
								 
							
						 
						
							
							
								
								yadif: Flush filter on eof.  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7dd56d411e 
								
							
								 
							
						 
						
							
							
								
								yadif: Improve pts accuracy.  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c6d240665 
								
							
								 
							
						 
						
							
							
								
								mtv: do not byteswap raw video in demuxer  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31f2c0231f 
								
							
								 
							
						 
						
							
							
								
								avprobe: free options at the end of main()  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								093c50a4f6 
								
							
								 
							
						 
						
							
							
								
								avprobe: close opened codecs after use  
							
							Fixes "memleak" on closing avprobe to make valgrind happy. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								100c70b048 
								
							
								 
							
						 
						
							
							
								
								vcr1: Add vcr1_ prefixes to all static functions with generic names.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a761e5951c 
								
							
								 
							
						 
						
							
							
								
								vcr1: Fix return type of common_init to match the function pointer signature.  
							
							libavcodec/vcr1.c:182: warning: initialization from incompatible pointer type 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55da88c5ab 
								
							
								 
							
						 
						
							
							
								
								vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5aad8e80a7 
								
							
								 
							
						 
						
							
							
								
								motion-test: remove disabled code  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								70be4dddc8 
								
							
								 
							
						 
						
							
							
								
								gxfenc: remove disabled half-implemented MJPEG tag  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fcc456b829 
								
							
								 
							
						 
						
							
							
								
								x86: use more standard construct for setting ASM functions in FFT code  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09a35f251a 
								
							
								 
							
						 
						
							
							
								
								fate: westwood-aud: disable decoding  
							
							The codec (adpcm-ima-ws) is tested elsewhere.  Using framecrc output
provides more information than a single md5 if something goes wrong.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f70d91e268 
								
							
								 
							
						 
						
							
							
								
								fate: caf: disable decoding  
							
							This is intended as a demuxer test and the file contains pcm_s16be
audio which is tested elsewhere.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b809991a31 
								
							
								 
							
						 
						
							
							
								
								fate: film-cvid: drop pcm audio and rename test  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0bbb330ee3 
								
							
								 
							
						 
						
							
							
								
								fate: d-cinema-demux: drop unnecessary flags  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cd7b82c5d1 
								
							
								 
							
						 
						
							
							
								
								fate: split off dpcm-interplay from interplay-mve tests  
							
							These two files use the same audio codec so only one test for
this is needed.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								838521e110 
								
							
								 
							
						 
						
							
							
								
								fate: rename funcom-iss to adpcm-ima-iss  
							
							This matches the name of the codec.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9656b7f2ae 
								
							
								 
							
						 
						
							
							
								
								fate: rename cryo-apc to adpcm-ima-apc  
							
							This matches the name of the tested codec.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								773459e757 
								
							
								 
							
						 
						
							
							
								
								fate: rename adpcm-psx-str-v3 to adpcm-xa  
							
							This matches the name of the codec tested.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6a64ff74fe 
								
							
								 
							
						 
						
							
							
								
								fate: split off adpcm-ms-mono test from dxa-feeble  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95939bf565 
								
							
								 
							
						 
						
							
							
								
								fate: split off adpcm-ima-ws test from vqa-cc  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88ae6178b1 
								
							
								 
							
						 
						
							
							
								
								fate: add adpcm-ima-smjpeg test  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb0713fca2 
								
							
								 
							
						 
						
							
							
								
								fate: split off adpcm-ima-amv from amv test  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								35d88a86e3 
								
							
								 
							
						 
						
							
							
								
								fate: separate bmv audio and video tests  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd7ac952b1 
								
							
								 
							
						 
						
							
							
								
								fate: separate delphine-cin audio and video tests  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f4d2b93be4 
								
							
								 
							
						 
						
							
							
								
								fate: truemotion1: disable audio  
							
							These tests include adpcm-ima-dk3 audio which is tested elsewhere.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63322d8c89 
								
							
								 
							
						 
						
							
							
								
								fate: qtrle: disable audio in all tests  
							
							These files contain mace6 audio which is tested elsewhere.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c26380f4f 
								
							
								 
							
						 
						
							
							
								
								fate: pcm-planar: disable video  
							
							This file has eamad video which is tested elsewhere.
Also rename the test to reflect this change.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c0e8b94ad 
								
							
								 
							
						 
						
							
							
								
								fate: mtv: disable video decoding  
							
							This test contains raw rgb565le video.  Converting to rgb24 serves
no useful purpose here.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d19f3e9a2a 
								
							
								 
							
						 
						
							
							
								
								doc: misc improvements for the Windows section  
							
							Fix some orthography, wording and grammar issues; update the SDL section
with more current instructions; simplify lib.exe example command line;
drop outdated comments about libnut. 
							
						 
						13 years ago