4052cbf161 
								
							
								 
							
						 
						
							
							
								
								Get rid of pointless CONFIG_ANY_H263 preprocessor definition.  
							
							Originally committed as revision 20975 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af818f7a66 
								
							
								 
							
						 
						
							
							
								
								Add required header #includes for mpegvideo.h and config.h.  
							
							Originally committed as revision 20974 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								716d1c2a31 
								
							
								 
							
						 
						
							
							
								
								Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.  
							
							It is just a logical OR of several decoder definitions, all of which depend on
CONFIG_H263_DECODER. So it can just be replaced by the latter.
Originally committed as revision 20973 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af8a008a68 
								
							
								 
							
						 
						
							
							
								
								Get rid of pointless CONFIG_WMV_DECODER definition.  
							
							Originally committed as revision 20972 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d702a2e6c6 
								
							
								 
							
						 
						
							
							
								
								Get rid of pointless CONFIG_WMV2 definition.  
							
							Originally committed as revision 20971 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b928b1bb01 
								
							
								 
							
						 
						
							
							
								
								Simplify CONFIG_ANY_H263_DECODER preprocessor definition:  
							
							There is no need to list decoders that enable the H.263 decoder anyway.
Originally committed as revision 20970 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c5417ef36 
								
							
								 
							
						 
						
							
							
								
								Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.  
							
							Originally committed as revision 20969 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								547fc46ca7 
								
							
								 
							
						 
						
							
							
								
								Remove pointless CONFIG_MLP_DECODER preprocessor check.  
							
							The file is only ever compiled if the MLP decoder is enabled.
Originally committed as revision 20968 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c46b024ed3 
								
							
								 
							
						 
						
							
							
								
								Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.  
							
							Originally committed as revision 20967 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2cca233bc9 
								
							
								 
							
						 
						
							
							
								
								The MLP decoder depends on the MLP parser.  
							
							Originally committed as revision 20966 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aec09a004c 
								
							
								 
							
						 
						
							
							
								
								Enable the TrueHD decoder when the MLP decoder is enabled.  
							
							They share all code, there is no point in enabling one but not the other.
Originally committed as revision 20965 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b423887f4 
								
							
								 
							
						 
						
							
							
								
								Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.  
							
							Originally committed as revision 20964 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a80459fdf3 
								
							
								 
							
						 
						
							
							
								
								Fix colours for QT JPEG2000, fixes issue 1540.  
							
							Originally committed as revision 20963 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								484d146416 
								
							
								 
							
						 
						
							
							
								
								Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.  
							
							Originally committed as revision 20962 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1e946943a 
								
							
								 
							
						 
						
							
							
								
								Declare AAC parser dependencies in configure.  
							
							This affects the AAC decoder, S/PDIF muxer and ADTS to ASC bitstream filter.
Originally committed as revision 20961 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0788ac67e0 
								
							
								 
							
						 
						
							
							
								
								The S/P-DIF muxer depends on mpeg4audio.o.  
							
							Originally committed as revision 20960 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f95bfab05c 
								
							
								 
							
						 
						
							
							
								
								Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.  
							
							Originally committed as revision 20959 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9caa7ba48d 
								
							
								 
							
						 
						
							
							
								
								Add myself as VAAPI maintainer.  
							
							Originally committed as revision 20958 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								07c9f6f673 
								
							
								 
							
						 
						
							
							
								
								Add H.264 bitstream decoding through VAAPI.  
							
							Originally committed as revision 20957 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5f000d5f38 
								
							
								 
							
						 
						
							
							
								
								vc1_parser.o does not depend on h263dec.o and intrax8.o.  
							
							Originally committed as revision 20956 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								322aa1e2d8 
								
							
								 
							
						 
						
							
							
								
								Do not explicitely set thread_count in the codec context.  
							
							This is already done by avcodec_thread_init().
Patch by Michael Dorr <dorr <at> inb.uni-luebeck.de>.
Originally committed as revision 20955 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de4898a229 
								
							
								 
							
						 
						
							
							
								
								Set thread_count in the decoder before to open it.  
							
							This is safer since avcodec_open() may initialize some structure using
the thread_count default value which will be changed later, causing
potential security / stability issues.
Also do not explicitely set the thread_count value in the decoder,
since this is already done by avcodec_thread_init().
See the thread:
"[FFmpeg-devel] [PATCH] Make ffplay define in the encoder the number of threads *before* to open it",
started in date 2008-03-08.
Originally committed as revision 20954 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a8beb22f4d 
								
							
								 
							
						 
						
							
							
								
								Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.  
							
							Originally committed as revision 20953 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4414137eba 
								
							
								 
							
						 
						
							
							
								
								Declare dependencies for H.263 family decoders in configure.  
							
							Originally committed as revision 20952 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f647ae0b1 
								
							
								 
							
						 
						
							
							
								
								Declare the dependency of the H.263 decoder on the H.263 parser in configure.  
							
							Originally committed as revision 20951 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f34121f351 
								
							
								 
							
						 
						
							
							
								
								Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.  
							
							CONFIG_ANY_H263_ENCODER is just a logical OR of H.263 family definitions,
for which the build system enables CONFIG_H263_ENCODER anyway.
Originally committed as revision 20950 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f35415df7 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Remove pointless '#if 1' preprocessor directives.  
							
							Originally committed as revision 20949 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e6d3534f9c 
								
							
								 
							
						 
						
							
							
								
								Use VA_INVALID_ID instead of hard coded values.  
							
							Originally committed as revision 20948 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c373f61ddb 
								
							
								 
							
						 
						
							
							
								
								Add "Hardware acceleration" section to MAINTAINERS. Move vdpau* to there.  
							
							Originally committed as revision 20947 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3d1eae659 
								
							
								 
							
						 
						
							
							
								
								Remove a useless local variable.  
							
							Originally committed as revision 20946 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cd7bfe4079 
								
							
								 
							
						 
						
							
							
								
								Remove outdated comment  
							
							Originally committed as revision 20945 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b3fbe02c86 
								
							
								 
							
						 
						
							
							
								
								Remove an unneeded local variable.  
							
							Originally committed as revision 20944 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c887b30d79 
								
							
								 
							
						 
						
							
							
								
								Remove unused variable, fixes the warning:  
							
							libswscale/swscale_template.c:2575: warning: unused variable ‘srcFormat’
Originally committed as revision 30132 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								786386280e 
								
							
								 
							
						 
						
							
							
								
								Mark conditionally used variable as av_unused, fixes the warning:  
							
							cmdutils.c:576: warning: unused variable ‘filter’
Originally committed as revision 20943 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8b0867121e 
								
							
								 
							
						 
						
							
							
								
								Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().  
							
							Originally committed as revision 20942 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								36ad2b3ee0 
								
							
								 
							
						 
						
							
							
								
								Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().  
							
							Originally committed as revision 20941 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6399c17d54 
								
							
								 
							
						 
						
							
							
								
								Use different dynamic payload types for audio and video.  
							
							Originally committed as revision 20940 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bac24dd2a5 
								
							
								 
							
						 
						
							
							
								
								2nd try on documenting av_gcd().  
							
							Originally committed as revision 20939 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								43ad88e5c0 
								
							
								 
							
						 
						
							
							
								
								Remove commented-out debug console output.  
							
							Originally committed as revision 20938 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ddd075daf 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.  
							
							This avoids a bunch of "‘foo’ declared ‘static’ but never defined" warnings
when compiling with encoders disabled.
Originally committed as revision 20937 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da93766858 
								
							
								 
							
						 
						
							
							
								
								16-bit Interplay video does not need palette control  
							
							Originally committed as revision 20936 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								03703cb3d1 
								
							
								 
							
						 
						
							
							
								
								Document av_gcd().  
							
							Originally committed as revision 20935 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a69be798dc 
								
							
								 
							
						 
						
							
							
								
								Add missing opcodes for 16-bit Interplay Video decoding and finally enable it  
							
							Originally committed as revision 20934 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dcfb0cad68 
								
							
								 
							
						 
						
							
							
								
								16-bit Interplay Video stores motion vector data at the end of frame,  
							
							so initialize data pointers for 16-bit variant and read motion vectors
as supposed in corresponding opcodes.
Originally committed as revision 20933 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e09cdc7206 
								
							
								 
							
						 
						
							
							
								
								10l trocadero: forgot one case where picture linesize should be used  
							
							Originally committed as revision 20932 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b8ebb3f41 
								
							
								 
							
						 
						
							
							
								
								cosmetics: reindent and break long lines after last commits  
							
							Originally committed as revision 20931 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a8cf39e31 
								
							
								 
							
						 
						
							
							
								
								Add 16-bit image data handling (but not decoding yet) to Interplay Video  
							
							Originally committed as revision 20930 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80fec3ffd0 
								
							
								 
							
						 
						
							
							
								
								Use frame linesize in Interplay Video block copying function  
							
							Originally committed as revision 20929 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80ca19f766 
								
							
								 
							
						 
						
							
							
								
								Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with  
							
							non-default pointers, it will be useful for checking motion values
data in 16-bit variant of this codec.
Originally committed as revision 20928 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8badb23e22 
								
							
								 
							
						 
						
							
							
								
								Recognize 16-bit Interplay Video variant  
							
							Originally committed as revision 20927 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago