Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							49bd8e4b84 
							
						 
					 
					
						
						
							
							Fix grammar errors in documentation  
						
						... 
						
						
						
						Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-06-30 15:38:06 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							33586ee770 
							
						 
					 
					
						
						
							
							Document FF_SYMVER and attribute_used  
						
						... 
						
						
						
						Originally committed as revision 23622 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-06-16 04:53:09 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							ccc87908a9 
							
						 
					 
					
						
						
							
							Fix symbol version compat wrappers on systems with export prefixes  
						
						... 
						
						
						
						Originally committed as revision 23615 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-06-15 15:24:28 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							b462d13262 
							
						 
					 
					
						
						
							
							Add compatibility wrappers for functions moved from lavf to lavc  
						
						... 
						
						
						
						When symbol versioning is enabled, moving symbols from one library to
another breaks binary compatibility.  This adds wrappers with the old
version tag for the av_*packet functions recently moved to lavc.
Originally committed as revision 23611 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-06-15 13:26:52 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
						
						
							
						
						
							a74d707cb7 
							
						 
					 
					
						
						
							
							av_alias is an attribute and belongs to attributes.h  
						
						... 
						
						
						
						also attributes.h is public and external api and can thus not depend
on configure tested compiler support thus this part is removed. A
different solution must be found if this breaks for some compiler
which i hope it does not.
Originally committed as revision 23115 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-05-13 16:30:58 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							ba87f0801d 
							
						 
					 
					
						
						
							
							Remove explicit filename from Doxygen @file commands.  
						
						... 
						
						
						
						Passing an explicit filename to this command is only necessary if the
documentation in the @file block refers to a file different from the
one the block resides in.
Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-04-20 14:45:34 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							2ed6f39944 
							
						 
					 
					
						
						
							
							Replace many includes of libavutil/common.h with what is actually needed  
						
						... 
						
						
						
						This reduces the number of false dependencies on header files and
speeds up compilation.
Originally committed as revision 22407 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-09 17:39:19 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							335ee1aadd 
							
						 
					 
					
						
						
							
							Move libm replacements to new header libm.h  
						
						... 
						
						
						
						ffmpeg.c uses lrintf(), which is missing on some systems.  Previously
it picked up the replacement via libavutil/internal.h due to
HAVE_AV_CONFIG_H being erroneously defined.
Moving these replacements to a separate header enables ffmpeg.c to
use them without being exposed to internal interfaces.
This use of a non-public header is justified by the header in question
not being part of the internal interface either.  It should rather be
considered as part of the build system, which is shared between the
libraries and the applications.
This header cannot be installed since the tested conditions depend on
the compiler.
Originally committed as revision 22399 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-09 15:10:23 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							94ca624fbc 
							
						 
					 
					
						
						
							
							Move ff_sqrt() to libavutil/intmath.h  
						
						... 
						
						
						
						Originally committed as revision 22345 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-08 21:19:56 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							7ed63ca2e7 
							
						 
					 
					
						
						
							
							Add casts to correct return type in macros for missing libm funcs  
						
						... 
						
						
						
						Originally committed as revision 21922 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-02-20 16:02:48 +00:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
						
						
							
						
						
							8e339d4aa0 
							
						 
					 
					
						
						
							
							Gcc attribute may_alias is not supported (or silently ignored) by all supported compilers.  
						
						... 
						
						
						
						Originally committed as revision 21917 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-02-20 12:22:24 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							8e05f06912 
							
						 
					 
					
						
						
							
							Define missing llrint() as macro instead of inline function  
						
						... 
						
						
						
						This fixes building on some broken systems.
Originally committed as revision 21735 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-02-09 22:55:16 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							788627dea6 
							
						 
					 
					
						
						
							
							Define av_alias if supported by compiler  
						
						... 
						
						
						
						Originally committed as revision 21523 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-01-29 03:26:14 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							5e7dfb7de1 
							
						 
					 
					
						
						
							
							Move COPY3_IF_LT to lavc/mathops.h  
						
						... 
						
						
						
						This obscure macro is only used in motion_est.c so having it in lavc
makes more sense.  See discussion here:
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-November/056561.html 
Originally committed as revision 21346 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-01-20 06:01:54 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							75fb5c24ed 
							
						 
					 
					
						
						
							
							Move FASTDIV macro to intmath.h  
						
						... 
						
						
						
						Originally committed as revision 21335 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-01-19 23:25:36 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							06cb7a1c8f 
							
						 
					 
					
						
						
							
							Use macros instead of inline functions to replace the following missing C99  
						
						... 
						
						
						
						functions: exp2, exp2f, log2, log2f.
Should fix compilation in systems where these functions are defined in math.h
but not implemented.
Originally committed as revision 21231 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-01-16 01:27:46 +00:00 
						 
				 
			
				
					
						
							
							
								Vitor Sessak 
							
						 
					 
					
						
						
						
						
							
						
						
							6b7c7703f4 
							
						 
					 
					
						
						
							
							Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.  
						
						... 
						
						
						
						Should fix build breakage on some platforms introduced in r21125.
Originally committed as revision 21155 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-01-12 02:19:51 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
						
						
							
						
						
							7fc58b1eeb 
							
						 
					 
					
						
						
							
							Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h,  
						
						... 
						
						
						
						configure is supposed to take care of that already.
Originally committed as revision 20498 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-11-10 12:59:56 +00:00 
						 
				 
			
				
					
						
							
							
								Loren Merritt 
							
						 
					 
					
						
						
						
						
							
						
						
							1a918c08e4 
							
						 
					 
					
						
						
							
							extend ff_inverse[], and fix its documentation  
						
						... 
						
						
						
						Originally committed as revision 19942 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-09-21 03:01:57 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Polla 
							
						 
					 
					
						
						
						
						
							
						
						
							d31dbec374 
							
						 
					 
					
						
						
							
							Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label  
						
						... 
						
						
						
						parameters.
Originally committed as revision 19776 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-09-06 00:08:19 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Polla 
							
						 
					 
					
						
						
						
						
							
						
						
							5ce6934e0a 
							
						 
					 
					
						
						
							
							Add a newline in error message in CHECKED_ALLOC(Z).  
						
						... 
						
						
						
						Originally committed as revision 19758 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-09-04 16:59:28 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							ee1550116b 
							
						 
					 
					
						
						
							
							whitespace cosmetics, prettyprinting  
						
						... 
						
						
						
						Originally committed as revision 19751 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-09-01 16:00:45 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Polla 
							
						 
					 
					
						
						
						
						
							
						
						
							e48a0966ca 
							
						 
					 
					
						
						
							
							Add CHECKED_ALLOC macro.  
						
						... 
						
						
						
						It works the same as CHECKED_ALLOCZ except that it does not zero the allocated
memory.
Originally committed as revision 19742 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-08-29 22:38:48 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Converse 
							
						 
					 
					
						
						
						
						
							
						
						
							291fd18a6e 
							
						 
					 
					
						
						
							
							Add a log2 replacement for systems that haven't quite caught up with the C99  
						
						... 
						
						
						
						standard library.
Originally committed as revision 19395 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-07-10 19:20:06 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Polla 
							
						 
					 
					
						
						
						
						
							
						
						
							16c2e21488 
							
						 
					 
					
						
						
							
							Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to  
						
						... 
						
						
						
						lavu/mem.h.
Originally committed as revision 19384 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-07-09 02:20:29 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Polla 
							
						 
					 
					
						
						
						
						
							
						
						
							4b2be143cd 
							
						 
					 
					
						
						
							
							Do not throw compiler error if asm code needs alignment, but we do not know  
						
						... 
						
						
						
						how to do it for this compiler. This removes a dependency of config.h on the
DECLARE_* macros.
Originally committed as revision 19383 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-07-09 02:18:29 +00:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
						
						
							
						
						
							06be9d9d8e 
							
						 
					 
					
						
						
							
							Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold.  
						
						... 
						
						
						
						Originally committed as revision 19282 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-06-27 08:34:04 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Polla 
							
						 
					 
					
						
						
						
						
							
						
						
							7d9beec775 
							
						 
					 
					
						
						
							
							Add LABEL_MANGLE() to export label symbols from inside asm blocks.  
						
						... 
						
						
						
						Originally committed as revision 18934 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-05-25 01:50:37 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							9f5da4d189 
							
						 
					 
					
						
						
							
							When warning about forbidden pseudo random number generation functions,  
						
						... 
						
						
						
						suggest the correct replacement functions.
Originally committed as revision 18114 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-03-21 16:16:04 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							35690321a7 
							
						 
					 
					
						
						
							
							ARM: disable inline asm for armcc  
						
						... 
						
						
						
						Originally committed as revision 17831 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-03-05 21:20:13 +00:00 
						 
				 
			
				
					
						
							
							
								Måns Rullgård 
							
						 
					 
					
						
						
						
						
							
						
						
							28499cc8d8 
							
						 
					 
					
						
						
							
							Correct, portable definition of INT_BIT  
						
						... 
						
						
						
						Originally committed as revision 17480 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-21 16:03:30 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							bad5537e2c 
							
						 
					 
					
						
						
							
							Use full internal pathname in doxygen @file directives.  
						
						... 
						
						
						
						Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-02-01 02:00:19 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							9d52d54df3 
							
						 
					 
					
						
						
							
							Add required header mem.h, av_malloc and friends are used.  
						
						... 
						
						
						
						Originally committed as revision 16863 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-30 18:52:51 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							dbef3f46b9 
							
						 
					 
					
						
						
							
							cosmetics: Move all #includes together at the beginning of the file.  
						
						... 
						
						
						
						Originally committed as revision 16862 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-30 18:46:39 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							7d685b486b 
							
						 
					 
					
						
						
							
							spelling/grammar/consistency review part III  
						
						... 
						
						
						
						Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-28 23:16:49 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							bfe3676feb 
							
						 
					 
					
						
						
							
							spelling/grammar/consistency review part II  
						
						... 
						
						
						
						Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-28 23:03:17 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							89c9ff504b 
							
						 
					 
					
						
						
							
							spelling/grammar/consistency review part I  
						
						... 
						
						
						
						Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-28 00:16:05 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							b58f29a171 
							
						 
					 
					
						
						
							
							Disambiguate the macros used to disable fprintf/printf/puts functions.  
						
						... 
						
						
						
						Originally committed as revision 16790 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-25 22:05:26 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							ed0fd852a3 
							
						 
					 
					
						
						
							
							Add required limits.h header.  
						
						... 
						
						
						
						Originally committed as revision 16789 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-25 21:54:05 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							0f73b510f0 
							
						 
					 
					
						
						
							
							Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.  
						
						... 
						
						
						
						This compiler might be supported in the future or we might some day decide
to export these macros.
Originally committed as revision 16786 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-25 19:51:07 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							3bb13a4770 
							
						 
					 
					
						
						
							
							Drop _MSC_VER case from macro declaration.  
						
						... 
						
						
						
						This compiler will never see our internal headers.
Originally committed as revision 16783 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-25 19:24:47 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							4ce9492339 
							
						 
					 
					
						
						
							
							Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.  
						
						... 
						
						
						
						Their definition depends on preprocessor directives from config.h,
thus they cannot be declared in a public header since public headers
cannot #include config.h.
Originally committed as revision 16781 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-25 19:18:56 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							f3c04c1385 
							
						 
					 
					
						
						
							
							Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:  
						
						... 
						
						
						
						libavutil/internal.h:167: warning: redundant redeclaration of `av_log2_16bit'
libavutil/common.h:143: warning: previous definition of `av_log2_16bit' was here
Originally committed as revision 16773 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-25 14:01:23 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
						
						
							
						
						
							9c868219e9 
							
						 
					 
					
						
						
							
							Replace calls to the deprecated function av_init_random() with  
						
						... 
						
						
						
						corresponding calls to av_random_init().
Originally committed as revision 16682 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-18 23:04:33 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							d80a7fe50a 
							
						 
					 
					
						
						
							
							move NULL_IF_CONFIG_SMALL() definition into internal header  
						
						... 
						
						
						
						Originally committed as revision 16619 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-15 23:01:26 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							2f5421d513 
							
						 
					 
					
						
						
							
							move timer related code in a new timer.h file  
						
						... 
						
						
						
						Originally committed as revision 16618 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-15 22:58:35 +00:00 
						 
				 
			
				
					
						
							
							
								Aurelien Jacobs 
							
						 
					 
					
						
						
						
						
							
						
						
							b250f9c66d 
							
						 
					 
					
						
						
							
							Change semantic of CONFIG_*, HAVE_* and ARCH_*.  
						
						... 
						
						
						
						They are now always defined to either 0 or 1.
Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-13 23:44:16 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Kostylev 
							
						 
					 
					
						
						
						
						
							
						
						
							7b04b8a057 
							
						 
					 
					
						
						
							
							Add truncf() replacement function.  
						
						... 
						
						
						
						Patch by Michael Kostylev <mik at it-1 dot ru>
Originally committed as revision 16555 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-11 22:10:04 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
						
						
							
						
						
							ff8769e205 
							
						 
					 
					
						
						
							
							Drop unnecessary intreadwrite.h and bswap.h #includes.  
						
						... 
						
						
						
						Originally committed as revision 16546 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-01-11 20:26:53 +00:00 
						 
				 
			
				
					
						
							
							
								Carl Eugen Hoyos 
							
						 
					 
					
						
						
						
						
							
						
						
							af4c0bcb6e 
							
						 
					 
					
						
						
							
							Silence the following icc warnings:  
						
						... 
						
						
						
						warning #1292 : attribute "force_align_arg_pointer" ignored
warning #1292 : attribute "alloc_size" ignored
warning #1292 : attribute "cold" ignored
Originally committed as revision 16258 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2008-12-21 22:51:33 +00:00