4c4de9ca49 
								
							
								 
							
						 
						
							
							
								
								Better description for merge_ref().  
							
							Originally committed as revision 12173 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09b63a42a5 
								
							
								 
							
						 
						
							
							
								
								Document avfilter_formats_ref() with some ascii art.  
							
							Originally committed as revision 12172 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6609f9e2ee 
								
							
								 
							
						 
						
							
							
								
								minor English corrections  
							
							Originally committed as revision 12171 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8144dff032 
								
							
								 
							
						 
						
							
							
								
								typos  
							
							Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1d64df1029 
								
							
								 
							
						 
						
							
							
								
								Explain that libavcodec/i386/idct_mmx.c is GPLed.  
							
							Originally committed as revision 12169 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b8c3aedac 
								
							
								 
							
						 
						
							
							
								
								"General Tips" section  
							
							Originally committed as revision 12168 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								086ab00158 
								
							
								 
							
						 
						
							
							
								
								parse_number_or_die()  
							
							Based on a patch by Stefano Sabatini.
Originally committed as revision 12167 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31304587da 
								
							
								 
							
						 
						
							
							
								
								indent  
							
							Originally committed as revision 12166 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								469bd7b150 
								
							
								 
							
						 
						
							
							
								
								pseudo-simd add_bytes and diff_bytes  
							
							2x faster than scalar in 32bit, 4x faster in 64bit (as opposed to 8x in mmx)
Originally committed as revision 12165 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a9ca0a279 
								
							
								 
							
						 
						
							
							
								
								simd and unroll png_filter_row  
							
							cycles per 1000 pixels on core2:
left: 9211->5170
top: 9283->2138
avg: 12215->7611
paeth: 64024->17360
overall rgb png decoding speed: +45%
overall greyscale png decoding speed: +6%
Originally committed as revision 12164 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1435e4ccde 
								
							
								 
							
						 
						
							
							
								
								Disabling all SSE* code for old gcc to avoid alignment issues.  
							
							Originally committed as revision 12163 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								635fbcb17f 
								
							
								 
							
						 
						
							
							
								
								revert 12156  
							
							Log:
Make timestamp interpolation work with mpeg2 field pictures.
Cleaner/simpler solutions are welcome.
----
A IMHO cleaner solution has been implemented.
Originally committed as revision 12162 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bdd745da60 
								
							
								 
							
						 
						
							
							
								
								Forgot this, which is needed for merging field pics too.  
							
							Originally committed as revision 12161 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								21da962cf1 
								
							
								 
							
						 
						
							
							
								
								Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2  
							
							field pictures much more digestable.
Originally committed as revision 12160 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5cbd67ea43 
								
							
								 
							
						 
						
							
							
								
								10l: Correctly use preprocessor conditionals.  
							
							patch by Eddie Pang, eddpang gmail com
Originally committed as revision 12159 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d597e1b76c 
								
							
								 
							
						 
						
							
							
								
								Fix computation of the "NTP time" field in RTCP SR packets, and do not  
							
							export times with microsecond precision
Originally committed as revision 12158 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								91acf9a8bc 
								
							
								 
							
						 
						
							
							
								
								Get rid of a fake timestamp discontinuity at the begin of V.VOB.  
							
							This solution is not really correct but it is quite simple. Correct would
be to do a second pass over the packets after all the headers have been
collected.
Originally committed as revision 12157 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff2635b273 
								
							
								 
							
						 
						
							
							
								
								Make timestamp interpolation work with mpeg2 field pictures.  
							
							Cleaner/simpler solutions are welcome.
Originally committed as revision 12156 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8815bf011e 
								
							
								 
							
						 
						
							
							
								
								#include avutil.h in postprocess.h  
							
							Originally committed as revision 12155 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ccf95ef1de 
								
							
								 
							
						 
						
							
							
								
								Clean up lib* version definitions  
							
							Originally committed as revision 26034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e97ac1e6f5 
								
							
								 
							
						 
						
							
							
								
								Clean up lib* version definitions  
							
							Updating version numbers now requires changing only one place.
Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cea9642014 
								
							
								 
							
						 
						
							
							
								
								Fix  ;;  
							
							Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a56dcc5793 
								
							
								 
							
						 
						
							
							
								
								Add some const, fixes warnings:  
							
							rtpenc_h264.c:69: warning: assignment discards qualifiers from pointer target type
rtpenc_h264.c:74: warning: assignment discards qualifiers from pointer target type
Originally committed as revision 12152 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1fc4d4aa8 
								
							
								 
							
						 
						
							
							
								
								Missing const, fix warnings:  
							
							sdp.c:115: warning: assignment discards qualifiers from pointer target type
sdp.c:120: warning: assignment discards qualifiers from pointer target type
Originally committed as revision 12151 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								754bf3d8a1 
								
							
								 
							
						 
						
							
							
								
								Fix warnings:  
							
							i386/vp3dsp_sse2.c:805: warning: cast discards qualifiers from pointer target type
i386/vp3dsp_sse2.c:806: warning: cast discards qualifiers from pointer target type
Originally committed as revision 12150 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								816ebf9320 
								
							
								 
							
						 
						
							
							
								
								Remove duplicate ;  
							
							Originally committed as revision 12149 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								721052e981 
								
							
								 
							
						 
						
							
							
								
								Add casts to avoid warnings:  
							
							fraps.c:102: warning: passing argument 1 of ‘s->dsp.bswap_buf’ from incompatible pointer type
fraps.c:102: warning: passing argument 2 of ‘s->dsp.bswap_buf’ from incompatible pointer type
Originally committed as revision 12148 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e3cb2c4a08 
								
							
								 
							
						 
						
							
							
								
								Missing const  
							
							Originally committed as revision 12147 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								591de5cf35 
								
							
								 
							
						 
						
							
							
								
								Fix misplaced const, avoids a cast-discards-qualifiers warning  
							
							Originally committed as revision 12146 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d937cd0ed2 
								
							
								 
							
						 
						
							
							
								
								const  
							
							Originally committed as revision 12145 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0521808158 
								
							
								 
							
						 
						
							
							
								
								Reduce the number of senselessly scanned bytes.  
							
							Originally committed as revision 12144 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c367d0c653 
								
							
								 
							
						 
						
							
							
								
								arg 10000l. Fix wrong fix committed in r12141  
							
							Originally committed as revision 12143 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d6267d027b 
								
							
								 
							
						 
						
							
							
								
								fix broken indentation  
							
							Originally committed as revision 12142 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d8109ad0f 
								
							
								 
							
						 
						
							
							
								
								10l: fix always false test: Binary & has lower precedence than ==  
							
							Originally committed as revision 12141 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								42a362e57b 
								
							
								 
							
						 
						
							
							
								
								Refactor vcprm and vcii macros by using the AVV macro.  
							
							Originally committed as revision 12140 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								35c27389c0 
								
							
								 
							
						 
						
							
							
								
								Refactor the FOUROF macro using the AVV macro.  
							
							Originally committed as revision 12139 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b0e21a3b47 
								
							
								 
							
						 
						
							
							
								
								Remove stray #undef.  
							
							Originally committed as revision 12138 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3518c5a96b 
								
							
								 
							
						 
						
							
							
								
								fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags  
							
							Patch by Alexander Strange %astrange A ithinksw PP com %
Originally committed as revision 12137 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b3574faa06 
								
							
								 
							
						 
						
							
							
								
								Remove a superfluous call to atoi in ffmpeg.c:opt_verbose  
							
							Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
[FFmpeg-devel] [PATCH] Cosmetics: remove a superfluos call to atoi in
ffmpeg.c:opt_verbose
Originally committed as revision 12136 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5bc440e7e8 
								
							
								 
							
						 
						
							
							
								
								Add notes where known timestamp issues remain.  
							
							Originally committed as revision 12135 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								48291040ea 
								
							
								 
							
						 
						
							
							
								
								Set initial next_pts to unknown, this avoids the nonsense timestamp  
							
							discontinuity at the start. I hope this has no sideeffects, if it does
send a bugreport!
fixes issue137
Originally committed as revision 12134 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40cb57a287 
								
							
								 
							
						 
						
							
							
								
								Print a warning if a decoder produces more than 1 frame of output for  
							
							a single frame it got from the demuxer+parser.
Originally committed as revision 12133 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed9238593e 
								
							
								 
							
						 
						
							
							
								
								Set next_pts to pts if it is unknown and pkt->dts is not known either. This  
							
							is needed because next_pts is used to calculate the next pts and adding
to AV_NOPTS_VALUE does not achieve the intended result.
Originally committed as revision 12132 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b1b818fce8 
								
							
								 
							
						 
						
							
							
								
								simplify (next_)pts code  
							
							Originally committed as revision 12131 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da0ef2d557 
								
							
								 
							
						 
						
							
							
								
								Use next_pts if pkt->dts is unknown. In an ideal world this would not be needed  
							
							but sadly there are cases where the timestamps cannot be found without decoding.
Originally committed as revision 12130 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1d03e71805 
								
							
								 
							
						 
						
							
							
								
								remove duplicate AV_STRINGIFY() definition  
							
							Originally committed as revision 26013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ff1b0675f 
								
							
								 
							
						 
						
							
							
								
								remove duplicate AV_STRINGIFY() definition  
							
							Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								719c8e00ef 
								
							
								 
							
						 
						
							
							
								
								prettify lib* version number extraction  
							
							Originally committed as revision 12128 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								73ef89807e 
								
							
								 
							
						 
						
							
							
								
								prettify encoder/decoder/muxer/... list extraction  
							
							Originally committed as revision 12127 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c319d3334 
								
							
								 
							
						 
						
							
							
								
								clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN  
							
							Originally committed as revision 12126 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago