342c7dfdbb 
								
							
								 
							
						 
						
							
							
								
								Bink video decoder  
							
							Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								336ce917e6 
								
							
								 
							
						 
						
							
							
								
								Add FFprobe tool.  
							
							This is a simplified / cleaned-up version of the SourceForge program:
http://sourceforge.net/projects/ffprobe/ 
Syntax / features may be different, in particular the options
-show_packets and -show_frames are not yet supported in this version.
Originally committed as revision 21936 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f05ef45c8f 
								
							
								 
							
						 
						
							
							
								
								Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".  
							
							Originally committed as revision 21935 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8b9da8b50a 
								
							
								 
							
						 
						
							
							
								
								Put all the options shared amongst the ff* tools under a dedicated  
							
							section "Generic options".
Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								802da0b490 
								
							
								 
							
						 
						
							
							
								
								Indent.  
							
							Originally committed as revision 21933 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d68b27a95d 
								
							
								 
							
						 
						
							
							
								
								VC1: fix missing include h263.h  
							
							Originally committed as revision 21932 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6cb35b45e6 
								
							
								 
							
						 
						
							
							
								
								Simplify determing whether fragments are coded  
							
							No measurable speed difference
Originally committed as revision 21931 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a89264761f 
								
							
								 
							
						 
						
							
							
								
								Handle Theora's continued runs in superblock coding.  
							
							This doesn't really matter yet since 4:2:0 1080p has only 3060 superblocks,
but larger resolutions or 4:4:4 1080p could hit this case.
Originally committed as revision 21930 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								855c720c86 
								
							
								 
							
						 
						
							
							
								
								Decode fully coded superblocks in the same manner as partial superblocks and qpi  
							
							No speed difference, but it will simplify the special 4129 case.
Originally committed as revision 21929 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ecb51b25bb 
								
							
								 
							
						 
						
							
							
								
								Make the special 4129 case for long-run bit strings a #define and explain it  
							
							Originally committed as revision 21928 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								33dbc1b7ca 
								
							
								 
							
						 
						
							
							
								
								Use memset to set the runs partially coded superblocks  
							
							Much faster for long runs (e.g. nearly uncoded frames), slightly faster
for the general case.
Originally committed as revision 21927 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bbdf0d2214 
								
							
								 
							
						 
						
							
							
								
								Make sure we dont write more bytes into filename than the array is long.  
							
							just a precaution in case the size of the source array is increased or
made dynamically allocateable.
Originally committed as revision 21926 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6a2459059e 
								
							
								 
							
						 
						
							
							
								
								Do not attempt to open references through absolute pathes.  
							
							This would allow an attacker to test remotely if a local file exists.
Originally committed as revision 21925 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4a35244fa 
								
							
								 
							
						 
						
							
							
								
								Replace log2f(10) with a constant  
							
							Originally committed as revision 21924 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c4f267ab75 
								
							
								 
							
						 
						
							
							
								
								Free encoder extradata in avcodec_close(). Should fix several small memory  
							
							leaks when encoding (at least for asv, wma and aac).
Fix also issue 1577.
Originally committed as revision 21923 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da2a5feaea 
								
							
								 
							
						 
						
							
							
								
								x86_fft.o depends on MMX and FFT.  
							
							Originally committed as revision 21921 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2897dc780a 
								
							
								 
							
						 
						
							
							
								
								Delete avconfig.h on distclean  
							
							Originally committed as revision 21920 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b6fa8e35f2 
								
							
								 
							
						 
						
							
							
								
								Delete all test related files in testclean rule  
							
							Originally committed as revision 21919 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cbdcf479ce 
								
							
								 
							
						 
						
							
							
								
								remove tables of codebook vector values which are contained in  
							
							another table
Originally committed as revision 21918 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e5195646d 
								
							
								 
							
						 
						
							
							
								
								Do not leave uninitialized data in the packet in MPC demuxer. Should allow for  
							
							adding a demuxer test to FATE.
Originally committed as revision 21916 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4280f9bbcd 
								
							
								 
							
						 
						
							
							
								
								Split rtsp_read_header() into two functions, so that the main part (now also  
							
							known as rtsp_connect()) can be used in the RTSP muxer.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally committed as revision 21915 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e23d195deb 
								
							
								 
							
						 
						
							
							
								
								Split out input-specific parts of rtsp_read_header() into its own, new,  
							
							function (rtsp_setup_input_streams()), as preparation for the upcoming
RTSP muxer.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally committed as revision 21914 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								30ff7c5cbc 
								
							
								 
							
						 
						
							
							
								
								Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.  
							
							don't send them when acting as a RTSP muxer.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally committed as revision 21913 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								69adcc4ffb 
								
							
								 
							
						 
						
							
							
								
								Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)  
							
							mode.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally committed as revision 21912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								52aa4338cc 
								
							
								 
							
						 
						
							
							
								
								Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState  
							
							argument, so we can use AVFormatContext->* here in the future.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally committed as revision 21911 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4689ac41e9 
								
							
								 
							
						 
						
							
							
								
								16l trocadero: don't forget to free frame data buffer in APE decoder  
							
							Originally committed as revision 21910 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce8f750c29 
								
							
								 
							
						 
						
							
							
								
								WavPack demuxer also depends on APE tag parser  
							
							Originally committed as revision 21909 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8cdfa4747b 
								
							
								 
							
						 
						
							
							
								
								Make Bink demuxer skip all zero audio tracks, not only the first one  
							
							Originally committed as revision 21908 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7fa78f49f0 
								
							
								 
							
						 
						
							
							
								
								msmpeg4v* encoders depend on h263dec  
							
							Originally committed as revision 21907 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e25a3d637 
								
							
								 
							
						 
						
							
							
								
								Declare WMV1 decoder dependencies  
							
							Originally committed as revision 21906 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								df17dbf73c 
								
							
								 
							
						 
						
							
							
								
								AEA demuxer requires raw.o for pcm_read_seek  
							
							Originally committed as revision 21905 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								77ce6653d2 
								
							
								 
							
						 
						
							
							
								
								Declare CAF demuxer dependency on mpegaudio  
							
							Originally committed as revision 21904 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e0ae359115 
								
							
								 
							
						 
						
							
							
								
								Fix compilation of binkaudio_rdft when dct is disabled  
							
							Originally committed as revision 21903 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3a201bd04f 
								
							
								 
							
						 
						
							
							
								
								remove a Huffman table from WMA which also exists in AAC  
							
							Originally committed as revision 21902 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cdfc38f43b 
								
							
								 
							
						 
						
							
							
								
								Fix memory leak for truncated frames  
							
							Originally committed as revision 21901 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								df2235a165 
								
							
								 
							
						 
						
							
							
								
								Fix memory leak for truncated frames  
							
							Originally committed as revision 21900 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								251f050481 
								
							
								 
							
						 
						
							
							
								
								Remove stale function declaration.  
							
							Patch by Martin Storsjö <$firstname $firstname st>.
Originally committed as revision 21899 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1c8e5aa94 
								
							
								 
							
						 
						
							
							
								
								Add missing dependency of TwinVQ  
							
							Originally committed as revision 21898 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc01ab903e 
								
							
								 
							
						 
						
							
							
								
								remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct  
							
							Originally committed as revision 21897 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c02fd3d2e8 
								
							
								 
							
						 
						
							
							
								
								Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the  
							
							future use of the rtsp* codebase for RTSP muxing.
Patch by Martin Storsjö <$firstname $firstname st>.
Originally committed as revision 21896 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa170ed625 
								
							
								 
							
						 
						
							
							
								
								cosmetics: reindent after last commit  
							
							Originally committed as revision 21895 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								965828bb66 
								
							
								 
							
						 
						
							
							
								
								Since WavPack chunk can contain more samples than FFmpeg is guaranteed to  
							
							hold, decode it in several iterations outputting as many samples as possible.
Originally committed as revision 21894 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								245d5a48ef 
								
							
								 
							
						 
						
							
							
								
								Add the dependency for mpeg4audio.o of the ALS decoder.  
							
							Originally committed as revision 21893 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a8c09ff2d8 
								
							
								 
							
						 
						
							
							
								
								Do sequential bit reading outside of []-operators.  
							
							Originally committed as revision 21892 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f4f2160880 
								
							
								 
							
						 
						
							
							
								
								WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it  
							
							in Makefile
Originally committed as revision 21891 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95c0d02ddc 
								
							
								 
							
						 
						
							
							
								
								TOMI: 16- and 32-bit intreadwrite functions  
							
							Originally committed as revision 21890 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f4ce853125 
								
							
								 
							
						 
						
							
							
								
								get rid of an if() 1 cpu cycle faster.  
							
							Originally committed as revision 21889 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e69bfde6b2 
								
							
								 
							
						 
						
							
							
								
								Get rid of a local variable, 10 cpu cycles faster.  
							
							Originally committed as revision 21888 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago