8eaa6e0e04 
								
							
								 
							
						 
						
							
							
								
								Change/simplify the tableprint/tablegen API.  
							
							Originally committed as revision 22761 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27eecec359 
								
							
								 
							
						 
						
							
							
								
								Convert two "m" constraints to MANGLE to fix compilation with some compilers.  
							
							Originally committed as revision 22760 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d749da7e8b 
								
							
								 
							
						 
						
							
							
								
								Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.  
							
							Patch by Takashi Mochizuki mochi (A) da2 (.) so (dash) net (dot) ne (.) jp
Originally committed as revision 22759 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ccf8c2944c 
								
							
								 
							
						 
						
							
							
								
								Limit probing to probesize.  
							
							Originally committed as revision 22758 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								527c2e6429 
								
							
								 
							
						 
						
							
							
								
								Fix flvdec start-of-frame.  
							
							Patch by Howard Chu hyc highlandsun com
Originally committed as revision 22757 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf097cbc0b 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: indentation  
							
							Originally committed as revision 22756 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c41c5b02d3 
								
							
								 
							
						 
						
							
							
								
								Don't create unnecessary refereces to pictures  
							
							Originally committed as revision 22755 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd0c789be7 
								
							
								 
							
						 
						
							
							
								
								Hook decoder up to libavfilter's direct rendering for ffplay  
							
							Originally committed as revision 22754 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0fb49b597b 
								
							
								 
							
						 
						
							
							
								
								Add function to export EDGE_WIDTH from libavcodec.  
							
							Originally committed as revision 22753 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c846a984dc 
								
							
								 
							
						 
						
							
							
								
								Document API addition of avcodec_copy_context().  
							
							Originally committed as revision 22752 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d9521cb119 
								
							
								 
							
						 
						
							
							
								
								Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is that  
							
							we'd memset() the codec context to zero, thereby setting audio input to U8
and video to YUV420P. For most video encoders, that actually works, but for
most audio codecs, it doesn't. This patch changes defaults to those set by
avcodec_context_get_defaults() and have ffmpeg figure out the optimal encoding
format itself if not set explicitely (as it does for the non-ffserver-cases
also).
Originally committed as revision 22751 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d103218046 
								
							
								 
							
						 
						
							
							
								
								Add avcodec_copy_context().  
							
							Originally committed as revision 22750 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e33f1fa0a9 
								
							
								 
							
						 
						
							
							
								
								Add entry for the addition of av_match_ext() to the public API.  
							
							Originally committed as revision 22749 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1a70d12727 
								
							
								 
							
						 
						
							
							
								
								Make av_match_ext() declaration public (move its declaration out of  
							
							the #ifdef HAVE_AV_CONFIG_H block in avformat.h).
Originally committed as revision 22748 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b03661fa7 
								
							
								 
							
						 
						
							
							
								
								Replace some "m" constraints by MANGLE to avoid issues with some compilers not  
							
							being able to compile it and deduplicate the code at the same time.
Originally committed as revision 30978 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c7512f6bb3 
								
							
								 
							
						 
						
							
							
								
								Fix a few typos/grammar nits from r22739.  
							
							Originally committed as revision 22747 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a4585e7834 
								
							
								 
							
						 
						
							
							
								
								Fix likely typo in r15937.  
							
							Originally committed as revision 22746 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe8344a276 
								
							
								 
							
						 
						
							
							
								
								Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.  
							
							Originally committed as revision 22745 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc947f04cc 
								
							
								 
							
						 
						
							
							
								
								Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.  
							
							Patch by Jean-Daniel Dupas, devlists shadowlab org
Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								46da7fa133 
								
							
								 
							
						 
						
							
							
								
								Probe aac codecs for CODEC_ID_PROBE.  
							
							Patch by Joakim Plate, elupus ecce se
Originally committed as revision 22742 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8166c498df 
								
							
								 
							
						 
						
							
							
								
								Remove superfluous space from a conversion table.  
							
							Patch by Anton Khirnov, wyskas gmail
Originally committed as revision 22741 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a5c850be9 
								
							
								 
							
						 
						
							
							
								
								H264: Copy h264dsp when creating new slice threads  
							
							Fixes slice multithreading (broken in r22565)
Fixes issue1815
Originally committed as revision 22740 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49553ec865 
								
							
								 
							
						 
						
							
							
								
								Better documentation of -vsync  
							
							Originally committed as revision 22739 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								330d86f593 
								
							
								 
							
						 
						
							
							
								
								Issue a more general message when the function which sets an option  
							
							fails.
It may fail not only because of an invalid value for the option, but
also for other reasons, e.g. memory problems etc.
Originally committed as revision 22738 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fc8b1075e1 
								
							
								 
							
						 
						
							
							
								
								Update APIchanges after the enum CodecType -> enum AVMediaType  
							
							transition.
Originally committed as revision 22737 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								11491503c4 
								
							
								 
							
						 
						
							
							
								
								Move AVMediaType from libavcodec to libavutil.  
							
							This allows applications/libraries which require that symbol
(e.g. libavfilter) to be compiled without to depend on the presence of
libavcodec/avcodec.h, which may not be installed.
Originally committed as revision 22736 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca6e7708b4 
								
							
								 
							
						 
						
							
							
								
								Add spectral extension to the E-AC-3 decoder.  
							
							Original patch by Justin, updated and resubmitted by
Christophe Gisquet, christophe D gisquet A gmail
Originally committed as revision 22734 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1052b76f0f 
								
							
								 
							
						 
						
							
							
								
								Fix implicit weight for b frames in mbaff.  
							
							Originally committed as revision 22733 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c28112fab6 
								
							
								 
							
						 
						
							
							
								
								Make sure the EC code does not attempt to use inter based concealment if there  
							
							is no reference frame available. (this can happen because the EC code will attempt
to use reference frames even for I/IDR frames)
Originally committed as revision 22732 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa1de0d9ed 
								
							
								 
							
						 
						
							
							
								
								Split out code that auto-chooses a default pix_fmt/sample_fmt in their own  
							
							functions.
Originally committed as revision 22731 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								13cb218724 
								
							
								 
							
						 
						
							
							
								
								configure: restore -mdynamic-no-pic on darwin (missing since r20497)  
							
							Darwin compilers default to PIC on, so -mdynamic-no-pic (which disables it
again) needs to be added to cflags before enable pic is checked.
Fixes compilation without --enable-shared at least the 10.6 system compiler
for x86-32.
Fixes speed regression on all darwin arches except x86-64.
Originally committed as revision 22730 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								32e543f866 
								
							
								 
							
						 
						
							
							
								
								Replace  @returns  by  @return .  
							
							Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3bccd93ac0 
								
							
								 
							
						 
						
							
							
								
								Set VDPAU H264 picture parameter field_order_cnt and frame_num at the  
							
							start of decoding a picture instead of at the end.
Fixes mmco01.264
Patch by Stephen Warren
Originally committed as revision 22728 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5efbafdfd 
								
							
								 
							
						 
						
							
							
								
								Fix VDPAU for H.264 streams with long reference frames.  
							
							Patch by Stephen Warren.
Originally committed as revision 22727 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38b9d8b8c4 
								
							
								 
							
						 
						
							
							
								
								Add missing entry for the YOP demuxer and video decoder addition.  
							
							Originally committed as revision 22726 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8a36b59ba6 
								
							
								 
							
						 
						
							
							
								
								Document url_exist().  
							
							Originally committed as revision 22725 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								148bcae98c 
								
							
								 
							
						 
						
							
							
								
								Implement YOP demuxer and video decoder.  
							
							Patch by Mohamed Naufal gmailify(naufal11).
Originally committed as revision 22724 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								30ad1a6651 
								
							
								 
							
						 
						
							
							
								
								Include appropriate header in table generators instead of using a dummy  
							
							av_cold define.
Originally committed as revision 22723 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f798a6ab2 
								
							
								 
							
						 
						
							
							
								
								Add some documentation about the table generation code.  
							
							Originally committed as revision 22722 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b9c11ff96 
								
							
								 
							
						 
						
							
							
								
								Fix indentation.  
							
							Originally committed as revision 22721 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c2bfd81605 
								
							
								 
							
						 
						
							
							
								
								Some spelling fixes.  
							
							Originally committed as revision 22720 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ff5d1f319 
								
							
								 
							
						 
						
							
							
								
								Simplify interleaving code.  
							
							Originally committed as revision 22719 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9cba6f5f40 
								
							
								 
							
						 
						
							
							
								
								Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab  
							
							com>.
Originally committed as revision 22718 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0d5f3d39a 
								
							
								 
							
						 
						
							
							
								
								Cosmetics : add a space after ",".  
							
							Originally committed as revision 22717 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b23cf13c67 
								
							
								 
							
						 
						
							
							
								
								indent  
							
							Originally committed as revision 22716 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3224079956 
								
							
								 
							
						 
						
							
							
								
								optimize init_vlc().  
							
							Reduce worst case time from O(N^2) to O(N*log(N)).
Speedup average case by a factor of 10 in ffv2 (total decoding speed +4-25%),
factor of 1.3 in ffvhuff (total +0.5%),
factor of 1.8 in indeo5 (total +1%),
factor of 1.1 in mjpeg (total +0.1%).
Originally committed as revision 22715 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ef7ae930c 
								
							
								 
							
						 
						
							
							
								
								Update x264 presets in line with latest x264 changes.  
							
							Patch by Lou Logan.
Originally committed as revision 22714 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e69decaef4 
								
							
								 
							
						 
						
							
							
								
								Clarify (Open)Solaris section of the documentation.  
							
							patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 22713 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6aaa9bc9b5 
								
							
								 
							
						 
						
							
							
								
								Add myself as co-maintainer of tta.c  
							
							Originally committed as revision 22712 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago