fc53b6afee 
								
							
								 
							
						 
						
							
							
								
								Split H263 encoder and decoder from common code.  
							
							Originally committed as revision 21109 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								94f28061f5 
								
							
								 
							
						 
						
							
							
								
								Store original width/height so that rv20 does not get stuck with some  
							
							resolution. A sample file to show a difference is at issue833 (http://airfarce.com/video/000211fh.rm )
Originally committed as revision 20691 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e7e578b73c 
								
							
								 
							
						 
						
							
							
								
								Make rv1/2 decoder use the next slice if needed.  
							
							Fixes issue782.
Originally committed as revision 20690 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e026902a62 
								
							
								 
							
						 
						
							
							
								
								Correct order of arguments for avcodec_check_dimensions().  
							
							Originally committed as revision 20590 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4687f908c6 
								
							
								 
							
						 
						
							
							
								
								Make sure avcodec_set_dimensions() is used when rv20 changes resolution.  
							
							This should fix lowres resolution changes.
Originally committed as revision 20589 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d8c2f8f71f 
								
							
								 
							
						 
						
							
							
								
								Split RV10 encoder off into its own file.  
							
							Originally committed as revision 19579 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b6767d6d9b 
								
							
								 
							
						 
						
							
							
								
								Split RV20 encoder into its own file.  
							
							Originally committed as revision 19578 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7e1353523 
								
							
								 
							
						 
						
							
							
								
								Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.  
							
							It is better to keep the declarations in conditionally compiled places.
Originally committed as revision 19573 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4d65ba590 
								
							
								 
							
						 
						
							
							
								
								Remove commented-out cruft.  
							
							Originally committed as revision 19566 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff736f84e2 
								
							
								 
							
						 
						
							
							
								
								Use dprintf() instead of '#ifdef DEBUG' and av_log().  
							
							Originally committed as revision 19528 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce6636b1c1 
								
							
								 
							
						 
						
							
							
								
								Remove disabled function get_num().  
							
							It is small and has been disabled and unused for more than four years.
Originally committed as revision 19520 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77bc343a40 
								
							
								 
							
						 
						
							
							
								
								indent  
							
							Originally committed as revision 18921 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								216fb60dff 
								
							
								 
							
						 
						
							
							
								
								Fix lowres with rv20.  
							
							Fixes issue1102.
Originally committed as revision 18920 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								76ac719888 
								
							
								 
							
						 
						
							
							
								
								Get rid of INIT_VLC_USE_STATIC in rv10/rv20.  
							
							Originally committed as revision 18436 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a00bbad21 
								
							
								 
							
						 
						
							
							
								
								Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an  
							
							AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows
passing of packet-specific flags from demuxer to decoder, such as the keyframe
flag, which appears necessary to playback corePNG P-frames.
Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread
"Google Summer of Code participation" on the mailinglist.
Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09a9b45e4f 
								
							
								 
							
						 
						
							
							
								
								Add and use ff_pixfmt_list_420.  
							
							Originally committed as revision 17564 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								152714e1f1 
								
							
								 
							
						 
						
							
							
								
								Fix unknown header 10001000 /  http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm  / issue809  
							
							Originally committed as revision 16967 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac52613c16 
								
							
								 
							
						 
						
							
							
								
								Check extradata is large enough.  
							
							Patch by Laurent Aimar fenrir \:/ via ecp fr
Originally committed as revision 16157 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								910f02a054 
								
							
								 
							
						 
						
							
							
								
								spelling cosmetics  
							
							Originally committed as revision 15518 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f544a5fc84 
								
							
								 
							
						 
						
							
							
								
								Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific  
							
							CONFIG_FOO_ENCODER conditionals where appropriate.
Originally committed as revision 15174 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe4bf37455 
								
							
								 
							
						 
						
							
							
								
								Make AVCodec long_names definition conditional depending on CONFIG_SMALL.  
							
							Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								162d4fc99d 
								
							
								 
							
						 
						
							
							
								
								Add long names to AVCodec declarations.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98a6fff98c 
								
							
								 
							
						 
						
							
							
								
								Apply 'cold' attribute to init/uninit functions in libavcodec  
							
							Originally committed as revision 12525 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								16db358520 
								
							
								 
							
						 
						
							
							
								
								const  
							
							Originally committed as revision 11741 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								63e6c1766c 
								
							
								 
							
						 
						
							
							
								
								indentation after last commit  
							
							Originally committed as revision 10826 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd55d4a315 
								
							
								 
							
						 
						
							
							
								
								Make RV10/20 decoder work with new frame format  
							
							Originally committed as revision 10825 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ae7300ee3 
								
							
								 
							
						 
						
							
							
								
								use skip_bits where appropriate  
							
							Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5fc32c275e 
								
							
								 
							
						 
						
							
							
								
								use get_bits1(..) instead get_bits(.., 1)  
							
							Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c21f308e77 
								
							
								 
							
						 
						
							
							
								
								* Getting rid of the use of GCC language extensions  
							
							Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								284ad8a4f0 
								
							
								 
							
						 
						
							
							
								
								Check dimensions to avoid division by zero due to invalid new dimensions.  
							
							Partially fixes http://bugzilla.mplayerhq.hu/show_bug.cgi?id=773 .
Originally committed as revision 8321 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fead30d444 
								
							
								 
							
						 
						
							
							
								
								rename BE/LE_8/16/32 to AV_RL/B_8/16/32  
							
							Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b78e7197a8 
								
							
								 
							
						 
						
							
							
								
								Change license headers to say 'FFmpeg' instead of 'this program/this library'  
							
							and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0d415b2dd7 
								
							
								 
							
						 
						
							
							
								
								seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata  
							
							Originally committed as revision 6395 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f457965c20 
								
							
								 
							
						 
						
							
							
								
								ignore sub_id  
							
							Originally committed as revision 6392 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb3d155c31 
								
							
								 
							
						 
						
							
							
								
								big endian fix  
							
							Originally committed as revision 6391 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								113533a582 
								
							
								 
							
						 
						
							
							
								
								support resolution switching, fixes rv20errors.rm  
							
							Originally committed as revision 6390 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								78a5ec27aa 
								
							
								 
							
						 
						
							
							
								
								simplify  
							
							Originally committed as revision 6389 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6d3124961b 
								
							
								 
							
						 
						
							
							
								
								fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv)  
							
							Originally committed as revision 6388 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c38a29a448 
								
							
								 
							
						 
						
							
							
								
								fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)  
							
							Originally committed as revision 6349 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e2887363e1 
								
							
								 
							
						 
						
							
							
								
								fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000)  
							
							Originally committed as revision 6346 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60dfd14778 
								
							
								 
							
						 
						
							
							
								
								Fix SIGSEGV in rv10-null-pointer-500k.rm.  
							
							patch by Wolfgang Scherer, Wolfgang__ . __Scherer__ @ __gmx__ . __de
Originally committed as revision 5293 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								37921ffde8 
								
							
								 
							
						 
						
							
							
								
								fix "concealing 0 DC, 0 AC, 0 MV errors" bug  
							
							Originally committed as revision 5290 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5430b070a8 
								
							
								 
							
						 
						
							
							
								
								cleanup picture / debug output code  
							
							Originally committed as revision 5140 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								267f7edcd1 
								
							
								 
							
						 
						
							
							
								
								(f)printf --> av_log conversion  
							
							taken from a patch by Steve L'Homme
Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago