b3c1652b82 
								
							
								 
							
						 
						
							
							
								
								msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()  
							
							Because the order of evaluation of subexpressions is undefined, two
get_bits() calls may not be part of the same expression.  In this
specific case, using get_bits_long() is simpler.
This fixes msmpeg4v1 decoding with armcc.
Originally committed as revision 24902 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0fd0ef7947 
								
							
								 
							
						 
						
							
							
								
								Add new decoder property max_lowres and do not init decoder if requested value is higher.  
							
							Originally committed as revision 24098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72415b2adb 
								
							
								 
							
						 
						
							
							
								
								Define AVMediaType enum, and use it instead of enum CodecType, which  
							
							is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed3e91489b 
								
							
								 
							
						 
						
							
							
								
								Implement cool new vlc code.  
							
							Fixes issue1637
Originally committed as revision 21635 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								261a3c2d05 
								
							
								 
							
						 
						
							
							
								
								Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.  
							
							Originally committed as revision 21102 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7213abf6ba 
								
							
								 
							
						 
						
							
							
								
								Use h263 tables in msmpeg4v1 dont duplicate them halfway.  
							
							Originally committed as revision 21101 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								101ada9abd 
								
							
								 
							
						 
						
							
							
								
								Rename most non static h263 tables so their name contains h263.  
							
							Originally committed as revision 21098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								05b858b045 
								
							
								 
							
						 
						
							
							
								
								Rename DCtab_*, its a global variable and it helps understanding if mpeg4  
							
							is in its name.
Originally committed as revision 21096 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca334dd14b 
								
							
								 
							
						 
						
							
							
								
								Split the mpeg4 encoder and decoder off h263.c  
							
							Originally committed as revision 21079 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f9310cbb2f 
								
							
								 
							
						 
						
							
							
								
								Remove unused function msmpeg4_memsetw().  
							
							It is an exact duplicate of memsetw() in h263.c.
Originally committed as revision 20986 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8380edd947 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Reorder functions to avoid forward declarations.  
							
							Originally committed as revision 20977 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								941870cd35 
								
							
								 
							
						 
						
							
							
								
								Remove unnecessary forward declaration for msmpeg4_memsetw().  
							
							Originally committed as revision 20976 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6e44ba1550 
								
							
								 
							
						 
						
							
							
								
								Use get_bits_left() instead of size_in_bits - get_bits_count().  
							
							Originally committed as revision 20543 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f2d702e109 
								
							
								 
							
						 
						
							
							
								
								Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS.  
							
							Originally committed as revision 19676 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7881793dd0 
								
							
								 
							
						 
						
							
							
								
								Remove unused debug av_log() calls.  
							
							Originally committed as revision 19549 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								07fd17823f 
								
							
								 
							
						 
						
							
							
								
								Remove unused variable intra_count.  
							
							Originally committed as revision 19537 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9be6f0d2f8 
								
							
								 
							
						 
						
							
							
								
								Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,  
							
							the former depends upon the latter.
Originally committed as revision 19533 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								03d5ea54c1 
								
							
								 
							
						 
						
							
							
								
								Get rid of an unused variable, found by the clang static analyzer.  
							
							Originally committed as revision 18544 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5cf4331b04 
								
							
								 
							
						 
						
							
							
								
								Get rid of INIT_VLC_USE_STATIC in msmpeg4  
							
							Originally committed as revision 18433 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e161e007be 
								
							
								 
							
						 
						
							
							
								
								Use INIT_VLC_USE_STATIC and not its value "1".  
							
							Originally committed as revision 18430 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ef251e504 
								
							
								 
							
						 
						
							
							
								
								Add missing av_cold in static init/close functions.  
							
							Patch by Daniel Verkamp daniel at drv dot nu.
Originally committed as revision 17526 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a503722750 
								
							
								 
							
						 
						
							
							
								
								Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function  
							
							Originally committed as revision 17106 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								406792e7b0 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Remove pointless period after copyright statement non-sentences.  
							
							Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49fb20cb8a 
								
							
								 
							
						 
						
							
							
								
								replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_  
							
							and remove all ENABLE_ definitions.
Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be449fca79 
								
							
								 
							
						 
						
							
							
								
								Convert asm keyword into __asm__.  
							
							Neither the asm() nor the __asm__() keyword is part of the C99
standard, but while GCC accepts the former in C89 syntax, it is not
accepted in C99 unless GNU extensions are turned on (with -fasm). The
latter form is accepted in any syntax as an extension (without
requiring further command-line options).
Sun Studio C99 compiler also does not accept asm() while accepting
__asm__(), albeit reporting warnings that it's not valid C99 syntax.
Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb92c528d9 
								
							
								 
							
						 
						
							
							
								
								Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò  
							
							Originally committed as revision 15550 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								047599a4ba 
								
							
								 
							
						 
						
							
							
								
								Rename error_resilience to error_recognition.  
							
							Originally committed as revision 15270 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6647ab80e3 
								
							
								 
							
						 
						
							
							
								
								bitstream: move put_sbits() from flacenc.c to bitstream.h and use it  
							
							throughout libavcodec.
Originally committed as revision 14204 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a89396989 
								
							
								 
							
						 
						
							
							
								
								remove duplicate tables  
							
							Originally committed as revision 13959 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ceaaf78bb7 
								
							
								 
							
						 
						
							
							
								
								Change init_vlc_rl() so it does not use *alloc_static() anymore.  
							
							Originally committed as revision 13567 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9701840bb5 
								
							
								 
							
						 
						
							
							
								
								add FF_ prefix to all (frame)_TYPE usage  
							
							Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e53486545 
								
							
								 
							
						 
						
							
							
								
								typo fix: inited --> initialized  
							
							Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ad5675f25 
								
							
								 
							
						 
						
							
							
								
								Add a couple of missing consts.  
							
							patch by Sigbjørn Skjæret, cisc broadpark no
Originally committed as revision 11528 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c16d6c5061 
								
							
								 
							
						 
						
							
							
								
								cosmetics: indentation  
							
							Originally committed as revision 10952 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc6de104f8 
								
							
								 
							
						 
						
							
							
								
								split wmv2 in its own file  
							
							Originally committed as revision 10951 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								85f601ee7b 
								
							
								 
							
						 
						
							
							
								
								rename some msmpeg4 symbols and make them non-static  
							
							so that they can be used in standalone wmv2.c
Originally committed as revision 10949 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9488b966c7 
								
							
								 
							
						 
						
							
							
								
								Move msmpeg4 tables from a header file to msmpegdata.c.  
							
							Originally committed as revision 10107 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7826b58d2 
								
							
								 
							
						 
						
							
							
								
								make wmv1 and wmv2 playable with M$ DMO decoder  
							
							Originally committed as revision 9950 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b94177e37 
								
							
								 
							
						 
						
							
							
								
								Group all copyright and author notices together.  
							
							Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b05b193172 
								
							
								 
							
						 
						
							
							
								
								modify msmpeg4 functions to generate VC1 compatible block layer bitstream  
							
							patch by Fortin Denis: \fortin nerim net/
original thread: [FFmpeg-devel] [PATCH] wmv3 encoder : msmpeg4.c changes
date: 06/19/2007 09:54 PM
Originally committed as revision 9386 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c68a173ef3 
								
							
								 
							
						 
						
							
							
								
								static (inline) X => ff_X  
							
							patch by Denis Fortin: \fortin nerim net/
original thread: [FFmpeg-devel] [PATCH] wmv3 encoder : msmpeg4.c changes
date: 06/19/2007 09:54 PM
Originally committed as revision 9381 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90b5b51eab 
								
							
								 
							
						 
						
							
							
								
								misc typo fixes  
							
							Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								755bfeabcc 
								
							
								 
							
						 
						
							
							
								
								misc spelling fixes  
							
							Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0edfda578 
								
							
								 
							
						 
						
							
							
								
								Rename code012() to ff_code012(), and remove static qualifier: paves the way  
							
							to vc1 encoder, as this function would be useful there.
patch by Denis Fortin % fortin A nerim P net %
Original thread:
date: Jun 4, 2007 9:23 PM
subject: Re: [FFmpeg-devel] [RFC] move wmv2.c to its own file
Originally committed as revision 9222 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								42ef2dbc77 
								
							
								 
							
						 
						
							
							
								
								split msmpeg4 data to easily share some of it with vc1.c  
							
							Originally committed as revision 8969 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3502a54f59 
								
							
								 
							
						 
						
							
							
								
								kill av_mallocz_static() calls in init_rl()  
							
							Originally committed as revision 8402 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								36cd306907 
								
							
								 
							
						 
						
							
							
								
								rename inverse -> ff_inverse  
							
							Originally committed as revision 6990 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago