4909e517fd 
								
							
								 
							
						 
						
							
							
								
								cosmetics  
							
							Originally committed as revision 17980 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								983bdd3788 
								
							
								 
							
						 
						
							
							
								
								add my copyright in mov de/muxer  
							
							Originally committed as revision 17979 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7867978374 
								
							
								 
							
						 
						
							
							
								
								Expand "lsb" to "least significant bits".  
							
							Originally committed as revision 17978 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5681ba0f2 
								
							
								 
							
						 
						
							
							
								
								Rename the (yet not defined) macros:  
							
							PIX_FMT_RGB565_BE -> PIX_FMT_RGB565BE
PIX_FMT_RGB565_LE -> PIX_FMT_RGB565LE
for consistency with the other pixfmts macros.
Originally committed as revision 17977 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e49da8273b 
								
							
								 
							
						 
						
							
							
								
								allocate palette in codec directly  
							
							Originally committed as revision 17976 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6c00a9dec2 
								
							
								 
							
						 
						
							
							
								
								cosmetics, add some whitespaces and empty lines  
							
							Originally committed as revision 17975 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0304109df6 
								
							
								 
							
						 
						
							
							
								
								Correct MV prediction for B-frame blocks in RV4 decoder  
							
							Originally committed as revision 17974 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3d45a83a59 
								
							
								 
							
						 
						
							
							
								
								add loglevel option to set libav* logging level, -v does not set it anymore  
							
							Originally committed as revision 17973 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0f2218dce 
								
							
								 
							
						 
						
							
							
								
								do not modify sample_count, check against index entries  
							
							Originally committed as revision 17972 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed6ae6a58b 
								
							
								 
							
						 
						
							
							
								
								use utc time for timestamp and do not set it if not specified  
							
							Originally committed as revision 17971 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9bceffef3a 
								
							
								 
							
						 
						
							
							
								
								Fix ff_random_get_seed() prototype  
							
							Originally committed as revision 17970 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								36a12218db 
								
							
								 
							
						 
						
							
							
								
								swf timestamps are 16 bits  
							
							Originally committed as revision 17969 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40a1d41fd2 
								
							
								 
							
						 
						
							
							
								
								remove unused fields in swf context  
							
							Originally committed as revision 17968 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2261a952f9 
								
							
								 
							
						 
						
							
							
								
								do not parse timestamp if bitexact is set, should fix regression tests  
							
							Originally committed as revision 17967 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								881dad9e76 
								
							
								 
							
						 
						
							
							
								
								Enable generic index creation and seeking for NUV demuxer.  
							
							Originally committed as revision 17966 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								74f5ae847d 
								
							
								 
							
						 
						
							
							
								
								Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser.  
							
							Originally committed as revision 17965 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd36f175ab 
								
							
								 
							
						 
						
							
							
								
								Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly  
							
							seeking before data_offset and is more consistent with how the generic index
seeking code handles it.
Originally committed as revision 17964 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f2cabef9c 
								
							
								 
							
						 
						
							
							
								
								Add av_uninit to vbA[1-8], vbB[1-8] variables to work around  
							
							some 'may be used uninitialized' warnings.
Originally committed as revision 17963 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6d79971e69 
								
							
								 
							
						 
						
							
							
								
								prettyprinting cosmetics  
							
							Originally committed as revision 17962 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5b2476fd3 
								
							
								 
							
						 
						
							
							
								
								Add av_uninit to vsrcBuc variable to work around some  
							
							'may be used uninitialized' warnings.
Originally committed as revision 17961 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b91813b6da 
								
							
								 
							
						 
						
							
							
								
								Improve description of next_free_data_block_num struct member.  
							
							Originally committed as revision 17960 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								85b4230f68 
								
							
								 
							
						 
						
							
							
								
								Do not lose user flags when passing calls from the new to the old seeking API.  
							
							Originally committed as revision 17959 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4ed29207c2 
								
							
								 
							
						 
						
							
							
								
								Switch ffplay to new seeking API.  
							
							Originally committed as revision 17958 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b82744c9ae 
								
							
								 
							
						 
						
							
							
								
								Switch regression test to the new seeking API.  
							
							Originally committed as revision 17957 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								32d885926d 
								
							
								 
							
						 
						
							
							
								
								add avformat_seek_file()  
							
							Originally committed as revision 17956 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c73d39965e 
								
							
								 
							
						 
						
							
							
								
								Add an example showing how to create a video from many images.  
							
							Originally committed as revision 17955 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								786dcfef48 
								
							
								 
							
						 
						
							
							
								
								Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro  
							
							Originally committed as revision 28943 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5cf59463a2 
								
							
								 
							
						 
						
							
							
								
								Add 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder.  
							
							Patch by Daniel Verkamp, daniel drv nu
Originally committed as revision 17954 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e04cfba27 
								
							
								 
							
						 
						
							
							
								
								Set pkt->pos correctly (to the start of header of the packet) in swfdec.  
							
							Originally committed as revision 17953 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4e35ffa978 
								
							
								 
							
						 
						
							
							
								
								fix swf seeking by fixing new stream detection  
							
							Originally committed as revision 17952 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38eb4b114d 
								
							
								 
							
						 
						
							
							
								
								Remove 'lib' and 'swscale-error' from list of phony targets.  
							
							Both targets no longer exist.
Originally committed as revision 17951 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0cc647cbfb 
								
							
								 
							
						 
						
							
							
								
								Mark all clean targets as phony.  
							
							Originally committed as revision 17950 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ed673af71 
								
							
								 
							
						 
						
							
							
								
								Print timing_info on -debug 1.  
							
							Originally committed as revision 17949 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90a30ad59f 
								
							
								 
							
						 
						
							
							
								
								Add "testclean" target to .PHONY  
							
							Originally committed as revision 17948 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								923ed9748c 
								
							
								 
							
						 
						
							
							
								
								Fix direct and skip MB motion compensation in RV4:  
							
							two conditions were incomplete and zeroing motion
vectors was performed only on half of them.
Originally committed as revision 17947 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								abb785f19e 
								
							
								 
							
						 
						
							
							
								
								Simplify RoQ demuxer pts calculation by using a appropriate time bases.  
							
							Originally committed as revision 17946 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								15969b55d1 
								
							
								 
							
						 
						
							
							
								
								Set video width/height and create audio stream in read_packet instead of  
							
							pre-parsing the file in read_header.
This avoids some code duplication and seeking, and also avoids an IO error
for small video-only files (as created during e.g. the FATE encoder test).
Originally committed as revision 17945 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fc34a08d77 
								
							
								 
							
						 
						
							
							
								
								remove sws_flags, seems to have no effect  
							
							Originally committed as revision 17944 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f11c9ee996 
								
							
								 
							
						 
						
							
							
								
								patcheck: Replace non-POSIX echo -e with printf.  
							
							Originally committed as revision 17943 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe91924dd7 
								
							
								 
							
						 
						
							
							
								
								Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro  
							
							Originally committed as revision 28934 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c662e788ce 
								
							
								 
							
						 
						
							
							
								
								In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos element is initialized on the wrong index (not evenly aligned). This fixes it  
							
							Originally committed as revision 28933 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cd823ff950 
								
							
								 
							
						 
						
							
							
								
								Use av_mallocz() to initialize hwaccel_data_private.  
							
							Originally committed as revision 17942 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27ad7d3a96 
								
							
								 
							
						 
						
							
							
								
								stag option to force subtitle tag  
							
							Originally committed as revision 17941 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d168b3fd2d 
								
							
								 
							
						 
						
							
							
								
								reindent  
							
							Originally committed as revision 17940 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7943a90a0d 
								
							
								 
							
						 
						
							
							
								
								keep original tag when stream copying subs with ipod format  
							
							Originally committed as revision 17939 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c569bd0632 
								
							
								 
							
						 
						
							
							
								
								ipod supports both subs tags  
							
							Originally committed as revision 17938 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80357cfcfb 
								
							
								 
							
						 
						
							
							
								
								reindent  
							
							Originally committed as revision 17937 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f52055463 
								
							
								 
							
						 
						
							
							
								
								write correct atoms based on tag and not format, fixes subs stream copy  
							
							Originally committed as revision 17936 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d1df4da00b 
								
							
								 
							
						 
						
							
							
								
								use correct codec tag list for ipod format  
							
							Originally committed as revision 17935 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b686d0ab4b 
								
							
								 
							
						 
						
							
							
								
								mxf and mxf d10 regression tests  
							
							Originally committed as revision 17934 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago